index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
cliconnect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't leak memory in error path.
Jeremy Allison
2008-01-23
1
-0
/
+1
*
Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.
Jeremy Allison
2008-01-23
1
-1
/
+1
*
Fix Windows 2008 (Longhorn) join.
Andreas Schneider
2008-01-23
1
-1
/
+15
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-11
/
+11
*
Use ADS_IGNORE_PRINCIPAL define.
Günther Deschner
2007-12-21
1
-2
/
+1
*
Fix debug messages
Volker Lendecke
2007-12-19
1
-8
/
+9
*
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
2007-12-15
1
-8
/
+42
*
Allow cliconnect to loop through multiple ip addresses
Jeremy Allison
2007-12-12
1
-23
/
+49
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-4
/
+6
*
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
2007-11-29
1
-3
/
+12
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-4
/
+14
*
Remove a static fstring
Volker Lendecke
2007-11-11
1
-1
/
+1
*
Remove the silly "user_socket_options" global variable
Volker Lendecke
2007-11-09
1
-4
/
+2
*
Remove more pstring/fstrings.
Jeremy Allison
2007-11-08
1
-4
/
+1
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
1
-1
/
+1
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-1
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-65
/
+87
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-15
/
+15
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-4
/
+4
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-12
/
+13
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
1
-28
/
+10
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
1
-10
/
+28
*
r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...
Günther Deschner
2007-10-10
1
-1
/
+2
*
r24281: Fix bug found by Herb. The vuid entry in the cli_state structure gets
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
1
-13
/
+12
*
r22950: Fix the issue Volker reported here :
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22929: Attempt to fix some build farm failures: On port 139 the first
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-15
/
+15
*
r22644: Fix memleak.
Günther Deschner
2007-10-10
1
-1
/
+3
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-11
/
+11
*
r22122: Start to fix csc issue with Vista. Make smbd support
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r22092: - make spnego_parse_auth_response() more generic and
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21990: Stop messing with the signing engine just because
Jeremy Allison
2007-10-10
1
-10
/
+10
*
r21922: Fixed the build by rather horrid means. I really need
Jeremy Allison
2007-10-10
1
-10
/
+10
*
r21894: Some refactoring of server side encryption context. Support
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.
Jeremy Allison
2007-10-10
1
-2
/
+3
*
r21577: Remove unneeded #define (part of earlier patch that was
Jeremy Allison
2007-10-10
1
-2
/
+0
*
r21576: Patch based on work from Todd Stecher <todd.stecher@isilon.com>
Jeremy Allison
2007-10-10
1
-16
/
+74
*
r21240: Fix longstanding Bug #4009.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r19250: Fixes bug 4156.
Derrell Lipman
2007-10-10
1
-0
/
+1
*
r19043: There's no point in #ifdef'ing the detection whether we were offered ...
Volker Lendecke
2007-10-10
1
-8
/
+2
*
r19042: Fix the non-krb5 build. This needs sooo severe cleanup ... :-)
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r19041: Make us connect to Vista RC1. Apparently metze had done the same patc...
Volker Lendecke
2007-10-10
1
-1
/
+14
*
r18969: Fix typo.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r18613: Metze, in your DLINKLIST commit you changed this
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17800: Start using struct timespec internally for file times
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r17583: Change internal cli_session_setup functions to NTSTATUS.
Volker Lendecke
2007-10-10
1
-47
/
+56
[next]