summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb: Make "tdb_find_dead" internally publicVolker Lendecke2014-03-182-3/+6
* tdb: Add "last_ptr" to tdb_find_deadVolker Lendecke2014-03-181-4/+13
* tdb: Move adding tailer space to tdb_find_deadVolker Lendecke2014-03-181-3/+4
* tdb: Do a best fit search for dead recordsVolker Lendecke2014-03-181-7/+13
* tdb: Don't purge records to a blocked freelistVolker Lendecke2014-03-181-1/+4
* tdb: Fix a tdb corruptionVolker Lendecke2014-03-181-2/+5
* lib/popt: Patch memory leak in popthelp.cJose A. Rivera2014-03-131-2/+2
* lib/popt: Small whitespace fix for readability.Jose A. Rivera2014-03-131-14/+15
* param: remove lp_dnsdomain from s3Garming Sam2014-02-201-1/+0
* param: change s3_param.h from a generated file to a static oneGarming Sam2014-02-202-6/+21
* param: use loadparm_globals struct instead of lp function pointers in s3_helpersGarming Sam2014-02-202-18/+5
* lib/param: rename lp_string to lpcfg_stringGarming Sam2014-02-201-9/+9
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-201-8/+22
* build: find FILE_OFFSET_BITS via arrayGustavo Zacarias2014-02-181-4/+7
* tdb: always open internal databases with incompatible hash.Michael Adam2014-02-151-0/+5