summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* talloc: Add talloc_pooled_objectVolker Lendecke2013-09-085-1/+174
* talloc: Allow nested pools.Volker Lendecke2013-09-083-24/+52
* talloc: Add a separate pool sizeVolker Lendecke2013-09-081-12/+23
* talloc: Put pool-specific data before the chunkVolker Lendecke2013-09-081-79/+125
* talloc: Introduce __talloc_with_prefixVolker Lendecke2013-09-081-10/+22
* talloc: Decouple the dual use of chunk->poolVolker Lendecke2013-09-081-25/+23
* Fix valgrind errors with memmove and talloc pools.Jeremy Allison2013-08-281-0/+21
* Add simple limited pool tests to test_memlimit().Jeremy Allison2013-08-271-0/+27
* Remove talloc_memlimit_update(). No longer used.Jeremy Allison2013-08-271-24/+0
* Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison2013-08-271-4/+15
* Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison2013-08-271-15/+0
* Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison2013-08-271-1/+1
* In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison2013-08-271-12/+5
* Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison2013-08-271-23/+4
* Update memory limits when we call free() on a pool.Jeremy Allison2013-08-271-0/+2
* Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison2013-08-271-12/+9
* Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison2013-08-271-1/+8