summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-101-15/+18
* CVE-2019-14907 lib/util/charset: clang: Fix Value stored to 'reason' is never...Noel Power2020-01-101-4/+4
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-261-1/+5
* ldb: release ldb 1.4.8ldb-1.4.8Andrew Bartlett2019-08-284-1/+285
* ldb: ldbdump key and pack format version commentsAaron Haslett2019-08-281-0/+24
* ldb: baseinfo pack format check on initAaron Haslett2019-08-285-9/+71
* ldb: Fix segfault parsing new pack formatsAndrew Bartlett2019-08-281-2/+6
* ldb: test for parse errorsAaron Haslett2019-08-281-0/+23
* lib/util: remove unused prototypes in debug.hStefan Metzmacher2019-08-081-2/+0
* lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher2019-08-081-1/+1
* ldb: Release ldb 1.4.7ldb-1.4.7Stefan Metzmacher2019-07-034-1/+284
* ldap server: generate correct referral schemesGary Lockyer2019-06-211-0/+5
* lib: util: Finally remove possibilities of using sys_popen() unsafely.Jeremy Allison2019-06-132-96/+0
* lib: util: Remove file_pload()Jeremy Allison2019-06-132-47/+0
* lib: util: Add file_ploadv().Jeremy Allison2019-06-132-0/+47
* lib: popen: Prepare to remove sys_popen().Jeremy Allison2019-06-132-20/+38
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-06-132-0/+53
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-06-133-2/+282
* lib:torture: Fix string comparison macros where we directly pass NULLAndreas Schneider2019-05-171-3/+5
* s3:debug: enable logging for early startup failuresRalph Wuerthner2019-05-171-0/+19
* s3:debug: adjust indentionRalph Wuerthner2019-05-171-2/+4
* s3:debug: use struct initializerRalph Wuerthner2019-05-171-10/+9
* debug: add a call to debug_parse_levels() to reopen_logs()Ralph Boehme2019-05-171-0/+1
* debug: add an empty lineRalph Boehme2019-05-171-0/+1
* lib util debug: Increase format buffer to 4KiBGary Lockyer2019-05-171-1/+1
* memcache: Increase size of default memcache to 512kChristof Schmitt2019-04-121-1/+1
* memcache: Properly track the size of talloc objectsChristof Schmitt2019-04-121-0/+19
* memcache: Introduce struct for storing talloc pointerChristof Schmitt2019-04-121-15/+20
* Send status to systemd on daemon startMarcos Mello2019-03-221-10/+8
* lib:util: Move debug message for mkdir failing to log level 1Andreas Schneider2019-03-121-3/+3
* CVE-2019-3824 ldb: Release ldb 1.4.6ldb-1.4.6Gary Lockyer2019-02-264-1/+284
* CVE-2019-3824 ldb: Add tests for ldb_wildcard_matchGary Lockyer2019-02-263-1/+214
* CVE-2019-3824 ldb: wildcard_match end of data checkGary Lockyer2019-02-261-1/+1
* CVE-2019-3824 ldb: wildcard_match check tree operationGary Lockyer2019-02-261-0/+5
* CVE-2019-3824 ldb: ldb_parse_tree use talloc_zeroGary Lockyer2019-02-261-1/+1
* CVE-2019-3824 ldb: Improve code style and layout in wildcard processingAndrew Bartlett2019-02-261-3/+5
* CVE-2019-3824 ldb: Extra comments to clarify no pointer wrap in wildcard proc...Andrew Bartlett2019-02-261-2/+23
* CVE-2019-3824 ldb: Out of bound read in ldb_wildcard_compareLukas Slebodnik2019-02-261-1/+2
* ldb: Bump ldb version to 1.4.5ldb-1.4.5Tim Beale2019-02-134-1/+284
* ldb: Avoid inefficient one-level searchesTim Beale2019-02-131-4/+14
* lib/audit_logging: actually create tallocPhilipp Gesang2019-02-011-0/+6
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2019-02-012-9/+13
* json: Modify API to use return codesGary Lockyer2019-02-013-267/+573
* ldb: Bump ldb version to 1.4.4ldb-1.4.4Noel Power2019-01-214-1/+284
* lib/ldb: Use new PYARG_ES format for parseTupleNoel Power2019-01-211-1/+6
* lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power2019-01-211-0/+15
* lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2019-01-092-3/+155
* ldb_controls: Add some talloc error checking for controlsGarming Sam2018-12-041-2/+80
* dirsync: Allow arbitrary length cookiesGarming Sam2018-12-041-5/+21
* lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider2018-11-121-2/+2