Age | Commit message (Expand) | Author | Files | Lines |
2013-07-22 | tdb: Fix CID 1034960 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+1 |
2013-07-17 | Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc(). | Bill Parker | 5 | -0/+62 |
2013-07-11 | ccan: Fix calling memset with zero length parameter | Volker Lendecke | 1 | -1/+1 |
2013-07-09 | lib/param: sync debug related options with source3/param | Stefan Metzmacher | 1 | -1/+17 |
2013-07-09 | lib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10 | Stefan Metzmacher | 1 | -1/+1 |
2013-07-09 | lib/ldb-samba: make use of DBGC_LDB | Stefan Metzmacher | 1 | -0/+2 |
2013-07-09 | lib/util: add 'ldb' debug class | Stefan Metzmacher | 2 | -1/+3 |
2013-07-08 | tevent: document tevent_req_create state zeroing | David Disseldorp | 1 | -3/+3 |
2013-07-05 | time: prefer CLOCK_BOOTTIME for clock_gettime_mono() | Björn Jacke | 1 | -2/+12 |
2013-07-05 | time: don't try to use the coarse clock | Björn Jacke | 1 | -9/+2 |
2013-07-05 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2013-07-01 | tsocket: Pass the full port number to getaddrinfo(). | Andreas Schneider | 1 | -1/+1 |
2013-06-24 | ldb: bump version to allow a depencency on the substring crash fix | Andrew Bartlett | 3 | -1/+265 |
2013-06-24 | ldb: Cope with substring match with no chunks in ldb_filter_from_tree | Andrew Bartlett | 1 | -1/+1 |
2013-06-24 | build: Remove the struct MD5Context conf file check. | Andrew Bartlett | 1 | -1/+0 |
2013-06-22 | ldb: Ensure not to segfault on a filter such as (mail=) | Andrew Bartlett | 1 | -0/+5 |
2013-06-21 | Fix some blank line endings | Volker Lendecke | 1 | -4/+4 |
2013-06-19 | build: Build with system md5.h on OpenIndiana | Andrew Bartlett | 6 | -8/+9 |
2013-06-14 | tsocket: Add some const | Volker Lendecke | 2 | -3/+3 |
2013-06-14 | genrand: Slightly simplify do_reseed | Volker Lendecke | 1 | -13/+11 |
2013-06-14 | tevent: Fix Coverity ID 989236 Operands don't affect result | Volker Lendecke | 1 | -1/+1 |
2013-06-12 | tevent: Link the tutorial on the mainpage. | Andreas Schneider | 2 | -157/+535 |
2013-06-12 | tevent: Add tevent tutorial files. | David Koňař | 8 | -0/+1034 |
2013-06-12 | krb5wrap: Move mask to the right position. | Andreas Schneider | 1 | -1/+1 |
2013-06-11 | auth: Remove "password level" | Andrew Bartlett | 3 | -11/+0 |
2013-06-07 | tdb: Fix typos. | Ralph Wuerthner | 1 | -2/+2 |
2013-06-07 | Add "repack" command to tdbtool documentation. | Ralph Wuerthner | 1 | -1/+9 |
2013-06-06 | Revert "dbwrap: dbwrap_fetch_locked_timeout()." | Volker Lendecke | 5 | -160/+0 |
2013-06-04 | tdb: change version to tdb-1.2.12 | Stefan Metzmacher | 2 | -1/+68 |
2013-06-03 | Bug 8997: change libreplace GPL source to LGPL | David Disseldorp | 3 | -31/+43 |
2013-06-03 | tdb: Add another overflow check to tdb_expand_adjust | Volker Lendecke | 1 | -0/+6 |
2013-06-03 | tdb: Make tdb_recovery_allocate overflow-safe | Volker Lendecke | 1 | -1/+6 |
2013-06-03 | tdb: Make tdb_recovery_size overflow-safe | Volker Lendecke | 2 | -7/+28 |
2013-06-03 | tdb: add proper OOM/ENOSPC handling to tdb_expand() | Stefan Metzmacher | 1 | -8/+23 |
2013-06-03 | tdb: add overflow detection to tdb_expand_adjust() | Stefan Metzmacher | 1 | -3/+31 |
2013-06-03 | tdb: add overflow/ENOSPC handling to tdb_expand_file() | Stefan Metzmacher | 1 | -1/+11 |
2013-06-03 | tdb: add a 'new_size' helper variable to tdb_expand_file() | Stefan Metzmacher | 1 | -4/+7 |
2013-06-03 | tdb: Add overflow-checking tdb_add_off_t | Volker Lendecke | 2 | -0/+12 |
2013-06-01 | param_table: Remove misleading allow dns updates options. | Michael Wood | 1 | -5/+0 |
2013-06-01 | libcli: Remove uneeded debug message | Kai Blin | 1 | -1/+0 |
2013-05-28 | libsmbconf: add smbconf_create_set_share | David Disseldorp | 2 | -0/+90 |
2013-05-28 | libsmbconf: fix documentation of transaction calls. | Michael Adam | 1 | -2/+7 |
2013-05-28 | tdb: fix logging of offets and lengths. | Rusty Russell | 7 | -47/+46 |
2013-05-28 | lib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now we only have the waf build | Andrew Bartlett | 1 | -8/+0 |
2013-05-28 | param: Remove _SAMBA_BUILD_ checks from now the autoconf build is gone | Andrew Bartlett | 3 | -8/+0 |
2013-05-28 | build: Remove autoconf build system | Andrew Bartlett | 25 | -2931/+0 |
2013-05-27 | lib/replace: Remove unused install-sh | Andrew Bartlett | 1 | -238/+0 |
2013-05-27 | build: Rework BSD_STYLE_STATVFS check to match autoconf build | Andrew Bartlett | 1 | -12/+10 |
2013-05-23 | lib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP on all AIX | Andrew Bartlett | 1 | -0/+13 |
2013-05-22 | build: Update md5.h detection in waf and autoconf to use sys/md5.h and -lmd | Andrew Bartlett | 3 | -9/+19 |