summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a valgrind errorVolker Lendecke2009-03-171-1/+1
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-141-1/+1
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-131-3/+3
* Backport of the clean event context after fork andBo Yang2009-01-101-40/+40
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-031-1/+1
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-041-24/+74
* 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
* fixed a fd leak when trying to regain contact to a domain controllerAndrew Tridgell2008-08-061-0/+1
* 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
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-261-7/+1
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2008-05-261-0/+1
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-261-1/+3
* 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
* Revert "Add "desthost" to rpc_pipe_client"Volker Lendecke2008-04-251-4/+4
* Revert "Introduce rpccli_set_timeout()"Volker Lendecke2008-04-251-2/+2
* Revert "Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct"Volker Lendecke2008-04-251-23/+29
* 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