summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()Andrew Bartlett2016-07-031-8/+7
* lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...Andrew Bartlett2016-07-031-11/+19
* lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...Andrew Bartlett2016-07-031-3/+17
* lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()Andrew Bartlett2016-07-031-12/+14
* lib: talloc: Change __talloc() to return a struct talloc_chunk *.Andrew Bartlett2016-07-031-9/+16
* lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.Andrew Bartlett2016-07-031-5/+8
* lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...Jeremy Allison2016-07-031-17/+17
* lib/param: add lpcfg_sam_dnsname() helper functionStefan Metzmacher2016-06-302-0/+11
* tsocket: Do not dereference a NULL pointerAndreas Schneider2016-06-301-4/+8
* s3: tdb: On some platforms pthread_mutex_trylock() returns EBUSY not EDEADLK.Jeremy Allison2016-06-291-1/+1
* ldb: Fix CID 1362935: CHECKED_RETURNVolker Lendecke2016-06-281-1/+6
* ldb: Do not allocate the extended DN nameAndrew Bartlett2016-06-271-13/+8
* ldb: Allow repl_meta_data to override the O(^2) loop checking for duplciatesAndrew Bartlett2016-06-271-8/+16
* libutil: Support systemd 230Andreas Schneider2016-06-271-3/+3
* krb5_wrap: Fix build error when not using heimdal.Jose A. Rivera2016-06-251-1/+1
* util: Fix a possible null pointer dereferenceAndreas Schneider2016-06-221-0/+3
* lib/util: Optimise trim_string() to use a single memmove(3)Martin Schwenke2016-06-201-7/+12
* torture: Add tests for trim_string()Martin Schwenke2016-06-201-0/+376
* krb5_wrap: Add smb_krb5_mk_error()Andreas Schneider2016-06-182-0/+43
* lib/ldb-samba: We can confirm a GUID is a GUID by lengthAndrew Bartlett2016-06-171-5/+3
* lib: Add a little closefrom() testVolker Lendecke2016-06-131-0/+33