summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* Convert name_mangle() to use tallocVolker Lendecke2009-02-241-4/+21
* Do not use strlen if not necessary... :-)Volker Lendecke2009-02-101-4/+2
* Fix Coverity ID 870Volker Lendecke2009-02-031-0/+4
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-4/+4
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-50/+147
* Make cli_session_setup_guest asyncVolker Lendecke2009-01-301-37/+103
* Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke2009-01-291-1/+4
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-13/+25
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-5/+1
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-121-16/+35
* Simulate the Windows behaviour to fire 445 and after a timeout 139Volker Lendecke2009-01-041-14/+76
* Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-8/+15
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-7/+5
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-1/+1
* Make cli_negprot asyncVolker Lendecke2008-12-191-50/+97
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-16/+17
* cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke2008-12-191-1/+1
* Remove a pointless static variableVolker Lendecke2008-12-131-7/+7
* Micro-Optimize cliconnect.cVolker Lendecke2008-12-131-22/+27
* Slightly simplify cli_session_setup_ntlmsspVolker Lendecke2008-12-071-10/+2
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Do not build the session request if it si not used anywayVolker Lendecke2008-11-301-4/+4
* fix nonempty blank linesVolker Lendecke2008-11-301-19/+19
* Make use of smb_bufrem()Volker Lendecke2008-11-011-1/+1
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* s3: use shared asn1 code.Günther Deschner2008-10-221-7/+8
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-071-3/+2
* Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison2008-06-021-3/+3
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-231-20/+21
* build: fix the build w/o ldap.Günther Deschner2008-05-061-1/+3
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-2/+20
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-2/+0
* Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.Günther Deschner2008-04-081-0/+5
* Fix a misleading debug messageVolker Lendecke2008-04-071-2/+3
* When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causesJeremy Allison2008-04-041-3/+9
* Always uppercase cli->srv_name_slash.Günther Deschner2008-04-041-0/+1
* For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner2008-03-121-0/+1
* Add explicit buf arg to cli_check_sign_macVolker Lendecke2008-02-281-1/+1
* Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-281-1/+1
* Fix typoVolker Lendecke2008-02-231-2/+2
* Add a missing returnVolker Lendecke2008-02-111-1/+1
* Don't leak memory in error path.Jeremy Allison2008-01-231-0/+1
* Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison2008-01-231-1/+1
* Fix Windows 2008 (Longhorn) join.Andreas Schneider2008-01-231-1/+15
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-11/+11
* Use ADS_IGNORE_PRINCIPAL define.Günther Deschner2007-12-211-2/+1
* Fix debug messagesVolker Lendecke2007-12-191-8/+9
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-151-8/+42
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-121-23/+49