summaryrefslogtreecommitdiff
path: root/source4/rpc_server/netlogon/dcerpc_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* s4-netlogon: always set the dNSHostName in GetDomainInfoAndrew Tridgell2009-09-231-3/+7
* s4-netlogon: make GetDomainInfo response match w2k8Andrew Tridgell2009-09-231-13/+21
* more include minimisationAndrew Tridgell2009-09-191-6/+0
* s4-netlogon: implement dcesrv_netr_DsRAddressToSitenamesExWAndrew Tridgell2009-09-191-2/+24
* schannel: move schannel_sign to main directory.Günther Deschner2009-09-161-1/+2
* s4:netlogon - Put the "supported encryption types" more back in the "LogonGet...Matthias Dieter Wallnöfer2009-09-101-6/+8
* Return a correct value for Supported Encryption TypeMatthieu Patou2009-09-081-1/+6
* s4:LogonGetDomainInfo - add a basic check for the hostnameMatthias Dieter Wallnöfer2009-09-071-2/+17
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-271-8/+8
* s4:netlogon Fix warnings and segfault in GetDomainInfo callAndrew Bartlett2009-08-041-4/+5
* s4: Enhancements in the "netr_LogonGetDomainInformations" callMatthias Dieter Wallnöfer2009-08-031-65/+194
* s4: Correct renamed constantsMatthias Dieter Wallnöfer2009-07-311-4/+4
* [SAMBA 4 / NETLOGON] Modify type of SAM contextsMatthias Dieter Wallnöfer2009-07-231-9/+7
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-131-1/+1
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-181-31/+79
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-51/+31
* Rework to use new API for common netlogon credential chainingAndrew Bartlett2009-04-141-12/+18
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-105/+85
* A simple hack to avoid the segfault in #6138Andrew Bartlett2009-02-261-1/+1
* Fix some C++ warningsVolker Lendecke2009-02-241-11/+22
* s4:netlogon: don't mix in and out negotiate_flags in dcesrv_netr_ServerAuthen...Stefan Metzmacher2009-02-181-3/+4
* s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher2009-02-161-4/+5
* s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher2009-02-161-1/+31
* fixed two problems with the DsRGetDCNameEx2 call, as used byAndrew Tridgell2009-02-101-3/+9
* s4:rpc_server: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4-netlogon: fix the build of netlogon server.Günther Deschner2008-12-101-4/+4
* s4:netlogon: for now implement netr_GetAnyDCName() as wrapper of netr_GetDcNa...Stefan Metzmacher2008-12-041-1/+12
* s4:netlogon: Implement netr_GetDcName() similar to netr_DsGetDCName()Stefan Metzmacher2008-12-041-1/+34
* s4-netlogon: merge netr_ServerPasswordSet2 from s3 idl.Günther Deschner2008-10-291-3/+3
* s4-netlogon: merge netr_ServerPasswordSet from s3 idl.Günther Deschner2008-10-291-3/+3
* s4-netlogon: merge netr_ServerReqChallenge from s3 idl.Günther Deschner2008-10-291-2/+2
* s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.Günther Deschner2008-10-291-4/+4
* s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.Günther Deschner2008-10-291-37/+39
* s4-netlogon: merge netr_LogonGetDomainInfo from s3 idl.Günther Deschner2008-10-291-1/+1
* s4-netlogon: merge netr_DsRGetDCName{Ex,Ex2} from s3 idl.Günther Deschner2008-10-291-25/+23
* s4-netlogon: merge netr_DsrEnumerateDomainTrusts from s3 idl.Günther Deschner2008-10-281-12/+16
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-15/+12
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Start implementing AD-style trusted domains in Samba4's NETLOGON serverAndrew Bartlett2008-10-061-2/+50
* remove dependencies on my home domainAndrew Tridgell2008-10-051-2/+3
* removed some debug lines I left in the last commitAndrew Tridgell2008-10-051-4/+0
* updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-031-6/+38
* Remove unused parameter from decode_pw_buffer and fail on invalidAndrew Bartlett2008-09-221-2/+1
* Update copyright, I've been working here many long years...Andrew Bartlett2008-09-051-1/+1
* Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-31/+29
* Start implementing the server-sde NETLOGON PAC verification.Andrew Bartlett2008-08-291-1/+46
* Add GenericInfo level for SamLogon calls from the WSPP IDL.Andrew Bartlett2008-08-121-5/+13
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-14/+15
* Generate ACB_PW_EXPIRED correctlyAndrew Bartlett2008-02-281-10/+12