summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
...
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Add "smbcontrol winbindd ip-dropped <local-ip>"Volker Lendecke2010-09-301-0/+33
* s3/winbind: use mono time for startup timeout checkBjörn Jacke2010-09-101-2/+2
* s3: Make winbind_add_failed_connection_entry staticVolker Lendecke2010-09-081-3/+4
* s3: Fix a typoVolker Lendecke2010-09-081-1/+1
* s3: Simplify cm_connect_sam a bitVolker Lendecke2010-09-081-5/+1
* s3: Check for sid instead of name in cm_connect_samVolker Lendecke2010-09-081-1/+1
* Final part of fix for bug #7636 - winbind internal error, backtrace.Jeremy Allison2010-08-231-11/+18
* s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the se...Günther Deschner2010-08-091-7/+13
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ...Günther Deschner2010-07-071-0/+8
* s3-winbind: Make sure that the policy handles are closed.Andreas Schneider2010-07-061-0/+12
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-171-2/+4
* s3-winbind: make the getpeername() checks in cm_prepare_connection IPv6 aware.Günther Deschner2010-05-171-5/+25
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: init_dc_connection() can't init for internal domainsVolker Lendecke2010-04-231-0/+4
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-011-3/+0
* s3:winbindd: correctly invalidate the cached connectionStefan Metzmacher2010-04-011-6/+11
* 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-291-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-03-291-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-03-291-4/+4
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-03-291-14/+4
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-231-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-11-261-0/+4
* s3: Always try SamLogonExVolker Lendecke2009-11-241-2/+6
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-1/+1
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-051-2/+0
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-051-0/+2
* 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