summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij2012-01-311-15/+21
* tdb2: make --enable-tdb2 the default.Rusty Russell2012-01-301-2/+2
* tdb2: add -1 and -2 options to tdbtortureRusty Russell2012-01-301-1/+18
* tdb2:tdbtorture: use TEST_DATA_PREFIX for filesRusty Russell2012-01-301-9/+34
* tdb2: name tools the same as TDB1 tools.Rusty Russell2012-01-301-5/+5
* tdb2: tools/tdb2backupRusty Russell2012-01-302-0/+374
* tdb_compat: only use hashsize attribute when O_CREATRusty Russell2012-01-301-1/+1
* ldb_wrap.c: fix TDB2-incompatible API usage.Rusty Russell2012-01-301-1/+1
* tdb2: copy tdb1's changed expansion logic.Rusty Russell2012-01-303-27/+40
* tdb2: careful on wrap.Rusty Russell2012-01-306-20/+29
* lib: Remove dead mszip code.Andreas Schneider2012-01-253-710/+0
* Introduce dump_data_fileVolker Lendecke2012-01-252-0/+17
* ldbedit: prevent a transaction warning on failureKelly Yeoh2012-01-251-0/+1
* param: handle P_BYTES in more placesAndrew Bartlett2012-01-211-0/+1
* lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher2012-01-111-3/+3
* talloc/testsuite: fix compiler warningsStefan Metzmacher2012-01-101-1/+2
* Add "repack" command to tdbtool.Ira Cooper2012-01-071-0/+7
* Fix compile when TDB_TRACE is enabled.Ira Cooper2012-01-061-1/+1
* pyldb: raise an exception if we can't add the attributeMatthieu Patou2012-01-031-1/+6
* ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer2012-01-021-1/+1
* talloc: Slightly simplify talloc_unlinkVolker Lendecke2012-01-021-8/+7
* talloc: Fix a typoVolker Lendecke2012-01-021-3/+3
* gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett2011-12-281-1/+1
* lib/charset: Remove an unused variableVolker Lendecke2011-12-251-0/+2
* s3: Fix fn signatures in charset_macosx.cVolker Lendecke2011-12-252-6/+6
* tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke2011-12-251-11/+15
* tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke2011-12-251-12/+16
* libreplace: Don't check for standards.h on darwin (Lion)Volker Lendecke2011-12-251-2/+10
* ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"Matthias Dieter Wallnöfer2011-12-231-7/+1
* ldif-handler: Fix the case for attribute dnspropertyAmitay Isaacs2011-12-231-1/+1
* lib/param: add support for "SMB2_24" in smb.conf optionsStefan Metzmacher2011-12-221-0/+1
* runcmd: use set_close_on_exec()Andrew Tridgell2011-12-221-0/+8
* runcmd: use a pipe for stdin to child processesAndrew Tridgell2011-12-221-7/+46
* param: domain_logons and domain_master are of type enum_bool_autoAmitay Isaacs2011-12-223-3/+3
* param: Fix the data type for bAvailableAmitay Isaacs2011-12-221-1/+1
* tdb: don't free old recovery area when expanding if already at EOF.Rusty Russell2011-12-211-17/+30
* tdb: use same expansion factor logic when expanding for new recovery area.Rusty Russell2011-12-213-21/+34
* tdb2: Avoid a malloc/memcpy in _tdb1_storeVolker Lendecke2011-12-191-19/+8
* tdb: Avoid a malloc/memcpy in _tdb_storeVolker Lendecke2011-12-191-17/+8
* tdb: be more careful on 4G files.Rusty Russell2011-12-196-23/+53
* s3: Fix the clustering buildVolker Lendecke2011-12-173-5/+5
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-173-0/+21
* Add support for TCP_DEFER_ACCEPTVolker Lendecke2011-12-161-0/+3
* lib/param: Set s4 "host msdfs = true" by defaultAndrew Bartlett2011-12-161-0/+2
* loadparm: fixed service list handlingAndrew Tridgell2011-12-151-14/+4
* genrand: use set_close_on_exec()Andrew Tridgell2011-12-151-0/+9
* lib/util: added set_close_on_exec()Andrew Tridgell2011-12-152-0/+23
* lib/ccan: Fix some typos in libccan.m4Martin Schwenke2011-12-151-2/+2
* lib/ccan: fix m4 tests for builtin_expect and compound literals.Rusty Russell2011-12-151-9/+10
* tdb2: Fix python documentation for tdb.Tdb objectAmitay Isaacs2011-12-141-1/+1