summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij5-51/+57
2011-08-10tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...Stefan Metzmacher1-37/+48
2011-08-09tevent: change the version to 0.9.14 after the tevent_queue changesStefan Metzmacher2-1/+79
2011-08-09tevent: fix some comments in tevent.hStefan Metzmacher1-2/+2
2011-08-09tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher2-2/+131
2011-08-09tevent: splitout tevent_queue_add_internal() from tevent_queue_add()Stefan Metzmacher1-8/+26
2011-08-09tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher2-1/+10
2011-08-09tevent: add tevent_queue_running() functionStefan Metzmacher2-0/+16
2011-08-09ldb: fix the canonicalisation of booleansAndrew Tridgell1-3/+3
2011-08-09talloc: prepare for 2.0.6 releaseAndrew Tridgell2-1/+63
2011-08-09talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell1-15/+3
2011-08-08pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher1-1/+1
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett3-3/+4
2011-08-07pyldb: Generate ABI file.Jelmer Vernooij2-2/+6
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij4-131/+135
2011-08-04s4-ldb: two DNs only match if they have the same deletion statusAndrew Tridgell1-0/+13
2011-08-04talloc: check block count aftter references testAndrew Tridgell1-0/+1
2011-08-04ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell1-1/+1
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2-1/+14
2011-08-04ldb: changed DN matching rules to obey GUID/SID/string orderingAndrew Tridgell1-0/+54
2011-08-04ldb: added signatures for 1.1.2Andrew Tridgell1-0/+256
2011-08-04ldb: raise minor versionAndrew Tridgell1-1/+1
2011-08-04ldb: added ldb_parse_tree_walk()Andrew Tridgell2-16/+77
2011-08-04ldb: added ldb_dn_replace_components()Andrew Tridgell2-0/+63
2011-08-03ldb-samba: Explain the current behaviour of ldif_canonicalise_objectCategoryAndrew Bartlett1-2/+7
2011-08-03pyldb: return a copy of key constant DNs via python interfaceAndrew Tridgell1-4/+21
2011-08-01Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison3-4/+6
2011-07-29talloc: added test suite for talloc_free_children()Andrew Tridgell1-0/+44
2011-07-29talloc: preserve context name on talloc_free_children()Simo Sorce1-0/+23
2011-07-29pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2-0/+57
2011-07-29ldb: added a test for an invalid search expressionAndrew Tridgell1-0/+3
2011-07-29ldb: fixed a search expression parse bugAndrew Tridgell1-1/+11
2011-07-28tevent: Slightly simplify poll_event_loop_pollVolker Lendecke1-33/+38
2011-07-28Add wait_for_read_send/recvVolker Lendecke2-0/+60
2011-07-28ldb-samba: Allow --show-binary flag on defaultSecurityDescriptorAmitay Isaacs2-0/+31
2011-07-28ldb: Expose ldb_handler_fold() funcionAmitay Isaacs1-6/+11
2011-07-26talloc: Support PYTHON environment variable.Jelmer Vernooij1-0/+1
2011-07-26libsamba-util: Build in libbitmap.Jelmer Vernooij1-8/+1
2011-07-25lib/ccan: update to init-1192-gdd04041Rusty Russell32-424/+959
2011-07-25lib/ccan: add READMERusty Russell1-0/+9
2011-07-23charset: Make name lowercase everywhere.Jelmer Vernooij2-6/+6
2011-07-21tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell1-1/+0
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2-9/+10
2011-07-21pyldb: add unit test for ldbDn.compare_baseMatthieu Patou1-0/+11
2011-07-21ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou1-0/+17
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett2-0/+7
2011-07-20lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILEAndrew Bartlett1-1/+1
2011-07-19Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2-0/+12
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison3-43/+1
2011-07-14lib/util/attr: add _UNUSED_ marcoStefan Metzmacher1-2/+7