summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd_cm: use controller instead of cli->desthostStefan Metzmacher2011-07-221-2/+2
* s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-221-14/+4
* s3:winbindd_cm: remove unused checks for address familyStefan Metzmacher2011-07-211-37/+0
* s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher2011-07-211-7/+2
* s3:winbindd remove an unused variableChristian Ambach2011-07-211-2/+0
* s3:winbindd_cm: make use of cli->src_ss instead of calling getsockname()Stefan Metzmacher2011-07-111-2/+8
* s3:winbindd_cm: make use of cli->dest_ss instead calling getpeername()Stefan Metzmacher2011-07-111-1/+7
* s3:winbindd_cm: make use of cli_state_disconnect()Stefan Metzmacher2011-07-111-4/+2
* s3:winbindd_cm: make use of cli_state_is_connected()Stefan Metzmacher2011-07-111-9/+6
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-1/+1
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-021-1/+0
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-291-1/+5
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-291-1/+1
* s3: Close the winbind client fds after forkingVolker Lendecke2011-04-281-0/+10
* Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison2011-04-271-1/+6
* s3: Add a 10-second timeout for the 445 or netbios connection to a DCVolker Lendecke2011-04-251-2/+2
* s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher2011-04-241-1/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2173: FORWARD_NULLVolker Lendecke2011-03-281-1/+1
* s3-build: use HAVE_ADS define in some more places.Günther Deschner2011-03-191-1/+1
* s3: Cope with 192.168.1.1/24 in smbcontrol ip-droppedVolker Lendecke2011-03-181-4/+32
* 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