summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliconnect.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-65/+87
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-15/+15
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-4/+4
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-12/+13
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-28/+10
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-10/+28
2007-10-10r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner1-1/+2
2007-10-10r24281: Fix bug found by Herb. The vuid entry in the cli_state structure getsJeremy Allison1-0/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-13/+12
2007-10-10r22950: Fix the issue Volker reported here :Jeremy Allison1-1/+1
2007-10-10r22929: Attempt to fix some build farm failures: On port 139 the firstVolker Lendecke1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-15/+15
2007-10-10r22644: Fix memleak.Günther Deschner1-1/+3
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-11/+11
2007-10-10r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison1-0/+1
2007-10-10r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher1-1/+1
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison1-10/+10
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-10/+10
2007-10-10r21894: Some refactoring of server side encryption context. SupportJeremy Allison1-2/+1
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison1-2/+3
2007-10-10r21577: Remove unneeded #define (part of earlier patch that wasJeremy Allison1-2/+0
2007-10-10r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>Jeremy Allison1-16/+74
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner1-1/+1
2007-10-10r19250: Fixes bug 4156.Derrell Lipman1-0/+1
2007-10-10r19043: There's no point in #ifdef'ing the detection whether we were offered ...Volker Lendecke1-8/+2
2007-10-10r19042: Fix the non-krb5 build. This needs sooo severe cleanup ... :-)Volker Lendecke1-0/+2
2007-10-10r19041: Make us connect to Vista RC1. Apparently metze had done the same patc...Volker Lendecke1-1/+14
2007-10-10r18969: Fix typo.Günther Deschner1-2/+2
2007-10-10r18613: Metze, in your DLINKLIST commit you changed thisJeremy Allison1-1/+1
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-1/+1
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-1/+3
2007-10-10r17583: Change internal cli_session_setup functions to NTSTATUS.Volker Lendecke1-47/+56
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-27/+38
2007-10-10r17216: From Kai Blin <kai.blin@gmail.com>:Andrew Bartlett1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-17/+22
2007-10-10r15755: Fix Coverity bug # 294. Apparently password can be NULL, but cli_sess...Volker Lendecke1-0/+4
2007-10-10r15681: fix segv in 'kinit && net ads join'Gerald Carter1-5/+3
2007-10-10r15610: Fix Coverity #288 - possible null deref.Jeremy Allison1-3/+11
2007-10-10r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke1-1/+3
2007-10-10r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison1-3/+19
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner1-1/+1
2007-10-10r13502: Fix error messages for usershares when smbd is notJeremy Allison1-3/+10
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+1