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