summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: bad if test in ldb_comparison_fold()Jeremy Allison2013-12-261-1/+1
* lib/util: use proper include for struct statChristian Ambach2013-12-101-1/+3
* Merge tag 'samba-4.1.3' into v4-1-testKarolin Seeger2013-12-091-0/+5
|\
| * CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()Stefan Metzmacher2013-12-051-0/+5
* | docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.Günther Deschner2013-11-221-4/+0
|/
* util: Remove 32bit macros breaking strict aliasing.Andreas Schneider2013-11-151-50/+2
* xattr: fix listing EAs on *BSD for non-root usersBjörn Jacke2013-11-121-0/+4
* Merge tag 'samba-4.1.1' into v4-1-testKarolin Seeger2013-11-113-5/+66
|\
| * CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2013-11-082-5/+13
| * CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-082-0/+53
* | ccan: Fix calling memset with zero length parameterVolker Lendecke2013-10-141-1/+1
|/
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-122-0/+11
* ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* ntdb.3.xml: Bump version up to 4.1.Karolin Seeger2013-08-221-1/+1
* Man pages for ntdb tools missingRusty Russell2013-08-206-5/+708
* waf: consolidate libintl related checksChristian Ambach2013-08-201-10/+36
* lib/param: sync debug related options with source3/paramStefan Metzmacher2013-07-241-1/+17
* lib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10Stefan Metzmacher2013-07-241-1/+1
* lib/ldb-samba: make use of DBGC_LDBStefan Metzmacher2013-07-241-0/+2
* lib/util: add 'ldb' debug classStefan Metzmacher2013-07-242-1/+3
* tevent: Fix a typoVolker Lendecke2013-07-051-1/+1
* tsocket: Pass the full port number to getaddrinfo().Andreas Schneider2013-07-011-1/+1
* ldb: bump version to allow a depencency on the substring crash fixldb-1.1.16Andrew Bartlett2013-06-243-1/+265
* ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett2013-06-241-1/+1
* build: Remove the struct MD5Context conf file check.Andrew Bartlett2013-06-241-1/+0
* ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett2013-06-221-0/+5
* Fix some blank line endingsVolker Lendecke2013-06-211-4/+4
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-196-8/+9
* tsocket: Add some constVolker Lendecke2013-06-142-3/+3
* genrand: Slightly simplify do_reseedVolker Lendecke2013-06-141-13/+11
* tevent: Fix Coverity ID 989236 Operands don't affect resultVolker Lendecke2013-06-141-1/+1
* tevent: Link the tutorial on the mainpage.Andreas Schneider2013-06-122-157/+535
* tevent: Add tevent tutorial files.David Koňař2013-06-128-0/+1034
* krb5wrap: Move mask to the right position.Andreas Schneider2013-06-121-1/+1
* auth: Remove "password level"Andrew Bartlett2013-06-113-11/+0
* tdb: Fix typos.Ralph Wuerthner2013-06-071-2/+2
* Add "repack" command to tdbtool documentation.Ralph Wuerthner2013-06-071-1/+9
* Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke2013-06-065-160/+0
* tdb: change version to tdb-1.2.12tdb-1.2.12Stefan Metzmacher2013-06-042-1/+68
* Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp2013-06-033-31/+43
* tdb: Add another overflow check to tdb_expand_adjustVolker Lendecke2013-06-031-0/+6
* tdb: Make tdb_recovery_allocate overflow-safeVolker Lendecke2013-06-031-1/+6
* tdb: Make tdb_recovery_size overflow-safeVolker Lendecke2013-06-032-7/+28
* tdb: add proper OOM/ENOSPC handling to tdb_expand()Stefan Metzmacher2013-06-031-8/+23
* tdb: add overflow detection to tdb_expand_adjust()Stefan Metzmacher2013-06-031-3/+31
* tdb: add overflow/ENOSPC handling to tdb_expand_file()Stefan Metzmacher2013-06-031-1/+11
* tdb: add a 'new_size' helper variable to tdb_expand_file()Stefan Metzmacher2013-06-031-4/+7