summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_netlog_nt.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-30s3-netlogon: remove unneeded fstrings from netlogon server.Günther Deschner1-22/+12
2009-06-25s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.Günther Deschner1-11/+27
2009-06-18s3:netlogon Cope with recent rename in netlogon.idlAndrew Bartlett1-1/+1
2009-05-29s3-netlogon: Fix _netr_LogonSamLogon{Ex} with validation level != 3.Günther Deschner1-6/+7
2009-05-29s3-netlogon: return proper error code for unsupported validation class.Günther Deschner1-1/+1
2009-05-06After getting confirmation from Guenther, add 3 changes we'llJeremy Allison1-13/+23
2009-05-06s3-netlogon: Fix NETLOGON credential chain. Fixes Bug #6099 (Windows 7 joinin...Günther Deschner1-2/+6
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke1-2/+2
2009-02-16Fix bug 5920Yasuma Takeda1-1/+1
2009-02-16s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEM...Stefan Metzmacher1-4/+3
2009-02-15Attempt to fix bug #6099. According to MicrosoftJeremy Allison1-17/+26
2009-02-13s3: Fix uninitialized const char *Tim Prouty1-0/+1
2009-02-14s3-netlogon: some more appropriate debug messages.Günther Deschner1-13/+31
2009-02-13s3-netlogon: implement _netr_ServerAuthenticate3.Günther Deschner1-23/+56
2008-12-17s3: refactor _netr_LogonControl{2,2Ex} server side.Günther Deschner1-28/+32
2008-12-13s3: fix netlogon rpc_server build after idl change.Günther Deschner1-3/+3
2008-12-10s3-netlogon: fix netlogon server build.Günther Deschner1-2/+2
2008-11-06s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher1-1/+1
2008-10-28s3-netlogon: kill an fstring in rpc_server.Günther Deschner1-6/+3
2008-10-15s3: fix samlogon client and server calls.Günther Deschner1-5/+5
2008-08-22rpc_server: make it a little more obvious what flags we send to a client.Günther Deschner1-1/+10
2008-06-26Remove a check on p->vuid in _netr_LogonSamLogon/offVolker Lendecke1-6/+0
2008-06-21Make pipes_struct its own talloc ctxVolker Lendecke1-19/+10
2008-05-17Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke1-183/+12
2008-04-29_netr_LogonSamLogon: fix lm session key length.Günther Deschner1-1/+1
2008-03-27Fix samlogon rpc client & server.Günther Deschner1-1/+1
2008-03-26Fix _netr_LogonControl2(). Return talloced dcname.Günther Deschner1-4/+10
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-16Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().Günther Deschner1-146/+145
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner1-3/+3
2008-02-15Fix the netlogon rpc_server build.Günther Deschner1-5/+5
2008-02-15Use pidl for _netr_LogonSamLogoff().Günther Deschner1-29/+14
2008-02-15Use pidl for _netr_ServerAuthenticate2().Günther Deschner1-55/+33
2008-02-15Use pidl for _netr_ServerAuthenticate().Günther Deschner1-40/+22
2008-02-15Use pidl for _netr_ServerPasswordSet().Günther Deschner1-40/+18
2008-02-13Use pidl for _netr_LogonControl2.Günther Deschner1-27/+50
2008-02-13Add some netr_NETLOGON_INFO init functions.Günther Deschner1-3/+43
2008-02-13Use pidl for _netr_ServerReqChallenge.Günther Deschner1-22/+12
2008-02-13Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner1-69/+69
2008-02-13Use pidl for _netr_LogonControl.Günther Deschner1-19/+22
2008-02-13Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner1-18/+14
2008-01-31Enable build of pidl generated netlogon server.Günther Deschner1-0/+472
2008-01-31Cleanup status codes inside _net_logon_ctrl2() reply structs.Günther Deschner1-13/+5
2008-01-29Remove unused rpc_ds marshalling code that is unused now.Günther Deschner1-1/+1
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-1/+1
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-4/+2
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-14/+13
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-2/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1