summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-4/+6
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-3/+12
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-4/+14
* Remove a static fstringVolker Lendecke2007-11-111-1/+1
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-4/+2
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-4/+1
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-1/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1