summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: Improve coding style in ldb_kv_index_dn_simple()Andrew Bartlett2020-02-281-1/+3
* ldb: Fix memory leak in ldb_kv_index_dn_ordered()Andrew Bartlett2020-02-281-2/+14
* Rename macro argument s_addr due to it already being definedPeter Eriksson2020-02-282-7/+7
* Undef ARRAY_SIZE, if defined, before define to avoid compilation warningsPeter Eriksson2020-02-271-0/+3
* lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett2020-02-272-11/+19
* Move INTERNAL ERROR... printout into smb_panic() and improve "why" stringAndrew Bartlett2020-02-271-10/+13
* lib/tfork: Improve process titles for the tfork waiter processAndrew Bartlett2020-02-271-0/+4
* lib/util: Make prctl_set_comment take a printf format stringAndrew Bartlett2020-02-272-3/+11
* fuzzing: ndr set global_max_recursion.Gary Lockyer2020-02-271-0/+1
* ldb: change the version to 2.2.0 for Samba 4.13Stefan Metzmacher2020-02-263-1/+287
* lib/async_req: remove useless "reentrant" support from async_connect_send()Stefan Metzmacher2020-02-261-5/+1
* lib/async_req: make sure we return errors early from async_connect_send/recvStefan Metzmacher2020-02-261-1/+8
* lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...Stefan Metzmacher2020-02-261-0/+8
* ldb: version 2.1.1ldb-2.1.1Stefan Metzmacher2020-02-253-1/+287
* ldb: Add tests aimed at the SCOPE_ONELEVEL bug in particularAndrew Bartlett2020-02-251-0/+8
* ldb: Fix search with scope ONE and small result setsAndrew Bartlett2020-02-251-9/+12
* ldb: Ensure @IDXONE modes is tested in ldb.python (apy.py) testsAndrew Bartlett2020-02-251-1/+68
* ldb: Add tests aimed at the SCOPE_ONELEVEL particularAndrew Bartlett2020-02-251-0/+171
* ldb: Add tests for one-level indexes in conjunction with other indexesAndrew Bartlett2020-02-251-0/+251
* lib:util: Add (PULL|PUSH)_(BE|LE)_I(8|16|32|64) byterarray macrosAndreas Schneider2020-02-211-0/+32
* lib:util: Do not expose internal header filesAndreas Schneider2020-02-211-2/+0
* lib:util: Add comments to use bytearray.h to byteorder.hAndreas Schneider2020-02-211-0/+36
* lib:util: Use (PULL|PUSH)_BE_(U16|U32|U64) for R*VAL*Andreas Schneider2020-02-211-14/+14
* lib:util: Use PUSH_LE_(U16|U32) for S(I|S)VALSAndreas Schneider2020-02-211-2/+2
* lib:util: Use PUSH_LE_(U16|U32) for S(S|I)VALAndreas Schneider2020-02-211-2/+2
* lib:util: Use PULL_LE_(U16|U32) for SVAL and IVALAndreas Schneider2020-02-211-2/+2
* lib:util: Use _DATA_BYTE(_CONST) from bytearray.hAndreas Schneider2020-02-211-2/+4
* lib:util: Add test to verify old and new macros are the sameAndreas Schneider2020-02-212-0/+279
* lib:util: Add bytearray.hAndreas Schneider2020-02-213-0/+534
* lib: Fix rotating nonstandard debug class log filesVolker Lendecke2020-02-191-1/+1
* lib/replace: remove unused check for aio.hStefan Metzmacher2020-02-151-1/+1
* krb5_wrap: map KRB5_REALM_UNKNOWN to NT_STATUS_NO_SUCH_DOMAINStefan Metzmacher2020-02-101-0/+1
* krb5_wrap: map KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN to NT_STATUS_INVALID_COMPUTER_...Stefan Metzmacher2020-02-101-1/+1
* krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher2020-02-103-2/+131
* lib/krb5_wrap: prefer new enctyptes in ms_suptypes_to_ietf_enctypes()Stefan Metzmacher2020-02-101-3/+7
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-19/+19
* lib/util: add talloc_alpha_strcpy()Ralph Boehme2020-02-062-0/+25
* gpfswrap: Make pathname "const char *" in gpfswrap_quotactl()Ralph Wuerthner2020-02-032-3/+6
* gpfswrap: Make pathname "const char *" in gpfswrap_get_winattrs_path()Ralph Wuerthner2020-02-032-3/+5
* gpfswrap: Make pathname "const char *" in gpfswrap_set_winattrs_path()Ralph Wuerthner2020-02-032-3/+6
* gpfswrap: Make pathname "const char *" in gpfswrap_get_realfilename_path()Ralph Wuerthner2020-02-032-3/+8
* gpfswrap: Make pathname "const char *" in gpfswrap_putacl()Ralph Wuerthner2020-02-032-3/+3
* gpfswrap: Make pathname "const char *" in gpfswrap_getacl()Ralph Wuerthner2020-02-032-3/+3
* gpfswrap: Remove unused wrapper gpfswrap_getfilesetid()Ralph Wuerthner2020-02-032-13/+0
* lib: asn1.c: Prevent ASN1_ENUMERATED from wrapping.Jeremy Allison2020-01-291-1/+17
* lib/util: use better linux os detection in gpfs configureGünther Deschner2020-01-281-1/+1
* lib:util: Log mkdir error on correct debug levelsAndreas Schneider2020-01-271-2/+5
* krb5-wrap: deal with different krb5_trace_info struct flavors (earlier MIT kr...Günther Deschner2020-01-241-0/+6
* tdb: Align integer typesVolker Lendecke2020-01-231-2/+3
* CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-211-18/+20