summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-6/+11
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-3/+18
2007-10-10r593: add a constant for the records size multiplier for max_size in samr_Enu...Andrew Tridgell1-0/+2
2007-10-10r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell1-0/+4
2007-10-10r575: moved the SID_NAME_USE enum into samr.idlAndrew Tridgell1-0/+12
2007-10-10r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f...Andrew Tridgell1-6/+13
2007-10-10r420: added nicer names for the field bits in userinfo21Andrew Tridgell1-2/+14
2007-10-10r388: added IDL for 3 more set user info levels (all of which set theAndrew Tridgell1-0/+22
2007-10-10r365: improved the IDL for samr_Connect5()Andrew Tridgell1-11/+16
2007-10-10r364: finally worked out the ancient samr_ChangePasswordUser() interfaceAndrew Tridgell1-15/+12
2007-10-10r358: added some more annotation on the samr unknown attributesAndrew Tridgell1-6/+9
2007-10-10r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell1-2/+13
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-6/+48
2007-10-10r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...Andrew Tridgell1-2/+2
2007-10-10r325: added IDL and test code for samr_ChangePasswordUser3().Andrew Tridgell1-1/+12
2007-10-10r310: add missing ','Stefan Metzmacher1-1/+1
2007-10-10r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),Andrew Tridgell1-5/+31
2007-10-10r305: - added IDL and test code for samr_RidToSid()Andrew Tridgell1-5/+15
2007-10-10r275: added IDL and test code for samr_QueryDisplayInfo3(),Andrew Tridgell1-6/+43
2007-10-10r268: added IDL and test code for samr_QueryDomainInfo2(),Andrew Tridgell1-4/+43
2007-10-10r267: added IDL and test code for samr_ChangePasswordUser(),Andrew Tridgell1-6/+64
2007-10-10r259: added samr_DeleteGroupMember() IDL and test codeAndrew Tridgell1-1/+4
2007-10-10r258: added samr_AddGroupMember() IDL and test codeAndrew Tridgell1-1/+5
2007-10-10r257: added samr_SetGroupInfo() IDL and test codeAndrew Tridgell1-1/+5
2007-10-10r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...Andrew Tridgell1-2/+11
2007-10-10r255: added samr_SetDomainInfo IDL and test codeAndrew Tridgell1-1/+10
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell1-4/+9
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-32/+62
2003-12-03My first stab at Samba4 IDL!Andrew Bartlett1-1/+11
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-14/+4
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-2/+1
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-1/+5
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell1-1/+1
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell1-4/+11
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell1-8/+8
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-5/+5
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-3/+21
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell1-5/+38
2003-11-20Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell1-3/+10
2003-11-20added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell1-1/+29
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell1-5/+5
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-2/+1
2003-11-20started on samr_SetUserInfo()Andrew Tridgell1-3/+8
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-1/+14
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-4/+11
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell1-37/+37
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell1-1/+2
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell1-2/+7
2003-11-18added a thanks to Todd Sabin (with his permission)Andrew Tridgell1-0/+5
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-5/+5