summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett4-58/+58
2012-02-01replace: Add include for bsd/string.h.Jelmer Vernooij1-0/+4
2012-01-31Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2-0/+13
2012-01-31tevent: Fix python documentation stringsAmitay Isaacs1-2/+2
2012-01-31replace: Only include C files from which there are actually functions used.Jelmer Vernooij1-2/+21
2012-01-31replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij1-15/+21
2012-01-30tdb2: make --enable-tdb2 the default.Rusty Russell1-2/+2
2012-01-30tdb2: add -1 and -2 options to tdbtortureRusty Russell1-1/+18
2012-01-30tdb2:tdbtorture: use TEST_DATA_PREFIX for filesRusty Russell1-9/+34
2012-01-30tdb2: name tools the same as TDB1 tools.Rusty Russell1-5/+5
2012-01-30tdb2: tools/tdb2backupRusty Russell2-0/+374
2012-01-30tdb_compat: only use hashsize attribute when O_CREATRusty Russell1-1/+1
2012-01-30ldb_wrap.c: fix TDB2-incompatible API usage.Rusty Russell1-1/+1
2012-01-30tdb2: copy tdb1's changed expansion logic.Rusty Russell3-27/+40
2012-01-30tdb2: careful on wrap.Rusty Russell6-20/+29
2012-01-25lib: Remove dead mszip code.Andreas Schneider3-710/+0
2012-01-25Introduce dump_data_fileVolker Lendecke2-0/+17
2012-01-25ldbedit: prevent a transaction warning on failureKelly Yeoh1-0/+1
2012-01-21param: handle P_BYTES in more placesAndrew Bartlett1-0/+1
2012-01-11lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher1-3/+3
2012-01-10talloc/testsuite: fix compiler warningsStefan Metzmacher1-1/+2
2012-01-07Add "repack" command to tdbtool.Ira Cooper1-0/+7
2012-01-06Fix compile when TDB_TRACE is enabled.Ira Cooper1-1/+1
2012-01-03pyldb: raise an exception if we can't add the attributeMatthieu Patou1-1/+6
2012-01-02ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer1-1/+1
2012-01-02talloc: Slightly simplify talloc_unlinkVolker Lendecke1-8/+7
2012-01-02talloc: Fix a typoVolker Lendecke1-3/+3
2011-12-28gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett1-1/+1
2011-12-25lib/charset: Remove an unused variableVolker Lendecke1-0/+2
2011-12-25s3: Fix fn signatures in charset_macosx.cVolker Lendecke2-6/+6
2011-12-25tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke1-11/+15
2011-12-25tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke1-12/+16
2011-12-25libreplace: Don't check for standards.h on darwin (Lion)Volker Lendecke1-2/+10
2011-12-23ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"Matthias Dieter Wallnöfer1-7/+1
2011-12-23ldif-handler: Fix the case for attribute dnspropertyAmitay Isaacs1-1/+1
2011-12-22lib/param: add support for "SMB2_24" in smb.conf optionsStefan Metzmacher1-0/+1
2011-12-22runcmd: use set_close_on_exec()Andrew Tridgell1-0/+8
2011-12-22runcmd: use a pipe for stdin to child processesAndrew Tridgell1-7/+46
2011-12-22param: domain_logons and domain_master are of type enum_bool_autoAmitay Isaacs3-3/+3
2011-12-22param: Fix the data type for bAvailableAmitay Isaacs1-1/+1
2011-12-21tdb: don't free old recovery area when expanding if already at EOF.Rusty Russell1-17/+30
2011-12-21tdb: use same expansion factor logic when expanding for new recovery area.Rusty Russell3-21/+34
2011-12-19tdb2: Avoid a malloc/memcpy in _tdb1_storeVolker Lendecke1-19/+8
2011-12-19tdb: Avoid a malloc/memcpy in _tdb_storeVolker Lendecke1-17/+8
2011-12-19tdb: be more careful on 4G files.Rusty Russell6-23/+53
2011-12-17s3: Fix the clustering buildVolker Lendecke3-5/+5
2011-12-17s4 dns: Allow updates based on smb.conf settingKai Blin3-0/+21
2011-12-16Add support for TCP_DEFER_ACCEPTVolker Lendecke1-0/+3
2011-12-16lib/param: Set s4 "host msdfs = true" by defaultAndrew Bartlett1-0/+2
2011-12-15loadparm: fixed service list handlingAndrew Tridgell1-14/+4