summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* asn1: Clean up includesVolker Lendecke2016-01-072-2/+10
* asn1: Make 'struct asn1_data' privateVolker Lendecke2016-01-062-9/+10
* asn1: Remove a reference to asn1_data internalsVolker Lendecke2016-01-061-2/+4
* asn1: Add asn1_current_ofs()Volker Lendecke2016-01-062-0/+6
* asn1: Add asn1_has_nestingVolker Lendecke2016-01-062-0/+6
* asn1: Add asn1_extract_blob()Volker Lendecke2016-01-062-0/+22
* asn1: Add asn1_set_error()Volker Lendecke2016-01-062-0/+6
* asn1: Add asn1_has_error()Volker Lendecke2016-01-062-0/+6
* asn1: Make "struct nesting" privateVolker Lendecke2016-01-062-5/+7
* asn1: Add some early returnsVolker Lendecke2016-01-061-1/+11
* asn1: Add overflow check to asn1_writeVolker Lendecke2016-01-061-0/+6
* asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-01-062-5/+5
* asn1: Remove an unused asn1 functionVolker Lendecke2016-01-062-29/+0
* ldb: validate ldb_dn_set_component input parameters even more strictlyAndrew Bartlett2016-01-061-0/+8
* ldb: Explain why this use of talloc_memdup() is safeAndrew Bartlett2016-01-051-0/+11
* ldb: Be strict about talloc_memdup() and passed in buffers in ldb_dn_set_comp...Andrew Bartlett2016-01-051-1/+13
* tdb: Refuse to load a database with hash size 0Andrew Bartlett2015-12-181-0/+7
* lib/ldb: Use talloc_memdup() because we know the length of the attribute alreadyAdrian Cochrane2015-12-171-1/+1
* lib/ldb: Rename variable for clarityGarming Sam2015-12-171-1/+2
* lib/ldb Add checks for overflow during ldb pack and parseAndrew Bartlett2015-12-171-23/+105
* lib/ldb: Use better variable names in ldb_unpack_only_attr_listAdrian Cochrane2015-12-171-8/+13
* ldb: increment version due to added ldb_unpack_data_only_attr_listGarming Sam2015-12-173-1/+268
* lib/ldb: Clarify the intent of ldb_data_unpack_withlistGarming Sam2015-12-172-19/+27
* ldb: introduce ldb_unpack_data_withlist to unpack partial list of attributesMatthieu Patou2015-12-172-21/+115
* ldb: version 1.1.24ldb-1.1.24Ralph Boehme2015-12-094-1/+269
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* lib/param: handle (ignore) substitution variable in smb.confQuentin Gibeaux2015-12-091-0/+18
* ldb: Move ldb_(un)pack_data into ldb_module.h for testingAdrian Cochrane2015-12-042-11/+12
* ldb: Fix installation of _ldb_text.pyAndreas Schneider2015-12-041-5/+5
* Fix propagation of LDB errors through TDB.Adrian Cochrane2015-12-043-44/+84
* ldb: Fix bug triggered by having an empty message in database during search.Adrian Cochrane2015-12-042-5/+34
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-011-1/+2
* lib: Fix an array subscript is above array bounds errorAndreas Schneider2015-12-011-1/+6
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Stefan Metzmacher2015-11-301-11/+37
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2015-11-271-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2015-11-271-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2015-11-271-3/+1
* krb5_wrap: Fix picky const compiler warningsAndreas Schneider2015-11-231-2/+3
* dbwrap_tdb: Fix a typoVolker Lendecke2015-11-231-1/+1
* lib: Fix memalign_array overflow protectionVolker Lendecke2015-11-191-1/+1
* libreplace: Only check for malloc.h if neededVolker Lendecke2015-11-191-1/+8
* libreplace: Put the malloc.h check on a line of its ownVolker Lendecke2015-11-191-1/+3
* libreplace: Only check malloc.h onceVolker Lendecke2015-11-191-1/+1