summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher2011-11-211-0/+2
* s3-winbindd/winbindd_cm.c: remove cli_nt_error()Björn Baumbach2011-11-161-8/+2
* s3:winbindd_cm: remove unused ads_statusStefan Metzmacher2011-11-161-3/+0
* s3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* s3:winbindd_cm: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-1/+3
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()Stefan Metzmacher2011-09-081-3/+4
* s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego()Stefan Metzmacher2011-08-101-15/+18
* s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher2011-08-101-1/+3
* s3:winbindd_cm: make use of cli_set_timeout()Stefan Metzmacher2011-08-031-1/+1
* s3:winbindd_cm: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:winbindd_cm: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* 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