summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman1-24/+74
2008-08-23Fix some nonempty blank linesVolker Lendecke1-26/+26
2008-08-22Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison1-0/+3
2008-08-22winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter1-2/+7
2008-08-20Here is a re-working of the winbinddJeremy Allison1-8/+31
2008-08-14Revert "Add winbind:online check timeout parameter"Volker Lendecke1-16/+0
2008-08-13Add winbind:online check timeout parameterVolker Lendecke1-0/+16
2008-08-06fixed a fd leak when trying to regain contact to a domain controllerAndrew Tridgell1-0/+1
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-16/+14
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-11/+14
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-15/+18
2008-06-27libads: Add API call to connect to a global catalog server.Gerald W. Carter1-2/+4
2008-06-17Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke1-14/+1
2008-06-08Bugfix noticed by Herb. On using the again: tag as aJeremy Allison1-0/+15
2008-06-05Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke1-1/+14
2008-06-03winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter1-1/+7
2008-05-26winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam1-1/+1
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