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
/
source
/
libsmb
/
cliconnect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases
Stefan Metzmacher
2009-01-13
1
-16
/
+36
*
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison
2008-06-02
1
-3
/
+3
*
spnego SPN fix when contacting trusted domains
Steven Danneman
2008-05-23
1
-20
/
+22
*
When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causes
Jeremy Allison
2008-04-04
1
-4
/
+9
*
Back-port from vl.
Jeremy Allison
2008-02-11
1
-1
/
+1
*
Enable v3-0-test to successfully join a windows 2008 domain controller.
Günther Deschner
2008-01-31
1
-2
/
+1
*
Added :
Jeremy Allison
2008-01-23
1
-1
/
+16
*
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
2007-12-15
1
-8
/
+41
*
[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
samba-misc-tags/initial-v3-0-test
Gerald (Jerry) Carter
2007-10-10
1
-28
/
+33
*
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
*
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
2007-10-10
1
-27
/
+38
*
r17216: From Kai Blin <kai.blin@gmail.com>:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-17
/
+22
*
r15755: Fix Coverity bug # 294. Apparently password can be NULL, but cli_sess...
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r15681: fix segv in 'kinit && net ads join'
Gerald Carter
2007-10-10
1
-5
/
+3
*
r15610: Fix Coverity #288 - possible null deref.
Jeremy Allison
2007-10-10
1
-3
/
+11
*
r15589: While trying to understand the vuid code I found that security=share ...
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r15162: Patch for bug #3668. Windows has a bug with LARGE_READX
Jeremy Allison
2007-10-10
1
-3
/
+19
*
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
2007-10-10
1
-1
/
+1
*
r13502: Fix error messages for usershares when smbd is not
Jeremy Allison
2007-10-10
1
-3
/
+10
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-1
/
+1
*
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
2007-10-10
1
-5
/
+7
*
r11975: Fix valgrind error -- bug 3291
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r11240: * fix invalid read reported by valgrind in the
Gerald Carter
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-24
/
+3
*
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
2007-10-10
1
-2
/
+0
[next]