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
...
*
revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...
Gerald Carter
2003-08-22
1
-2
/
+2
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
1
-1
/
+1
*
Break up 'cli_full_connection' to allow for the session setups to be done
Andrew Bartlett
2003-08-19
1
-35
/
+114
*
Change Samba to always use extended security for it's guest logins, (ie,
Andrew Bartlett
2003-08-14
1
-57
/
+15
*
Fix client autonegotiate signing.
Volker Lendecke
2003-08-12
1
-10
/
+15
*
Fallback to not using NTLMv2 is extended security not supported.
Jeremy Allison
2003-08-11
1
-1
/
+1
*
Store the server domain from the ntlmssp challenge in the client struct
Volker Lendecke
2003-08-10
1
-0
/
+1
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-3
/
+6
*
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
2003-07-25
1
-5
/
+11
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-1
/
+1
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-1
/
+1
*
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
2003-07-16
1
-0
/
+5
*
Spelling.
Tim Potter
2003-07-16
1
-1
/
+1
*
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
2003-07-15
1
-2
/
+14
*
Fix SMB signing when using NTLMSSP...
Andrew Bartlett
2003-07-14
1
-2
/
+5
*
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
2003-07-14
1
-0
/
+6
*
cleaning up more build issues. Tested
Gerald Carter
2003-06-26
1
-2
/
+4
*
large change:
Gerald Carter
2003-06-25
1
-3
/
+3
*
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.
Andrew Bartlett
2003-06-08
1
-9
/
+49
*
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
2003-05-21
1
-3
/
+16
*
spelling
Tim Potter
2003-05-14
1
-1
/
+1
*
Finally get NTLMv2 working on the client!
Andrew Bartlett
2003-05-09
1
-3
/
+12
*
Allow the NTLMv2 functions to spit out both possible varients on the session
Andrew Bartlett
2003-05-05
1
-1
/
+1
*
Add a check to ensure that the server returns the correct device type, not
Andrew Bartlett
2003-04-23
1
-3
/
+0
*
Merge cliconnect.c so smbtree builds.
Tim Potter
2003-04-14
1
-1
/
+113
*
Merge from HEAD:
Andrew Bartlett
2003-03-18
1
-50
/
+44
*
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
2003-03-18
1
-2
/
+2
*
Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full
Jeremy Allison
2003-03-05
1
-7
/
+2
*
Merge from HEAD client-side authentication changes:
Andrew Bartlett
2003-02-24
1
-148
/
+165
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-3
/
+4
*
Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status with
Andrew Bartlett
2003-01-04
1
-1
/
+1
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-26
/
+25
*
Merge from HEAD:
Andrew Bartlett
2002-11-08
1
-1
/
+1
*
patches from Urban
Gerald Carter
2002-11-08
1
-0
/
+3
*
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
1
-1
/
+11
*
merge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter
2002-10-04
1
-1
/
+1
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-5
/
+1
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-115
/
+164
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-20
/
+27
*
more bug updates from head
Andrew Tridgell
2002-07-15
1
-5
/
+0
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-302
/
+226
*
The 17-bit length field in the header contains the number of
Christopher R. Hertel
2002-07-01
1
-1
/
+8
*
Always pass NT password as well as Lanman.
Jeremy Allison
2002-04-06
1
-1
/
+1
*
Removed duplicate \n from debug message.
Tim Potter
2002-03-06
1
-21
/
+13
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fix a couple of memory leaks in the cli_establish_connection() code's failure
Andrew Bartlett
2002-01-20
1
-0
/
+2
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
1
-18
/
+18
*
fixed a crash bug in domain auth caused by an uninitialised nt_status
Andrew Tridgell
2002-01-11
1
-0
/
+2
*
Fix up 'net ads join' to delete and rejoin if the account already exists.
Andrew Bartlett
2002-01-11
1
-1
/
+1
[prev]
[next]