summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme2016-02-161-1/+61
* param: Fix str_list_v3 to accept ; againVolker Lendecke2016-02-151-1/+17
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2016-01-111-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2016-01-111-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2016-01-111-3/+1
* Revert "Fix bug #11394 - Crash: Bad talloc magic value - access after free"Karolin Seeger2016-01-111-88/+71
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-171-1/+2
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Jeremy Allison2015-12-171-19/+37
* Merge tag 'samba-4.3.3' into v4-3-testKarolin Seeger2015-12-167-57/+95
|\
| * ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-101-2/+3
| * CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-101-2/+7
| * CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-101-1/+4
| * CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-101-1/+2
| * CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-104-14/+25
| * CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-101-4/+8
| * CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-101-28/+18
| * CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-101-4/+13
| * CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-101-1/+15
* | Fix bug #11394 - Crash: Bad talloc magic value - access after freeKarolin Seeger2015-12-121-71/+88
|/
* texpect: undefined symbol rep_fprintfTom Schulz2015-11-161-1/+1
* lib: util: Make non-critical message a warning.Jeremy Allison2015-11-061-2/+2
* async_req: fix non-blocking connect()Ralph Boehme2015-10-281-29/+27
* selftest: add a test for async_connect_send()Ralph Boehme2015-10-282-0/+134
* lib/param: fix hiding of FLAG_SYNONYM valuesStefan Metzmacher2015-10-051-36/+53
* ldb:wscript: make it possible to build samba with a system ldb againStefan Metzmacher2015-09-011-2/+2
* lib/crypto: make it possible to use only parts of aes.[ch]Stefan Metzmacher2015-08-312-1/+14
* lib/crypto: sync AES_cfb8_encrypt() from heimdalStefan Metzmacher2015-08-312-20/+25
* lib/crypto: make use of aes_test.h in aes_gcm_128_test.cStefan Metzmacher2015-08-311-221/+137
* lib/crypto: optimize aes_gcm_128Stefan Metzmacher2015-08-312-36/+25
* lib/crypto: optimize aes_ccm_128Stefan Metzmacher2015-08-312-47/+78
* lib/crypto: optimize aes_cmac_128Stefan Metzmacher2015-08-312-85/+25
* lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()Stefan Metzmacher2015-08-311-0/+575
* lib/crypto: add aes_ccm_128 testsStefan Metzmacher2015-08-313-5/+449
* lib/crypto: verify 0 updates in aes_gcm_128 testsStefan Metzmacher2015-08-311-0/+12
* lib/crypto: run all aes_gcm_128 testcasesStefan Metzmacher2015-08-311-4/+4
* lib/crypto: add aes_cmac_128 chunked testsStefan Metzmacher2015-08-311-0/+26
* replace: Fix bug 11455Volker Lendecke2015-08-241-0/+1
* Revert "ldb-samba: Implement transitive extended matching"Andrew Bartlett2015-08-174-373/+1
* tdb: Fix broken build with --disable-pythonMartin Schwenke2015-08-041-5/+6
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-08-043-2/+27
* build: fix build with gpfs support - add missing dependency to samba-debugBjörn Baumbach2015-08-041-0/+3
* configure: add --with-gpfs option for selecting directory with gpfs headersBjörn Baumbach2015-08-042-1/+5
* ldb: version 1.1.21ldb-1.1.21Stefan Metzmacher2015-07-213-1/+266
* tdb: version 1.3.7tdb-1.3.7Stefan Metzmacher2015-07-212-1/+70
* talloc: version 2.1.3talloc-2.1.3Stefan Metzmacher2015-07-213-1/+71
* tdb python binding: raise KeyError(key) when the key doesn't existAurelien Aptel2015-07-211-1/+5
* pytdb: Add tests for text interfacePetr Viktorin2015-07-211-23/+141
* pyldb: Add a text-based interface for Python 3Petr Viktorin2015-07-213-0/+163
* pytdb: Use new dict API on Python 3Petr Viktorin2015-07-212-11/+47
* pytdb: Build for two versions of Python at oncePetr Viktorin2015-07-211-8/+8