summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-05-171-3/+0
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-011-5/+28
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-03-301-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-03-301-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-03-301-4/+4
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-03-301-14/+4
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-03-291-4/+1
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang2010-01-061-1/+2
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-12-081-0/+4
* s3: Always try SamLogonExVolker Lendecke2009-11-261-2/+6
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-11-261-1/+1
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher2009-09-251-1/+12
* Revert "s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup...Stefan Metzmacher2009-09-241-9/+0
* s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup_sids do...Günther Deschner2009-09-241-0/+9
* s3:winbind: Fix an uninitialized variableVolker Lendecke2009-09-231-1/+1
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-09-221-0/+2
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-09-221-0/+59
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-5/+5
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-111-3/+4
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-09-111-1/+2
* s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...Günther Deschner2009-09-091-1/+1
* s3:winbind: For internal domains it is pointless to connect to a DCVolker Lendecke2009-08-231-0/+6
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-2/+2
* Fix a typoVolker Lendecke2009-07-271-1/+1
* Fix some type-punned warningsVolker Lendecke2009-05-071-2/+5
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-9/+9
* Fix to use modified cli_rpc_pipe_open_schannel_with_key APIAndrew Bartlett2009-04-201-2/+2
* Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-1/+1
* s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIsAndrew Bartlett2009-04-141-9/+9
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* 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