Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-22 | s4:torture/smb2: run smb2.session.reauth5 in a subdirectory | Stefan Metzmacher | 1 | -14/+77 | |
This way we can give anonymous full access to the directory. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 22 11:30:06 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s4:torture: add smb2.session.expire1 | Stefan Metzmacher | 1 | -1/+116 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu May 17 21:53:11 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s4:torture: add smb2.session.reconnect2 test | Stefan Metzmacher | 1 | -0/+64 | |
This uses just one transport connection and demonstrates the implicit logoff of the previous session. metze | |||||
2012-05-17 | s4:torture: rename smb2.session.reconnect to smb2.session.reconnect1 | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-17 | s4:torture: remove unused vars in smb2.session.reauth* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-08 | s4:torture: add a new smb2.session.reauth5 test: rename after reauth to anon ↵ | Michael Adam | 1 | -0/+228 | |
- fails | |||||
2012-05-08 | s4:torture: add a new smb2.session.reauth4 test: setting security descriptor ↵ | Michael Adam | 1 | -0/+122 | |
after reauth to anon - works | |||||
2012-05-03 | s4:torture: add a new smb2.session.reauth3 test - getting security descriptor | Michael Adam | 1 | -0/+100 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu May 3 17:38:14 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4:torture:smb2: add a session.reauth2 test. | Michael Adam | 1 | -0/+93 | |
* open a file, * reauth anonymously * try to access file via handle * reauth as user * try to access file again Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 18 16:53:35 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4:torture:smb2: rename the file in the session-reauth1 test more systematically | Michael Adam | 1 | -1/+1 | |
The original name seems to have come in via copy and paste. | |||||
2012-04-18 | s4:torture:smb2: rename the session_reauth test to session_reauth1 | Michael Adam | 1 | -2/+2 | |
More tests reauth? will follow... | |||||
2012-03-08 | s4:torture/smb2: avoid hanging in smb2.session.reconnect against samba | Stefan Metzmacher | 1 | -8/+12 | |
Now we fail the test directly instead of waiting for oplocks to timeout. Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> metze | |||||
2012-03-07 | s4:torture/smb2: add simple smb2.session.reauth test | Gregor Beck | 1 | -0/+57 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-29 | s4:torture/smb2: remove unused var | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2012-02-28 | s4:torture:smb2: add new "session" testsuite starting with a ↵ | Michael Adam | 1 | -0/+143 | |
session.reconnect test |