Age | Commit message (Expand) | Author | Files | Lines |
2009-05-29 | s4-smbtorture: add a very basic NSS-WRAPPER testsuite. | Günther Deschner | 1 | -0/+219 |
2009-05-29 | util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique. | Günther Deschner | 3 | -1/+102 |
2009-05-28 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 2 | -107/+332 |
2009-05-28 | nss_wrapper: fix nss_wrapper build for solaris. | Günther Deschner | 1 | -0/+2 |
2009-05-28 | nss_wrapper: remove re-structuring leftovers (unused variables). | Günther Deschner | 1 | -6/+0 |
2009-05-28 | nss_wrapper: support member add and delete for groups in nss_wrapper.pl. | Günther Deschner | 1 | -21/+141 |
2009-05-28 | nss_wrapper: split out passwd and group paths in nss_wrapper.pl. | Günther Deschner | 1 | -15/+26 |
2009-05-28 | nss_wrapper: restructure nwrap calls. | Günther Deschner | 1 | -71/+169 |
2009-05-28 | fixed tdbbackup to give tdb error messages | Andrew Tridgell | 1 | -7/+31 |
2009-05-28 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 1 | -6/+6 |
2009-05-28 | make TDB_NOSYNC affect all the fsync/msync calls in transactions | Andrew Tridgell | 1 | -5/+7 |
2009-05-27 | tdb: Fix some recently introduced warnings in tdbtool | Tim Prouty | 1 | -6/+6 |
2009-05-26 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 2 | -0/+77 |
2009-05-26 | Add support for sendmsg() in socket_wrapper | Andrew Bartlett | 2 | -0/+77 |
2009-05-26 | added some more speed tests to tdbtool | Andrew Tridgell | 1 | -6/+59 |
2009-05-24 | Change async_connect to use connect instead of getsockopt to get the error | Volker Lendecke | 1 | -14/+24 |
2009-05-24 | Add "err_on_readability" to writev_send | Volker Lendecke | 2 | -2/+14 |
2009-05-24 | Allow NULL queue to writev_send | Volker Lendecke | 1 | -6/+16 |
2009-05-22 | tsocket: allow empty vectors at the end for tstream_writev()/readv() | Stefan Metzmacher | 1 | -0/+26 |
2009-05-21 | Detect tight loop in tdb_find() | Jim McDonough | 1 | -0/+5 |
2009-05-20 | nsswrapper: implement group_del() in nss_wrapper.pl. | Günther Deschner | 1 | -1/+22 |
2009-05-20 | nsswrapper: implement group_add() in nss_wrapper.pl. | Günther Deschner | 1 | -4/+105 |
2009-05-19 | Set errno=ENOMEM if tevent_add_fd fails | Volker Lendecke | 1 | -0/+4 |
2009-05-19 | Simplify the logic of tsocket_bsd_pending | Volker Lendecke | 1 | -24/+26 |
2009-05-19 | tevent/python: Makefile was still trying to build some non AC_SUBST python ta... | Jelmer Vernooij | 1 | -7/+1 |
2009-05-16 | tevent: Define TALLOC_FREE() if it's not defined yet, to allow building | Jelmer Vernooij | 1 | -0/+6 |
2009-05-16 | tevent: Remove python module. | Jelmer Vernooij | 6 | -219/+0 |
2009-05-16 | tevent: Install tevent_internal.h in the standalone build. | Jelmer Vernooij | 2 | -1/+4 |
2009-05-16 | Fix linker flags on non-Linux GNU platforms. | Samuel Thibault | 1 | -5/+5 |
2009-05-16 | Update copies of config.guess and config.sub. | Jelmer Vernooij | 8 | -304/+1128 |
2009-05-16 | tevent: Don't install headers, since we don't install a shared lib | Jelmer Vernooij | 1 | -5/+0 |
2009-05-15 | Add extensive tests for str_list function behaviour | Andrew Bartlett | 1 | -15/+343 |
2009-05-14 | Remove two unused variables | Volker Lendecke | 1 | -2/+0 |
2009-05-14 | Add new functions and tests: str_list_make_empty(), str_list_make_single() | Andrew Bartlett | 3 | -0/+85 |
2009-05-13 | Take advantage of the easier-to-use thread macros | Derrell Lipman | 1 | -8/+0 |
2009-05-13 | Make the thread functions a bit easier to use | Derrell Lipman | 3 | -8/+12 |
2009-05-13 | Allow a parameter to smb_thread_once's initialization function | Derrell Lipman | 4 | -15/+28 |
2009-05-12 | Fix broken smb_thread_once function (again) | Derrell Lipman | 1 | -0/+3 |
2009-05-12 | Fix broken smb_thread_once function | Derrell Lipman | 1 | -19/+3 |
2009-05-11 | Fix definition of smb_thread_once - must return int not void as | Jeremy Allison | 2 | -2/+5 |
2009-05-11 | Ensure documentation matches the tdb_util function usage. | Jeremy Allison | 1 | -2/+2 |
2009-05-10 | Use bool instead of int for a boolean variable | Derrell Lipman | 1 | -1/+1 |
2009-05-10 | Optimize smb_thread_once usage by not calling it if known already called | Derrell Lipman | 1 | -2/+6 |
2009-05-10 | Panic upon mutex lock or unlock failure | Derrell Lipman | 1 | -2/+2 |
2009-05-10 | Don't require external use of internal enum smb_thread_lock_type | Derrell Lipman | 1 | -3/+4 |
2009-05-10 | Replace external thread "once" with an internal implementation | Derrell Lipman | 3 | -22/+66 |
2009-05-07 | tevent: fix typo async_req_done() => tevent_req_done() | Stefan Metzmacher | 1 | -1/+1 |
2009-05-06 | Avoid --nonet when building manpages; xsltproc will already prefer local | Jelmer Vernooij | 1 | -2/+2 |
2009-05-05 | Update tdb and talloc web pages | Simo Sorce | 2 | -9/+20 |
2009-05-05 | Add release scripts for talloc and tdb | Simo Sorce | 2 | -0/+90 |