summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent: change the version to 0.9.14 after the tevent_queue changesStefan Metzmacher2011-08-092-1/+79
* tevent: fix some comments in tevent.hStefan Metzmacher2011-08-091-2/+2
* tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher2011-08-092-2/+131
* tevent: splitout tevent_queue_add_internal() from tevent_queue_add()Stefan Metzmacher2011-08-091-8/+26
* tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher2011-08-092-1/+10
* tevent: add tevent_queue_running() functionStefan Metzmacher2011-08-092-0/+16
* ldb: fix the canonicalisation of booleansAndrew Tridgell2011-08-091-3/+3
* talloc: prepare for 2.0.6 releaseAndrew Tridgell2011-08-092-1/+63
* talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell2011-08-091-15/+3
* pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher2011-08-081-1/+1
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-083-3/+4
* pyldb: Generate ABI file.Jelmer Vernooij2011-08-072-2/+6
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-074-131/+135
* s4-ldb: two DNs only match if they have the same deletion statusAndrew Tridgell2011-08-041-0/+13
* talloc: check block count aftter references testAndrew Tridgell2011-08-041-0/+1
* ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell2011-08-041-1/+1
* ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2011-08-042-1/+14
* ldb: changed DN matching rules to obey GUID/SID/string orderingAndrew Tridgell2011-08-041-0/+54
* ldb: added signatures for 1.1.2Andrew Tridgell2011-08-041-0/+256
* ldb: raise minor versionAndrew Tridgell2011-08-041-1/+1
* ldb: added ldb_parse_tree_walk()Andrew Tridgell2011-08-042-16/+77
* ldb: added ldb_dn_replace_components()Andrew Tridgell2011-08-042-0/+63
* ldb-samba: Explain the current behaviour of ldif_canonicalise_objectCategoryAndrew Bartlett2011-08-031-2/+7
* pyldb: return a copy of key constant DNs via python interfaceAndrew Tridgell2011-08-031-4/+21
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2011-08-013-4/+6
* talloc: added test suite for talloc_free_children()Andrew Tridgell2011-07-291-0/+44
* talloc: preserve context name on talloc_free_children()Simo Sorce2011-07-291-0/+23
* pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2011-07-292-0/+57
* ldb: added a test for an invalid search expressionAndrew Tridgell2011-07-291-0/+3
* ldb: fixed a search expression parse bugAndrew Tridgell2011-07-291-1/+11
* tevent: Slightly simplify poll_event_loop_pollVolker Lendecke2011-07-281-33/+38
* Add wait_for_read_send/recvVolker Lendecke2011-07-282-0/+60
* ldb-samba: Allow --show-binary flag on defaultSecurityDescriptorAmitay Isaacs2011-07-282-0/+31
* ldb: Expose ldb_handler_fold() funcionAmitay Isaacs2011-07-281-6/+11
* talloc: Support PYTHON environment variable.Jelmer Vernooij2011-07-261-0/+1
* libsamba-util: Build in libbitmap.Jelmer Vernooij2011-07-261-8/+1
* lib/ccan: update to init-1192-gdd04041Rusty Russell2011-07-2532-424/+959
* lib/ccan: add READMERusty Russell2011-07-251-0/+9
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-232-6/+6
* tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell2011-07-211-1/+0
* pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2011-07-212-9/+10
* pyldb: add unit test for ldbDn.compare_baseMatthieu Patou2011-07-211-0/+11
* ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou2011-07-211-0/+17
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-202-0/+7
* lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILEAndrew Bartlett2011-07-201-1/+1
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-192-0/+12
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-193-43/+1
* lib/util/attr: add _UNUSED_ marcoStefan Metzmacher2011-07-141-2/+7
* s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell2011-07-131-1/+1
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-134-1/+272