librpc/tests: make use of replace.h in test_ndr*.c
[amitay/samba.git] / lib /
2020-03-26 Volker Lendecketdbtorture: Use ARRAY_DEL_ELEMENT()
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_dn_set_extended_com...
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_dn_extended_filter()
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_kv_index_del_value()
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_kv_msg_delete_element()
2020-03-26 Volker Lendeckelib: Add macro ARRAY_DEL_ELEMENT()
2020-03-25 Volker Lendeckelib: Try nonblocking writes in writev_send()
2020-03-25 Volker Lendeckelib: Use optimize_empty in writev_send()
2020-03-25 Volker Lendeckelib: Simplify writev_cancel()
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_AsLong PyLong_AsLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_Check PyLong_Check
2020-03-22 Gary Lockyerldb build: Remove some PEP8 warnings from wscript
2020-03-22 Gary Lockyerldb tests: Confirm lmdb free list handling
2020-03-19 Andreas Schneiderlib:param: Add lp(cfg)_weak_crypto()
2020-03-19 Andreas Schneiderlib:crypto: Add samba_gnutls_weak_crypto()
2020-03-07 Gary Lockyeraudit_logging tests: Fix timezone validation
2020-03-02 Andrew Bartlettldb: ensure that ldbedit operates like ldbmodify: set...
2020-02-28 Andrew Bartlettldb: Add mem_ctx argument to ldb_kv_index_key()
2020-02-28 Andrew Bartlettldb: Improve coding style in ldb_kv_index_dn_simple()
2020-02-28 Andrew Bartlettldb: Fix memory leak in ldb_kv_index_dn_ordered()
2020-02-28 Peter ErikssonRename macro argument s_addr due to it already being...
2020-02-27 Peter ErikssonUndef ARRAY_SIZE, if defined, before define to avoid...
2020-02-27 Andrew Bartlettlib/util/fault.c: Unify printing of the stack trace...
2020-02-27 Andrew BartlettMove INTERNAL ERROR... printout into smb_panic() and...
2020-02-27 Andrew Bartlettlib/tfork: Improve process titles for the tfork waiter...
2020-02-27 Andrew Bartlettlib/util: Make prctl_set_comment take a printf format...
2020-02-27 Gary Lockyerfuzzing: ndr set global_max_recursion.
2020-02-26 Stefan Metzmacherldb: change the version to 2.2.0 for Samba 4.13
2020-02-26 Stefan Metzmacherlib/async_req: remove useless "reentrant" support from...
2020-02-26 Stefan Metzmacherlib/async_req: make sure we return errors early from...
2020-02-26 Stefan Metzmacherlib/tsocket: add a comment regarding TEVENT_FD_READ...
2020-02-25 Stefan Metzmacherldb: version 2.1.1
2020-02-25 Andrew Bartlettldb: Add tests aimed at the SCOPE_ONELEVEL bug in parti...
2020-02-25 Andrew Bartlettldb: Fix search with scope ONE and small result sets
2020-02-25 Andrew Bartlettldb: Ensure @IDXONE modes is tested in ldb.python ...
2020-02-25 Andrew Bartlettldb: Add tests aimed at the SCOPE_ONELEVEL particular
2020-02-25 Andrew Bartlettldb: Add tests for one-level indexes in conjunction...
2020-02-21 Andreas Schneiderlib:util: Add (PULL|PUSH)_(BE|LE)_I(8|16|32|64) byterar...
2020-02-21 Andreas Schneiderlib:util: Do not expose internal header files
2020-02-21 Andreas Schneiderlib:util: Add comments to use bytearray.h to byteorder.h
2020-02-21 Andreas Schneiderlib:util: Use (PULL|PUSH)_BE_(U16|U32|U64) for R*VAL*
2020-02-21 Andreas Schneiderlib:util: Use PUSH_LE_(U16|U32) for S(I|S)VALS
2020-02-21 Andreas Schneiderlib:util: Use PUSH_LE_(U16|U32) for S(S|I)VAL
2020-02-21 Andreas Schneiderlib:util: Use PULL_LE_(U16|U32) for SVAL and IVAL
2020-02-21 Andreas Schneiderlib:util: Use _DATA_BYTE(_CONST) from bytearray.h
2020-02-21 Andreas Schneiderlib:util: Add test to verify old and new macros are...
2020-02-21 Andreas Schneiderlib:util: Add bytearray.h
2020-02-19 Volker Lendeckelib: Fix rotating nonstandard debug class log files
2020-02-15 Stefan Metzmacherlib/replace: remove unused check for aio.h
2020-02-10 Stefan Metzmacherkrb5_wrap: map KRB5_REALM_UNKNOWN to NT_STATUS_NO_SUCH_...
2020-02-10 Stefan Metzmacherkrb5_wrap: map KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN to NT_ST...
2020-02-10 Stefan Metzmacherkrb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_...
2020-02-10 Stefan Metzmacherlib/krb5_wrap: prefer new enctyptes in ms_suptypes_to_i...
2020-02-07 Douglas Bagnallpytests: heed assertEquals deprecation warning en-masse
2020-02-06 Ralph Boehmelib/util: add talloc_alpha_strcpy()
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_quot...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_get_...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_set_...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_get_...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_putacl()
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_getacl()
2020-02-03 Ralph Wuerthnergpfswrap: Remove unused wrapper gpfswrap_getfilesetid()
2020-01-29 Jeremy Allisonlib: asn1.c: Prevent ASN1_ENUMERATED from wrapping.
2020-01-28 Günther Deschnerlib/util: use better linux os detection in gpfs configure
2020-01-27 Andreas Schneiderlib:util: Log mkdir error on correct debug levels
2020-01-24 Günther Deschnerkrb5-wrap: deal with different krb5_trace_info struct...
2020-01-23 Volker Lendecketdb: Align integer types
2020-01-21 Andrew BartlettCVE-2019-14907 lib/util: Do not print the failed to...
2020-01-21 Martin Schwenkeutil: Add detection of libunwind
2020-01-17 Douglas Bagnallfuzz_oLschema2ldif: check multiple possible NULLs
2020-01-17 Douglas Bagnallfuzzing: check for NULL on ldb_init()
2020-01-15 Volker Lendecketexpect: Avoid duplicate sys_write()
2020-01-15 Volker Lendecketexpect: Reformat long line
2020-01-15 Volker Lendecketexpect: Use lib/replace's closefrom()
2020-01-15 Douglas Bagnallfuzz: add nmblib/parse_packet target
2020-01-15 Douglas Bagnallfuzz: ldb binary decode/enode
2020-01-15 Douglas Bagnallfuzz: add ldb ldif fuzzer
2020-01-15 Douglas Bagnallfuzz: ldb_dn parsing
2020-01-15 Gary Lockyerlib ldb common: Fix memory leak
2020-01-12 Douglas Bagnallfuzz: add a fuzzer for parsing ldb controls
2020-01-12 Douglas Bagnallldb controls: fix typo in bypassoperational message
2020-01-12 Douglas Bagnallfuzz_ldap_decode: do not print to stdout
2020-01-12 Douglas Bagnalldecode_ndr_X_crash: always find pipe in honggfuzz file
2019-12-18 Fabrice Fontainelib/ldb/tests: include stdint.h before cmocka.h
2019-12-18 Ralph Boehmelib/replace: prefer <sys/xattr.h> over <attr/xattr.h>
2019-12-18 Andrew Bartlettlib/fuzzing and librpc: Do not generate fuzzers for...
2019-12-18 Andrew Bartlettlib/fuzzer: Allow coverage build for oss-fuzz
2019-12-18 Gary Lockyerlib ldb: fix use after free
2019-12-18 Andrew Bartlettlib/fuzzing: Allow load of fuzz inputs as files on...
2019-12-18 Andrew Bartlettlib/fuzzing: Initialise st buffer in fuzz_ndr_X
2019-12-12 Ralph Boehmelib/replace: work around an API conflict between ncurse...
2019-12-11 Andrew Bartlettlib/krb5_wrap: Remove unused smb_krb5_get_allowed_weak_...
2019-12-11 Andrew Bartlettlib/fuzzing: Fix argument order to ldb_filter_from_tree...
2019-12-11 Andrew Bartlettlib/fuzzing: Split up automatically build fuzzers into...
2019-12-11 Andrew Bartlettlib/fuzzing: Ensure mem_ctx is freed each time fuzz_ldb...
2019-12-11 Andrew Bartlettautobuild: extend autobuild with samba-fuzz job to...
2019-12-10 Andreas Schneiderlib:crypto: Build intel aes-ni only if GnuTLS doesn...
2019-12-10 Andreas Schneiderlib:crypto: Only build AES code if we need AES CMAC
2019-12-10 Andreas Schneiderlib:crypto: Remove our implementation of AES GCM
next