summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-23Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter1-5/+7
2008-05-23Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter1-3/+3
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner1-7/+1
2008-05-09dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner1-0/+1
2008-05-06mailslot/cldap: use nt_version bits in queries.Günther Deschner1-1/+3
2008-04-24mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner1-1/+2
2008-04-24mailslot: allow to define nt_version in send_getdc_request().Günther Deschner1-1/+1
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-1/+1
2008-04-21winbind: pass down existing talloc context.Günther Deschner1-5/+6
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-1/+3
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-29/+23
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke1-2/+2
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-4/+4
2008-04-18winbindd: call reinit_after_fork() in the child processesStefan Metzmacher1-3/+2
2008-04-17Move GETDC mailslot out of winbindd.Günther Deschner1-162/+2
2008-04-10Also accept 0x15 getdc repliesVolker Lendecke1-19/+22
2008-04-09Try anonymous session setupVolker Lendecke1-1/+3
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-5/+1
2008-03-31Fix enumeration of forest trusts from our root domain.Gerald W. Carter1-1/+1
2008-03-26Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner1-1/+5
2008-03-19Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke1-0/+10
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-11/+6
2008-02-08Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.Günther Deschner1-12/+13
2008-02-08Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner1-14/+17
2008-02-08Use rpccli_lsa_QueryInfoPolicy2 in winbindd.Günther Deschner1-16/+19
2008-02-07Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner1-12/+18
2008-02-04Use rpccli_samr_Connect2() all over the place.Günther Deschner1-12/+15
2008-02-01Use rpccli_samr_OpenDomain() all over the place.Günther Deschner1-6/+6
2008-01-29Remove include/rpc_ds.h and all references to it completly.Günther Deschner1-6/+6
2008-01-29Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner1-12/+19
2008-01-25Use the correct domain name when looking up the trust password.Gerald W. Carter1-1/+15
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner1-15/+16
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-23Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner1-4/+8
2008-01-20Fix a segfaultVolker Lendecke1-3/+10
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-3/+3
2008-01-07Fix build warning.Günther Deschner1-16/+18
2008-01-04When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter1-2/+36
2007-12-29Use correct size value for linearize call.Jeremy Allison1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-4/+7
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-2/+2
2007-12-18Fix logic error in cm_connect_sam().Michael Adam1-1/+0
2007-12-17Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter1-2/+6
2007-12-13Make cm_connect_sam() try harder to connect autheticated.Michael Adam1-9/+26
2007-12-13Refactor out assembling of trust creds (pw, account name, principal).Michael Adam1-17/+38
2007-12-13Streamline and fix logic of cm_prepare_connection().Michael Adam1-25/+37
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-19/+3
2007-12-13Streamline logic in cm_connect_netlogon()Michael Adam1-5/+6