index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
idl
/
samr.idl
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r325: added IDL and test code for samr_ChangePasswordUser3().
Andrew Tridgell
1
-1
/
+12
2007-10-10
r310: add missing ','
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),
Andrew Tridgell
1
-5
/
+31
2007-10-10
r305: - added IDL and test code for samr_RidToSid()
Andrew Tridgell
1
-5
/
+15
2007-10-10
r275: added IDL and test code for samr_QueryDisplayInfo3(),
Andrew Tridgell
1
-6
/
+43
2007-10-10
r268: added IDL and test code for samr_QueryDomainInfo2(),
Andrew Tridgell
1
-4
/
+43
2007-10-10
r267: added IDL and test code for samr_ChangePasswordUser(),
Andrew Tridgell
1
-6
/
+64
2007-10-10
r259: added samr_DeleteGroupMember() IDL and test code
Andrew Tridgell
1
-1
/
+4
2007-10-10
r258: added samr_AddGroupMember() IDL and test code
Andrew Tridgell
1
-1
/
+5
2007-10-10
r257: added samr_SetGroupInfo() IDL and test code
Andrew Tridgell
1
-1
/
+5
2007-10-10
r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...
Andrew Tridgell
1
-2
/
+11
2007-10-10
r255: added samr_SetDomainInfo IDL and test code
Andrew Tridgell
1
-1
/
+10
2003-12-19
addition of samr_SetSecurity() from kai
Andrew Tridgell
1
-4
/
+9
2003-12-19
added a bunch of alias functions in samr.idl based on work by Kai.
Andrew Tridgell
1
-32
/
+62
2003-12-03
My first stab at Samba4 IDL!
Andrew Bartlett
1
-1
/
+11
2003-12-02
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
Andrew Tridgell
1
-14
/
+4
2003-12-01
added netr_LogonSamLogon() and test code
Andrew Tridgell
1
-2
/
+1
2003-11-23
* better diagnostics in ndrdump
Andrew Tridgell
1
-1
/
+5
2003-11-23
fixed the handling of value() attributes on scalars in IDL that
Andrew Tridgell
1
-1
/
+1
2003-11-22
added support for enumerated types in IDL files. This makes unions
Andrew Tridgell
1
-4
/
+11
2003-11-22
added support for 'const' in IDL files. This makes it easy to define
Andrew Tridgell
1
-8
/
+8
2003-11-22
a fairly major upgrade to the dcerpc system
Andrew Tridgell
1
-5
/
+5
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
1
-3
/
+21
2003-11-21
added 4 more levels to samr_QueryDisplayInfo()
Andrew Tridgell
1
-5
/
+38
2003-11-20
Todd Sabin pointed out that a couple of the values I marked as hyper_t
Andrew Tridgell
1
-3
/
+10
2003-11-20
added samr_QueryDisplayInfo() (only level 1 so far)
Andrew Tridgell
1
-1
/
+29
2003-11-20
extensive samr_SetUserInfo/samr_QueryUserInfo testing, with
Andrew Tridgell
1
-5
/
+5
2003-11-20
* fixed level2 of QueryUserInfo
Andrew Tridgell
1
-2
/
+1
2003-11-20
started on samr_SetUserInfo()
Andrew Tridgell
1
-3
/
+8
2003-11-20
added samr_LookupRids() and test code
Andrew Tridgell
1
-1
/
+14
2003-11-20
added samr_LookupNames() and test code
Andrew Tridgell
1
-4
/
+11
2003-11-20
* changed to midl syntax using [case(x)] instead of case(x)
Andrew Tridgell
1
-37
/
+37
2003-11-19
fixed country code field in samr_UserInfo5
Andrew Tridgell
1
-1
/
+2
2003-11-19
possibly better handling of NULL secdesc (thanks to lukeh)
Andrew Tridgell
1
-2
/
+7
2003-11-18
added a thanks to Todd Sabin (with his permission)
Andrew Tridgell
1
-0
/
+5
2003-11-18
added samr_CreateUser() samr_DeleteUser(). The test suite creates a
Andrew Tridgell
1
-5
/
+5
2003-11-18
changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().
Andrew Tridgell
1
-3
/
+26
2003-11-18
added samr_QuerySecurity() call that displays the ACL for any handle.
Andrew Tridgell
1
-1
/
+6
2003-11-18
use the auto-generated UUID, version and name rather than listing them
Andrew Tridgell
1
-1
/
+1
2003-11-16
slightly more efficient strlen setting in lsa and samr strings (calls
Andrew Tridgell
1
-1
/
+1
2003-11-15
remember to samr_Close() policy handles after use
Andrew Tridgell
1
-1
/
+3
2003-11-15
added OpenAlias and QueryAliasInfo levels 1 to 3
Andrew Tridgell
1
-3
/
+36
2003-11-15
added OpenGroup and QueryGroupInfo levels 1 to 4
Andrew Tridgell
1
-2
/
+38
2003-11-15
added UserInfo level 21
Andrew Tridgell
1
-8
/
+47
2003-11-15
added samr UserInfo levels 4 to 20
Andrew Tridgell
1
-4
/
+94
2003-11-15
added samr_UserInfo2 and samr_UserInfo3
Andrew Tridgell
1
-0
/
+32
2003-11-15
added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1
Andrew Tridgell
1
-3
/
+30
2003-11-15
added samr_EnumDomainGroups and samr_EnumDomainUsers
Andrew Tridgell
1
-2
/
+15
2003-11-15
added another 11 levels of QueryDomainInfo
Andrew Tridgell
1
-0
/
+84
2003-11-15
added samr_OpenDomain() and samr_QueryDomainInfo() level 1
Andrew Tridgell
1
-2
/
+24
[prev]
[next]