index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
torture
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4612: make the output for the w2k3 acl bug a bit clearer
Andrew Tridgell
1
-0
/
+19
2007-10-10
r4596: added a dynamic inheritance ACLs test. As far as I can tell w2k3 does ...
Andrew Tridgell
1
-10
/
+148
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
3
-11
/
+11
2007-10-10
r4583: print which bit failed in the owner bits check
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4582: finally worked out what is going on with the inherited ACLs test and w...
Andrew Tridgell
1
-12
/
+197
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4463: added testing of the special SID_CREATOR_OWNER inheritance rules
Andrew Tridgell
1
-21
/
+56
2007-10-10
r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameter
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4407: stricter checking of parameters on hard link creation in the RAW-RENAM...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r4402: use __location__ instead of __LINE__ in the RAW-RENAME test
Andrew Tridgell
1
-4
/
+4
2007-10-10
r4401: stricter test for correct ACL inheritance in RAW-ACLS
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4389: added checking for the default inherited ACL, which is used when no ACEs
Andrew Tridgell
1
-6
/
+39
2007-10-10
r4388: - allow ACE flags to be specified in security_descriptor_create()
Andrew Tridgell
1
-0
/
+270
2007-10-10
r4364: - added support for testing of chained SMB operations in smbtorture
Andrew Tridgell
1
-0
/
+58
2007-10-10
r4317: check the count of replies in the os2 ea_list torture test
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
2
-8
/
+118
2007-10-10
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...
Andrew Tridgell
1
-22
/
+20
2007-10-10
r4183: expanded the RAW-MKDIR torture test to test creation of EA lists
Andrew Tridgell
1
-11
/
+33
2007-10-10
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
3
-104
/
+84
2007-10-10
r4164: added a test that simulates a OS/2 file delete. This includes seek by
Andrew Tridgell
1
-0
/
+105
2007-10-10
r4147: converted from NT_USER_TOKEN to struct security_token
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4074: make the RAW-ACLS test use the new lsa helper functions to determine
Andrew Tridgell
1
-16
/
+39
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
7
-22
/
+22
2007-10-10
r4061: more additions to the RAW-ACLS test, to help me work out some details ...
Andrew Tridgell
1
-5
/
+54
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
2
-2
/
+2
2007-10-10
r4053: expanded and fixed a bug in the RAW-ACLS test
Andrew Tridgell
1
-6
/
+19
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
4
-7
/
+7
2007-10-10
r4036: expanded the RAW-ACLS torture test to include tests for the
Andrew Tridgell
1
-2
/
+427
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
8
-19
/
+19
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
11
-60
/
+71
2007-10-10
r3835: - added testing of setting an initial ACL on a file using NTTRANS create
Andrew Tridgell
1
-0
/
+92
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
1
-18
/
+20
2007-10-10
r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file
Andrew Tridgell
1
-0
/
+162
2007-10-10
r3828: added testing of opening an existing file with EAs (the EAs are ignored)
Andrew Tridgell
1
-2
/
+22
2007-10-10
r3826: - added testing of ea lists in NTTRANS CREATE
Andrew Tridgell
1
-1
/
+67
2007-10-10
r3821: added client side code and test code for NTTRANS_CREATE
Andrew Tridgell
1
-0
/
+176
2007-10-10
r3800: - fixed delete-on-close behaviour for streams
Andrew Tridgell
1
-0
/
+15
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-4
/
+10
2007-10-10
r3793: add some streams tests that show how the :$DATA suffix is handled
Andrew Tridgell
1
-1
/
+23
2007-10-10
r3746: added RAW-STREAMS and RAW-EAS tests to smbtorture
Andrew Tridgell
2
-0
/
+409
2007-10-10
r3717: - expanded the RAW-RENAME test a little
Andrew Tridgell
1
-3
/
+46
2007-10-10
r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet
Andrew Tridgell
14
-348
/
+35
2007-10-10
r3594: continue conversion to __location__ from __LINE__ for error reporting
Andrew Tridgell
1
-9
/
+9
2007-10-10
r3576: don't consider short share delay timeouts to be an error, so we can
Andrew Tridgell
1
-2
/
+0
2007-10-10
r3574: the RAW-OPEN test changes broke a couple of the other tests. This
Andrew Tridgell
1
-3
/
+3
2007-10-10
r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...
Andrew Tridgell
1
-47
/
+29
2007-10-10
r3540: added testing of SMBntcancel in the open/open/close mux
Andrew Tridgell
1
-14
/
+33
2007-10-10
r3539: much nicer async open delay code.
Andrew Tridgell
1
-7
/
+16
2007-10-10
r3528: added support for the SMBntcancel() operation, which cancels any
Andrew Tridgell
1
-0
/
+4
[next]