summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* async_req: make async_connect_send() "reentrant"Ralph Boehme2016-08-101-3/+13
* ldb: version 1.1.27ldb-1.1.27Stefan Metzmacher2016-07-285-2/+271
* ldb: Use ldb_unpack_data_only_attr_list_flags in re_index()Andrew Bartlett2016-07-281-1/+6
* ldb: fix compiler warnings on ldb_unpack_data() argumentsStefan Metzmacher2016-07-282-2/+10
* ldb: Add flags to ltdb_search_dn1() to control memory allocationAndrew Bartlett2016-07-285-21/+63
* ldb: Prepare for adding flags to ltdb_search_dn1() to control memory allocationAndrew Bartlett2016-07-281-1/+9
* ldb: Add ldb_unpack_data_only_attr_list_flags()Andrew Bartlett2016-07-283-24/+88
* ldb: Free empty index lists as talloc_realloc() fails in this caseAndrew Bartlett2016-07-281-1/+6
* ldb_tdb index: fix whitespaceDouglas Bagnall2016-07-281-27/+27
* lib/ldb-samba: Avoid talloc() in ldif_read_objectSid() by parsing the SID str...Andrew Bartlett2016-07-281-15/+23
* lib/ldb-samba: Use ndr_push_struct_into_fixed_blob() in ldif_handlers.cAndrew Bartlett2016-07-281-2/+9
* tevent: version 0.9.28tevent-0.9.29Stefan Metzmacher2016-07-282-1/+91
* talloc: version 2.1.8talloc-2.1.8Stefan Metzmacher2016-07-284-1/+91
* tdb: version 1.3.10tdb-1.3.10Stefan Metzmacher2016-07-282-1/+70
* ldb_ldb: Do not re-scan the index list for new DNsAndrew Bartlett2016-07-261-14/+23
* Wrap krb5_cc_copy_creds and krb5_cc_copy_cacheAlexander Bokovoy2016-07-252-0/+15
* s4-torture: fix compile of new NDR PAC tests with MIT Kerberos.Günther Deschner2016-07-231-0/+8
* s4-torture: add new torture_assert_krb5_error_equal macro.Günther Deschner2016-07-231-0/+8
* tevent: Add overflow protection to tevent_req_createVolker Lendecke2016-07-221-0/+7
* tevent: Save 140 bytes of .text in tevent_req_createVolker Lendecke2016-07-221-9/+7
* tevent: Save 32 bytes of .text in tevent_req_createVolker Lendecke2016-07-221-5/+8
* docs-xml:smbdotconf: default "ntlm auth" to "no"Stefan Metzmacher2016-07-221-1/+1
* smbd: Enable leases by defaultVolker Lendecke2016-07-221-0/+2
* samba_kcc: Enable the python samba_kccGarming Sam2016-07-211-1/+1
* krb5_wrap: provide CKSUMTYPE_HMAC_SHA1_96_AES_*Stefan Metzmacher2016-07-201-0/+11
* torture: show the first differing byte and a dump in torture_assert_data_blob...Günther Deschner2016-07-201-0/+36
* pytalloc: Add a warning about enable_null_trackingGarming Sam2016-07-191-0/+2
* ldb: Add better debugging to ldb_wait()Andrew Bartlett2016-07-191-29/+39
* param: Correct the defaults for "dcerpc endpoint services"Andrew Bartlett2016-07-191-1/+1
* dbwrap: Remove dbwrap_watchers.tdb based codeVolker Lendecke2016-07-153-30/+0
* match_rules: Make cleanup faster and more efficientGarming Sam2016-07-151-37/+2
* match_rules: Fix a duplicated checkGarming Sam2016-07-151-2/+2
* Revert "lib:dlinklist: avoid -Wtautological-compare errors with gcc6"Michael Adam2016-07-151-8/+0
* Revert "tevent: avoid -Wtautological-compare errors with gcc6"Michael Adam2016-07-151-8/+0
* Revert "ldb:dlinklist: avoid -Wtautological-compare errors with gcc6"Michael Adam2016-07-151-8/+0
* tdb: Don't malloc for every record in traverseVolker Lendecke2016-07-151-6/+40
* ldb:dlinklist: avoid -Wtautological-compare errors with gcc6Ira Cooper2016-07-141-0/+8
* tevent: avoid -Wtautological-compare errors with gcc6Michael Adam2016-07-141-0/+8
* lib:dlinklist: avoid -Wtautological-compare errors with gcc6Ira Cooper2016-07-141-0/+8
* tevent: Clarify apparently useless conditionsNikolai Kondrashov2016-07-121-0/+10
* swrap: Build socket_wrapper path relative to blddirAmitay Isaacs2016-07-111-2/+2
* ldb: Avoid use-after-free when one error message is printed into anotherAndrew Bartlett2016-07-061-2/+4
* tevent: typo in documentationGarming Sam2016-07-051-1/+1
* param: fix a typo emtpy -> emptyGarming Sam2016-07-051-4/+4
* check-password-script: Allow AD to execute these scriptsGarming Sam2016-07-052-13/+36
* tdb: avoid many fcntl calls when incrementing seqnumBob Campbell2016-07-031-0/+5
* lib: talloc: Add check for destructor protection.Andrew Bartlett2016-07-031-0/+6
* lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...Andrew Bartlett2016-07-031-1/+1
* lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...Andrew Bartlett2016-07-031-0/+14
* lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...Andrew Bartlett2016-07-031-19/+31