summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-08s4-heimdal: fixed a use-after-free heimdal bugAndrew Tridgell1-0/+1
2009-12-08s4-drs: use -r to ldbdel in unvampire devel scriptAndrew Tridgell1-4/+3
2009-12-08s4-ldb: fixed ldbdel with -r (recursive deletion)Andrew Tridgell1-0/+15
2009-12-08s4:build Bump ldb and tdb required versions.Andrew Bartlett3-4/+4
2009-12-07s4 torture: Cleanup RAW-ACLS a bitTim Prouty2-3/+4
2009-12-08s4-selftest: don't consider spoolss failures to be an error in s4Andrew Tridgell1-1/+1
2009-12-08s4/smbstreams: Fix memory use after free.Kamen Mazdrashki1-4/+8
2009-12-08krb5: Fix leaked hx509_context pointerKamen Mazdrashki1-0/+4
2009-12-08tdr-test: Fix 'push_charset' testKamen Mazdrashki1-1/+1
2009-12-08talloc: Fix write behind memory blockKamen Mazdrashki1-1/+1
2009-12-07s4 quicktest: exclude raw-streams from quicktest until bug is fixedTim Prouty2-1/+11
2009-12-07s4 torture: Add a new torture:hide_on_access_denied parameterTim Prouty6-15/+57
2009-12-07s4 torture: win 7 doesn't like the sequential_only flag for directoriesTim Prouty1-4/+2
2009-12-07s4 torture: Port RAW-ACLS tests to SMB2Zack Kirsch6-230/+2419
2009-12-07s4 torure: Add SMB2 utility functionsZack Kirsch2-2/+106
2009-12-07s4 torture: RAW-ACL ImprovementsZack Kirsch2-269/+672
2009-12-07s4 torture: Convert RAW-STREAMS to a set of test suites rather than a monolit...Tim Prouty2-173/+206
2009-12-07s4 torture: Update RAW-RENAME to pass against win7Tim Prouty1-5/+27
2009-12-07s4 torture: Add a new RAW-STREAMS test to simulate the summary tabTim Prouty1-0/+96
2009-12-07s4 torture: Fix the streams create disposition tests to actually return an er...Tim Prouty1-2/+4
2009-12-07s4/torture: add test for zero byte read contention with byte range locksSteven Danneman3-1/+276
2009-12-07s4/libcli: add define for exclusive lock modeSteven Danneman1-0/+1
2009-12-07s4/torture: fix >80 column spacing issuesSteven Danneman2-9/+10
2009-12-07s4/torture: add delete-on-close test for directoriesAravind Srinivasan1-0/+63
2009-12-07parent_sd can never be null in this function, so don'tJeremy Allison1-1/+5
2009-12-07Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison3-267/+168
2009-12-07s3: let gencache_init() use tdb_check()Stefan Metzmacher1-0/+25
2009-12-07s3: let netsamlogon_cache_init() use tdb_check()Stefan Metzmacher1-4/+42
2009-12-07s3: let tdb_validate_child() use tdb_check()Stefan Metzmacher1-0/+11
2009-12-07s3: require tdb 1.1.7 with tdb_check()Stefan Metzmacher1-1/+1
2009-12-07s3:docs: Document "directory name cache size".Karolin Seeger1-0/+14
2009-12-07s3: de-deprecate "write cache size" to prevent its removal without a proper a...Volker Lendecke1-1/+1
2009-12-07Fix release script with newer versins of gitSimo Sorce1-1/+1
2009-12-07s4-smbtorture: disable some spoolss printerdata tests which s3 does not pass ...Günther Deschner1-0/+13
2009-12-07s3: fix net and rpcclient after setprinterdataex changes.Günther Deschner2-19/+17
2009-12-07s4-smbtorture: fix RPC-SPOOLSS after _spoolss_SetPrinterDataEx IDL change.Günther Deschner1-28/+48
2009-12-07s3-spoolss: let _spoolss_DeletePrinterData call into _spoolss_DeletePrinterDa...Günther Deschner1-38/+5
2009-12-07s3-spoolss: let _spoolss_SetPrinterData call into _spoolss_SetPrinterDataEx.Günther Deschner1-74/+30
2009-12-07s3-spoolss: let _spoolss_GetPrinterData call into _spoolss_GetPrinterDataEx.Günther Deschner1-101/+44
2009-12-07spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner9-71/+366
2009-12-07s3-spoolss: a default printer should have at least a "PrintDriverData" key.Günther Deschner1-0/+7
2009-12-07s3-winreg: fill in some inline comments.Günther Deschner1-10/+38
2009-12-07s3-winreg: remove trailing whitespace.Günther Deschner1-40/+40
2009-12-07s3:auth: Fix typo in debug message.Karolin Seeger1-2/+2
2009-12-07examples: Fix the build of the example VFS modules.Karolin Seeger2-10/+13
2009-12-07s4:dsdb Use ldb_match_msg_objectclass in operational.cAndrew Bartlett1-6/+1
2009-12-07s4:ldb Add a function to match a message against an objectClassAndrew Bartlett2-0/+22
2009-12-07s4:ldap.py Improve testsuite for primaryGroupToken behaviourAndrew Bartlett1-0/+22
2009-12-07s4:dsdb Make primaryGroupToken calculation more efficient and correctAndrew Bartlett1-20/+46
2009-12-07s4:dsdb Make parentGUID handler use dsdb_module_search_dn()Andrew Bartlett2-76/+29