summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-03tdb: Add overflow-checking tdb_add_off_tVolker Lendecke2-0/+12
2013-06-01param_table: Remove misleading allow dns updates options.Michael Wood1-5/+0
2013-06-01libcli: Remove uneeded debug messageKai Blin1-1/+0
2013-05-28libsmbconf: add smbconf_create_set_shareDavid Disseldorp2-0/+90
2013-05-28libsmbconf: fix documentation of transaction calls.Michael Adam1-2/+7
2013-05-28tdb: fix logging of offets and lengths.Rusty Russell7-47/+46
2013-05-28lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf buildAndrew Bartlett1-8/+0
2013-05-28param: Remove _SAMBA_BUILD_ checks from now the autoconf build is goneAndrew Bartlett3-8/+0
2013-05-28build: Remove autoconf build systemAndrew Bartlett25-2931/+0
2013-05-27lib/replace: Remove unused install-shAndrew Bartlett1-238/+0
2013-05-27build: Rework BSD_STYLE_STATVFS check to match autoconf buildAndrew Bartlett1-12/+10
2013-05-23lib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP on all AIXAndrew Bartlett1-0/+13
2013-05-22build: Update md5.h detection in waf and autoconf to use sys/md5.h and -lmdAndrew Bartlett3-9/+19
2013-05-20talloc: Fix a typoVolker Lendecke1-1/+1
2013-05-20ldb_tdb: Warn when reindexing is doneMatthieu Patou2-1/+12
2013-05-18debug: Add ability to dump_data per debug classKai Blin3-0/+45