index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
cliconnect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-09-16
Fix #442 which Alexander considered a showstopper. Allow us to join mixed
Jeremy Allison
1
-8
/
+0
2003-09-09
sync 3.0 into HEAD for the last time
Gerald Carter
1
-37
/
+77
2003-08-02
port latest changes from SAMBA_3_0 tree
Simo Sorce
1
-10
/
+24
2003-07-16
trying to get HEAD building again. If you want the code
Gerald Carter
1
-22
/
+91
2003-05-21
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
1
-3
/
+16
2003-05-14
spelling
Tim Potter
1
-1
/
+1
2003-04-04
Some more good stuff from coolo.
Richard Sharpe
1
-0
/
+71
2003-03-29
added a simple test for the old SMBtcon interface
Andrew Tridgell
1
-1
/
+42
2003-03-15
Specify buffer sizes
Andrew Bartlett
1
-2
/
+2
2003-03-10
Further work on NTLMSSP-based SMB signing. Current status is that I cannnot
Andrew Bartlett
1
-6
/
+41
2003-03-09
Change the way we sign SMB packets, to a function pointer interface.
Andrew Bartlett
1
-44
/
+3
2003-03-05
Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full
Jeremy Allison
1
-7
/
+2
2003-02-24
Patch from Luke Howard to add mutual kerberos authentication, and SMB session
Andrew Bartlett
1
-1
/
+1
2003-02-21
Doesn't anyone run ./configure.developer anymore?
Tim Potter
1
-1
/
+1
2003-02-19
Only do a kinit if we got told to use kerberos.
Andrew Bartlett
1
-12
/
+12
2003-02-16
Add the 'session key' output of the NTLMSSP exchange to the cli struct, so
Andrew Bartlett
1
-0
/
+11
2003-02-15
Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a
Andrew Bartlett
1
-113
/
+66
2003-02-15
Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
Andrew Bartlett
1
-0
/
+22
2003-02-14
Further extract our NTLMv2 code into smbencrypt.c, prior to merge into our
Andrew Bartlett
1
-32
/
+20
2003-02-10
Clean up our NTLMv2 code by moving the grunt work into a helper function.
Andrew Bartlett
1
-41
/
+7
2003-02-09
(only for HEAD at the moment).
Andrew Bartlett
1
-31
/
+107
2003-02-02
Add some return values, and don't attempt signing for NTLMSSP yet (it uses a
Andrew Bartlett
1
-3
/
+1
2003-02-01
We now have client-side SMB signing support!
Andrew Bartlett
1
-1
/
+4
2003-01-15
Refactor the NTLMSSP code again - this time we use function pointers to
Andrew Bartlett
1
-1
/
+2
2003-01-13
Updates to our NTLMSSP code:
Andrew Bartlett
1
-2
/
+2
2002-12-20
Fixed bug in debug statement when tconX fails.
Tim Potter
1
-1
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-26
/
+25
2002-11-08
patches from Urban
Gerald Carter
1
-0
/
+3
2002-11-07
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
1
-1
/
+1
2002-10-17
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
1
-1
/
+11
2002-10-04
merge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter
1
-1
/
+1
2002-09-28
Ok, hopefully final fix for this one. abartlet told a bit about the
Volker Lendecke
1
-7
/
+1
2002-09-28
Thanks to abartlet I looked at that function a bit closer. What did
Volker Lendecke
1
-5
/
+0
2002-09-27
Touching somebody else's code again... Sorry, Richard.
Volker Lendecke
1
-2
/
+9
2002-09-23
Don't uppercase the username and domain in a session setup.
Tim Potter
1
-2
/
+2
2002-09-17
Add clock skew handling to our kerberos code. This allows us to cope with
Andrew Tridgell
1
-1
/
+1
2002-09-11
Merge the cli_shutdown change from 2_2. All except one call to
Volker Lendecke
1
-2
/
+0
2002-09-03
Fix the struct_blob.
Richard Sharpe
1
-5
/
+8
2002-09-03
Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> where
Jeremy Allison
1
-1
/
+7
2002-09-03
Formatting tidyup and additon of cli_close_connection() before bugfix.
Jeremy Allison
1
-69
/
+46
2002-09-03
Fix the client side NTLMSSP. It now works between smbclient and smbd!
Richard Sharpe
1
-3
/
+6
2002-09-03
Parse the NTLMSSP Challenge in cliconnect.c.
Richard Sharpe
1
-2
/
+28
2002-09-03
Make sure that an NTLMSSP negotiate blob has the correct stuff in it!
Richard Sharpe
1
-2
/
+3
2002-09-03
The session key in NTLMSSP AUTH blobs is actually an empty string.
Richard Sharpe
1
-1
/
+1
2002-08-30
convert the LDAP/SASL code to use GSS-SPNEGO if possible
Andrew Tridgell
1
-4
/
+9
2002-08-26
Some fixes for SMB signing. I can now get Win2k to correctly respond with a
Andrew Bartlett
1
-3
/
+14
2002-08-26
Updates!
Andrew Bartlett
1
-27
/
+47
2002-08-22
move where got_sig_term and reload_after_sighup are defined.
Herb Lewis
1
-9
/
+9
2002-08-19
fixed memory corruption in cli_full_connection()
Andrew Tridgell
1
-2
/
+1
2002-07-30
this fixes plaintext passwords with win2000
Andrew Tridgell
1
-3
/
+2
[next]