summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Move data_blob_list_item to source4Volker Lendecke2016-02-231-5/+0
* tevent: version 0.9.28tevent-0.9.28Stefan Metzmacher2016-02-192-1/+91
* lib: tevent: Fix memory leak reported by Pavel Březina <pbrezina@redhat.com>...Jeremy Allison2016-02-181-0/+4
* ldb: version 1.1.26ldb-1.1.26Stefan Metzmacher2016-02-174-1/+270
* ldb: add support for LDB_CONTROL_DIRSYNC_EXStefan Metzmacher2016-02-173-0/+100
* ldb: add LDB_ATTR_FLAG_FORCE_BASE64_LDIF supportStefan Metzmacher2016-02-173-3/+21
* pyldb: eliminate warnings from python api testMichael Adam2016-02-171-4/+4
* pyldb: add api tests for search_iterator()Stefan Metzmacher2016-02-171-0/+100
* pyldb: add ldb.search_iterator()Stefan Metzmacher2016-02-171-0/+372
* pyldb: fix help message for ldb.search()Stefan Metzmacher2016-02-171-2/+2
* pyldb: fix memory leak in py_ldb_search()Stefan Metzmacher2016-02-171-1/+1
* pyldb: Free correct context when pyldb_Object_AsDn() failsAndrew Bartlett2016-02-171-1/+1
* ldb: allow a timeout of -1 result in no timeout timer at all.Stefan Metzmacher2016-02-173-16/+27
* ldb-samba: fix the timeout setup in ildb_request_send()Stefan Metzmacher2016-02-171-5/+7
* tdb: eliminate deprecation warnings in python testsMichael Adam2016-02-161-26/+26
* tevent: version 0.9.27tevent-0.9.27Stefan Metzmacher2016-02-162-1/+91
* ldb:ABI: add missing pyldb-util.py3-1.1.25.sigsStefan Metzmacher2016-02-151-0/+2
* lib/socket: Fix improper use of default interface speedAnoop C S2016-02-131-1/+1
* lib:socket: fix CID 1350009 - illegal memory accesses (BUFFER_SIZE_WARNING)Michael Adam2016-02-131-0/+5
* util: Update GPL header of talloc_stack.hAndreas Schneider2016-02-121-3/+2
* param: Fix str_list_v3 to accept ; againVolker Lendecke2016-02-111-1/+17
* lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme2016-02-101-1/+61
* asn1: Ensure asn1_tag_remaining() only ever returns -1 as an error condition.Jeremy Allison2016-02-101-0/+4
* asn1: Make asn1_peek_tag_needed_size() use the same overflow protection as as...Jeremy Allison2016-02-091-1/+13
* asn1: Protect against overlong tag lengthsVolker Lendecke2016-02-091-1/+12
* Fix ETIME handling for Solaris event ports.Nathan Huff2016-02-071-4/+18
* ldb: remove outdated comment about type argument in dlistMichael Adam2016-02-061-4/+0
* tevent: remove outdated comment about type argument in dlistMichael Adam2016-02-061-4/+0
* dlist: remove outdated comment about type argumentMichael Adam2016-02-061-4/+0
* dlist: remove unneeded type argument from DLIST_CONCATENATE()Michael Adam2016-02-062-3/+2
* tevent: remove unneeded type argument from DLIST_CONCATENATE()Michael Adam2016-02-061-2/+1
* ldb: remove unneeded argument type from DLIST_CONCATENATE()Michael Adam2016-02-061-2/+1
* tevent: remove uneeded type argument from DLIST_DEMOTE()Michael Adam2016-02-063-4/+3
* ldb: remove uneeded type argument from DLIST_DEMOTE()Michael Adam2016-02-061-2/+1
* dlist: remove unneeded argument from DLIST_DEMOTE()Michael Adam2016-02-062-3/+2
* ldb: remove unneeded type arg from DLIST_ADD_ENDMichael Adam2016-02-063-7/+6
* tevent: remove unneeded type argument from DLIST_ADD_ENDMichael Adam2016-02-063-5/+4
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-063-12/+11
* util: Move util_strlist.c into samba-util-coreMartin Schwenke2016-02-051-2/+2
* util: Make util_strlist.c standalone with its own header fileMartin Schwenke2016-02-053-123/+157
* util: Split str_list_make_v3() into separate fileMartin Schwenke2016-02-053-83/+114
* lib:socket: fix CID 1350010 - integer OVERFLOW_BEFORE_WIDENMichael Adam2016-02-041-1/+1
* asn1: Fix whitespaceVolker Lendecke2016-02-032-18/+17
* asn1: Simplify _ber_read_OID_String_implVolker Lendecke2016-02-031-3/+1
* ldb: Avoid a "talloc_steal"Volker Lendecke2016-02-031-4/+3
* ldb: Fix some whitespaceVolker Lendecke2016-02-031-29/+29
* dbwrap_file: fix use of read_data()Uri Simchoni2016-01-271-6/+5
* 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