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