summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: spelling fixRalph Boehme2019-12-091-1/+1
* lib: add a comment to nt_time_to_full_timespec()Ralph Boehme2019-12-091-2/+12
* lib: harden full_timespec_to_nt_time()Ralph Boehme2019-12-091-8/+22
* lib: add NTTIME_MAX, NTTIME_MIN, NTTIME_OMIT and NTTIME_FREEZE definitionsRalph Boehme2019-12-091-0/+23
* ldb:tests: Add missing null check for ldb_kv_privateAndreas Schneider2019-12-061-1/+4
* ldb:tests: Add missing size check for tdbAndreas Schneider2019-12-061-0/+6
* ldb:tests: Use assert_in_range() in test_get_size()Andreas Schneider2019-12-061-1/+1
* ldb: Avoid a possible NULL pointer dereferenceAndreas Schneider2019-12-061-1/+1
* lib: canonicalize pull_dos_date3()Ralph Boehme2019-12-061-0/+5
* lib: add time_t_to_full_timespec()Ralph Boehme2019-12-062-0/+15
* lib: add timespec_string_buf()Ralph Boehme2019-12-062-0/+61
* lib: use nt_time_to_unix_full() in nt_time_string()Ralph Boehme2019-12-061-1/+1
* lib: add nt_time_to_full_time_t()Ralph Boehme2019-12-062-0/+18
* lib: add full_timespec_to_time_t()Ralph Boehme2019-12-062-0/+37
* lib: add nt_time_to_full_timespec()Ralph Boehme2019-12-062-0/+42
* lib: add full_timespec_to_nt_time()Ralph Boehme2019-12-062-0/+26
* lib: add functions dealing with struct timespec UTIME_OMITRalph Boehme2019-12-062-0/+32
* lib: provide UTIME_NOW|OMIT defines under our own namespaceRalph Boehme2019-12-061-0/+2
* replace: ensure UTIME_NOW and UTIME_OMIT are always availableRalph Boehme2019-12-061-0/+7
* ldb:tests: Allow test filtering in ldb_mod_op_testAndreas Schneider2019-12-051-0/+4
* ldb:tests: Avoid that the debug function overwrites memoryAndreas Schneider2019-12-051-19/+16
* krb5: move disabling dns-canon to lower level init callsIsaac Boukris2019-11-271-0/+6
* param: remove now unused lp_string()Ralph Boehme2019-11-272-2/+0
* param: remove FN_LOCAL_STRINGRalph Boehme2019-11-271-4/+1
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+3
* param: remove now unused FN_GLOBAL_STRING macroRalph Boehme2019-11-271-9/+0
* smbdotconf: mark "log level" with substitution="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "logging" with substitution="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "logfile" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "auto services" with substitution="1"Ralph Boehme2019-11-271-1/+3
* param: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING supportStefan Metzmacher2019-11-272-0/+13
* lib/param: introduce loadparm_substitution infrastructureRalph Boehme2019-11-272-0/+46
* dbwrap: Don't set rec->value in dbwrap_do_locked()Volker Lendecke2019-11-222-4/+10
* dbwrap: Protect against invalid db_record->valueVolker Lendecke2019-11-224-0/+20
* dbwrap: Pass "value" to dbwrap_do_locked() callbackVolker Lendecke2019-11-224-4/+14
* dbwrap_tdb: Return correct error from db_tdb_storev()Volker Lendecke2019-11-221-2/+8
* dbwrap_tdb: Avoid includes.hVolker Lendecke2019-11-221-1/+3
* build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett2019-11-225-12/+12
* lib/fuzzing: Add oss-fuzz info to README.mdAndrew Bartlett2019-11-211-0/+26
* lib/fuzzing/oss-fuzz: copy required libraries to the build targetAndrew Bartlett2019-11-201-1/+14
* lib/fuzzing/oss-fuzz: Install chrpath as we use it in the build.sh script to ...Andrew Bartlett2019-11-201-0/+2
* lib/fuzzing/oss-fuzz: Add build_image.sh using Samba's bootstrap toolsDouglas Bagnall2019-11-202-5/+26
* lib/fuzzing/oss-fuzz: add stub build.sh that will not change oftenAndrew Bartlett2019-11-201-0/+6
* lib/fuzzing/oss-fuzz: Add build_samba.sh for oss-fuzzAndrew Bartlett2019-11-201-0/+21
* lib/fuzzing: Use --fuzz-target-ldflags if specifiedAndrew Bartlett2019-11-201-1/+1
* build: Set fuzzer=True on fuzzer binariesDouglas Bagnall2019-11-201-20/+7
* gpfswrap: Add wrappers for gpfs_fstat_x and gpfs_stat_xChristof Schmitt2019-11-192-0/+32
* lib/fuzzing: Free memory after successful load in fuzz_tiniparserAndrew Bartlett2019-11-181-1/+5
* lib/fuzzing: Avoid NULL pointer de-ref from 0-length inputAndrew Bartlett2019-11-182-1/+17
* tevent: Release tevent 0.10.2tevent-0.10.2Uri Simchoni2019-11-182-1/+127