summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()Stefan Metzmacher2013-12-091-0/+5
* lib/ntdb optimize includes in ntdb toolsChristian Ambach2013-12-077-61/+5
* lib/ntdb optimize includes in ntdb testsChristian Ambach2013-12-0727-97/+20
* lib/ntdb correct includes in private headerChristian Ambach2013-12-071-0/+5
* lib/ntdb fix compilation when libreplace is not aroundChristian Ambach2013-12-072-1/+10
* lib/socket_wrapper fix compilation when libreplace is not aroundChristian Ambach2013-12-071-0/+20
* ldb: bad if test in ldb_comparison_fold()Jeremy Allison2013-12-071-1/+1
* pyntdb: Add tests for Python API.Jelmer Vernooij2013-12-062-2/+156
* pyntdb: Don't segfault when passing in None as filename (for memory db)Jelmer Vernooij2013-12-061-1/+1
* pyntdb: Don't allow access after a database is closed.Jelmer Vernooij2013-12-062-6/+77
* tdb tests: Remove custom code for "tdb2", which has been split out into ntdb.Jelmer Vernooij2013-12-061-43/+22
* krb5_wrap: Move function declaration outside the function.Andreas Schneider2013-12-061-8/+9
* lib/replace remove orphaned codeChristian Ambach2013-12-042-349/+0
* ldb: use of NULL pointer bugfixPavel Reichl2013-12-031-2/+2
* replace: fix typo in variable nameDavid Disseldorp2013-11-281-1/+1
* replace: Don't run over dst in strlcatVolker Lendecke2013-11-281-1/+1
* Add a basic guide on pytalloc.Jelmer Vernooij2013-11-282-0/+156
* lib/param: Consolidate code to enable smb signing on the server, always enabl...Andrew Bartlett2013-11-221-0/+42
* lib/util: use proper include for struct statChristian Ambach2013-11-211-1/+3
* replace: Fix developer build on BSD.Andreas Schneider2013-11-211-0/+1
* docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.Günther Deschner2013-11-191-4/+0
* Release ntdb 1.0.Jelmer Vernooij2013-11-162-1/+39
* util: Remove 32bit macros breaking strict aliasing.Andreas Schneider2013-11-141-50/+2
* ldb: Fix CID 241329 Array compared against 0Volker Lendecke2013-11-111-1/+1
* iniparser: Fix CID 241908 Copy into fixed size bufferVolker Lendecke2013-11-111-3/+5
* CVE-2013-4476: lib-util: split out file_save_mode() from file_save()Björn Baumbach2013-11-112-5/+13
* CVE-2013-4476: lib-util: add file_check_permissions()Björn Baumbach2013-11-112-0/+53
* xattr: fix listing EAs on *BSD for non-root usersBjörn Jacke2013-11-081-0/+4
* ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke2013-10-221-1/+1
* lib/param: Add documentation on how loadparm worksAndrew Bartlett2013-10-161-0/+69
* param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett2013-10-161-0/+1
* lib/param: Do not attempt to access the s3 function for allocated and subbed ...Andrew Bartlett2013-10-161-11/+10
* lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett2013-10-162-2/+2
* talloc: Add a warning to talloc_reference() documentation.Andreas Schneider2013-10-141-0/+8
* asn1: fix use-after-free in asn1_writeJeff Layton2013-10-141-1/+0
* ntdb: Make sure variables passed by value are initialized.Andreas Schneider2013-10-111-2/+3
* ldb:rdn_name: reject 'distinguishedName' depending of the MOD flagsStefan Metzmacher2013-10-101-2/+8
* lib/util: remove unused (and not even compiled) lib/util/capability.c.Günther Deschner2013-10-081-103/+0
* s4-openldap: Remove use of talloc_reference in ldb_map_outbound.cNadezhda Ivanova2013-09-231-9/+13
* Add LDB_MAP_RENDROP optionHoward Chu2013-09-234-8/+23
* Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu2013-09-191-1/+1
* Cleanup map return codesHoward Chu2013-09-171-18/+17
* lib/ldb-samba/ldb_ildap: Also skip special base DNsAndrew Bartlett2013-09-171-0/+3
* lib/param: add PROTOCOL_SMB3_02 handlingStefan Metzmacher2013-09-171-0/+1
* ldb: Show the type of failing operation in default error messageAndrew Bartlett2013-09-161-1/+26
* tdb: Fix some typos in comments.Björn Jacke2013-09-122-5/+5
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-102-0/+11
* ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers2013-09-101-4/+4
* tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke2013-09-081-1/+4
* talloc: Test the pooled objectVolker Lendecke2013-09-081-0/+36