index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-05-03
Clean up after Tridge's util_strlist changes
Volker Lendecke
2
-25
/
+30
2009-05-01
Attempt to the build on NetBSD5 and a few others
Volker Lendecke
1
-0
/
+3
2009-05-01
tsocket: add tstream_readv_pdu_queue_send/recv()
Stefan Metzmacher
2
-0
/
+132
2009-05-01
tsocket: add tstream_writev_queue_send/recv()
Stefan Metzmacher
2
-0
/
+132
2009-05-01
tsocket: add tstream_readv_pdu_send/recv()
Stefan Metzmacher
2
-1
/
+178
2009-05-01
tsocket: add tstream implementation for bsd sockets (inet and unix)
Stefan Metzmacher
2
-0
/
+943
2009-05-01
tsocket: add tstream_context infrastructure similar to tdgram_context
Stefan Metzmacher
3
-0
/
+445
2009-05-01
tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()
Stefan Metzmacher
2
-12
/
+12
2009-05-01
tsocket: move tsocket_simple_int_recv() to tsocket.c
Stefan Metzmacher
2
-31
/
+28
2009-05-01
tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.c
Stefan Metzmacher
2
-130
/
+131
2009-05-01
tsocket: tdgram move input checks to the common code as there're needed for a...
Stefan Metzmacher
2
-24
/
+69
2009-05-01
tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)
Stefan Metzmacher
1
-2
/
+22
2009-05-01
tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0
Stefan Metzmacher
1
-0
/
+5
2009-05-01
tsocket: fix dependecies
Stefan Metzmacher
1
-1
/
+2
2009-05-01
tsocket: remove tsocket_context related stuff
Stefan Metzmacher
9
-1807
/
+17
2009-04-28
Fix a missing prototype warning
Volker Lendecke
2
-0
/
+3
2009-04-28
pm_process():raise level of debug message
Michael Adam
1
-1
/
+1
2009-04-23
Fix push_codepoint function without iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2009-04-23
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
4
-7
/
+15
2009-04-22
Prevent reallocs of the talloc pool itself
Simo Sorce
1
-0
/
+5
[next]