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
*
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
*
Remove the tortured logic in another_ldap_try() and turn it into
Jeremy Allison
2011-08-19
1
-58
/
+70
*
Factor out the ldap_get_option calls into a function.
Jeremy Allison
2011-08-19
1
-20
/
+14
*
Simplify the logic on the another_ldap_try() loops by breaking
Jeremy Allison
2011-08-19
1
-95
/
+105
*
Move the alarm setup/teardown out of another_ldap_try() and into separate
Jeremy Allison
2011-08-19
1
-48
/
+43
*
Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...
Jeremy Allison
2011-08-19
1
-4
/
+8
*
Make it clear the time here is an absolute endtime. Don't set the alarm if th...
Jeremy Allison
2011-08-19
1
-15
/
+35
*
Always remove the alarm before changing the handler, not the other way around.
Jeremy Allison
2011-08-19
1
-1
/
+1
*
Remove old_handler as alarms can't be nested. Use SIG_IGN instead.
Jeremy Allison
2011-08-19
1
-4
/
+2
*
Change got_alarm from bool to the correct type of SIG_ATOMIC_T.
Jeremy Allison
2011-08-19
1
-3
/
+3
*
Re-arrange the optimization to reduce tdb fcntl calls if smbd is not
Ira Cooper
2011-08-20
1
-1
/
+5
*
s3:dbwrap_ctdb: improve transaction start/commit/cancel debugging
Michael Adam
2011-08-15
1
-2
/
+8
*
s3:lib: fix a comment in tdb_unpack()
Michael Adam
2011-08-15
1
-1
/
+1
*
s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...
Gregor Beck
2011-08-15
1
-1
/
+1
*
s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...
Gregor Beck
2011-08-15
1
-1
/
+3
*
s3-prefork: Do not use mmap/mremap/munmap directly
Simo Sorce
2011-08-15
1
-9
/
+11
*
s3-messaging: Fix messaging classes.
Simo Sorce
2011-08-11
1
-8
/
+11
*
s3-messaging: Remove obsolete class.
Simo Sorce
2011-08-11
1
-2
/
+0
*
s3: Fix some typos -- Simo, please check
Volker Lendecke
2011-08-10
1
-7
/
+7
*
s3-prefork: Fix use of child id.
Simo Sorce
2011-08-10
1
-2
/
+2
*
s3-prefork: Pass the child a child_id
Simo Sorce
2011-08-10
2
-2
/
+3
*
s3-prefork: Return tsocket_address for client and server
Simo Sorce
2011-08-10
2
-25
/
+63
*
s3-prefork: Pass messaging context around too
Simo Sorce
2011-08-10
2
-5
/
+17
*
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
2011-08-10
2
-13
/
+80
*
s3-prefork: Provide a cleanup function
Simo Sorce
2011-08-10
2
-17
/
+21
*
s3-prefork: Inline Doxygen Documentation
Simo Sorce
2011-08-10
1
-0
/
+160
*
s3-prefork: better timing out semantics
Simo Sorce
2011-08-10
1
-4
/
+14
*
s3-prefork: add support for multiple listning file descriptors
Simo Sorce
2011-08-10
2
-90
/
+73
*
s3-prefork: provide way to send a signal to all children
Simo Sorce
2011-08-10
2
-0
/
+15
*
s3-prefork: provide means to expand the pool size
Simo Sorce
2011-08-10
2
-0
/
+33
*
s3-prefork: add way to manage number of clients per child
Simo Sorce
2011-08-10
2
-3
/
+38
*
s3-prefork: add asynchronous functions
Simo Sorce
2011-08-10
2
-1
/
+267
*
s3-prefork: implement prefork framework
Simo Sorce
2011-08-10
2
-0
/
+578
*
s3: Remove an unnecessary include
Volker Lendecke
2011-08-10
1
-1
/
+0
*
s3:lib/events: Fix a bug in run_poll_events().
Stefan Metzmacher
2011-08-09
1
-0
/
+4
[next]