[PATCH] nsswitch and cached release 2

From: Michael Bushkov (bushman_at_rsu.ru)
Date: 08/30/05

  • Next message: Dario Freni: "FreeSBIE 2 toolkit, developers' preview"
    Date: Wed, 31 Aug 2005 00:12:37 +0400 (MSD)
    To: freebsd-current@freebsd.org, freebsd-hackers@freebsd.org
    
    

    Hello!
    Here is the second (corrected) release of my Google SoC project (the
    project's aim is to implement the caching daemon and to extend the
    nsswitch subsystem). You can download the patch from here:
    http://www.rsu.ru/~bushman/nsswitch_cached.diff
    (the patch is absolute, use: patch -p0 < nsswitch_cached.diff)

    This patch includes everything that was in the previous release:
    - services, rpc and proto nsswitch databases implemented
    - passwd, group, services, rpc and proto caching implemented
    - caching daemon implemented

    The new things are:
    - caching for "hosts" nsswitch database is implemented
    - some bugs in cached were fixed. cache is now per-user (user can only
    use data, that he has cached by himself. he can't poison the cache of
    the other user)
    - all sources now meet the style(9) guidelines much more than they had
    before
    - and some other minor fixes

    Please, test the stuff if you can and send me your bug-reports :)

    With best regards,
    Michael Bushkov
    Rostov State University
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Dario Freni: "FreeSBIE 2 toolkit, developers' preview"

    Relevant Pages

    • [PATCH] nsswitch and cached release 2
      ... project's aim is to implement the caching daemon and to extend the ... You can download the patch from here: ... rpc and proto nsswitch databases implemented ... cache is now per-user (user can only ...
      (freebsd-hackers)
    • [HEADS UP] caching daemon imported into the source tree
      ... I'm pleased to say that several nsswitch extensions and the caching daemon are now in the source tree. ... "rpc" database is now available. ... Specify "cache" source as the first source in all nsswitch databases, which queries you want to cache. ...
      (freebsd-current)
    • [PATCH] nsswitch extensions + caching daemon
      ... I've made the "nsswitch + caching daemon" project during the Google's ... It contains several new features, which were not included in the first ... Please test the patch and send me your feedback. ...
      (freebsd-current)
    • [PATCH] nsswitch extensions + caching daemon
      ... I've made the "nsswitch + caching daemon" project during the Google's ... It contains several new features, which were not included in the first ... Please test the patch and send me your feedback. ...
      (freebsd-hackers)
    • [HEADS UP]: OpenLDAP+nss_ldap+nss_modules separated patch and more (SoC)
      ... As the SoC deadline has almost arrived, I'm glad to post most of this summer's work results. ... OpenLDAP + rewritten-from-scratch nss_ldap + nsswitch with separate shared nss-modules patch. ... Separation of nss-modules from libc makes libc more lightweight, and makes nsswitch much more general and flexible. ... It also adds the 'perform-actual-lookups' option support in the caching daemon for all nsswitch databases. ...
      (freebsd-current)