summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-10-08s3:lib/netapi: avoid '//' commentsStefan Metzmacher2-3/+3
2011-10-07ldb: use ldb directly rather than via a copyAndrew Bartlett2-726/+0
2011-10-06s3:lib: remove unused/empty modules.cStefan Metzmacher1-22/+0
2011-10-06s3: Use the uid_wrapperVolker Lendecke2-0/+2
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett2-120/+9
2011-10-06s3-module allow libreplace to provide dlopen replacementAndrew Bartlett1-24/+0
2011-10-04s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher1-0/+11
2011-09-30s3: Fix a C++ warningVolker Lendecke1-1/+2
2011-09-30s3: Fix a C++ warningVolker Lendecke1-1/+2
2011-09-28s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam1-2/+1
2011-09-28s3-messaging Do not ever send a kill to -1Andrew Bartlett1-0/+3
2011-09-27s3-messaging Ensure that the message is of the correct legnthAndrew Bartlett1-1/+1
2011-09-23build: Fix waf build on MacOS XAndrew Bartlett1-1/+2
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-09-23s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell2-1/+58
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-146/+0
2011-09-21s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2-8/+23
2011-09-20s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...Michael Adam1-0/+26
2011-09-20s3:g_lock: add a missing \n to a debug message in g_lock_initMichael Adam1-1/+1
2011-09-14util_tdb: return -1/0 from lock_with_timeout functions.Rusty Russell1-2/+2
2011-09-14dbwrap_tdb: handle tdb2 return values properly.Rusty Russell1-4/+4
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell1-3/+4
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