summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/util_net: add support for .ipv6-literal.netStefan Metzmacher2016-03-102-5/+154
* lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher2016-03-101-39/+56
* krb5_wrap: Add smb_krb5_open_keytab_relative() functionAndreas Schneider2016-03-102-9/+25
* krb5_wrap: Move smb_krb5_kt_add_entry() to krb5_wrapAndreas Schneider2016-03-102-0/+322
* s3-libads: Pass down the salt principal in smb_krb5_kt_add_entry()Andreas Schneider2016-03-101-6/+0
* ldb sort: allow sorting on attributes not returned in searchDouglas Bagnall2016-03-091-2/+42
* ldb_controls: add base64 option to VLVDouglas Bagnall2016-03-091-3/+15
* asn1: make readContextSimple() add a NUL byteDouglas Bagnall2016-03-091-1/+3
* ldb controls: use uint8_t* for contextID binary blobDouglas Bagnall2016-03-092-5/+4
* ASN1: use a talloc context in read_contextSimpleDouglas Bagnall2016-03-092-3/+4
* vlv: better syntax for parsing greater than or equal stringsDouglas Bagnall2016-03-091-1/+1
* ldb controls: better error string for VLV controlDouglas Bagnall2016-03-091-1/+1
* ldb controls: base64 encode VLV response context stringsGarming Sam2016-03-091-3/+9
* ldb paged_results: quieten a warning.Douglas Bagnall2016-03-091-2/+2
* dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRINGAndrew Bartlett2016-03-092-22/+71
* util/tests: add test for BINARY_ARRAY_SEARCH_V macroDouglas Bagnall2016-03-091-0/+24
* util/binsearch: macro for greater than or equal searchDouglas Bagnall2016-03-092-0/+177
* pytalloc: Correct description of pytalloc_Get{Base,}ObjectType behaviourtalloc-2.1.6Andrew Bartlett2016-03-081-6/+8
* pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett2016-03-085-0/+23
* talloc: Bump version numberAndrew Bartlett2016-03-084-1/+89
* pytalloc: Add new BaseObjectAndrew Bartlett2016-03-087-31/+433
* pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher2016-03-082-4/+17
* talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett2016-03-084-5/+17
* talloc: Improve testsuite by avoiding path issuesAndrew Bartlett2016-03-082-5/+8
* pyldb: Add warning about pyldb_MessageElement_AsMessageElement()Andrew Bartlett2016-03-081-0/+7
* krb5_wrap: Do not use deprecated KRB5 functionsAndreas Schneider2016-03-071-0/+12
* lib: Avoid "includes.h" in dbwrap.cVolker Lendecke2016-03-061-1/+4
* lib: Introduce SERVER_ID_BUF_LENGTHVolker Lendecke2016-03-062-4/+9
* dbwrap: add dbwrap_purge[_bystring]Michael Adam2016-03-012-0/+19
* dbwrap_util: improve a debug message in dbwrap_delete_action()Michael Adam2016-03-011-1/+2
* lib: Fix 1354521 Unchecked return valueVolker Lendecke2016-03-011-2/+6
* lib/util: Add strv_util.[ch] containing new function strv_split()Martin Schwenke2016-03-014-2/+242
* lib/util/util.c: move null-check before useAurelien Aptel2016-03-011-5/+1
* lib/util: Add tests for strv_addn()Martin Schwenke2016-02-291-2/+34
* lib/util: Add strv_addn()Volker Lendecke2016-02-292-0/+10
* Revert "lib/util: Expose strv_addn() for adding string with specified length"Martin Schwenke2016-02-292-4/+4
* lib/util: Add tests for strvMartin Schwenke2016-02-261-0/+169
* lib/util/idtree.c: fix UB by using uint in left-shiftAurelien Aptel2016-02-261-1/+1
* lib/util: Expose strv_addn() for adding string with specified lengthMartin Schwenke2016-02-252-4/+4
* 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