summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* registry: Fix CID 241075 Unchecked return valueVolker Lendecke2015-03-101-1/+2
* torture4: Fix systems with a 32-bit "long"Volker Lendecke2015-03-101-5/+6
* Make winbind client library thread-safe by adding contextMatthew Newton2015-03-101-1/+1
* torture/ioctl: add range overflow QAR testDavid Disseldorp2015-03-101-0/+51
* torture/ioctl: add multi-range QAR testDavid Disseldorp2015-03-091-0/+79
* torture/ioctl: add QAR off-by-one bug paranoia testDavid Disseldorp2015-03-091-0/+156
* torture/ioctl: test sparse file operation lockingDavid Disseldorp2015-03-091-0/+111
* torture/ioctl: add ioctl_sparse_perms testDavid Disseldorp2015-03-091-0/+241
* torture/ioctl: rework and reduce pattern helper IO sizesDavid Disseldorp2015-03-091-37/+46
* torture/ioctl: add sparse_punch_invalid testDavid Disseldorp2015-03-091-0/+109
* torture/ioctl: remove FS specific sparse copy-chunk expectationsDavid Disseldorp2015-03-091-9/+30
* torture/ioctl: remove FS specific sparse punch checkDavid Disseldorp2015-03-091-7/+21
* torture/ioctl: remove 64K chunk size assumptionsDavid Disseldorp2015-03-091-7/+24
* idl/ioctl: change QAR response array to a DATA_BLOBDavid Disseldorp2015-03-091-0/+3
* torture-krb5: Add an initial test for s4u2self behaviourAndrew Bartlett2015-03-091-3/+15
* kdc: Fix S4U2Self handling with KRB5_NT_ENTERPRISE_PRINCIPAL containing a UPNAndrew Bartlett2015-03-091-21/+0
* torture/fsrvp: remove verification trailer magic fieldDavid Disseldorp2015-03-071-34/+7
* s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -kAndrew Bartlett2015-03-061-1/+1
* heimdal: Fix CID 1273430 Double freeVolker Lendecke2015-03-061-1/+0
* Remove unnecessary python path updates for bundled subunit/testtools.Jelmer Vernooij2015-03-061-3/+2
* tests/sam: Remove unnecessary calls for third party module imports.Jelmer Vernooij2015-03-061-2/+0
* test_samba3dump: Use Samba subunit emitter.Jelmer Vernooij2015-03-061-1/+1
* subunitrun: Update instructions for running subunit tests.Jelmer Vernooij2015-03-061-1/+1
* backupkey: Remove an unused variableVolker Lendecke2015-03-041-1/+1
* backupkey: Fix CID 1273293 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+1
* backupkey: Fix a memleakVolker Lendecke2015-03-041-0/+1
* backupkey: Simplify get_lsa_secretVolker Lendecke2015-03-041-2/+4
* backupkey: Slightly simplify bkrp_do_retrieve_server_wrap_keyVolker Lendecke2015-03-041-1/+2
* Fix whitespaceVolker Lendecke2015-03-041-50/+48
* Fix the O3 developer buildVolker Lendecke2015-03-038-30/+40
* s4-torture: cleanup nsswrapper test a little by removing nwrap references.Günther Deschner2015-03-022-121/+121
* s4-torture: re-add nss-wrapper torture testsuite.Günther Deschner2015-03-023-1/+957
* Fix the developer O3 buildVolker Lendecke2015-02-2519-30/+33
* heimdal: Fix the developer O3 buildVolker Lendecke2015-02-251-1/+1
* s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett2015-02-251-0/+63
* s4/scripting/bin/renamedc: Fix up rename DC scriptAndrew Bartlett2015-02-251-34/+26
* backupkey: Explain more why we use GnuTLS hereAndrew Bartlett2015-02-251-0/+20
* torture-backupkey: Check the dcerpc call return code before calling ndr pullGarming Sam2015-02-251-3/+5
* backupkey: replace heimdal rsa key generation with GnuTLSGarming Sam2015-02-251-44/+82
* build: Require GnuTLS if building with Active DirectoryGarming Sam2015-02-251-0/+3
* torture-backupkey: Add tests that read the secret from the server, and validateAndrew Bartlett2015-02-251-9/+312
* backupkey: Better handling for different wrap version headersAndrew Bartlett2015-02-251-12/+19
* backupkey: Add tests for ServerWrap protocolAndrew Bartlett2015-02-251-2/+645
* backupkey: Change expected error codes to match Windows 2008R2 and Windows 20...Andrew Bartlett2015-02-252-4/+11
* backupkey: Implement ServerWrap DecryptAndrew Bartlett2015-02-251-51/+186
* backupkey: Handle more clearly the case where we find the secret, but it has ...Andrew Bartlett2015-02-251-45/+33
* backupkey: Improve variable names to make clear this is client-provided dataAndrew Bartlett2015-02-251-13/+13
* backupkey: Use the name lsa_secret rather than just secretAndrew Bartlett2015-02-251-20/+20
* backupkey: Implement ServerWrap Encrypt protocolAndrew Bartlett2015-02-251-13/+299