summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Use "all_zero" where appropriateVolker Lendecke2017-01-031-6/+2
* WAF: Fix detection of IPv6Lukas Slebodnik2017-01-021-1/+1
* lib replace: Fix detection of featuresLukas Slebodnik2017-01-023-3/+9
* krb5_wrap: fix smb_krb5_cc_copy_creds() for MIT krb5Stefan Metzmacher2016-12-241-0/+12
* ldb_tdb: avoid erroneous error messagesGarming Sam2016-12-231-1/+1
* ldbdump: Parse the -i optionGarming Sam2016-12-221-1/+1
* krb5_wrap: Remove incorrect absolute path checks in smb_krb5_kt_open_relative()Andreas Schneider2016-12-161-2/+2
* krb5_wrap: More checks for absolute path in smb_krb5_kt_open()Andreas Schneider2016-12-161-4/+21
* talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett2016-12-131-1/+66
* lib: Remove xfileVolker Lendecke2016-12-113-640/+2
* lib: Add fgets_slashVolker Lendecke2016-12-112-0/+84
* util: use SCOPE_DELIMITER for the IPv6 scope delimiterBjörn Jacke2016-12-091-4/+4
* replace: make sure we have a SCOPE_DELIMITER defineBjörn Jacke2016-12-091-0/+4
* man pages: change http://samba.org to https://www.samba.orgBjörn Jacke2016-12-097-7/+7
* lib/util: Fix indentation within routine description for dbghdrclassAnoop C S2016-12-091-15/+15
* lib/util: Fix input arguments description for dbghdrclass() routineAnoop C S2016-12-081-3/+1
* tevent: remove shebang from tevent.pyLukas Slebodnik2016-12-081-1/+0
* debug: Add minimalist D_* macrosMartin Schwenke2016-12-051-0/+6
* libsocket: Make sure ifr.ifr_name is null-terminatedAndreas Schneider2016-12-031-1/+1
* util: Initialize pointerAndreas Schneider2016-12-021-1/+1
* lib: Avoid includes.h in bitmap.cVolker Lendecke2016-12-021-1/+4
* replace: Include libgen.h if availableAmitay Isaacs2016-12-011-0/+4
* ldb: new ldb version 1.1.29ldb-1.1.29Andrew Bartlett2016-12-014-1/+273
* ldb: Add test for behaviour of rdn_nameAndrew Bartlett2016-12-011-0/+13
* ldb: Cope with a->name being *Andrew Bartlett2016-12-011-4/+4
* ldb:rdn_name: add support for LDB_CONTROL_RECALCULATE_RDN_OID on ldb_modify()Stefan Metzmacher2016-12-011-0/+141
* ldb:rdn_name: normalize rdn_name in rdn_rename_callback()Stefan Metzmacher2016-12-011-0/+10
* ldb: load @ATTRIBUTES faster by sorting once, not at each insertionAndrew Bartlett2016-12-011-8/+69
* ldb: Add helper function ldb_schema_attribute_fill_with_syntax()Andrew Bartlett2016-12-012-0/+41
* ldb: Reduce per-attribute memory allocation during @ATTRIBUTES loadAndrew Bartlett2016-12-011-1/+4
* ldb: Reduce scope of allocation and de-allocation of @ATTRIBUTESAndrew Bartlett2016-12-012-36/+24
* ldb: Add helper function ldb_schema_attribute_remove_flagged()Andrew Bartlett2016-12-013-0/+44
* ldb:controls: add LDB_CONTROL_RECALCULATE_RDN_OIDStefan Metzmacher2016-12-011-0/+7
* ldb: Avoid individual memory allocations when searching for indexlistAndrew Bartlett2016-12-011-1/+4
* talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett2016-12-011-4/+13
* talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASKAndrew Bartlett2016-12-011-3/+4
* talloc: add ASCII art to describe parent/child arrangementAndrew Bartlett2016-12-011-0/+25
* ldb: Fix an unused variable warningVolker Lendecke2016-11-301-0/+3
* ldb: Fix typosVolker Lendecke2016-11-301-2/+2
* tdb: version 1.3.12tdb-1.3.12Stefan Metzmacher2016-11-302-1/+71
* tdb: Fix mutexes on FreeBSDVolker Lendecke2016-11-291-1/+2
* tdb: Only mmap the mutex area if not already mmap'edVolker Lendecke2016-11-291-0/+4
* tdb: NULL out tdb->mutexes in tdb_mutex_munmapVolker Lendecke2016-11-291-1/+8
* lib/util: Make sys_rw available to CTDBMartin Schwenke2016-11-291-6/+6
* ldb: version 1.1.28ldb-1.1.28Volker Lendecke2016-11-234-1/+271
* pyldb: protect PyErr_LDB_ERROR_IS_ERR_RAISE() with do {} while(0)Stefan Metzmacher2016-11-231-2/+3
* lib:torture: Make variables constAndreas Schneider2016-11-201-4/+4
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-1/+0
* lib: Move x_fgets_slash to xfile.cVolker Lendecke2016-11-204-99/+101
* lib: Apply an overflow checkVolker Lendecke2016-11-201-3/+11