summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samr.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-10s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner1-4/+12
2008-11-10s4-samr: merge samr_EnumDomainAliases from s3 idl. (fixme: python)Günther Deschner1-4/+8
2008-11-10s4-samr: merge samr_QueryDisplayInfo from s3 idl. (fixme: python)Günther Deschner1-27/+46
2008-11-10s4-samr: merge samr_QueryDisplayInfo2 from s3 idl. (fixme: python)Günther Deschner1-0/+6
2008-11-10s4-samr: merge samr_QueryDisplayInfo3 from s3 idl. (fixme: python)Günther Deschner1-0/+6
2008-11-10s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner1-0/+2
2008-11-10s4-samr: merge samr_QueryDomainInfo2 from s3 idl. (fixme: python)Günther Deschner1-0/+2
2008-11-10s4-samr: merge samr_QueryDomainInfo from s3 idl. (fixme python)Günther Deschner1-20/+27
2008-11-10s4-samr: merge samr_QueryGroupMember from s3 idl. (fixme: python)Günther Deschner1-0/+4
2008-11-10s4-samr: merge samr_Connect5 from s3 idl. (fixme python)Günther Deschner1-3/+5
2008-11-10s4-samr: merge samr_GetBootKeyInformation from s3 idl. (fixme: python)Günther Deschner1-0/+2
2008-11-10s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python)Günther Deschner1-2/+9
2008-11-10s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python)Günther Deschner1-5/+17
2008-11-10s4-samr: merge samr_RidToSid from s3 idl. (fixme: python)Günther Deschner1-3/+4
2008-11-10s4-samr: merge samr_QuerySecurity from s3 idl. (fixme: python)Günther Deschner1-2/+4
2008-11-10s4-samr: merge samr_LookupRids from s3 idl.Günther Deschner1-0/+5
2008-11-10s4-samr: merge samr_GetDisplayEnumerationIndex2 from s3 idl.Günther Deschner1-2/+7
2008-11-10s4-samr: merge samr_GetDisplayEnumerationIndex from s3 idl.Günther Deschner1-2/+7
2008-11-10s4-samr: merge samr_ChangePasswordUser3 from s3 idl.Günther Deschner1-28/+42
2008-11-10s4-samr: fix tests for binary parameter string.Günther Deschner1-3/+42
2008-11-04s4-smbtorture: fix some obvious copy-paste errors.Günther Deschner1-7/+7
2008-10-31samba4.rpc.samr: Use torture API in a couple more places.Jelmer Vernooij1-323/+216
2008-10-31samba4.rpc.samr: Use more torture API functionsJelmer Vernooij1-146/+87
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-17Improve RPC-SAMR tests to check random passwordsAndrew Bartlett1-3/+175
2008-10-15s4: merge from s3 samr.idl.Günther Deschner1-2/+2
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-07-21Rename structures to better match the names in the WSPP IDL.Andrew Bartlett1-20/+20
2008-03-14Rework our SAMR test and SAMR server.Andrew Bartlett1-25/+62
2008-02-28Generate ACB_PW_EXPIRED correctlyAndrew Bartlett1-8/+37
2007-12-21r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin1-0/+1
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-59/+58
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-78/+78
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-431/+431
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-8/+8
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-8/+8
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24972: Try to rat out this SAMR failure with some more cross-tests, andAndrew Bartlett1-4/+17
2007-10-10r24971: Test more combinations for resetting the account expiry.Andrew Bartlett1-0/+4
2007-10-10r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuiteAndrew Bartlett1-0/+5
2007-10-10r24611: Following up on the re-opening of bug 4817 is it pretty clear thatAndrew Bartlett1-57/+180
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-3/+3
2007-10-10r24083: Don't fail the test (looking for the user in the enum) if we didn'tAndrew Bartlett1-3/+7
2007-10-10r24081: Domain Controllers are also shown in this enumeration.Andrew Bartlett1-2/+2
2007-10-10r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett1-4/+27
2007-10-10r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>.Andrew Bartlett1-0/+10
2007-10-10r24053: Ensure we filter EnumDomainUsers with the supplied mask.Andrew Bartlett1-22/+80
2007-10-10r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett1-11/+195
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23365: Try to make Windows Vista join again. On my new test environment, itAndrew Bartlett1-2/+28