Age | Commit message (Expand) | Author | Files | Lines |
2013-05-20 | s4-torture: add missing NTSTATUS checks in test_AddJob(). | Günther Deschner | 1 | -0/+2 |
2013-05-20 | smbtorture: Show the list of cracknames we expect to have and the result | Matthieu Patou | 1 | -0/+5 |
2013-05-20 | smbtorture: fix a warning due to a set but unused var | Matthieu Patou | 1 | -2/+1 |
2013-05-20 | smbtorture: fix crash when the returning a crackname with an empty name | Matthieu Patou | 1 | -1/+17 |
2013-02-22 | torture: Don't leak file resource handle in spoolss test. | Andreas Schneider | 1 | -0/+1 |
2013-02-22 | torture: Fix array access in spoolss test. | Andreas Schneider | 1 | -2/+2 |
2013-02-22 | torture: Fix samsync domain_name checks. | Andreas Schneider | 1 | -4/+45 |
2013-01-24 | s4-torture: add some basic tests for PlayGDIScriptOnPrinterIC. | Günther Deschner | 1 | -1/+110 |
2013-01-24 | spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain... | Günther Deschner | 1 | -2/+6 |
2013-01-17 | spoolss: make spoolss deal with ndr64 SetForm by using proper container object. | Günther Deschner | 1 | -3/+6 |
2013-01-17 | spoolss: make spoolss deal with ndr64 AddForm by using proper container object. | Günther Deschner | 1 | -4/+7 |
2013-01-17 | spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr. | Günther Deschner | 2 | -8/+8 |
2013-01-16 | spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container. | Günther Deschner | 4 | -28/+27 |
2012-12-15 | libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry... | Günther Deschner | 1 | -3/+9 |
2012-12-12 | s4-torture: move samr_ValidatePassword test out of main samr test. | Günther Deschner | 2 | -4/+18 |
2012-12-12 | torture: Fix torture_rpc_spoolss_printer_teardown_common(). | Andreas Schneider | 1 | -3/+1 |
2012-12-11 | s4:torture:rpc:samr: fix password age calculation in test_ChangePasswordUser3() | Michael Adam | 1 | -2/+2 |
2012-12-11 | s4:torture/samr: allow STATUS_PASSWORD_RESTRICTIONS from ChangePasswordUser | Michael Adam | 1 | -8/+16 |
2012-12-11 | s4:torture:rpc:samr: add debugging of result of (many) dcerpc_samr_* calls | Michael Adam | 1 | -1/+106 |
2012-12-09 | s4-torture: call the s4u2self tests with arcfour and aes. | Günther Deschner | 1 | -12/+47 |
2012-12-09 | s4-torture: precalculate expected session keys from samlogon in schannel test. | Günther Deschner | 1 | -7/+111 |
2012-12-09 | s4-torture: validate owf password hash and negotiate AES in forest trust test. | Günther Deschner | 1 | -1/+12 |
2012-12-09 | s4-torture: validate owf password hash and negotiate AES ServerGetTrustInfo t... | Günther Deschner | 1 | -4/+33 |
2012-12-09 | s4-torture: use netlogon_creds_arcfour_crypt() in samba3rpc test. | Günther Deschner | 1 | -6/+3 |
2012-12-09 | s4-torture: exit early when join fails in samba3rpc tests. | Günther Deschner | 1 | -2/+4 |
2012-12-09 | s4-torture: support AES encryption in interactive samlogon tests in rpc.samr. | Günther Deschner | 1 | -2/+5 |
2012-12-09 | s4-torture: support AES encryption in pac_verify/generic samlogon netlogon te... | Günther Deschner | 1 | -19/+68 |
2012-12-09 | s4-torture: use names for r.in.logon_level of netlogon samlogon requests. | Günther Deschner | 6 | -10/+10 |
2012-12-09 | s4-torture: remove trailing whitespace in smbtorture remote_pac test. | Günther Deschner | 1 | -41/+41 |
2012-12-09 | s4-torture: add AES support for netr_ServerPasswordSet2 tests. | Günther Deschner | 1 | -6/+29 |
2012-12-09 | s4-torture: pass down netlogon flags in netr_ServerPasswordSet2 tests. | Günther Deschner | 1 | -4/+12 |
2012-12-09 | s4-torture: remove trailing whitespace from netlogon test. | Günther Deschner | 1 | -105/+105 |
2012-11-30 | torture: Fix copy and paste error in debug message. | Andreas Schneider | 1 | -1/+1 |
2012-11-26 | s4:torture/rpc/handles: try to make all assoc_group tests less flakey | Stefan Metzmacher | 1 | -0/+5 |
2012-11-20 | s4:torture/rpc/handles: try to make the assoc_group test less flakey | Stefan Metzmacher | 1 | -1/+5 |
2012-11-20 | s4:torture/rpc/handles: move a torture_comment() | Stefan Metzmacher | 1 | -2/+3 |
2012-10-03 | s4:tortore/rpc/lsa: make more use of torture_assert* | Stefan Metzmacher | 1 | -47/+40 |
2012-09-26 | netlogon: Per MS-NRPC, don't send unknown workstation flags back to the | Jelmer Vernooij | 1 | -3/+25 |
2012-09-24 | torture: More torture_assert() calls in rpc.lsa | Andrew Bartlett | 1 | -36/+19 |
2012-09-24 | torture: use torture_assert rather than return false in rpc.lsa | Andrew Bartlett | 1 | -110/+52 |
2012-09-24 | torture: tidy up rpc.lsa OpenPolicy2 test to more clearly use torture_fail() | Andrew Bartlett | 1 | -14/+10 |
2012-08-31 | Rewrite torture_samba3_rpc_sharesec() to use a non-privileged user for share ... | Jeremy Allison | 2 | -15/+182 |
2012-08-29 | s4-torture: Add start of a test to confirm winbindd PAC parsing | Andrew Bartlett | 1 | -1/+1 |
2012-08-04 | s4:torture: add support for SMB_EXTENDED_SIGNATURES during SMBtconX | Stefan Metzmacher | 1 | -0/+7 |
2012-08-02 | s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flag | Stefan Metzmacher | 1 | -1/+1 |
2012-07-30 | s4-torture: Fix format string errors found by -Werror=format | Andrew Bartlett | 1 | -6/+6 |
2012-07-17 | s4-torture: Improve samlogon test. | Andreas Schneider | 1 | -0/+8 |
2012-07-17 | s4-torture: Add DCERPC_SCHANNEL_AES tests. | Andreas Schneider | 1 | -1/+5 |
2012-07-06 | s4-torture: Call lsarpc tests over the correct pipe. | Andreas Schneider | 1 | -0/+6 |
2012-07-06 | s4-torture: Don't consider NONE_MAPPED an error in LookupSids3. | Andreas Schneider | 1 | -3/+19 |