summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Change nss_wrapper to preloadable version.Andreas Schneider2014-04-175-1534/+2460
* Remove special nss_wrapper codeAndreas Schneider2014-04-172-13/+1
* replace: Add nss_wrapper_hosts_enabled().Andreas Schneider2014-04-172-0/+6
* replace: Add nss_wrapper_enabled().Andreas Schneider2014-04-172-0/+6
* lib: Add missing include for unistd.h in unix_privs.Andreas Schneider2014-04-171-0/+5
* lib: Add missing include for unistd.h in setid.Andreas Schneider2014-04-171-0/+3
* Remove uid_wrapper related code.Andreas Schneider2014-04-172-45/+1
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-179-305/+1124
* replace: Add uid_wrapper_enabled().Andreas Schneider2014-04-173-0/+34
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-162-2/+2
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-151-3/+0
* libs: s3 and s4: make our dns lookup code signal-safe.Jeremy Allison2014-04-101-5/+24
* tdb: consolidate tdb allocation code - re-use dead records at hash top.Michael Adam2014-04-092-43/+13
* talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* tevent: Update flags in tevent pkgconfig fileLukas Slebodnik2014-04-041-2/+2
* lib/param: Add new parameter "old password allowed period"Andrew Bartlett2014-04-022-0/+10
* ldb_ildap: Map some wrong username/password errors on to LDB_ERR_INVALID_CRED...Andrew Bartlett2014-04-021-1/+9
* dlinklist: Fix a typoVolker Lendecke2014-04-023-3/+3
* lib/socket_wrapper: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* lib/zlib: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* lib/popt: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* lib/ldb: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+3
* lib/ntdb: explicitly use allow_warnings=True for ntdb-test-helpersStefan Metzmacher2014-04-021-1/+2
* lib/ccan: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+2
* lib/tevent/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* lib/tdr/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* lib/socket_wrapper/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* lib/nss_wrapper/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* lib/util/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-0211-0/+11
* lib/compression/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* lib/util: fix const warningsStefan Metzmacher2014-04-024-6/+13
* lib/util: declare smb_panic_default() as _NORETURN_Stefan Metzmacher2014-04-021-0/+1
* tdb/wscript: maintain a global list of unit testsStefan Metzmacher2014-04-021-45/+32
* tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...Stefan Metzmacher2014-04-0218-34/+34
* tdb/test: remove "\n" in diag() argumentsStefan Metzmacher2014-04-022-2/+2
* tdb/test: always call fflush() after [f]printf() in tap-interface.hStefan Metzmacher2014-04-021-4/+22
* tdb/tools: avoid const warnings in tdbdump.cStefan Metzmacher2014-04-021-1/+1
* tdb: don't alter errno on success of tdb_open_ex()Stefan Metzmacher2014-04-021-0/+2
* lib/zlib: make use of conf.CHECK_BUNDLED_SYSTEM()Stefan Metzmacher2014-04-021-28/+23
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-313-37/+7
* dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_tdbVolker Lendecke2014-03-311-2/+8
* param: Add lpcfg_tdb_flags()Volker Lendecke2014-03-312-1/+10
* param: Add lpcfg_tdb_hash_size()Volker Lendecke2014-03-311-0/+18
* lib: Add interim tdb_wrap_open_ without lp_ctxVolker Lendecke2014-03-312-21/+31
* lib: Pull up lp_ctx use one levelVolker Lendecke2014-03-311-19/+19
* lib/util: let is_ipaddress_v6() cope with "fe80::1234%3"Stefan Metzmacher2014-03-251-12/+54
* s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher2014-03-241-1/+1
* tdb: change version to 1.2.13.Michael Adam2014-03-182-1/+68
* tdb: Reduce freelist contentionVolker Lendecke2014-03-183-30/+93
* tdb: Make "tdb_purge_dead" internally publicVolker Lendecke2014-03-182-1/+2