summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-13In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam1-2/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-03Last pstring here.Jeremy Allison1-4/+6
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-11/+12
2007-11-21Add set_sockaddr_port function for winbindd.Jeremy Allison1-0/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-58/+111
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-18/+18