summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-5/+1
2009-01-12s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher1-16/+35
2009-01-04Simulate the Windows behaviour to fire 445 and after a timeout 139Volker Lendecke1-14/+76
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke1-8/+15
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-7/+5
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-1/+1
2008-12-19Make cli_negprot asyncVolker Lendecke1-50/+97
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-16/+17
2008-12-19cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke1-1/+1
2008-12-13Remove a pointless static variableVolker Lendecke1-7/+7
2008-12-13Micro-Optimize cliconnect.cVolker Lendecke1-22/+27
2008-12-07Slightly simplify cli_session_setup_ntlmsspVolker Lendecke1-10/+2
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-11-30Do not build the session request if it si not used anywayVolker Lendecke1-4/+4
2008-11-30fix nonempty blank linesVolker Lendecke1-19/+19
2008-11-01Make use of smb_bufrem()Volker Lendecke1-1/+1
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-10-22s3: use shared asn1 code.Günther Deschner1-7/+8
2008-08-07Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison1-3/+2
2008-06-02Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison1-3/+3
2008-05-23Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter1-20/+21
2008-05-06build: fix the build w/o ldap.Günther Deschner1-1/+3
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-2/+20
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-2/+0
2008-04-08Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.Günther Deschner1-0/+5
2008-04-07Fix a misleading debug messageVolker Lendecke1-2/+3
2008-04-04When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causesJeremy Allison1-3/+9
2008-04-04Always uppercase cli->srv_name_slash.Günther Deschner1-0/+1
2008-03-12For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner1-0/+1
2008-02-28Add explicit buf arg to cli_check_sign_macVolker Lendecke1-1/+1
2008-02-28Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke1-1/+1
2008-02-23Fix typoVolker Lendecke1-2/+2
2008-02-11Add a missing returnVolker Lendecke1-1/+1
2008-01-23Don't leak memory in error path.Jeremy Allison1-0/+1
2008-01-23Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison1-1/+1
2008-01-23Fix Windows 2008 (Longhorn) join.Andreas Schneider1-1/+15
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-11/+11
2007-12-21Use ADS_IGNORE_PRINCIPAL define.Günther Deschner1-2/+1
2007-12-19Fix debug messagesVolker Lendecke1-8/+9
2007-12-15Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison1-8/+42
2007-12-12Allow cliconnect to loop through multiple ip addressesJeremy Allison1-23/+49
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-4/+6
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-3/+12
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-4/+14
2007-11-11Remove a static fstringVolker Lendecke1-1/+1
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke1-4/+2
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-4/+1
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-1/+1
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-1/+1