summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/ldb: Ensure ldb.Dn can accept utf8 encoded unicodeNoel Power2018-09-271-13/+17
* lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power2018-09-271-0/+4
* lib/ldb: Test correct variable for no mem conditionNoel Power2018-09-271-1/+1
* turn --with-json-audit into global --with-jsonPhilipp Gesang2018-09-261-36/+0
* lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang2018-09-222-4/+4
* ldb: Fix dependency of ldb moduleAmitay Isaacs2018-09-211-1/+1
* PY3: detect talloc_utils (for version of python running the build)Noel Power2018-09-161-2/+2
* PY3: fix iteritems usage, not supported in python3Noel Power2018-09-161-2/+2
* torture: Remove unnecesssary #include <fcntl.h>Christof Schmitt2018-09-151-1/+0
* tevent: Fix a docu typoVolker Lendecke2018-09-141-1/+1
* dbwrap_tdb: Avoid double-call to talloc_get_type_abortVolker Lendecke2018-09-141-5/+6
* dbwrap_tdb: use struct initializerRalph Boehme2018-09-121-2/+3
* dbwrap_tdb: move a function call out of an if conditionRalph Boehme2018-09-121-3/+6
* Revert "lib/replace: force to unset defines if check has failed"Stefan Metzmacher2018-09-101-2/+1
* lib/replace: force to unset defines if check has failedAlexander Bokovoy2018-09-081-1/+2
* dbwrap: Remove a pointless "return;"Volker Lendecke2018-09-071-1/+0
* lib/replace/wscript: fix detection of a fallthrough attribute for clangAlexander Bokovoy2018-09-071-0/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-09-061-1/+1
* lib/mscat: fix logging in wscriptAlexander Bokovoy2018-09-051-1/+1
* lib/audit_logging: update to waf 2.0Alexander Bokovoy2018-09-051-2/+2
* auth/wscript: import from waflibAlexander Bokovoy2018-09-051-1/+1
* auth/wscript: fix options useAlexander Bokovoy2018-09-051-1/+1
* lib/util/wscript_configure: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib/util/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib/tevent/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-10/+11
* lib/tdb/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-15/+16
* lib/talloc/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-19/+17
* lib/replace/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-10/+12
* lib/ldb/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-22/+23
* lib/crypto/wscript_configure: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-4/+4
* lib/crypto/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-4/+4
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-052-17/+46
* lib: Fix the build on FreeBSDVolker Lendecke2018-08-311-0/+1
* torture: Add test for directory_create_or_existChristof Schmitt2018-08-301-0/+60
* lib: Fix lstat check in directory_create_or_existChristof Schmitt2018-08-301-17/+11
* Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls2018-08-242-0/+2
* ldb tests: remove unused code from match_rules.pyDouglas Bagnall2018-08-241-3/+0
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-1/+1
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-242-0/+4
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-244-0/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-242-8/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-244-0/+27
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-242-0/+17
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-242-2/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-6/+6
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-8/+8
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-243-168/+177