summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-7/+30
2007-10-10r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...Andrew Tridgell1-9/+59
2007-10-10r325: added IDL and test code for samr_ChangePasswordUser3().Andrew Tridgell1-29/+142
2007-10-10r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),Andrew Tridgell1-3/+83
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell1-15/+105
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell1-0/+171
2007-10-10r268: added IDL and test code for samr_QueryDomainInfo2(),Andrew Tridgell1-0/+152
2007-10-10r267: added IDL and test code for samr_ChangePasswordUser(),Andrew Tridgell1-28/+209
2007-10-10r259: added samr_DeleteGroupMember() IDL and test codeAndrew Tridgell1-1/+24
2007-10-10r258: added samr_AddGroupMember() IDL and test codeAndrew Tridgell1-24/+69
2007-10-10r257: added samr_SetGroupInfo() IDL and test codeAndrew Tridgell1-0/+25
2007-10-10r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...Andrew Tridgell1-1/+120
2007-10-10r255: added samr_SetDomainInfo IDL and test codeAndrew Tridgell1-0/+25
2007-10-10r232: Test whether querydispinfo and enumdomgroups return the same set ofVolker Lendecke1-0/+133
2004-02-10fixed a couple of uninitialised returns spotted by valgrindAndrew Tridgell1-2/+2
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2004-01-19Add test to set single fields in fields_present with info21.Simo Sorce1-37/+53
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell1-0/+17
2003-12-19fixed the AddAliasMem test codeAndrew Tridgell1-13/+21
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-14/+327
2003-12-17fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR testAndrew Tridgell1-5/+5
2003-12-03My first stab at Samba4 IDL!Andrew Bartlett1-3/+139
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-10/+1
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-3/+15
2003-11-22 * enable RPC/NDR validation in all smbtorture codeAndrew Tridgell1-1/+1
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-3/+3
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-0/+28
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell1-11/+17
2003-11-20added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell1-0/+28
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell1-10/+34
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-13/+91
2003-11-20started on samr_SetUserInfo()Andrew Tridgell1-2/+83
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-1/+16
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-2/+44
2003-11-20some errors are expected in SAMR and LSA tests - don't fail the testAndrew Tridgell1-0/+6
2003-11-19init samr and lsa names so the debug display looks rightAndrew Tridgell1-1/+12
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-2/+42
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell1-0/+6
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell1-0/+38
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-1/+4
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-22/+2
2003-11-17 * add another WERR err codeAndrew Tridgell1-9/+13
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell1-5/+46
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell1-1/+69
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell1-3/+72
2003-11-15don't encode my own servers name in the test :)Andrew Tridgell1-1/+1
2003-11-15added UserInfo level 21Andrew Tridgell1-1/+1
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell1-1/+2
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell1-10/+16
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell1-2/+92