summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dbcheck: Ensure dbcheck can operate with --attrs setAndrew Bartlett2014-03-212-1/+6
* s3-rpc_server: Fix handling of fragmented rpc requests.Andreas Schneider2014-03-201-12/+8
* s4-torture: add some tests for pre-allocated buffers in enumprinterdrivers call.Günther Deschner2014-03-201-0/+10
* s4-torture: add test_EnumPrinterDrivers_buffers function.Günther Deschner2014-03-201-11/+31
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-03-181-2/+10
* tdb: change version to 1.2.13.Michael Adam2014-03-182-1/+68
* tdb: Reduce freelist contentionVolker Lendecke2014-03-183-30/+93
* tdb: Make "tdb_purge_dead" internally publicVolker Lendecke2014-03-182-1/+2
* tdb: Make "tdb_find_dead" internally publicVolker Lendecke2014-03-182-3/+6
* tdb: Add "last_ptr" to tdb_find_deadVolker Lendecke2014-03-181-4/+13
* tdb: Move adding tailer space to tdb_find_deadVolker Lendecke2014-03-181-3/+4
* tdb: Do a best fit search for dead recordsVolker Lendecke2014-03-181-7/+13
* tdb: Don't purge records to a blocked freelistVolker Lendecke2014-03-181-1/+4
* tdb: Fix a tdb corruptionVolker Lendecke2014-03-181-2/+5
* dsdb: Further assert that we always have an objectClass and an rDNAndrew Bartlett2014-03-171-32/+118
* wintest: Try harder to make wintest force the telnet server to startAndrew Bartlett2014-03-141-0/+11
* ldapsrv: Pass struct ldb_result * rather than void *Andrew Bartlett2014-03-141-8/+8
* docs: Add gpfs:recalls parameter to vfs_gpfs manpageChristof Schmitt2014-03-141-0/+22
* s3:modules/vfs_gpfs add gpfs:recalls optionChristian Ambach2014-03-141-0/+13
* dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantitiesAndrew Bartlett2014-03-141-4/+18
* kdc: Use correct KDC include path when building against the system heimdalAndrew Bartlett2014-03-141-5/+11
* selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite()Stefan Metzmacher2014-03-131-1/+4
* selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite...Stefan Metzmacher2014-03-131-0/+6
* selftest/subunithelper.py: correctly handle unexpected success in FilterOpsStefan Metzmacher2014-03-131-1/+13
* script/autobuild: use --force-rebase optionStefan Metzmacher2014-03-131-2/+2
* lib/popt: Patch memory leak in popthelp.cJose A. Rivera2014-03-131-2/+2
* lib/popt: Small whitespace fix for readability.Jose A. Rivera2014-03-131-14/+15
* s3-libads: Use the IP instead of the name.Bjoern Baumbach2014-03-131-1/+1
* s3-auth: Steal the memory to avoid duplication.Andreas Schneider2014-03-131-5/+1
* s3-auth: Do not leak tmp_ctx if make_server_info() fails.Andreas Schneider2014-03-131-1/+2
* s3-auth: Make is_null_sid() check easier to read.Simo Sorce2014-03-131-2/+3
* CVE-2013-4496:Revert remainder of ce895609b04380bfc41e4f8fddc84bd2f9324340Andrew Bartlett2014-03-131-34/+35
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-134-554/+20
* CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.Stefan Metzmacher2014-03-131-0/+1
* CVE-2013-4496:s3-samr: Block attempts to crack passwords via repeated passwor...Andrew Bartlett2014-03-132-16/+129
* smbreadline: switch to new-style readline typedefGustavo Zacarias2014-03-131-1/+1
* s4: smbtorture: Add a proper change_notify going async followed by tdis test.Jeremy Allison2014-03-121-1/+67
* s4: smbtorture: Update the torture_smb2_notify_ulogoff test to demonstrate th...Jeremy Allison2014-03-121-6/+14
* s3:smb2_tcon: cancel and wait for pending requests on tdisStefan Metzmacher2014-03-121-4/+78
* s3:smb2_sesssetup: cancel and wait for pending requests on logoffStefan Metzmacher2014-03-121-4/+78
* s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.Jeremy Allison2014-03-121-16/+89
* s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.Jeremy Allison2014-03-121-20/+92
* s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdisStefan Metzmacher2014-03-121-0/+20
* s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()Stefan Metzmacher2014-03-121-11/+11
* s4:torture/smb2: accept NT_STATUS_RANGE_NOT_LOCKED after smb2_logoff/tdisStefan Metzmacher2014-03-121-11/+13
* s3-net: add a new "net ads kerberos pac save" tool.Günther Deschner2014-03-121-0/+52
* s3-net: modify the current "net ads kerberos pac" command.Günther Deschner2014-03-121-38/+77
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-124-11/+38
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-124-15/+56
* s3-net: allow to provide custom local_service in "net ads kerberos pac".Günther Deschner2014-03-121-3/+11