summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Remove use after free in error caseAndrew Bartlett2011-08-131-1/+0
* socket-wrapped: added wrappers for dup() and dup2()Andrew Tridgell2011-08-122-2/+131
* tevent: don't force the nesting flag to false in the destructorAndrew Tridgell2011-08-121-3/+7
* tevent: fix documentation for tevent_context_init_byname()Sumit Bose2011-08-111-2/+2
* tevent: Set FD_CLOEXEC on epoll handleSumit Bose2011-08-114-2/+52
* Adapt tally_histogram to Samba coding conventionsVolker Lendecke2011-08-101-10/+16
* Adapt get_max_bucket to Samba coding conventionsVolker Lendecke2011-08-101-2/+4
* Adapt tally_approx_median to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt bucket_range to Samba coding conventionsVolker Lendecke2011-08-101-2/+3
* Adapt tally_mean to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt divls64 to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Avoid some // style comments in divls64Volker Lendecke2011-08-101-9/+10
* Adapt divlu64 to Samba coding conventionsVolker Lendecke2011-08-101-2/+5
* Avoid some // style comments in divlu64Volker Lendecke2011-08-101-26/+26
* Adapt fls64 to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt tally_num to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt tally_add to Samba coding conventionsVolker Lendecke2011-08-101-3/+5
* Adapt renormalize to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt shift_overflows to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt bucket_min to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt bucket_of to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt tally_new to Samba coding conventionsVolker Lendecke2011-08-101-2/+5
* Slightly simplify tally_newVolker Lendecke2011-08-101-7/+9
* Fix a c++ warningVolker Lendecke2011-08-101-1/+1
* Fix a c++ warningVolker Lendecke2011-08-101-1/+2
* tevent: cleanup nesting counter when doing a full reinit.Simo Sorce2011-08-101-0/+7
* lib-util: Make create_unlink_tmp argument optionalSimo Sorce2011-08-101-1/+6
* lib-util: Make useful function a common utility.Simo Sorce2011-08-102-0/+37
* libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce2011-08-101-5/+11
* pytalloc: Regenerate ABI file.Jelmer Vernooij2011-08-101-0/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-105-51/+57
* tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...Stefan Metzmacher2011-08-101-37/+48
* 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