summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: remove unused/empty modules.cStefan Metzmacher2011-10-061-22/+0
* s3: Use the uid_wrapperVolker Lendecke2011-10-062-0/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-062-120/+9
* s3-module allow libreplace to provide dlopen replacementAndrew Bartlett2011-10-061-24/+0
* s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher2011-10-041-0/+11
* s3: Fix a C++ warningVolker Lendecke2011-09-301-1/+2
* s3: Fix a C++ warningVolker Lendecke2011-09-301-1/+2
* s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam2011-09-281-2/+1
* s3-messaging Do not ever send a kill to -1Andrew Bartlett2011-09-281-0/+3
* s3-messaging Ensure that the message is of the correct legnthAndrew Bartlett2011-09-271-1/+1
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+2
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell2011-09-232-1/+58
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-231-146/+0
* s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2011-09-212-8/+23
* s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...Michael Adam2011-09-201-0/+26
* s3:g_lock: add a missing \n to a debug message in g_lock_initMichael Adam2011-09-201-1/+1
* 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