summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* util_tdb: return -1/0 from lock_with_timeout functions.Rusty Russell2011-09-141-2/+2
* dbwrap_tdb: handle tdb2 return values properly.Rusty Russell2011-09-141-4/+4
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-3/+4
* s3:dbwrap_ctdb: improve error message in transaction destructorGregor Beck2011-09-071-1/+2
* s3: let g_lock_unlock() return more specific status codes on failureGregor Beck2011-09-071-2/+2
* s3:lib S-1-5-9 is "Enterprise Domain Controllers"Christian Ambach2011-08-311-1/+1
* s3:lib remove duplicate entry for "Anonymous Logon"Christian Ambach2011-08-311-1/+0
* s3:lib add S-1-5-17 to well-known SID listChristian Ambach2011-08-311-0/+1
* s3:lib add some more well-known sidsChristian Ambach2011-08-311-0/+3
* s3:lib add new well-known SIDs for BUILTINChristian Ambach2011-08-311-0/+8
* s3: Silence some warningsVolker Lendecke2011-08-303-0/+56
* s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider2011-08-291-6/+0
* s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...Michael Adam2011-08-251-1/+6
* s3: Remove a bogus commentVolker Lendecke2011-08-251-4/+0
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-251-3/+3
* s3: Slightly simplify serverid_existsVolker Lendecke2011-08-221-1/+1
* 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