summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-08-19ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke1-0/+4
2013-08-18ldb: Fix a const warningVolker Lendecke2-3/+3
2013-08-16tevent: Remove a pointless gotoVolker Lendecke1-4/+1
2013-08-16loadparm: Use the new fully featured kcc by defaultMatthieu Patou1-0/+1
2013-08-12tevent: Add tevent_received to tevent_req_simple_recv_ntstatusVolker Lendecke1-5/+8
2013-08-12tevent: Fix tutorial referenceVolker Lendecke1-5/+3
2013-08-12lib: Remove unused "client_name"Volker Lendecke1-1/+0
2013-08-09waf: consolidate libintl related checksChristian Ambach1-10/+36
2013-08-06pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou1-0/+4
2013-08-05tevent: Add echo server sample codeVolker Lendecke1-0/+664
2013-08-01tevent: change version to 0.9.19Stefan Metzmacher2-1/+84
2013-08-01tevent: Remove the signal pipe if no signal events are aroundVolker Lendecke1-1/+13
2013-07-22tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-22tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker5-0/+62
2013-07-11ccan: Fix calling memset with zero length parameterVolker Lendecke1-1/+1
2013-07-09lib/param: sync debug related options with source3/paramStefan Metzmacher1-1/+17
2013-07-09lib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10Stefan Metzmacher1-1/+1
2013-07-09lib/ldb-samba: make use of DBGC_LDBStefan Metzmacher1-0/+2
2013-07-09lib/util: add 'ldb' debug classStefan Metzmacher2-1/+3
2013-07-08tevent: document tevent_req_create state zeroingDavid Disseldorp1-3/+3
2013-07-05time: prefer CLOCK_BOOTTIME for clock_gettime_mono()Björn Jacke1-2/+12
2013-07-05time: don't try to use the coarse clockBjörn Jacke1-9/+2
2013-07-05tevent: Fix a typoVolker Lendecke1-1/+1
2013-07-01tsocket: Pass the full port number to getaddrinfo().Andreas Schneider1-1/+1
2013-06-24ldb: bump version to allow a depencency on the substring crash fixAndrew Bartlett3-1/+265
2013-06-24ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett1-1/+1
2013-06-24build: Remove the struct MD5Context conf file check.Andrew Bartlett1-1/+0
2013-06-22ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett1-0/+5
2013-06-21Fix some blank line endingsVolker Lendecke1-4/+4
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett6-8/+9
2013-06-14tsocket: Add some constVolker Lendecke2-3/+3
2013-06-14genrand: Slightly simplify do_reseedVolker Lendecke1-13/+11
2013-06-14tevent: Fix Coverity ID 989236 Operands don't affect resultVolker Lendecke1-1/+1
2013-06-12tevent: Link the tutorial on the mainpage.Andreas Schneider2-157/+535
2013-06-12tevent: Add tevent tutorial files.David Koňař8-0/+1034
2013-06-12krb5wrap: Move mask to the right position.Andreas Schneider1-1/+1
2013-06-11auth: Remove "password level"Andrew Bartlett3-11/+0
2013-06-07tdb: Fix typos.Ralph Wuerthner1-2/+2
2013-06-07Add "repack" command to tdbtool documentation.Ralph Wuerthner1-1/+9
2013-06-06Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke5-160/+0
2013-06-04tdb: change version to tdb-1.2.12Stefan Metzmacher2-1/+68
2013-06-03Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp3-31/+43
2013-06-03tdb: Add another overflow check to tdb_expand_adjustVolker Lendecke1-0/+6
2013-06-03tdb: Make tdb_recovery_allocate overflow-safeVolker Lendecke1-1/+6
2013-06-03tdb: Make tdb_recovery_size overflow-safeVolker Lendecke2-7/+28
2013-06-03tdb: add proper OOM/ENOSPC handling to tdb_expand()Stefan Metzmacher1-8/+23
2013-06-03tdb: add overflow detection to tdb_expand_adjust()Stefan Metzmacher1-3/+31
2013-06-03tdb: add overflow/ENOSPC handling to tdb_expand_file()Stefan Metzmacher1-1/+11
2013-06-03tdb: add a 'new_size' helper variable to tdb_expand_file()Stefan Metzmacher1-4/+7