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
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: use ldb directly rather than via a copy
Andrew Bartlett
2011-10-07
2
-726
/
+0
*
s3:lib: remove unused/empty modules.c
Stefan Metzmacher
2011-10-06
1
-22
/
+0
*
s3: Use the uid_wrapper
Volker Lendecke
2011-10-06
2
-0
/
+2
*
lib/util: consolidate module loading into common code
Andrew Bartlett
2011-10-06
2
-120
/
+9
*
s3-module allow libreplace to provide dlopen replacement
Andrew Bartlett
2011-10-06
1
-24
/
+0
*
s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)
Stefan Metzmacher
2011-10-04
1
-0
/
+11
*
s3: Fix a C++ warning
Volker Lendecke
2011-09-30
1
-1
/
+2
*
s3: Fix a C++ warning
Volker Lendecke
2011-09-30
1
-1
/
+2
*
s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...
Michael Adam
2011-09-28
1
-2
/
+1
*
s3-messaging Do not ever send a kill to -1
Andrew Bartlett
2011-09-28
1
-0
/
+3
*
s3-messaging Ensure that the message is of the correct legnth
Andrew Bartlett
2011-09-27
1
-1
/
+1
*
build: Fix waf build on MacOS X
Andrew Bartlett
2011-09-23
1
-1
/
+2
*
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
2011-09-23
1
-1
/
+1
*
s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
Andrew Tridgell
2011-09-23
2
-1
/
+58
*
lib/util: move some timespec helpers from source3 to the toplevel
Stefan Metzmacher
2011-09-23
1
-146
/
+0
*
s3-netapi: allow to use default krb5 credential cache for libnetapi users.
Günther Deschner
2011-09-21
2
-8
/
+23
*
s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...
Michael Adam
2011-09-20
1
-0
/
+26
*
s3:g_lock: add a missing \n to a debug message in g_lock_init
Michael Adam
2011-09-20
1
-1
/
+1
*
util_tdb: return -1/0 from lock_with_timeout functions.
Rusty Russell
2011-09-14
1
-2
/
+2
*
dbwrap_tdb: handle tdb2 return values properly.
Rusty Russell
2011-09-14
1
-4
/
+4
*
tdb_compat: adapt to tdb2 API change.
Rusty Russell
2011-09-14
1
-3
/
+4
*
s3:dbwrap_ctdb: improve error message in transaction destructor
Gregor Beck
2011-09-07
1
-1
/
+2
*
s3: let g_lock_unlock() return more specific status codes on failure
Gregor Beck
2011-09-07
1
-2
/
+2
*
s3:lib S-1-5-9 is "Enterprise Domain Controllers"
Christian Ambach
2011-08-31
1
-1
/
+1
*
s3:lib remove duplicate entry for "Anonymous Logon"
Christian Ambach
2011-08-31
1
-1
/
+0
*
s3:lib add S-1-5-17 to well-known SID list
Christian Ambach
2011-08-31
1
-0
/
+1
*
s3:lib add some more well-known sids
Christian Ambach
2011-08-31
1
-0
/
+3
*
s3:lib add new well-known SIDs for BUILTIN
Christian Ambach
2011-08-31
1
-0
/
+8
*
s3: Silence some warnings
Volker Lendecke
2011-08-30
3
-0
/
+56
*
s3-lib: If we create a pipe socket, don't start to listen.
Andreas Schneider
2011-08-29
1
-6
/
+0
*
s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...
Michael Adam
2011-08-25
1
-1
/
+6
*
s3: Remove a bogus comment
Volker Lendecke
2011-08-25
1
-4
/
+0
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-08-25
1
-3
/
+3
*
s3: Slightly simplify serverid_exists
Volker Lendecke
2011-08-22
1
-1
/
+1
*
s3-passdb: Keep caches coherent
Andreas Schneider
2011-08-21
2
-1
/
+16
*
s3-id_cache: Use better names for id cache management ops
Andreas Schneider
2011-08-21
2
-14
/
+14
*
s3-id_cache: Move id caches mgmt out of smbd
Andreas Schneider
2011-08-21
2
-0
/
+222
*
s3-prefork: Listening fds must be in non-blocking mode
Simo Sorce
2011-08-21
2
-0
/
+5
*
s3-prefork: Fix code to retire children
Simo Sorce
2011-08-21
3
-11
/
+16
*
s3-prefork: Add parent->client messaging
Simo Sorce
2011-08-21
3
-0
/
+39
*
s3-prefork: Improve error detection when handling new connections
Simo Sorce
2011-08-21
1
-11
/
+23
*
s3-prefork: Improve heuristics
Simo Sorce
2011-08-21
3
-30
/
+52
*
s3-prefork: add a few more utility functions
Simo Sorce
2011-08-21
2
-0
/
+26
*
s3-prefrok: Handle only valid children
Simo Sorce
2011-08-21
1
-4
/
+19
*
s3-prefork: Fix worker flags handling.
Simo Sorce
2011-08-21
2
-7
/
+20
*
s3-prefork: do not use a lock_fd, just race on accept()
Simo Sorce
2011-08-21
2
-375
/
+21
*
s3-prefork: Add common utilities for daemons
Simo Sorce
2011-08-21
2
-0
/
+166
*
s3-prefork: Allow better management of allowed_clients
Simo Sorce
2011-08-21
2
-5
/
+54
*
s3-prefork: Fix cast warning.
Andreas Schneider
2011-08-21
1
-2
/
+2
*
Ensure we never wait past absolute entime to do a get_cached_ldap_connect().
Jeremy Allison
2011-08-20
1
-8
/
+15
[next]