summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dbwrap_tdb: Avoid a use of talloc_stackframe()Volker Lendecke2019-11-061-10/+10
* lib/tdb/docs/tracing.txt: typo fixesBjörn Jacke2019-10-311-1/+1
* lib/replace/xattr.c: typo fixesBjörn Jacke2019-10-311-8/+8
* replace: Only link libnsl and libsocket if requriredAndreas Schneider2019-10-231-5/+31
* Add fuzzing binary for ldb_parse_treeMichael Hanselmann2019-10-182-0/+57
* Add fuzzing binary for ldap_decodeMichael Hanselmann2019-10-182-0/+63
* Add fuzzing binary for lzxpressMichael Hanselmann2019-10-182-0/+42
* Add fuzzing binary for regfioMichael Hanselmann2019-10-182-0/+75
* Add fuzzing binary for reg_parseMichael Hanselmann2019-10-182-0/+54
* audit_logging: Don't spam the logs if dsdb_event is not foundAndreas Schneider2019-10-141-5/+4
* lib:krb5_wrap: Do not create a temporary file for MEMORY keytabsAndreas Schneider2019-10-121-11/+8
* s3:mdssvc: add Elasticsearch backendRalph Boehme2019-10-092-0/+2
* replace: Improve sys/sysctl.h check to catch warning on glibc >= 2.30Andreas Schneider2019-10-071-1/+12
* lib/replace: Remove libaio supportVolker Lendecke2019-10-043-34/+1
* lib: Fix a typoVolker Lendecke2019-10-021-1/+1
* lib: Remove some unneeded #includes from tftw.cVolker Lendecke2019-10-021-13/+2
* lib/talloc: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* waf:replace: Do not link against libpthread if not necessaryAndreas Schneider2019-09-251-4/+6
* pthreadpool: Only link pthreadpool against librt if we have toAndreas Schneider2019-09-251-1/+6
* replace: Only link against librt if really neededAndreas Schneider2019-09-251-3/+21
* krb5_wrap: let smb_krb5_parse_name() accept enterprise principalsStefan Metzmacher2019-09-241-0/+5
* krb5_wrap: smb_krb5_kinit_password_ccache() should always use the canonicaliz...Stefan Metzmacher2019-09-241-2/+0
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-231-1/+5
* replace: Remove crypt() reimplementationAndrew Bartlett2019-09-193-776/+0
* lib: Add talloc_full_report_printf()Volker Lendecke2019-09-183-0/+145
* lib: Allow a 4th lock orderVolker Lendecke2019-09-172-2/+3
* lib: Use server_id_cmp() in server_id_equal()Volker Lendecke2019-09-171-13/+2
* lib: Add server_id_cmp()Volker Lendecke2019-09-172-0/+18
* build: Remove tests for getdents() and getdirentries()Andrew Bartlett2019-09-171-1/+1
* lib/replace/wscript: Avoid generating nested main functionKhem Raj2019-09-171-0/+1
* whitespace: Conform to coding conventionGarming Sam2019-09-131-1/+1
* param: Allow rpc server dynamic port range to roundtripGarming Sam2019-09-131-0/+14
* dbwrap: Initialize state in dbwrap_delete()Volker Lendecke2019-09-101-1/+1
* lib: Remove an obsolete commentVolker Lendecke2019-09-101-4/+0
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-102-0/+10
* lib/torture: protect torture_assert[_goto]() with a do { } while(0) blockStefan Metzmacher2019-09-101-4/+6
* tevent: Release tevent 0.10.1tevent-0.10.1Stefan Metzmacher2019-09-042-1/+127
* Spelling fixes s/preceeding/preceding/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/implentation/implementation/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/ ot / to /Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/recieved/received/Mathieu Parent2019-09-011-2/+2
* Spelling fixes s/avaiable/available/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/hierachy/hierarchy/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/convertion/conversion/Mathieu Parent2019-09-012-3/+3
* replace/setxattr: correctly use our flags on DarwinBjörn Jacke2019-08-291-4/+2
* xattr/setxattr: fix flag support on AIXBjörn Jacke2019-08-291-2/+30
* replace/setxattr: set reasonable and unified errno value in case the EA value...Björn Jacke2019-08-291-13/+41
* ldb: Extend the ldb_dn_explode test matrixAndrew Bartlett2019-08-271-4/+49
* ldb: Do not read beyond the end of the extended DN component when printingAndrew Bartlett2019-08-271-4/+8
* ldb: Add test with == true or false to boolean if statements in ldb_dn_explode()Andrew Bartlett2019-08-271-16/+16