summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell1-3/+26
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell1-1/+6
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-1/+1
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell1-1/+1
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell1-1/+3
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell1-3/+36
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell1-2/+38
2003-11-15added UserInfo level 21Andrew Tridgell1-8/+47
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell1-4/+94
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell1-0/+32
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell1-3/+30
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell1-2/+15
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell1-0/+84
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell1-2/+24
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell1-9/+14
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell1-0/+317