summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2107: added a SAMR async test - this one seems to workAndrew Tridgell1-0/+43
2007-10-10r1758: Move and enhance the add_string_to_array function as per volker job on...Simo Sorce1-15/+0
2007-10-10r1646: disable testing of group rename in the RPC-SAMR test, as it leaves theAndrew Tridgell1-0/+6
2007-10-10r1510: add a commented out routine I used to test password change on NT3.Andrew Tridgell1-0/+61
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-2/+2
2007-10-10r1062: fix typo, found by valgrindStefan Metzmacher1-1/+1
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-27/+27
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett1-5/+5
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-9/+9
2007-10-10r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests alsoVolker Lendecke1-1/+1
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+4
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-5/+6
2007-10-10r902: added torture tests for sending rubbish in the domain name field of Get...Andrew Tridgell1-2/+29
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-10/+10
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-17/+17
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-31/+31
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-2/+2
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-2/+2
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell1-1/+2
2007-10-10r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo,Volker Lendecke1-0/+4
2007-10-10r613: Fix the RPC-SAMR torture test, for my session_key changes.Andrew Bartlett1-16/+18
2007-10-10r577: extended the LookupNames test to check for correct handling of unmapped...Andrew Tridgell1-5/+21
2007-10-10r457: added some more samr tests to help me work out the right error codesAndrew Tridgell1-1/+27
2007-10-10r420: added nicer names for the field bits in userinfo21Andrew Tridgell1-13/+129
2007-10-10r389: added a test for set user info level 26 (set password extended)Andrew Tridgell1-1/+56
2007-10-10r372: automatically create a fake BDC machine account and delete itAndrew Tridgell1-3/+3
2007-10-10r365: improved the IDL for samr_Connect5()Andrew Tridgell1-10/+10
2007-10-10r364: finally worked out the ancient samr_ChangePasswordUser() interfaceAndrew Tridgell1-22/+21
2007-10-10r362: after setting domain info query it again so we can see what attributes ...Andrew Tridgell1-0/+8
2007-10-10r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell1-4/+68
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