summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-7/+2
* 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
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-061-14/+10
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-4/+2
* s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher2009-01-051-7/+1
* s3:winbindd: recreate the per domain check_online_event without relying on gl...Stefan Metzmacher2009-01-051-19/+20
* Fix broken krb5 refresh chainBo Yang2009-01-051-0/+2
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-3/+4
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-031-4/+4
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* s3: fix simple "incompatible pointer type" build warningTim Prouty2008-10-231-1/+1
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* 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