summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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.tdb-1.2.13Michael 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
* tdb: in tdb_delete_hash, make lock/unlock bracket more obviousMichael Adam2014-02-151-1/+1
* tdb: simplify tdb_delete_hash() a bitMichael Adam2014-02-141-12/+5
* tdb: tdbtool: dump record magic with fixed number of 8 hex digitsMichael Adam2014-02-141-1/+1
* tdb: tdbtool: dump record hash with fixed number of 8 hex digitsMichael Adam2014-02-141-1/+1
* waf:lib/replace fix iconv checks on HP/UXChristian Ambach2014-02-131-1/+1
* param: Move LOADPARM_EXTRA_GLOBALS to lib/param/loadparm.h to be shared betwe...Garming Sam2014-02-122-17/+17
* param: move SMB2 defaults to lib/param and use in loadparm_initGarming Sam2014-02-122-4/+10
* param: remove special cases for tls filesGarming Sam2014-02-122-16/+11
* param: use generate_param.py to generate s3_param.hGarming Sam2014-02-121-3/+3