summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* pytdb: Port to Python 3Petr Viktorin2015-07-213-94/+141
* pytdb: Allow nextkey() to be calledPetr Viktorin2015-07-211-1/+1
* dbwrap_rbt: Make "key" and "value" aligned to 16 byteVolker Lendecke2015-07-201-12/+39
* lib/tls: Change default supported TLS versions.Andrew Bartlett2015-07-201-1/+1
* lib/tls: Add new 'tls priority' optionAndrew Bartlett2015-07-202-0/+9
* lib/util: include config.h before any glibc headersUri Simchoni2015-07-172-2/+2
* tdbrestore: include config.h before any glibc headersUri Simchoni2015-07-171-1/+1
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-152-5/+44
* lib/krb5: add new KRB5_ERROR_CODE() abstraction macro.Günther Deschner2015-07-141-0/+6
* lib/util/charset: reduce loglevel for push_ucs2_talloc errorRalph Boehme2015-07-141-2/+2
* util.c: fix order of inclusion to correctly consume config.hUri Simchoni2015-07-091-1/+1
* tdb: Reproducer for Bug 11381Volker Lendecke2015-07-092-0/+204
* tdb: Fix bug 11381, deadlockVolker Lendecke2015-07-091-1/+13
* gpfswrap: Use gpfs.h instead of gpfs_fcntl.hChristof Schmitt2015-07-082-2/+2
* gpfswrap: Remove unused wrapper for gpfs_fnctlChristof Schmitt2015-07-082-13/+0
* param: Make "kernel change notify" globalVolker Lendecke2015-07-071-2/+2
* param: Make "change notify" globalVolker Lendecke2015-07-071-2/+2
* lib: Add server_id_db_pid()Volker Lendecke2015-07-072-0/+6
* lib: Add server_id_db_prune_nameVolker Lendecke2015-07-072-11/+22
* lib: Add tevent_req_poll_unixVolker Lendecke2015-07-072-0/+12
* s3-mdssvc: add new option 'spotlight'Ralph Boehme2015-07-071-0/+8
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-072-0/+2
* lib/util:charset/tests: improve strlen_m[_term[_null]]() testingStefan Metzmacher2015-07-031-1/+13