summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-07s3:dbwrap_ctdb: improve error message in transaction destructorGregor Beck1-1/+2
2011-09-07s3: let g_lock_unlock() return more specific status codes on failureGregor Beck1-2/+2
2011-08-31s3:lib S-1-5-9 is "Enterprise Domain Controllers"Christian Ambach1-1/+1
2011-08-31s3:lib remove duplicate entry for "Anonymous Logon"Christian Ambach1-1/+0
2011-08-31s3:lib add S-1-5-17 to well-known SID listChristian Ambach1-0/+1
2011-08-31s3:lib add some more well-known sidsChristian Ambach1-0/+3
2011-08-31s3:lib add new well-known SIDs for BUILTINChristian Ambach1-0/+8
2011-08-30s3: Silence some warningsVolker Lendecke3-0/+56
2011-08-29s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider1-6/+0
2011-08-25s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...Michael Adam1-1/+6
2011-08-25s3: Remove a bogus commentVolker Lendecke1-4/+0
2011-08-25s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-08-22s3: Slightly simplify serverid_existsVolker Lendecke1-1/+1
2011-08-21s3-passdb: Keep caches coherentAndreas Schneider2-1/+16
2011-08-21s3-id_cache: Use better names for id cache management opsAndreas Schneider2-14/+14
2011-08-21s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2-0/+222
2011-08-21s3-prefork: Listening fds must be in non-blocking modeSimo Sorce2-0/+5
2011-08-21s3-prefork: Fix code to retire childrenSimo Sorce3-11/+16
2011-08-21s3-prefork: Add parent->client messagingSimo Sorce3-0/+39
2011-08-21s3-prefork: Improve error detection when handling new connectionsSimo Sorce1-11/+23
2011-08-21s3-prefork: Improve heuristicsSimo Sorce3-30/+52
2011-08-21s3-prefork: add a few more utility functionsSimo Sorce2-0/+26
2011-08-21s3-prefrok: Handle only valid childrenSimo Sorce1-4/+19
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce2-7/+20
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce2-375/+21
2011-08-21s3-prefork: Add common utilities for daemonsSimo Sorce2-0/+166
2011-08-21s3-prefork: Allow better management of allowed_clientsSimo Sorce2-5/+54
2011-08-21s3-prefork: Fix cast warning.Andreas Schneider1-2/+2
2011-08-20Ensure we never wait past absolute entime to do a get_cached_ldap_connect().Jeremy Allison1-8/+15
2011-08-19Remove the tortured logic in another_ldap_try() and turn it intoJeremy Allison1-58/+70
2011-08-19Factor out the ldap_get_option calls into a function.Jeremy Allison1-20/+14
2011-08-19Simplify the logic on the another_ldap_try() loops by breakingJeremy Allison1-95/+105
2011-08-19Move the alarm setup/teardown out of another_ldap_try() and into separateJeremy Allison1-48/+43
2011-08-19Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...Jeremy Allison1-4/+8
2011-08-19Make it clear the time here is an absolute endtime. Don't set the alarm if th...Jeremy Allison1-15/+35
2011-08-19Always remove the alarm before changing the handler, not the other way around.Jeremy Allison1-1/+1
2011-08-19Remove old_handler as alarms can't be nested. Use SIG_IGN instead.Jeremy Allison1-4/+2
2011-08-19Change got_alarm from bool to the correct type of SIG_ATOMIC_T.Jeremy Allison1-3/+3
2011-08-20Re-arrange the optimization to reduce tdb fcntl calls if smbd is notIra Cooper1-1/+5
2011-08-15s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam1-2/+8
2011-08-15s3:lib: fix a comment in tdb_unpack()Michael Adam1-1/+1
2011-08-15s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...Gregor Beck1-1/+1
2011-08-15s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...Gregor Beck1-1/+3
2011-08-15s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce1-9/+11
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce1-8/+11
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce1-2/+0
2011-08-10s3: Fix some typos -- Simo, please checkVolker Lendecke1-7/+7
2011-08-10s3-prefork: Fix use of child id.Simo Sorce1-2/+2
2011-08-10s3-prefork: Pass the child a child_idSimo Sorce2-2/+3
2011-08-10s3-prefork: Return tsocket_address for client and serverSimo Sorce2-25/+63