summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-03-12opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher5-5/+8
2008-03-12ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher1-0/+7
2008-03-12pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher1-1/+10
2008-03-12RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher1-15/+50
2008-03-12RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher1-0/+2
2008-03-12RAW-STREAMS: do what the comments sayStefan Metzmacher1-3/+5
2008-03-11Added test_nttransrename() to test Metze's new code.Jeremy Allison2-1/+92
2008-03-11RAW-SEARCH: skip RESUME_KEY tests against samba3Stefan Metzmacher1-0/+10
2008-03-11Samba3.2 now passes a lot more tests - remove the S3 specificJeremy Allison1-67/+32
2008-03-11Samba3 now passes the test_raw_oplock_exclusive3 test.Jeremy Allison1-8/+2
2008-03-11pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher1-0/+3
2008-03-11smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher1-1/+24
2008-03-11events_signal: pass down the correct siginfo_t struct to the event handlerStefan Metzmacher1-1/+1
2008-03-11libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2-1/+38
2008-03-11Test trans2 renames with oplocks. It looks like trans2 renamesJeremy Allison2-0/+110
2008-03-11Fix provision script to work without smb.conf location specified.Andrew Bartlett2-3/+5
2008-03-11Extend testsuite to cover specifying a domain SID.Andrew Bartlett1-1/+1
2008-03-11Make error handling in ldb more consistant.Andrew Bartlett1-1/+4
2008-03-08opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher1-135/+109
2008-03-08opendb_tdb: correctly initialize modified to falseStefan Metzmacher1-1/+1
2008-03-08we now define PACKAGE_BUGREPORT in config.hStefan Metzmacher1-1/+1
2008-03-07pvfs_open: fix the odb_open_file() callersStefan Metzmacher1-16/+8
2008-03-07opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher4-158/+79
2008-03-07pvfs_open: always call odb_can_open() before odb_open_file()Stefan Metzmacher1-6/+45
2008-03-07opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...Stefan Metzmacher1-5/+8
2008-03-07vfs_cifs: disable level2 oplocks if the frontend client doesn't support themStefan Metzmacher1-1/+5
2008-03-07Rerun SWIG.Jelmer Vernooij1-15/+16
2008-03-07torture: fix escape sequence in test_chkpath().Michael Adam1-1/+1
2008-03-07configure: Add major version 4 to AC_INIT call.Michael Adam1-1/+1
2008-03-07Treat maxPwdAge == 0 as passwords never expire.Andrew Kroeger1-1/+1
2008-03-07Enhance mappings of NTSTATUS to KRB5KDC errors.Andrew Kroeger1-1/+20
2008-03-07Update account expiration to use new samdb_result_account_expires() function.Andrew Kroeger2-5/+4
2008-03-07Add samdb_result_account_expires() function.Andrew Kroeger1-0/+24
2008-03-07accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger3-4/+4
2008-03-07Use 32 bit storage for nttrans countsAmin Azez1-5/+5
2008-03-07Try to fix up part of the upgrade test.Andrew Bartlett3-22/+23
2008-03-07Rework provision scripts for more testingAndrew Bartlett8-32/+41
2008-03-07Fixup the NET-API-USERMOD test.Andrew Bartlett2-5/+5
2008-03-07Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett29-521/+648
2008-03-07Start to rework provision for LDAP backendsAndrew Bartlett2-2/+16
2008-03-06Ignore Kerberos PAC type 12.Günther Deschner1-5/+6
2008-03-06Slowly making progress on PAC_UNKNOWN_12.Günther Deschner1-3/+3
2008-03-06Add new Windows 2008 Kerberos PAC Type 12 (apparently again undocumented).Günther Deschner1-1/+16
2008-03-06RAW-OPLOCK: rename _ack_to_levelII() -> ack_to_given()Stefan Metzmacher1-61/+75
2008-03-06RAW-OPLOCK: add BATCH24 test another case with a connection with no CAP_LEVEL...Stefan Metzmacher1-0/+77
2008-03-06RAW-OPLOCK: add BATCH23 and test with a connection with no CAP_LEVEL_II_OPLOCKSStefan Metzmacher1-0/+121
2008-03-06RAW-OPLOCK: remove unused varsStefan Metzmacher1-3/+0
2008-03-06pvfs_open: pass down allow_level_II_oplock to odb_open_file()Stefan Metzmacher1-4/+16
2008-03-06opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher5-12/+27
2008-03-06pvfs_open: fix crash/leak in case pvfs_setup_oplock() failsStefan Metzmacher1-6/+5