r4774: It appears the SensitiveData contains the password history, as the
[samba.git] / source4 / librpc / idl / samr.idl
2007-10-10 Stefan Metzmacherr4705: use an enum for reject_reason
2007-10-10 Stefan Metzmacherr4702: implment idl, torture test and server code for...
2007-10-10 Stefan Metzmacherr4650: - make more use of bitmap and enum's
2007-10-10 Stefan Metzmacherr4568: make use of SidType and move it to lsa.idl
2007-10-10 Stefan Metzmacherr4552: use samr_AcctFlags in netlogon.idl
2007-10-10 Stefan Metzmacherr4542: use bitmap for samr_FieldsPresent and samr_AcctFlags
2007-10-10 Stefan Metzmacherr4532: - rename bitmap -> bits
2007-10-10 Andrew Tridgellr4524: converted a few bits of samr.idl to use enum...
2007-10-10 Volker Lendecker4392: Fix samr_GetAliasMembership idl
2007-10-10 Volker Lendecker4375: Implement samr_OpenAlias, samr_QueryAliasInfo...
2007-10-10 Andrew Bartlettr3885: Add security descriptor comparison to our RPC...
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Andrew Bartlettr3807: Cross-check the basic attributes for groups...
2007-10-10 Andrew Bartlettr3804: Add more comparison tests in RPC-SAMSYNC.
2007-10-10 Andrew Bartlettr3724: Rename a number of structures, for better consis...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3283: converted to quoted uuid() defines in all our...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...
2007-10-10 Andrew Bartlettr3074: Add in a new 'field present' flag samr.idl for...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
2007-10-10 Andrew Tridgellr2950: 0x40000 is clearer than 262144
2007-10-10 Andrew Tridgellr2949: added some range checks in samr.idl
2007-10-10 Andrew Tridgellr2833: - added a call to SamrQueryGroupMember for every...
2007-10-10 Tim Potterr2489: Rename account_flags in EnumDomainAliases()...
2007-10-10 Tim Potterr2458: Rename policy handle parameters for the SAMR...
2007-10-10 Andrew Bartlettr1025: Rename (across the samr and netlogon pipes,...
2007-10-10 Andrew Bartlettr1009: Make all users of NT and LM passwords use the...
2007-10-10 Volker Lendecker963: Tridge, according to ethereal this is an 'Acct...
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Andrew Tridgellr917: - added the start of a LSA server to samba4.
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr601: added the server code for all the samr_SetUserInf...
2007-10-10 Andrew Tridgellr593: add a constant for the records size multiplier...
2007-10-10 Andrew Tridgellr587: added server code for samr_EnumDomainUsers, and...
2007-10-10 Andrew Tridgellr575: moved the SID_NAME_USE enum into samr.idl
2007-10-10 Andrew Tridgellr469: considerably improved the ChangePasswordUser3...
2007-10-10 Andrew Tridgellr420: added nicer names for the field bits in userinfo21
2007-10-10 Andrew Tridgellr388: added IDL for 3 more set user info levels (all...
2007-10-10 Andrew Tridgellr365: improved the IDL for samr_Connect5()
2007-10-10 Andrew Tridgellr364: finally worked out the ancient samr_ChangePasswor...
2007-10-10 Andrew Tridgellr358: added some more annotation on the samr unknown...
2007-10-10 Andrew Tridgellr336: added a -X command line option to smbtorture...
2007-10-10 Andrew Tridgellr335: added much better handling of servers that die...
2007-10-10 Andrew Tridgellr326: tweaks to the RPC-SAMR test code to allow win2003...
2007-10-10 Andrew Tridgellr325: added IDL and test code for samr_ChangePasswordUs...
2007-10-10 Stefan Metzmacherr310: add missing ','
2007-10-10 Andrew Tridgellr307: added IDL and test code for samr_GetDomPwInfo...
2007-10-10 Andrew Tridgellr305: - added IDL and test code for samr_RidToSid()
2007-10-10 Andrew Tridgellr275: added IDL and test code for samr_QueryDisplayInfo3(),
2007-10-10 Andrew Tridgellr268: added IDL and test code for samr_QueryDomainInfo2(),
2007-10-10 Andrew Tridgellr267: added IDL and test code for samr_ChangePasswordUs...
2007-10-10 Andrew Tridgellr259: added samr_DeleteGroupMember() IDL and test code
2007-10-10 Andrew Tridgellr258: added samr_AddGroupMember() IDL and test code
2007-10-10 Andrew Tridgellr257: added samr_SetGroupInfo() IDL and test code
2007-10-10 Andrew Tridgellr256: added samr_CreateDomainGroup() and samr_DeleteDom...
2007-10-10 Andrew Tridgellr255: added samr_SetDomainInfo IDL and test code
2003-12-19 Andrew Tridgelladdition of samr_SetSecurity() from kai
2003-12-19 Andrew Tridgelladded a bunch of alias functions in samr.idl based...
2003-12-03 Andrew BartlettMy first stab at Samba4 IDL!
2003-12-02 Andrew Tridgelladded netr_DatabaseSync(). It doesn't work as I haven...
2003-12-01 Andrew Tridgelladded netr_LogonSamLogon() and test code
2003-11-23 Andrew Tridgell * better diagnostics in ndrdump
2003-11-23 Andrew Tridgellfixed the handling of value() attributes on scalars...
2003-11-22 Andrew Tridgelladded support for enumerated types in IDL files. This...
2003-11-22 Andrew Tridgelladded support for 'const' in IDL files. This makes...
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Andrew Tridgelladded 4 more levels to samr_QueryDisplayInfo()
2003-11-20 Andrew TridgellTodd Sabin pointed out that a couple of the values...
2003-11-20 Andrew Tridgelladded samr_QueryDisplayInfo() (only level 1 so far)
2003-11-20 Andrew Tridgellextensive samr_SetUserInfo/samr_QueryUserInfo testing...
2003-11-20 Andrew Tridgell * fixed level2 of QueryUserInfo
2003-11-20 Andrew Tridgellstarted on samr_SetUserInfo()
2003-11-20 Andrew Tridgelladded samr_LookupRids() and test code
2003-11-20 Andrew Tridgelladded samr_LookupNames() and test code
2003-11-20 Andrew Tridgell * changed to midl syntax using [case(x)] instead of...
2003-11-19 Andrew Tridgellfixed country code field in samr_UserInfo5
2003-11-19 Andrew Tridgellpossibly better handling of NULL secdesc (thanks to...
2003-11-18 Andrew Tridgelladded a thanks to Todd Sabin (with his permission)
2003-11-18 Andrew Tridgelladded samr_CreateUser() samr_DeleteUser(). The test...
2003-11-18 Andrew Tridgellchanged wks to wkssvc (suggestion from metze). Started...
2003-11-18 Andrew Tridgelladded samr_QuerySecurity() call that displays the ACL...
2003-11-18 Andrew Tridgelluse the auto-generated UUID, version and name rather...
2003-11-16 Andrew Tridgellslightly more efficient strlen setting in lsa and samr...
2003-11-15 Andrew Tridgellremember to samr_Close() policy handles after use
2003-11-15 Andrew Tridgelladded OpenAlias and QueryAliasInfo levels 1 to 3
2003-11-15 Andrew Tridgelladded OpenGroup and QueryGroupInfo levels 1 to 4
2003-11-15 Andrew Tridgelladded UserInfo level 21
2003-11-15 Andrew Tridgelladded samr UserInfo levels 4 to 20
2003-11-15 Andrew Tridgelladded samr_UserInfo2 and samr_UserInfo3
2003-11-15 Andrew Tridgelladded samr_OpenUser, samr_EnumDomainAliases and samr_Qu...
2003-11-15 Andrew Tridgelladded samr_EnumDomainGroups and samr_EnumDomainUsers
2003-11-15 Andrew Tridgelladded another 11 levels of QueryDomainInfo
2003-11-15 Andrew Tridgelladded samr_OpenDomain() and samr_QueryDomainInfo()...
2003-11-15 Andrew Tridgellrun LookupDomain on each domain returned from EnumDomai...
2003-11-15 Andrew Tridgelladded the first couple of calls from samr as IDL