Age | Commit message (Expand) | Author | Files | Lines |
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -7/+7 |
2009-12-07 | s4 torture: Cleanup RAW-ACLS a bit | Tim Prouty | 1 | -2/+4 |
2009-12-07 | s4 torture: Add a new torture:hide_on_access_denied parameter | Tim Prouty | 1 | -7/+22 |
2009-12-07 | s4 torture: RAW-ACL Improvements | Zack Kirsch | 1 | -268/+671 |
2009-10-17 | s4-torture: fixed the default ACL for s4 | Andrew Tridgell | 1 | -13/+41 |
2009-10-17 | s4-torture: minor debugging enhancements | Andrew Tridgell | 1 | -3/+3 |
2009-10-17 | s4-torture: add a special check for administrators and privileges | Andrew Tridgell | 1 | -12/+12 |
2009-10-15 | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 1 | -10/+10 |
2008-11-08 | Remove debug code added in error. | Jeremy Allison | 1 | -13/+2 |
2008-11-08 | Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW... | Jeremy Allison | 1 | -5/+18 |
2008-11-06 | Start factoring out the inheritance differences. | Jeremy Allison | 1 | -1/+3 |
2008-11-04 | Pass all of RAW-ACLS except for inheritence. Working on that next. | Jeremy Allison | 1 | -1/+1 |
2008-11-03 | Be more verbose about a directory ACL error. | Jeremy Allison | 1 | -0/+5 |
2008-10-28 | RAW-ACLS: test the behavior of NULL DACL vs. empty DACL | Stefan Metzmacher | 1 | -0/+244 |
2007-12-21 | r25803: Make our security descriptor acl manipulation methods more generic so... | Günther Deschner | 1 | -20/+20 |
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 1 | -20/+20 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -32/+32 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24758: More use of torture API. | Jelmer Vernooij | 1 | -118/+126 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -19/+9 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r16907: Add an index parameter to torture_open_connection. Next step is to en... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r15881: fixed the RAW-ACLS test for 64 bit systems (was failing on ppc64) | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15070: test the needed access masks for read/write the different | Stefan Metzmacher | 1 | -0/+209 |
2007-10-10 | r15066: - sync the dir_flags tests with the file_flags tests | Stefan Metzmacher | 1 | -4/+94 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14527: Fix build problems. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -60/+60 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -57/+57 |
2007-10-10 | r13944: Yet another round of splitups. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r9046: fixed display of privileges in RAW-ACLS test | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
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 | 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 | r4463: added testing of the special SID_CREATOR_OWNER inheritance rules | Andrew Tridgell | 1 | -21/+56 |
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 |