ldb:tests: Avoid that the debug function overwrites memory
[bbaumbach/samba-autobuild/.git] / lib /
2019-12-05 Andreas Schneiderldb:tests: Avoid that the debug function overwrites...
2019-11-27 Isaac Boukriskrb5: move disabling dns-canon to lower level init...
2019-11-27 Ralph Boehmeparam: remove now unused lp_string()
2019-11-27 Ralph Boehmeparam: remove FN_LOCAL_STRING
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-11-27 Ralph Boehmeparam: remove now unused FN_GLOBAL_STRING macro
2019-11-27 Ralph Boehmesmbdotconf: mark "log level" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "logging" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "logfile" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "auto services" with substitution="1"
2019-11-27 Stefan Metzmacherparam: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING support
2019-11-27 Ralph Boehmelib/param: introduce loadparm_substitution infrastructure
2019-11-22 Volker Lendeckedbwrap: Don't set rec->value in dbwrap_do_locked()
2019-11-22 Volker Lendeckedbwrap: Protect against invalid db_record->value
2019-11-22 Volker Lendeckedbwrap: Pass "value" to dbwrap_do_locked() callback
2019-11-22 Volker Lendeckedbwrap_tdb: Return correct error from db_tdb_storev()
2019-11-22 Volker Lendeckedbwrap_tdb: Avoid includes.h
2019-11-22 Andrew Bartlettbuild: Do not build selftest binaries for builds withou...
2019-11-21 Andrew Bartlettlib/fuzzing: Add oss-fuzz info to README.md
2019-11-20 Andrew Bartlettlib/fuzzing/oss-fuzz: copy required libraries to the...
2019-11-20 Andrew Bartlettlib/fuzzing/oss-fuzz: Install chrpath as we use it...
2019-11-20 Douglas Bagnalllib/fuzzing/oss-fuzz: Add build_image.sh using Samba...
2019-11-20 Andrew Bartlettlib/fuzzing/oss-fuzz: add stub build.sh that will not...
2019-11-20 Andrew Bartlettlib/fuzzing/oss-fuzz: Add build_samba.sh for oss-fuzz
2019-11-20 Andrew Bartlettlib/fuzzing: Use --fuzz-target-ldflags if specified
2019-11-20 Douglas Bagnallbuild: Set fuzzer=True on fuzzer binaries
2019-11-19 Christof Schmittgpfswrap: Add wrappers for gpfs_fstat_x and gpfs_stat_x
2019-11-18 Andrew Bartlettlib/fuzzing: Free memory after successful load in fuzz_...
2019-11-18 Andrew Bartlettlib/fuzzing: Avoid NULL pointer de-ref from 0-length...
2019-11-18 Uri Simchonitevent: Release tevent 0.10.2
2019-11-18 Uri Simchonitdb: Release tdb 1.4.3
2019-11-18 Uri Simchonitalloc: Release talloc 2.3.1
2019-11-15 Andrew Bartlettlib/util: change file_save_mode() to use O_EXCL
2019-11-13 Andrew Bartlettbuild: Only link against libcrypt where needed
2019-11-12 David MulderDetect when command line max protocol < min protocol
2019-11-06 Volker Lendeckedbwrap_tdb: Avoid a use of talloc_stackframe()
2019-10-31 Björn Jackelib/tdb/docs/tracing.txt: typo fixes
2019-10-31 Björn Jackelib/replace/xattr.c: typo fixes
2019-10-23 Andreas Schneiderreplace: Only link libnsl and libsocket if requrired
2019-10-18 Michael HanselmannAdd fuzzing binary for ldb_parse_tree
2019-10-18 Michael HanselmannAdd fuzzing binary for ldap_decode
2019-10-18 Michael HanselmannAdd fuzzing binary for lzxpress
2019-10-18 Michael HanselmannAdd fuzzing binary for regfio
2019-10-18 Michael HanselmannAdd fuzzing binary for reg_parse
2019-10-14 Andreas Schneideraudit_logging: Don't spam the logs if dsdb_event is...
2019-10-12 Andreas Schneiderlib:krb5_wrap: Do not create a temporary file for MEMOR...
2019-10-09 Ralph Boehmes3:mdssvc: add Elasticsearch backend
2019-10-07 Andreas Schneiderreplace: Improve sys/sysctl.h check to catch warning...
2019-10-04 Volker Lendeckelib/replace: Remove libaio support
2019-10-02 Volker Lendeckelib: Fix a typo
2019-10-02 Volker Lendeckelib: Remove some unneeded #includes from tftw.c
2019-09-26 Noel Powerlib/talloc: clang: Fix 'Value stored during its initial...
2019-09-25 Andreas Schneiderwaf:replace: Do not link against libpthread if not...
2019-09-25 Andreas Schneiderpthreadpool: Only link pthreadpool against librt if...
2019-09-25 Andreas Schneiderreplace: Only link against librt if really needed
2019-09-24 Stefan Metzmacherkrb5_wrap: let smb_krb5_parse_name() accept enterprise...
2019-09-24 Stefan Metzmacherkrb5_wrap: smb_krb5_kinit_password_ccache() should...
2019-09-23 Björn Jackefault.c: improve fault_report message text pointing...
2019-09-19 Andrew Bartlettreplace: Remove crypt() reimplementation
2019-09-18 Volker Lendeckelib: Add talloc_full_report_printf()
2019-09-17 Volker Lendeckelib: Allow a 4th lock order
2019-09-17 Volker Lendeckelib: Use server_id_cmp() in server_id_equal()
2019-09-17 Volker Lendeckelib: Add server_id_cmp()
2019-09-17 Andrew Bartlettbuild: Remove tests for getdents() and getdirentries()
2019-09-17 Khem Rajlib/replace/wscript: Avoid generating nested main function
2019-09-13 Garming Samwhitespace: Conform to coding convention
2019-09-13 Garming Samparam: Allow rpc server dynamic port range to roundtrip
2019-09-10 Volker Lendeckedbwrap: Initialize state in dbwrap_delete()
2019-09-10 Volker Lendeckelib: Remove an obsolete comment
2019-09-10 Ralph Boehmelib: add round_timespec_to_nttime()
2019-09-10 Stefan Metzmacherlib/torture: protect torture_assert[_goto]() with a...
2019-09-04 Stefan Metzmachertevent: Release tevent 0.10.1
2019-09-01 Mathieu ParentSpelling fixes s/preceeding/preceding/
2019-09-01 Mathieu ParentSpelling fixes s/implentation/implementation/
2019-09-01 Mathieu ParentSpelling fixes s/ ot / to /
2019-09-01 Mathieu ParentSpelling fixes s/recieved/received/
2019-09-01 Mathieu ParentSpelling fixes s/avaiable/available/
2019-09-01 Mathieu ParentSpelling fixes s/hierachy/hierarchy/
2019-09-01 Mathieu ParentSpelling fixes s/convertion/conversion/
2019-08-29 Björn Jackereplace/setxattr: correctly use our flags on Darwin
2019-08-29 Björn Jackexattr/setxattr: fix flag support on AIX
2019-08-29 Björn Jackereplace/setxattr: set reasonable and unified errno...
2019-08-27 Andrew Bartlettldb: Extend the ldb_dn_explode test matrix
2019-08-27 Andrew Bartlettldb: Do not read beyond the end of the extended DN...
2019-08-27 Andrew Bartlettldb: Add test with == true or false to boolean if state...
2019-08-27 Andrew Bartlettldb: Rework all pointer NULL tests to use Samba's norma...
2019-08-27 Douglas Bagnallldb: add some dn explode tests
2019-08-27 Douglas Bagnallldb: don't try to save a value that isn't there
2019-08-27 Andrew Bartlettldb: Call TALLOC_FREE(filtered_msg->elements) on ldb_fi...
2019-08-26 Andrew Bartlettldb: use TALLOC_FREE() over talloc_free() in ldb_filter...
2019-08-26 Andrew Bartlettldb: Correct Pigeonhole principle validation in ldb_fil...
2019-08-26 Gary Lockyerldb tests: Fix ldb_lmdb_size_test
2019-08-23 Christof Schmittpthreadpool: Remove wrong comment.
2019-08-22 Andrew Bartletts4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"
2019-08-22 Swen Schilliglib: free popt context in texpect
2019-08-21 Andreas Schneiderlib:crypto: Do not build AES-CMAC if we use GnuTLS...
2019-08-21 Andrew Bartlettlib/crypto: Remove unused RC4 code from Samba
2019-08-21 Andreas Schneiderlib:crypto: Prepare not to build AES or AES-CMAC if...
2019-08-21 Andrew Bartlettcrypto: Update REQUIREMENTS file with new minimum version
2019-08-21 Swen Schilligtalloc: ASAN fix for test_magic_protection
next