summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cliconnect.c
Commit message (Expand)AuthorAgeFilesLines
* 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.Gerald (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
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-11/+11
* r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison2007-10-101-0/+1
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-101-1/+1
* r21990: Stop messing with the signing engine just becauseJeremy Allison2007-10-101-10/+10
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-10/+10
* r21894: Some refactoring of server side encryption context. SupportJeremy Allison2007-10-101-2/+1
* r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison2007-10-101-2/+3
* r21577: Remove unneeded #define (part of earlier patch that wasJeremy Allison2007-10-101-2/+0
* r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>Jeremy Allison2007-10-101-16/+74
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-1/+1
* r19250: Fixes bug 4156.Derrell Lipman2007-10-101-0/+1
* r19043: There's no point in #ifdef'ing the detection whether we were offered ...Volker Lendecke2007-10-101-8/+2
* r19042: Fix the non-krb5 build. This needs sooo severe cleanup ... :-)Volker Lendecke2007-10-101-0/+2
* r19041: Make us connect to Vista RC1. Apparently metze had done the same patc...Volker Lendecke2007-10-101-1/+14
* r18969: Fix typo.Günther Deschner2007-10-101-2/+2
* r18613: Metze, in your DLINKLIST commit you changed thisJeremy Allison2007-10-101-1/+1
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-1/+1
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-1/+3
* r17583: Change internal cli_session_setup functions to NTSTATUS.Volker Lendecke2007-10-101-47/+56
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-27/+38
* r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-17/+22