summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-12-05CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()Stefan Metzmacher1-0/+5
2013-11-15util: Remove 32bit macros breaking strict aliasing.Andreas Schneider1-50/+2
2013-11-12xattr: fix listing EAs on *BSD for non-root usersBjörn Jacke1-0/+4
2013-11-11Merge tag 'samba-4.1.1' into v4-1-testKarolin Seeger3-5/+66
2013-11-08CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2-5/+13
2013-11-08CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2-0/+53
2013-10-14ccan: Fix calling memset with zero length parameterVolker Lendecke1-1/+1
2013-09-12loadparm: add new parameter "acl allow execute always"Michael Adam2-0/+11
2013-08-22ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-22ntdb.3.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-20Man pages for ntdb tools missingRusty Russell6-5/+708
2013-08-20waf: consolidate libintl related checksChristian Ambach1-10/+36
2013-07-24lib/param: sync debug related options with source3/paramStefan Metzmacher1-1/+17
2013-07-24lib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10Stefan Metzmacher1-1/+1
2013-07-24lib/ldb-samba: make use of DBGC_LDBStefan Metzmacher1-0/+2
2013-07-24lib/util: add 'ldb' debug classStefan Metzmacher2-1/+3
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