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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-14
util_tdb: return -1/0 from lock_with_timeout functions.
Rusty Russell
1
-2
/
+2
2011-09-14
dbwrap_tdb: handle tdb2 return values properly.
Rusty Russell
1
-4
/
+4
2011-09-14
tdb_compat: adapt to tdb2 API change.
Rusty Russell
1
-3
/
+4
2011-09-07
s3:dbwrap_ctdb: improve error message in transaction destructor
Gregor Beck
1
-1
/
+2
2011-09-07
s3: let g_lock_unlock() return more specific status codes on failure
Gregor Beck
1
-2
/
+2
2011-08-31
s3:lib S-1-5-9 is "Enterprise Domain Controllers"
Christian Ambach
1
-1
/
+1
2011-08-31
s3:lib remove duplicate entry for "Anonymous Logon"
Christian Ambach
1
-1
/
+0
2011-08-31
s3:lib add S-1-5-17 to well-known SID list
Christian Ambach
1
-0
/
+1
2011-08-31
s3:lib add some more well-known sids
Christian Ambach
1
-0
/
+3
2011-08-31
s3:lib add new well-known SIDs for BUILTIN
Christian Ambach
1
-0
/
+8
2011-08-30
s3: Silence some warnings
Volker Lendecke
3
-0
/
+56
2011-08-29
s3-lib: If we create a pipe socket, don't start to listen.
Andreas Schneider
1
-6
/
+0
2011-08-25
s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...
Michael Adam
1
-1
/
+6
2011-08-25
s3: Remove a bogus comment
Volker Lendecke
1
-4
/
+0
2011-08-25
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2011-08-22
s3: Slightly simplify serverid_exists
Volker Lendecke
1
-1
/
+1
2011-08-21
s3-passdb: Keep caches coherent
Andreas Schneider
2
-1
/
+16
2011-08-21
s3-id_cache: Use better names for id cache management ops
Andreas Schneider
2
-14
/
+14
2011-08-21
s3-id_cache: Move id caches mgmt out of smbd
Andreas Schneider
2
-0
/
+222
2011-08-21
s3-prefork: Listening fds must be in non-blocking mode
Simo Sorce
2
-0
/
+5
2011-08-21
s3-prefork: Fix code to retire children
Simo Sorce
3
-11
/
+16
2011-08-21
s3-prefork: Add parent->client messaging
Simo Sorce
3
-0
/
+39
2011-08-21
s3-prefork: Improve error detection when handling new connections
Simo Sorce
1
-11
/
+23
2011-08-21
s3-prefork: Improve heuristics
Simo Sorce
3
-30
/
+52
2011-08-21
s3-prefork: add a few more utility functions
Simo Sorce
2
-0
/
+26
2011-08-21
s3-prefrok: Handle only valid children
Simo Sorce
1
-4
/
+19
2011-08-21
s3-prefork: Fix worker flags handling.
Simo Sorce
2
-7
/
+20
2011-08-21
s3-prefork: do not use a lock_fd, just race on accept()
Simo Sorce
2
-375
/
+21
2011-08-21
s3-prefork: Add common utilities for daemons
Simo Sorce
2
-0
/
+166
2011-08-21
s3-prefork: Allow better management of allowed_clients
Simo Sorce
2
-5
/
+54
2011-08-21
s3-prefork: Fix cast warning.
Andreas Schneider
1
-2
/
+2
2011-08-20
Ensure we never wait past absolute entime to do a get_cached_ldap_connect().
Jeremy Allison
1
-8
/
+15
2011-08-19
Remove the tortured logic in another_ldap_try() and turn it into
Jeremy Allison
1
-58
/
+70
2011-08-19
Factor out the ldap_get_option calls into a function.
Jeremy Allison
1
-20
/
+14
2011-08-19
Simplify the logic on the another_ldap_try() loops by breaking
Jeremy Allison
1
-95
/
+105
2011-08-19
Move the alarm setup/teardown out of another_ldap_try() and into separate
Jeremy Allison
1
-48
/
+43
2011-08-19
Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...
Jeremy Allison
1
-4
/
+8
2011-08-19
Make it clear the time here is an absolute endtime. Don't set the alarm if th...
Jeremy Allison
1
-15
/
+35
2011-08-19
Always remove the alarm before changing the handler, not the other way around.
Jeremy Allison
1
-1
/
+1
2011-08-19
Remove old_handler as alarms can't be nested. Use SIG_IGN instead.
Jeremy Allison
1
-4
/
+2
2011-08-19
Change got_alarm from bool to the correct type of SIG_ATOMIC_T.
Jeremy Allison
1
-3
/
+3
2011-08-20
Re-arrange the optimization to reduce tdb fcntl calls if smbd is not
Ira Cooper
1
-1
/
+5
2011-08-15
s3:dbwrap_ctdb: improve transaction start/commit/cancel debugging
Michael Adam
1
-2
/
+8
2011-08-15
s3:lib: fix a comment in tdb_unpack()
Michael Adam
1
-1
/
+1
2011-08-15
s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...
Gregor Beck
1
-1
/
+1
2011-08-15
s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...
Gregor Beck
1
-1
/
+3
2011-08-15
s3-prefork: Do not use mmap/mremap/munmap directly
Simo Sorce
1
-9
/
+11
2011-08-11
s3-messaging: Fix messaging classes.
Simo Sorce
1
-8
/
+11
2011-08-11
s3-messaging: Remove obsolete class.
Simo Sorce
1
-2
/
+0
2011-08-10
s3: Fix some typos -- Simo, please check
Volker Lendecke
1
-7
/
+7
[next]