Age | Commit message (Expand) | Author | Files | Lines |
2008-10-31 | samba4.rpc.samr: Use torture API in a couple more places. | Jelmer Vernooij | 1 | -323/+216 |
2008-10-31 | samba4.rpc.samr: Use more torture API functions | Jelmer Vernooij | 1 | -146/+87 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-17 | Improve RPC-SAMR tests to check random passwords | Andrew Bartlett | 1 | -3/+175 |
2008-10-15 | s4: merge from s3 samr.idl. | Günther Deschner | 1 | -2/+2 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-07-21 | Rename structures to better match the names in the WSPP IDL. | Andrew Bartlett | 1 | -20/+20 |
2008-03-14 | Rework our SAMR test and SAMR server. | Andrew Bartlett | 1 | -25/+62 |
2008-02-28 | Generate ACB_PW_EXPIRED correctly | Andrew Bartlett | 1 | -8/+37 |
2007-12-21 | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 1 | -0/+1 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -59/+58 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -78/+78 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -431/+431 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -8/+8 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -8/+8 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24972: Try to rat out this SAMR failure with some more cross-tests, and | Andrew Bartlett | 1 | -4/+17 |
2007-10-10 | r24971: Test more combinations for resetting the account expiry. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r24611: Following up on the re-opening of bug 4817 is it pretty clear that | Andrew Bartlett | 1 | -57/+180 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r24083: Don't fail the test (looking for the user in the enum) if we didn't | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r24081: Domain Controllers are also shown in this enumeration. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24080: Set the primary group (matching windows) when creating new users in | Andrew Bartlett | 1 | -4/+27 |
2007-10-10 | r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>. | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r24053: Ensure we filter EnumDomainUsers with the supplied mask. | Andrew Bartlett | 1 | -22/+80 |
2007-10-10 | r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815. | Andrew Bartlett | 1 | -11/+195 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23365: Try to make Windows Vista join again. On my new test environment, it | Andrew Bartlett | 1 | -2/+28 |
2007-10-10 | r21727: Walk some more of the error branches in the ChangePasswordUser server. | Andrew Bartlett | 1 | -0/+100 |
2007-10-10 | r21719: Try to cover more of the server-side password processing. | Andrew Bartlett | 1 | -16/+149 |
2007-10-10 | r21697: Try to cover the 'bad session key' codepaths too. | Andrew Bartlett | 1 | -0/+54 |
2007-10-10 | r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct | Andrew Bartlett | 1 | -0/+17 |
2007-10-10 | r19843: Fix warning. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r19380: forgot to add home drive testing as well as home directory... | Rafal Szczesniak | 1 | -0/+8 |
2007-10-10 | r19379: add testing home directory field to the samr tests. | Rafal Szczesniak | 1 | -0/+8 |
2007-10-10 | r18800: fix a write behind the buffer bug... | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r18782: Do not send random data to the password change (although that reveals | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r18759: Do not use "simple" as test password as pointed out by Andrew Bartlett. | Günther Deschner | 1 | -3/+14 |
2007-10-10 | r18751: Check for samr reject codes and their particular order. | Günther Deschner | 1 | -18/+201 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sids | Andrew Bartlett | 1 | -14/+60 |
2007-10-10 | r16851: Put a clue in as to which domain might have failed, due to the length | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r16847: Add the parts of the SAMR test that pass back into 'make test'. | Andrew Bartlett | 1 | -162/+238 |
2007-10-10 | r16826: Ensure we don't segfault if the remote server fails to set a password | Andrew Bartlett | 1 | -5/+34 |
2007-10-10 | r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There are | Andrew Bartlett | 1 | -12/+67 |
2007-10-10 | r16770: Get closer to having Samba4 pass some of the RPC-SAMR test, by | Andrew Bartlett | 1 | -1/+18 |
2007-10-10 | r16304: Improve testing UI API. This now allows registering the full | Jelmer Vernooij | 1 | -27/+9 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+0 |