summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* libads: Add API call to connect to a global catalog server.Gerald W. Carter2008-06-271-2/+4
* Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke2008-06-171-14/+1
* Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-081-0/+15
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
* winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter2008-06-031-1/+7
* winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam2008-05-261-1/+1
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-231-5/+7
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-3/+3
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-7/+1
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2008-05-091-0/+1
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-061-1/+3
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-04-241-1/+2
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-04-241-1/+1
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-1/+1
* winbind: pass down existing talloc context.Günther Deschner2008-04-211-5/+6
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-211-1/+3
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-29/+23
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-201-2/+2
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-4/+4
* winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2008-04-181-3/+2
* Move GETDC mailslot out of winbindd.Günther Deschner2008-04-171-162/+2
* Also accept 0x15 getdc repliesVolker Lendecke2008-04-101-19/+22
* Try anonymous session setupVolker Lendecke2008-04-091-1/+3
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-5/+1
* Fix enumeration of forest trusts from our root domain.Gerald W. Carter2008-03-311-1/+1
* Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner2008-03-261-1/+5
* Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke2008-03-191-0/+10
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-11/+6
* Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.Günther Deschner2008-02-081-12/+13
* Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner2008-02-081-14/+17
* Use rpccli_lsa_QueryInfoPolicy2 in winbindd.Günther Deschner2008-02-081-16/+19
* Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2008-02-071-12/+18
* Use rpccli_samr_Connect2() all over the place.Günther Deschner2008-02-041-12/+15
* Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-011-6/+6
* Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-6/+6
* Use pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-12/+19
* Use the correct domain name when looking up the trust password.Gerald W. Carter2008-01-251-1/+15
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-15/+16
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner2008-01-231-4/+8
* Fix a segfaultVolker Lendecke2008-01-201-3/+10
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-3/+3
* Fix build warning.Günther Deschner2008-01-071-16/+18
* When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter2008-01-041-2/+36
* Use correct size value for linearize call.Jeremy Allison2007-12-291-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-4/+7
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-211-2/+2
* Fix logic error in cm_connect_sam().Michael Adam2007-12-181-1/+0
* Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter2007-12-171-2/+6