summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Use smbsock_any_connect in winbindVolker Lendecke2010-12-261-45/+13
* Fix bug 7636 - winbind internal error, backtrace.Jeremy Allison2010-09-061-0/+1
* s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the se...Günther Deschner2010-08-111-7/+13
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-191-2/+4
* s3-winbind: make the getpeername() checks in cm_prepare_connection IPv6 aware.Günther Deschner2010-05-191-5/+25
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-161-5/+28
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-131-3/+0
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-04-131-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-04-131-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-04-131-4/+5
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-04-131-14/+4
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-251-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-09-091-1/+1
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-9/+9
* s3: remove POLICY_HND.Günther Deschner2009-03-181-3/+3
* Fix a valgrind errorVolker Lendecke2009-03-171-1/+1
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-14/+25
* s3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) callStefan Metzmacher2009-03-061-2/+0
* 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