summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: only use krb5 headers where required.Günther Deschner2010-01-131-0/+1
* When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-171-1/+1
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-201-16/+35
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-1/+1
* 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
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-65/+87
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-4/+4
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-12/+13
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-28/+10
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-10/+28
* r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner2007-10-101-1/+2
* r24281: Fix bug found by Herb. The vuid entry in the cli_state structure getsJeremy Allison2007-10-101-0/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-13/+12
* r22950: Fix the issue Volker reported here :Jeremy Allison2007-10-101-1/+1
* r22929: Attempt to fix some build farm failures: On port 139 the firstVolker Lendecke2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-15/+15
* r22644: Fix memleak.Günther Deschner2007-10-101-1/+3