Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202 | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r17538: this function should be static... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17522: Fix another declaration after statement. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17517: Fix declaration after statement, which breaks the build on older GCC. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r17494: add tests for the example values from rfc 1320 (MD4) | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r17492: add a test with the example values from rfc1321 (MD5) | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r17491: I forgot to commit this...fix make test...sorry:-) | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r17484: Make last version of the function generating random set of changes | Rafal Szczesniak | 1 | -97/+124 |
2007-10-10 | r17478: Add BENCH-READWRITE test to simulate read/write workload from simulta... | Alexander Bokovoy | 1 | -1/+493 |
2007-10-10 | r17471: Add a function generating pseudorandom set of changes to test | Rafal Szczesniak | 1 | -10/+126 |
2007-10-10 | r17449: Add another field to the test before expanding the whole test | Rafal Szczesniak | 1 | -0/+13 |
2007-10-10 | r17442: print out credentials on the "secret" objectClass and "trustedDomain" | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r17417: Try to fix random failures in the build farm for 3_0. | Volker Lendecke | 1 | -0/+10 |
2007-10-10 | r17256: fix 2 crash bugs, which are introduced by making parameters | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r17255: fixed BENCH-NBENCH for new smb_raw_find_first() syntax | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r17205: Even if this makes me look foolish, at least start to scratch on the ... | Volker Lendecke | 2 | -24/+308 |
2007-10-10 | r17187: Beginnings of a little lsa walker for Samba3, if only to prevent the | Volker Lendecke | 2 | -0/+78 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -6/+6 |
2007-10-10 | r17141: Prove that create dispositions with truncate and | Jeremy Allison | 1 | -0/+71 |
2007-10-10 | r17139: Checking in Volker's extended oplock test. | Jeremy Allison | 2 | -87/+121 |
2007-10-10 | r17104: Rename function parameters and variables to avoid shadowing global | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r17099: Samba3 now passes RAW-LOCK completely, no need for | Jeremy Allison | 1 | -10/+0 |
2007-10-10 | r17085: reuse the existing sec_desc_buf struct | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17082: Add a test that walks and tests denying tconX access via the share se... | Volker Lendecke | 3 | -19/+293 |
2007-10-10 | r17074: Extend the rpc-samba3-getusername test: This creates a normal user an... | Volker Lendecke | 1 | -49/+275 |
2007-10-10 | r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 again | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r17065: NT4 does not like "0" here, W2k3 does not care... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ... | Volker Lendecke | 2 | -23/+265 |
2007-10-10 | r17020: pass the real error to the failing requests | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r17015: add a test that closes the tcp connection with an outstanding | Stefan Metzmacher | 1 | -0/+67 |
2007-10-10 | r16988: Extend locktest to enable cluster testing byte range locks. -l <uncli... | Volker Lendecke | 1 | -3/+35 |
2007-10-10 | r16982: fix compiler warning, gentest will not use any SMB2 levels... | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r16981: check the returned values | Stefan Metzmacher | 1 | -1/+19 |
2007-10-10 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 2 | -165/+176 |
2007-10-10 | r16977: do a few more notify tests | Stefan Metzmacher | 1 | -4/+70 |
2007-10-10 | r16976: add a very simple SMB2-NOTIFY test | Stefan Metzmacher | 3 | -0/+93 |
2007-10-10 | r16966: Fix compile warnings. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r16958: We also do level 1501 on NetShareGetInfo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16956: Walk some of the samba3 srvsvc code | Volker Lendecke | 2 | -1/+122 |
2007-10-10 | r16951: add the year to the copyright... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16909: Change torture_open_connection to look at torture:unclist. | Volker Lendecke | 1 | -32/+24 |
2007-10-10 | r16907: Add an index parameter to torture_open_connection. Next step is to en... | Volker Lendecke | 45 | -93/+97 |
2007-10-10 | r16900: Nicer display of the test results. | Rafal Szczesniak | 1 | -2/+10 |
2007-10-10 | r16897: Don't pass allocated buffer for returned string as the lookup | Rafal Szczesniak | 1 | -7/+6 |
2007-10-10 | r16896: Allow to use both binding and unc string to specify host name | Rafal Szczesniak | 1 | -0/+21 |
2007-10-10 | r16874: query all information | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sids | Andrew Bartlett | 1 | -14/+60 |