summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* paged results: new paged results module using GUID listAaron Haslett2018-12-212-454/+0
* lib:util: Use memset_s() in data_blob_clear()Andreas Schneider2018-12-201-1/+1
* lib:util: Sync memory.h with replace.hAndreas Schneider2018-12-201-4/+8
* lib:util: Cleanup comments in memory.hAndreas Schneider2018-12-201-18/+20
* replace: Use memset_s for ZERO_* macrosAndreas Schneider2018-12-201-4/+8
* replace: Cleanup comments for ZERO_*Andreas Schneider2018-12-201-11/+13
* replace: Add memset_s to replacement functionsAndreas Schneider2018-12-202-1/+2
* waf: Add missing libreplace deps to pyldb*Andreas Schneider2018-12-201-2/+2
* lib/audit_logging: actually create tallocPhilipp Gesang2018-12-201-0/+6
* debug: enable per debug-class logfilesRalph Boehme2018-12-201-2/+13
* debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]Ralph Boehme2018-12-201-25/+34
* debug: update logsize checking for per debug-class logfilesRalph Boehme2018-12-201-0/+14
* debug: update need_to_check_log_size() for per debug-class logfilesRalph Boehme2018-12-201-2/+15
* debug: add support for per debug-class logfilesRalph Boehme2018-12-201-1/+14
* debug: add resource cleanup for per debug-class logfilesRalph Boehme2018-12-201-0/+1
* debug: add logfile and fd to struct debug_classRalph Boehme2018-12-201-1/+17
* debug: factor out logfile size checkRalph Boehme2018-12-201-19/+54
* debug: add a call to debug_parse_levels() to reopen_logs()Ralph Boehme2018-12-201-0/+1
* debug: add an empty lineRalph Boehme2018-12-201-0/+1
* debug: factor out a function that opens and closes the new and old logfileRalph Boehme2018-12-201-16/+24
* debug: track current debug message classRalph Boehme2018-12-201-0/+4
* debug: convert dbgc_config to an array of struct debug_classRalph Boehme2018-12-201-16/+29
* debug: README.Coding fixesRalph Boehme2018-12-201-12/+19
* debug: rename DEBUGLEVEL_CLASS variable to dbgc_configRalph Boehme2018-12-201-19/+19
* debug: move some definitions aroundRalph Boehme2018-12-201-51/+52
* lib: Add kerberos tracingSwen Schillig2018-12-191-8/+10
* Add MIT kerberos tracing capabilitySwen Schillig2018-12-192-0/+41
* krb5_wrap: Fix bit shiftingAndreas Schneider2018-12-191-1/+1
* lib/util: Count a trailing line that doesn't end in a newlineMartin Schwenke2018-12-192-3/+155
* Send status to systemd on daemon startMarcos Mello2018-12-171-10/+8
* lib:tsocket: Check for DOXYGEN as a #defineAndreas Schneider2018-12-171-1/+1
* krb5_samba: Fix checking for config.h #define in krb5_samba.hAndreas Schneider2018-12-161-1/+1
* lib:util: Fix checking for config.h #define in fault.cAndreas Schneider2018-12-161-1/+1
* replace: Fix checking for config.h #define in replace.hAndreas Schneider2018-12-161-1/+1
* replace: Fix checking for config.h #define in gssapi.hAndreas Schneider2018-12-161-4/+4
* replace: Fix checking for config.h #define in readline.hAndreas Schneider2018-12-161-1/+1
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-146-6/+6
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-1410-10/+5
* lib/audit_logging: Use talloc_stackframe() in audit_log_json()Andrew Bartlett2018-12-141-5/+5
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2018-12-142-9/+13
* build: Workaround python3 hash order issues (for now)Andrew Bartlett2018-12-135-5/+5
* lib:talloc: Fix undefined behavior in talloc_memdupAndreas Schneider2018-12-121-2/+7
* various: Remove references to about to be deleted thirdparty/dnspythonNoel Power2018-12-111-1/+0
* lib: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+2
* PY3: switch current build to use python3Noel Power2018-12-1010-11/+20
* adjust ldb config for py3 buildNoel Power2018-12-101-2/+3
* lib/ldb-samba/tests: PY3 port samba4.ldap.match_rulesNoel Power2018-12-101-11/+11
* docs-xml: add "smbd getinfo ask sharemode"Ralph Boehme2018-12-061-0/+1
* docs-xml: add "smbd search ask sharemode"Ralph Boehme2018-12-061-0/+1
* replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider2018-11-302-10/+13