summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: version 1.2.2ldb-1.2.2Andrew Bartlett2017-09-074-1/+282
* ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett2017-09-073-5/+147
* ldb_tdb: Refuse to re-index very old database with no DN in the recordAndrew Bartlett2017-09-071-1/+17
* ldb_tdb: Use braces in ltdb_dn_list_find_val()Andrew Bartlett2017-09-071-1/+3
* ldb_tdb: Check for talloc_strdup() failure in ltdb_index_add1()Andrew Bartlett2017-09-071-1/+7
* ldb_tdb: Check for errors during tdb operations in ltdb_reindex()Andrew Bartlett2017-09-071-2/+28
* ldb_tdb: Use memcmp rather than strncmp() in ltdb_key_is_record(), re_key() a...Andrew Bartlett2017-09-072-5/+5
* ldb_tdb: Create a common ltdb_key_is_record() allowing multiple key formsAndrew Bartlett2017-09-074-8/+53
* ldb_tdb: Do not trigger the unique index check during a re-index, use another...Andrew Bartlett2017-09-071-29/+83
* ldb_tdb: Use memcmp() to compare TDB keys in re_index()Andrew Bartlett2017-09-071-1/+2
* selftest: Avoid a build started just before midnight failingAndrew Bartlett2017-09-071-1/+4
* cli_credentials: Fix a typoVolker Lendecke2017-09-071-1/+1
* WHATSNEW: Add Using x86_64 Accelerated AES Crypto Instructions section.Jeremy Allison2017-09-071-0/+18
* lib: crypto: Add the ability to select Intel AESNI instruction set at configu...Jeremy Allison2017-09-074-2/+31
* lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison2017-09-074-2/+224
* lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison2017-09-072-11/+67
* third_party: Add build capability to aesni-intel.Jeremy Allison2017-09-074-13/+33
* third_party: Add the Intel Add support for AES-NI acceleration.Jeremy Allison2017-09-072-0/+3114
* python: Enable execution of samba.tests.security with Python 3.Lumir Balhar2017-09-061-1/+1
* python: Fix bad type in conversion of NTSTATUS.Lumir Balhar2017-09-061-1/+1
* python: Add tests for check_access function from samba.security.Lumir Balhar2017-09-061-0/+26
* python: Port samba.security to Python 3 compatible form.Lumir Balhar2017-09-062-12/+22
* python:samba: Add code to remove obsolete files in the private dirAndreas Schneider2017-09-061-0/+34
* python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2017-09-0512-55/+121
* s4:bind_dlz: Use the 'binddns dir' if possibleAndreas Schneider2017-09-056-14/+117
* param: Add 'binddns dir' parameterAndreas Schneider2017-09-059-0/+33
* python:samba: Remove code to change groupAndreas Schneider2017-09-051-10/+0
* dynconfig: Change permission of the private dir to 0700Andreas Schneider2017-09-052-2/+2
* cli_credentials: Fix a return valueVolker Lendecke2017-09-051-1/+1
* lib: Fix 1417431 Unchecked return value from libraryVolker Lendecke2017-09-051-2/+10
* Remove misleading entry from vfs_streams_xattr man pageAnoop C S2017-09-051-4/+0
* messaging: Avoid a socket leak after forkVolker Lendecke2017-09-051-1/+2
* ctdb-protocol: Fix CID 1417428Amitay Isaacs2017-09-051-1/+1
* ctdb-protocol: Fix CID 1417430Amitay Isaacs2017-09-051-2/+2
* ctdb-protocol: Fix CID 1417433Amitay Isaacs2017-09-051-1/+1
* vfs_gpfs: Request DENY_DELETE sharemode when possibleChristof Schmitt2017-09-041-0/+9
* vfs_gpfs: Do not map DELETE sharemode access to WRITEChristof Schmitt2017-09-041-2/+2
* ctdb-client: Use sock_client abstraction for eventd clientAmitay Isaacs2017-09-011-225/+72
* ctdb-common: Add sock_client abstractionAmitay Isaacs2017-09-013-1/+463
* ctdb-protocol: Drop struct ctdb_event_headerAmitay Isaacs2017-09-017-109/+0
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-017-22/+29
* ctdb-protocol: Add a generic packet headerAmitay Isaacs2017-09-017-1/+127
* ctdb-common: Parse IPv4-mapped IPv6 addresses into IPv4 addressesMartin Schwenke2017-09-012-2/+26
* ctdb-tests: Improve releaseip connection resetting testsMartin Schwenke2017-09-014-8/+12
* ctdb-tests: Add tests to ensure reset of server end of connectionsMartin Schwenke2017-09-012-0/+188
* ctdb-tools: Remove broken natgwlist commandMartin Schwenke2017-09-011-29/+0
* ctdb-tests: Drop onnode test README file and buggy onnode exampleMartin Schwenke2017-09-012-412/+0
* ctdb-tests: Shutdown local daemons unconditionallyAmitay Isaacs2017-09-012-4/+2
* pthreadpool: Test fork with an active threadVolker Lendecke2017-08-311-0/+114
* pthreadpool: Fix fork behaviourVolker Lendecke2017-08-311-2/+65