summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gpo: Apply kerberos settingsDavid Mulder2017-11-202-8/+44
* gpo: Create the gpo update serviceGarming Sam2017-11-201-0/+1
* gpo: move mkdir_p to lib/utilDavid Mulder2017-11-203-1/+92
* lib: Save a few bytes of .textVolker Lendecke2017-11-181-2/+1
* lib: Fix a false/NULL hickupVolker Lendecke2017-11-181-1/+1
* lib: Simplify is_ipaddress_v6Volker Lendecke2017-11-181-54/+53
* lib: Avoid a pointless static variableVolker Lendecke2017-11-181-1/+1
* tevent: Fix typosVolker Lendecke2017-11-181-2/+2
* lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison2017-11-172-4/+1
* pthreadpool: create a tevent_threaded_context per registered event contextRalph Boehme2017-11-171-17/+167
* util_tdb: Make a few functions staticVolker Lendecke2017-11-132-28/+7
* tevent: version 0.9.34tevent-0.9.34Stefan Metzmacher2017-11-132-1/+100
* tevent: Fix a race conditionVolker Lendecke2017-11-111-2/+4
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* replace: Link to -lbsd when building replace.c by handAndrew Bartlett2017-10-201-3/+9
* nwrap: Fix strotoul checks for NSS_WRAPPER_MAX_HOSTENTSDouglas Bagnall2017-10-191-2/+3
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-191-0/+2
* Removed unused 'oplock contention limit' config parameterChristof Schmitt2017-10-191-2/+0
* python: Fix Python 2.6 compatibilityLumir Balhar2017-10-181-0/+9
* krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher2017-10-111-1/+1
* krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher2017-10-111-1/+1
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-09-301-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-09-301-1/+0
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-09-301-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-09-301-4/+4
* lib: Fix a signed/unsigned hickupVolker Lendecke2017-09-301-1/+1
* lib/util: Fix build for lttng libraries that does not support tracefChristof Schmitt2017-09-271-3/+2
* tfork: set waiter process titleGary Lockyer2017-09-261-0/+1
* s4:smbd: call setproctitle_initGary Lockyer2017-09-263-0/+11
* ldb: Release ldb 1.3.0ldb-1.3.0Andrew Bartlett2017-09-234-1/+284
* ldb_tdb: Treat distinguishedName and objectGUID (in Samba) as uniqueAndrew Bartlett2017-09-221-2/+16
* ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett2017-09-221-0/+16
* ldb: Do not make an ldb file for API testsAndrew Bartlett2017-09-221-23/+11
* ldb: Add test showing a search against the index is not possibleAndrew Bartlett2017-09-221-0/+16
* ldb_tdb: Also ban a (indexed) search against like @IDXDN=fooAndrew Bartlett2017-09-221-0/+6
* ldb_tdb: Update comments for the delete_index() pass of ltdb_reindex()Andrew Bartlett2017-09-221-1/+11
* ldb_tdb: Print progress messages on re-indexAndrew Bartlett2017-09-221-0/+23
* ldb_tdb: Remove incorrect early return from re-indexAndrew Bartlett2017-09-221-5/+0
* ldb: Add more tests covering in-transaction GUID index and unique index behav...Andrew Bartlett2017-09-221-12/+176
* ldb_tdb: Add UNIQUE_INDEX as a possible flagAndrew Bartlett2017-09-221-2/+9
* ldb_tdb: Remove LTDB_FLAG_HIDDEN and ignore "HIDDEN" in @ATTRIBUTESAndrew Bartlett2017-09-221-14/+11
* ldb_tdb: Clean up index records on ltdb_index_add_new() failure.Andrew Bartlett2017-09-221-1/+20
* ldb_tdb: Describe index format and control pointsAndrew Bartlett2017-09-221-0/+113
* ldb_tdb: Give a good error message on add without an objectGUIDAndrew Bartlett2017-09-221-0/+6
* ldb_tdb: Avoid canonicalise and base64 work for DN values, these are already OKAndrew Bartlett2017-09-221-27/+76
* ldb_tdb: Clean up list in after use in ltdb_key_dn_from_idx()Andrew Bartlett2017-09-221-0/+3
* ldb_tdb: Avoid allocation of a DN between the GUID index and the DB lookupAndrew Bartlett2017-09-224-64/+106
* ldb_tdb: Move constants into ldb_tdb.hAndrew Bartlett2017-09-221-5/+5
* ldb_tdb: Optimise ltdb_search_and_return_base() to re-use casefoldingAndrew Bartlett2017-09-221-1/+26
* ldb: Add tests for base DN of a different caseAndrew Bartlett2017-09-221-0/+26