summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* crypto: Use libbsd md5 header, if available.Jelmer Vernooij2012-02-073-2/+17
* crypto/md5: Change prototypes to match BSD.Jelmer Vernooij2012-02-071-5/+7
* charset/tests: Add prototypes for test functions.Jelmer Vernooij2012-02-072-0/+7
* loadparm: handle P_SEP in switches (silences warning with clang).Jelmer Vernooij2012-02-071-0/+5
* pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'Jelmer Vernooij2012-02-071-2/+2
* crypto: Add prototype for main torture functions.Jelmer Vernooij2012-02-073-0/+4
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-062-9/+21
* s3-popt: Fix configure.developer builds on Solairs.Ira Cooper2012-02-041-0/+2
* loadparm: fix a load of uninitialized memory errors found by valgrind.Michael Adam2012-02-031-1/+1
* replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij2012-02-021-1/+4
* tdb2: add --disable-tdb2Rusty Russell2012-02-021-0/+3
* selftest: Remove unused support for --exeextAndrew Bartlett2012-02-014-58/+58
* replace: Add include for bsd/string.h.Jelmer Vernooij2012-02-011-0/+4
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-01-312-0/+13
* tevent: Fix python documentation stringsAmitay Isaacs2012-01-311-2/+2
* replace: Only include C files from which there are actually functions used.Jelmer Vernooij2012-01-311-2/+21
* 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