summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-22lib: Update socket_wrapper to version 1.1.6Andreas Schneider2-12/+148
2016-03-19ldb client controls: avoid talloc_memdup(x, y, (size_t)-1);Douglas Bagnall1-4/+27
2016-03-18lib: Fix CID 1356315 Dereference before null checkVolker Lendecke1-5/+2
2016-03-17krb5-wrap: Use the principal returned by the KDC to create the ccacheAndreas Schneider1-0/+8
2016-03-16ldb-samba:wscript: python_samba__ldb depends on pyauthStefan Metzmacher1-1/+1
2016-03-12lib/socket/interfaces: Fix some uninitialied bytes.Günther Deschner1-0/+1
2016-03-10lib/util_net: add support for .ipv6-literal.netStefan Metzmacher2-5/+154
2016-03-10lib/util_net: move ipv6 linklocal handling into interpret_string_addr_internal()Stefan Metzmacher1-39/+56
2016-03-10krb5_wrap: Add smb_krb5_open_keytab_relative() functionAndreas Schneider2-9/+25
2016-03-10krb5_wrap: Move smb_krb5_kt_add_entry() to krb5_wrapAndreas Schneider2-0/+322
2016-03-10s3-libads: Pass down the salt principal in smb_krb5_kt_add_entry()Andreas Schneider1-6/+0
2016-03-09ldb sort: allow sorting on attributes not returned in searchDouglas Bagnall1-2/+42
2016-03-09ldb_controls: add base64 option to VLVDouglas Bagnall1-3/+15
2016-03-09asn1: make readContextSimple() add a NUL byteDouglas Bagnall1-1/+3
2016-03-09ldb controls: use uint8_t* for contextID binary blobDouglas Bagnall2-5/+4
2016-03-09ASN1: use a talloc context in read_contextSimpleDouglas Bagnall2-3/+4
2016-03-09vlv: better syntax for parsing greater than or equal stringsDouglas Bagnall1-1/+1
2016-03-09ldb controls: better error string for VLV controlDouglas Bagnall1-1/+1
2016-03-09ldb controls: base64 encode VLV response context stringsGarming Sam1-3/+9
2016-03-09ldb paged_results: quieten a warning.Douglas Bagnall1-2/+2
2016-03-09dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRINGAndrew Bartlett2-22/+71
2016-03-09util/tests: add test for BINARY_ARRAY_SEARCH_V macroDouglas Bagnall1-0/+24
2016-03-09util/binsearch: macro for greater than or equal searchDouglas Bagnall2-0/+177
2016-03-08pytalloc: Correct description of pytalloc_Get{Base,}ObjectType behaviourtalloc-2.1.6Andrew Bartlett1-6/+8
2016-03-08pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett5-0/+23
2016-03-08talloc: Bump version numberAndrew Bartlett4-1/+89
2016-03-08pytalloc: Add new BaseObjectAndrew Bartlett7-31/+433
2016-03-08pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher2-4/+17
2016-03-08talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett4-5/+17
2016-03-08talloc: Improve testsuite by avoiding path issuesAndrew Bartlett2-5/+8
2016-03-08pyldb: Add warning about pyldb_MessageElement_AsMessageElement()Andrew Bartlett1-0/+7
2016-03-07krb5_wrap: Do not use deprecated KRB5 functionsAndreas Schneider1-0/+12
2016-03-06lib: Avoid "includes.h" in dbwrap.cVolker Lendecke1-1/+4
2016-03-06lib: Introduce SERVER_ID_BUF_LENGTHVolker Lendecke2-4/+9
2016-03-01dbwrap: add dbwrap_purge[_bystring]Michael Adam2-0/+19
2016-03-01dbwrap_util: improve a debug message in dbwrap_delete_action()Michael Adam1-1/+2
2016-03-01lib: Fix 1354521 Unchecked return valueVolker Lendecke1-2/+6
2016-03-01lib/util: Add strv_util.[ch] containing new function strv_split()Martin Schwenke4-2/+242
2016-03-01lib/util/util.c: move null-check before useAurelien Aptel1-5/+1
2016-02-29lib/util: Add tests for strv_addn()Martin Schwenke1-2/+34
2016-02-29lib/util: Add strv_addn()Volker Lendecke2-0/+10
2016-02-29Revert "lib/util: Expose strv_addn() for adding string with specified length"Martin Schwenke2-4/+4
2016-02-26lib/util: Add tests for strvMartin Schwenke1-0/+169
2016-02-26lib/util/idtree.c: fix UB by using uint in left-shiftAurelien Aptel1-1/+1
2016-02-25lib/util: Expose strv_addn() for adding string with specified lengthMartin Schwenke2-4/+4
2016-02-23lib: Move data_blob_list_item to source4Volker Lendecke1-5/+0
2016-02-19tevent: version 0.9.28tevent-0.9.28Stefan Metzmacher2-1/+91
2016-02-18lib: tevent: Fix memory leak reported by Pavel Březina <pbrezina@redhat.com>...Jeremy Allison1-0/+4
2016-02-17ldb: version 1.1.26ldb-1.1.26Stefan Metzmacher4-1/+270
2016-02-17ldb: add support for LDB_CONTROL_DIRSYNC_EXStefan Metzmacher3-0/+100