talloc/testsuite: fix compiler warnings
[ira/wip.git] / lib / nss_wrapper /
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-04 Jeremy AllisonClean up some const and other compiler warnings.
2011-02-26 Volker Lendeckenss_wrapper: Fix a segfault when libnss_winbind.so...
2011-02-26 Volker Lendeckenss_wrapper: Make nwrap_module_init a bit more readable
2010-12-13 Günther Deschnernss_wrapper: make nss_wrapper.pl executeable.
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-11-12 Jelmer Vernooijs4-waf: Only enable various wrappers if they're actuall...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-23 Jelmer Vernooijs4: Rename NSS_WRAPPER to nss_wrapper.
2010-10-21 Andrew Tridgellwrapper: make socket_wrapper, uid_wrapper and nss_wrapp...
2010-06-28 Andreas Schneidernss_wrapper: Fixed a possible NULL pointer problem.
2010-05-30 Matthias Dieter... nss_wrapper/testsuite.c - make sure to test always...
2010-05-04 Andrew Tridgells4-waf: fixed indentation for python 3.1
2010-04-18 Andrew Tridgells4-waf: put the --xxx-wrapper options in 'developer...
2010-04-12 Stefan Metzmacherlib/nss_wrapper/wscript_build: 'replace' already includ...
2010-04-06 Andrew Tridgells4-waf: added a --enable-selftest option as a shortcut
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: more places missing libreplace
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-06 Andrew Tridgellbuild: added wrapper options
2010-03-24 Andrew Tridgellbuild: fixed nss_wrapper on solaris
2010-03-19 Günther Deschnernss_wrapper.pl: allow to specify gid for new users.
2010-02-22 Brad HardsSpelling fixes for nss_wrapper.
2010-02-18 Michael Adamnss_wrapper: fix segfault in print_group() in the testsuite
2010-02-18 Günther Deschners4-smbtorture: add LOCAL-NSS-WRAPPER-DUPLICATES test.
2010-02-18 Günther Deschners4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.
2009-06-08 Günther Deschnernss_wrapper: fix typo in testsuite.
2009-06-08 Günther Deschnernss_wrapper: add my copyright.
2009-06-06 Günther Deschnernss_wrapper: rename nwrap_cache_{re,un}load as per...
2009-06-05 Günther Deschnernss_wrapper: add support for loading nss_winbind.so...
2009-06-05 Günther Deschnernss_wrapper: fill in module nwrap_backend.
2009-06-05 Günther Deschnernss_wrapper: add missing return in nwrap_module_init().
2009-06-05 Günther Deschnernss_wrapper: add skeleton for module nwrap_backend.
2009-06-05 Günther Deschnernss_wrapper: add capability to load nss modules.
2009-06-05 Günther Deschnernss_wrapper: add struct nwrap_backend.
2009-06-05 Günther Deschnernss_wrapper: add cross checking test to testsuite.
2009-06-05 Günther Deschnernss_wrapper: add tests for getgrent_r to testsuite.
2009-06-05 Günther Deschnernss_wrapper: add tests for getpwent_r to testsuite.
2009-06-05 Stefan Metzmachernss_wrapper: fix segfault in nwrap_gr_copy_r()
2009-06-05 Günther Deschnernss_wrapper: rename test_nwrap_env to test_nwrap_enumer...
2009-06-05 Günther Deschnernss_wrapper: add more coherency checks for user and...
2009-06-04 Günther Deschnernss_wrapper: remove getgrouplist from nwrap_ops table.
2009-06-04 Stefan Metzmachernss_wrapper: call the nwrap_files_*() from nwrap_files_...
2009-06-04 Günther Deschnernss_wrapper: more coherence tests for group membership.
2009-06-04 Günther Deschnernss_wrapper: add coherency tests for get{gr,pw}{nam...
2009-06-04 Günther Deschnernss_wrapper: refactor test_nwrap_membership_user()...
2009-06-04 Günther Deschnernss_wrapper: make full talloced copies of struct passwd...
2009-06-02 Günther Deschnernss_wrapper: prefix function pointer names in struct...
2009-06-02 Günther Deschnernss_wrapper: resort calls to move public calls to the...
2009-06-02 Günther Deschnernss_wrapper: add nwrap_ops function pointer table.
2009-06-02 Günther Deschnernss_wrapper: make sure to return after calling real_...
2009-06-02 Günther Deschnernss_wrapper: fix typo while checking for getgrid_r...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-30 Günther Deschnernss_wrapper: try to fix the build of nss_wrapper on...
2009-05-29 Günther Deschnernss_wrapper: add test_nwrap_membership to testsuite.
2009-05-29 Günther Deschnernss_wrapper: restructure parts of the testsuite.
2009-05-29 Günther Deschnernss_wrapper: add support for getgrouplist.
2009-05-29 Günther Deschners4-smbtorture: add a very basic NSS-WRAPPER testsuite.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Günther Deschnernss_wrapper: fix nss_wrapper build for solaris.
2009-05-28 Günther Deschnernss_wrapper: remove re-structuring leftovers (unused...
2009-05-28 Günther Deschnernss_wrapper: support member add and delete for groups...
2009-05-28 Günther Deschnernss_wrapper: split out passwd and group paths in nss_wr...
2009-05-28 Günther Deschnernss_wrapper: restructure nwrap calls.
2009-05-20 Günther Deschnernsswrapper: implement group_del() in nss_wrapper.pl.
2009-05-20 Günther Deschnernsswrapper: implement group_add() in nss_wrapper.pl.
2009-01-15 Jelmer VernooijFix indentation for some configure options.
2009-01-12 Michael Adamnss_wrapper.pl: fix "Use of uninitialized value $i...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.