summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib:charset: Fix error messages from charset conversionChristof Schmitt via samba-technical2018-07-072-3/+1
* replace: Be strict when checking __attribute__ featuresAmitay Isaacs2018-07-041-1/+1
* lib: smb_threads: fix access before init bugRalph Boehme2018-07-041-0/+3
* samba_gpoupdate: Rename the command to samba-gpupdateDavid Mulder2018-07-041-1/+1
* build: bundle and reduce huge number of EA function testsBjörn Jacke2018-07-033-92/+56
* tdb: Fix build on AIXAmitay Isaacs2018-07-021-4/+4
* replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs2018-07-021-0/+4
* param: Add non-global smb.cfg option (support 2 different smb.confs)Aaron Haslett2018-06-281-2/+13
* audit_logging: Remove duplciate error printingAndrew Bartlett2018-06-261-6/+0
* audit_logging: Initialise event_serverAndrew Bartlett2018-06-261-1/+1
* audit_logging: Remove incorrect check for NT_STATUS_OBJECT_NAME_NOT_FOUNDAndrew Bartlett2018-06-261-4/+2
* audit_logging: Clarify debug messagesAndrew Bartlett2018-06-261-2/+2
* lib/audit_logging: Only build audit_logging_test for --enable-selftest on the...Andrew Bartlett2018-06-251-1/+1
* lib/audit_logging: Require jansson JSON library for building the AD DCAndrew Bartlett2018-06-251-7/+9
* build: Move --without-json-audit and json lib detection to lib/audit_loggingAndrew Bartlett2018-06-251-0/+34
* talloc_stack: Call talloc destructors while frame is still aroundVolker Lendecke2018-06-231-0/+29
* check return value before using key_valuesAndrej Gessel2018-06-231-3/+10
* ldb: check return valuesAndrej Gessel2018-06-232-1/+11
* krb5_wrap: fix keep_old_entries logic for older kerberos librariesChristof Schmitt2018-06-231-1/+1
* addns: Fix a typoVolker Lendecke2018-06-161-1/+1
* Fix several mem leaks in ldb_index ldb_search ldb_tdbAndrej Gessel2018-06-153-3/+11
* ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.Andrew Bartlett2018-06-151-1/+1
* Fix UDP DNS queries in addnsTimur I. Bakeyev2018-06-131-3/+1
* lib/audit_logging fix flapping testGary Lockyer2018-06-101-0/+4
* dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer2018-06-095-5/+15
* ldb: Fix memory leak on module contextLukas Slebodnik2018-06-011-2/+2
* lib/audit_logging: Remove #ifdef HAVE_JANSSON from audit_logging_test binaryAndrew Bartlett2018-06-012-17/+14
* lib/audit_logging: Make function prototypes look like the rest of SambaAndrew Bartlett2018-06-012-65/+55
* lib audit_logging: re-factor and add functions.Gary Lockyer2018-06-013-11/+264
* util_str_hex: use array syntax in guid functions to document usageDouglas Bagnall2018-05-312-4/+4
* util/charset/iconv: use read_hex_bytes rather than sscanfDouglas Bagnall2018-05-311-3/+6
* ldb: Release ldb 1.4.0ldb-1.4.0Andrew Bartlett2018-05-304-1/+284
* ldb: Add tests for when we should expect a full scanAndrew Bartlett2018-05-304-2/+131
* ldb: One-level search was incorrectly falling back to full DB scanAndrew Bartlett2018-05-301-11/+12
* ldb: Explain why an entry can vanish from the indexAndrew Bartlett2018-05-301-1/+6
* ldb: Indicate that the ltdb_dn_list_sort() in list_union is a bit subtle.Andrew Bartlett2018-05-301-0/+3
* ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett2018-05-302-18/+336
* ldb: Reset error string before running prepare_commit() hookAndrew Bartlett2018-05-301-0/+2
* talloc: Fix some typos in the commentsKai Blin2018-05-281-2/+2
* memcache: Add new cache type for dfree informationChristof Schmitt2018-05-251-1/+2
* Make ldb configuration --disable-python work as intendedTimur I. Bakeyev2018-05-251-7/+6
* audit_logging: Fix CID 1435739 Dereference null return valueVolker Lendecke2018-05-241-0/+1
* ldb-samba: Handle generic mdb:// url scheme in ldb_relative_path()Gary Lockyer2018-05-231-0/+2
* ldb: Reject a possible future ldb_mdb with the index in a sub-databaseAndrew Bartlett2018-05-233-1/+56
* ldb: Add MDB support to ldb://Gary Lockyer2018-05-231-0/+19
* ldb_mdb/tests: add tests for multiple opens across forksGary Lockyer2018-05-231-0/+79
* ldb_mdb/tests: test large index key valueGary Lockyer2018-05-231-0/+44
* ldb_mdb: Remove implicit read lock and remove transaction counterGary Lockyer2018-05-232-36/+11
* ldb_mdb: Run the ldb_mdb_mod_op_testAndrew Bartlett2018-05-231-1/+1
* ldb_mdb/tests: Tests for wrap openGary Lockyer2018-05-233-4/+243