summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-231-1/+1
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-24/+74
* Fix some nonempty blank linesVolker Lendecke2008-08-231-26/+26
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-0/+3
* winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter2008-08-221-2/+7
* Here is a re-working of the winbinddJeremy Allison2008-08-201-8/+31
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-141-16/+0
* Add winbind:online check timeout parameterVolker Lendecke2008-08-131-0/+16
* fixed a fd leak when trying to regain contact to a domain controllerAndrew Tridgell2008-08-061-0/+1
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-16/+14
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-11/+14
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-15/+18
* 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