summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/netlogon.idl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett1-10/+22
2007-10-10r3558: We don't seem to need these as [public] any more.Andrew Bartlett1-3/+3
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+8
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-29/+12
2007-10-10r3392: fixed schannel over ncalrpcAndrew Tridgell1-1/+1
2007-10-10r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's sur...Andrew Bartlett1-2/+2
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell1-1/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij1-1/+1
2007-10-10r2128: netlogon DELTA_POLICY fix from rrenardAndrew Tridgell1-1/+1
2007-10-10r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher1-1/+1
2007-10-10r1675: netlogon deltas IDL update from Richard RenardAndrew Tridgell1-4/+5
2007-10-10r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell1-11/+9
2007-10-10r1144: added logon level 5 for sam logonAndrew Tridgell1-0/+1
2007-10-10r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell1-56/+9
2007-10-10r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell1-16/+40
2007-10-10r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell1-1/+14
2007-10-10r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell1-1/+66
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-7/+19
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-17/+17
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-26/+26
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett1-9/+5
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell1-10/+18
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+138
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-7/+7
2007-10-10r781: added level6 for logon level in SamLogon netlogon.idlAndrew Tridgell1-2/+3
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-8/+0
2007-10-10r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartletAndrew Tridgell1-3/+11
2007-10-10r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa...Andrew Tridgell1-5/+21
2007-10-10r295: more correct IDL for the netr_AcctLock structure (I hope)Andrew Tridgell1-7/+8
2007-10-10r287: patch from Richard Renard to add AcctLockStr and the delete user andAndrew Tridgell1-38/+81
2003-12-02added netr_LogonControl2Ex()Andrew Tridgell1-15/+15
2003-12-02added netr_DatabaseSync2()Andrew Tridgell1-10/+10
2003-12-02added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell1-24/+28
2003-12-02added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell1-38/+39
2003-12-02added netr_GetDcName() - quite a useful callAndrew Tridgell1-5/+6
2003-12-02added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell1-16/+16
2003-12-02added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell1-6/+13
2003-12-02netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell1-20/+18
2003-12-02 * made some field names more consistent, and worked out thatAndrew Tridgell1-11/+11
2003-12-02don't pollute the structure name space so muchAndrew Tridgell1-64/+64
2003-12-02netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell1-1/+2
2003-12-02netr_DatabaseSync() now works fully for database 0Andrew Tridgell1-14/+9
2003-12-02initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell1-0/+5
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-64/+66
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-92/+193
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-13/+12
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-5/+5
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-14/+21
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-100/+101
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-9/+5