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
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-08-10
s3-prefork: Fix use of child id.
Simo Sorce
1
-2
/
+2
2011-08-10
s3-prefork: Pass the child a child_id
Simo Sorce
2
-2
/
+3
2011-08-10
s3-prefork: Return tsocket_address for client and server
Simo Sorce
2
-25
/
+63
2011-08-10
s3-prefork: Pass messaging context around too
Simo Sorce
2
-5
/
+17
2011-08-10
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
2
-13
/
+80
2011-08-10
s3-prefork: Provide a cleanup function
Simo Sorce
2
-17
/
+21
2011-08-10
s3-prefork: Inline Doxygen Documentation
Simo Sorce
1
-0
/
+160
2011-08-10
s3-prefork: better timing out semantics
Simo Sorce
1
-4
/
+14
2011-08-10
s3-prefork: add support for multiple listning file descriptors
Simo Sorce
2
-90
/
+73
2011-08-10
s3-prefork: provide way to send a signal to all children
Simo Sorce
2
-0
/
+15
2011-08-10
s3-prefork: provide means to expand the pool size
Simo Sorce
2
-0
/
+33
[prev]
[next]