summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix uninitialized variablesVolker Lendecke2011-03-051-1/+2
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-041-0/+1
* Fix value overflow (one too many 'f's ).Jeremy Allison2011-02-031-1/+1
* s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbind_cm.cGünther Deschner2011-02-021-29/+35
* s3-winbind: prefer dcerpc_samr_X functions in invalidate_cm_connection.Günther Deschner2011-02-021-3/+6
* s3-winbind: prefer dcerpc_samr_X functions in cm_connect_sam.Günther Deschner2011-02-021-13/+35
* s3-winbind: use status variable name in cm_connect_sam.Günther Deschner2011-02-021-33/+33
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-191-0/+93
* s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-9/+23
* s3:winbindd: use ndr_dssetup_c.h instead of cli_dssetup.hStefan Metzmacher2011-01-111-1/+1
* s3: Use the new nbt_getdc in winbindd_cmVolker Lendecke2011-01-071-23/+9
* s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-1/+4
* s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke2011-01-011-1/+1
* s3: Allow more control over smbsock_[any_]connectVolker Lendecke2010-12-291-3/+4
* s3:winbindd: remove useless ';'Stefan Metzmacher2010-12-281-1/+1
* s3: Use smbsock_any_connect in winbindVolker Lendecke2010-12-221-45/+13
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-1/+6
* 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