summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb: Fix python documentation for tdb moduleAmitay Isaacs2011-12-131-1/+1
* tevent: tevent_schedule_immediate never failsVolker Lendecke2011-12-091-1/+0
* Add pep8.Jelmer Vernooij2011-12-082-0/+1365
* testtools: Update to new upstream revision.Jelmer Vernooij2011-12-0811-46/+750
* pyldb: Add more docstrings.Jelmer Vernooij2011-12-081-7/+12
* Add samba_kcc load parameterDave Craft2011-12-081-0/+11
* Add version attribute for pytevent.Jelmer Vernooij2011-12-073-1/+5
* tevent: Install python tevent modules.Jelmer Vernooij2011-12-061-0/+6
* Add stub python module for tevent.Jelmer Vernooij2011-12-061-0/+28
* lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()Michael Adam2011-12-061-1/+2
* tdb2: tlist: remove type arg from tlist_top(), tlist_tail()Rusty Russell2011-12-051-1/+1
* tdb2: display capability information in tdb_summary()Rusty Russell2011-12-052-25/+145
* tdb2: add a capability list from the header.Rusty Russell2011-12-059-27/+410
* tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg.Rusty Russell2011-12-054-32/+47