summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: Keep caches coherentAndreas Schneider2011-08-212-1/+16
* s3-id_cache: Use better names for id cache management opsAndreas Schneider2011-08-212-14/+14
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-212-0/+222
* s3-prefork: Listening fds must be in non-blocking modeSimo Sorce2011-08-212-0/+5
* s3-prefork: Fix code to retire childrenSimo Sorce2011-08-213-11/+16
* s3-prefork: Add parent->client messagingSimo Sorce2011-08-213-0/+39
* s3-prefork: Improve error detection when handling new connectionsSimo Sorce2011-08-211-11/+23
* s3-prefork: Improve heuristicsSimo Sorce2011-08-213-30/+52
* s3-prefork: add a few more utility functionsSimo Sorce2011-08-212-0/+26
* s3-prefrok: Handle only valid childrenSimo Sorce2011-08-211-4/+19
* s3-prefork: Fix worker flags handling.Simo Sorce2011-08-212-7/+20
* s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce2011-08-212-375/+21
* s3-prefork: Add common utilities for daemonsSimo Sorce2011-08-212-0/+166
* s3-prefork: Allow better management of allowed_clientsSimo Sorce2011-08-212-5/+54
* s3-prefork: Fix cast warning.Andreas Schneider2011-08-211-2/+2
* Ensure we never wait past absolute entime to do a get_cached_ldap_connect().Jeremy Allison2011-08-201-8/+15
* Remove the tortured logic in another_ldap_try() and turn it intoJeremy Allison2011-08-191-58/+70
* Factor out the ldap_get_option calls into a function.Jeremy Allison2011-08-191-20/+14
* Simplify the logic on the another_ldap_try() loops by breakingJeremy Allison2011-08-191-95/+105
* Move the alarm setup/teardown out of another_ldap_try() and into separateJeremy Allison2011-08-191-48/+43
* Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...Jeremy Allison2011-08-191-4/+8
* Make it clear the time here is an absolute endtime. Don't set the alarm if th...Jeremy Allison2011-08-191-15/+35
* Always remove the alarm before changing the handler, not the other way around.Jeremy Allison2011-08-191-1/+1
* Remove old_handler as alarms can't be nested. Use SIG_IGN instead.Jeremy Allison2011-08-191-4/+2
* Change got_alarm from bool to the correct type of SIG_ATOMIC_T.Jeremy Allison2011-08-191-3/+3
* Re-arrange the optimization to reduce tdb fcntl calls if smbd is notIra Cooper2011-08-201-1/+5
* s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam2011-08-151-2/+8
* s3:lib: fix a comment in tdb_unpack()Michael Adam2011-08-151-1/+1
* s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...Gregor Beck2011-08-151-1/+1
* s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...Gregor Beck2011-08-151-1/+3
* s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce2011-08-151-9/+11
* s3-messaging: Fix messaging classes.Simo Sorce2011-08-111-8/+11
* s3-messaging: Remove obsolete class.Simo Sorce2011-08-111-2/+0
* s3: Fix some typos -- Simo, please checkVolker Lendecke2011-08-101-7/+7
* s3-prefork: Fix use of child id.Simo Sorce2011-08-101-2/+2
* s3-prefork: Pass the child a child_idSimo Sorce2011-08-102-2/+3
* s3-prefork: Return tsocket_address for client and serverSimo Sorce2011-08-102-25/+63
* s3-prefork: Pass messaging context around tooSimo Sorce2011-08-102-5/+17
* s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2011-08-102-13/+80
* s3-prefork: Provide a cleanup functionSimo Sorce2011-08-102-17/+21
* s3-prefork: Inline Doxygen DocumentationSimo Sorce2011-08-101-0/+160
* s3-prefork: better timing out semanticsSimo Sorce2011-08-101-4/+14
* s3-prefork: add support for multiple listning file descriptorsSimo Sorce2011-08-102-90/+73
* s3-prefork: provide way to send a signal to all childrenSimo Sorce2011-08-102-0/+15
* s3-prefork: provide means to expand the pool sizeSimo Sorce2011-08-102-0/+33
* s3-prefork: add way to manage number of clients per childSimo Sorce2011-08-102-3/+38
* s3-prefork: add asynchronous functionsSimo Sorce2011-08-102-1/+267
* s3-prefork: implement prefork frameworkSimo Sorce2011-08-102-0/+578
* s3: Remove an unnecessary includeVolker Lendecke2011-08-101-1/+0
* s3:lib/events: Fix a bug in run_poll_events().Stefan Metzmacher2011-08-091-0/+4