summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* loadparm: introduce lp_parm_ulonglong() and lpcfg_parm_ulonglong()Uri Simchoni2016-01-262-0/+37
* lib:socket: detect link speed with ethtool ioctl in get_interfaces (on linux)Anoop C S2016-01-261-0/+49
* build: detect support for ethtoolMichael Adam2016-01-261-0/+7
* lib:socket: set defaults for linkspeed and capability in get_interfaces()Michael Adam2016-01-261-0/+5
* lib:socket: get interface index from kernelMichael Adam2016-01-261-0/+6
* lib:socket: add linkspeed, capability and if_index to iface_structMichael Adam2016-01-261-0/+3
* ldb-samba: Expand testing of recursive searchAdrian Cochrane2016-01-181-110/+1403
* ldb-samba: Correct error reporting to match WindowsAdrian Cochrane2016-01-182-3/+5
* ldb-samba: critical bugfix on original recursive search implementationAdrian Cochrane2016-01-181-10/+13
* ldb-samba: Implement transitive extended matchingSamuel Cabrero2016-01-184-1/+373
* ldb: Fix CID 1348110 Uninitialized scalar variableVolker Lendecke2016-01-151-1/+1
* Change default LDAP page size to 1000.Justin Maggard2016-01-151-1/+1
* asn1: Make asn1_peek_tag_needed_size staticVolker Lendecke2016-01-132-2/+2
* asn1: Fix a typoVolker Lendecke2016-01-131-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-134-5/+5
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-133-31/+56
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-134-2/+3
* ldb: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-3/+5
* time_basic.h: Remove unnecessary dependency on replace.hJelmer Vernooij2016-01-132-2/+2
* Make libtorture private, for now.Jelmer Vernooij2016-01-132-18/+5
* talloc: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-2/+2
* tdb: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-1/+1
* tevent: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-1/+1
* talloc: Fix a documentation typoMartin Schwenke2016-01-111-1/+1
* nss_wrapper: bump version to 1.1.2Michael Adam2016-01-111-1/+1
* nwrap: Fix segfaults while reloading hosts fileAndreas Schneider2016-01-111-0/+13
* nwrap: Don't fail if we want to add an existing entryAndreas Schneider2016-01-111-2/+4
* nwrap: Fix the build on SolarisAndreas Schneider2016-01-111-0/+2
* nwrap: Don't leak memory from gethostbyname*() functionsAndreas Schneider2016-01-111-0/+3
* nwrap: Fix the build on FreeBSDAndreas Schneider2016-01-111-0/+2
* nwrap: fix a copy and paste error in the destructor.Michael Adam2016-01-111-1/+1
* nwrap: Cleanup shadow getspnam() memoryAndreas Schneider2016-01-111-0/+12
* nwrap: fix leaking the entlistsMichael Adam2016-01-111-0/+23
* nwrap: catch error to add item to vector in nwrap_he_parse_line()Michael Adam2016-01-111-3/+13
* nwrap: rename nwrap_he.entdata to nwrap_he.entriesMichael Adam2016-01-111-7/+7
* nwrap: remove unused member list from struct nwrap_heMichael Adam2016-01-111-1/+0
* nwrap: Small code shift in nwrap_ed_inventarize_add_to_existing()Robin Hack2016-01-111-6/+5
* nwrap: Cast max_hostents to avoid warningsAndreas Schneider2016-01-111-2/+3
* nwrap: Fix initialization of e entryAndreas Schneider2016-01-111-1/+3
* nwrap: remove ai_tail argument from nwrap_files_getaddrinfo()Michael Adam2016-01-111-6/+3
* nwrap: rewrite the loop for duplication ai entries if socktype not givenMichael Adam2016-01-111-34/+35
* nwrap: add an explaining comment for the ai duplicating loopMichael Adam2016-01-111-0/+5
* nwrap: move setting of ai_{flags|socktype|protocol} into nwrap_convert_he_aiMichael Adam2016-01-111-13/+12
* nwrap: use symbols IPPROTO_TCP and IPPROTO_UDPMichael Adam2016-01-111-4/+7
* nwrap: rename _ai -> ai_new in nwrap_files_getaddrinfo()Michael Adam2016-01-111-6/+6
* nwrap: fix a memleak in nwrap_files_getaddrinfo()Michael Adam2016-01-111-0/+3
* nwrap: rename ai_prev -> ai_cur in nwrap_files_getaddrinfo()Michael Adam2016-01-111-4/+4
* nwrap: Fix inventarization of IPs when loading hostsMichael Adam2016-01-111-30/+1
* nwrap: refactor nwrap_add_hname_* into one nwrap_ed_inventarize.Michael Adam2016-01-111-28/+15
* nwrap: treat AI_NUMERICHOST correctly in getaddrinfo.Michael Adam2016-01-111-3/+6