summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-241-4/+1
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher2009-10-081-1/+12
* s3:winbind: Fix an uninitialized variable (cherry picked from commit 0724649a...Volker Lendecke2009-10-081-1/+1
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-10-081-0/+2
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-10-081-0/+59
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-081-3/+4
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-10-081-1/+2
* s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...Günther Deschner2009-10-071-1/+1
* Fix a valgrind errorVolker Lendecke2009-03-271-1/+1
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-201-1/+1
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-201-3/+3
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-081-14/+10
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-081-4/+2
* s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher2009-01-081-7/+1
* s3:winbindd: recreate the per domain check_online_event without relying on gl...Stefan Metzmacher2009-01-081-19/+20
* Fix broken krb5 refresh chainBo Yang2009-01-081-0/+2
* clean event context after child is forked.Bo Yang2009-01-081-1/+2
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-1/+1
* s3: fix all mailslot/nbt/cldap callers.Günther Deschner2008-11-261-1/+1
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-181-4/+4
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-081-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
* Here is a re-working of the winbinddJeremy Allison2008-08-221-8/+31
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-191-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