summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3:smbconf let drop leave the smbconf key in place to match a virgin registry...Gregor Beck2011-08-081-1/+1
* s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke2011-08-051-2/+13
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-031-8/+0
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-07-291-0/+148
* s3: Make is_executable() available in lib/Volker Lendecke2011-07-291-0/+17
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-2916-13/+151
* s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam2011-07-293-32/+33
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-299-71/+182
* s3:g_lock: explicitly include dbwrap.hMichael Adam2011-07-291-0/+1