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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-09-06
address bug #359. Andrew B's patch for implementing client
Gerald Carter
2
-31
/
+37
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2
-3
/
+4
2003-09-04
Used cachegrind to track down some bottlenecks.
Jeremy Allison
1
-0
/
+3
2003-08-27
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
1
-2
/
+1
2003-08-22
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
Jeremy Allison
1
-1
/
+1
2003-08-22
revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...
Gerald Carter
1
-2
/
+2
2003-08-22
Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy Allison
1
-13
/
+16
2003-08-20
Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed
Jeremy Allison
1
-1
/
+1
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-08-19
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
1
-5
/
+4
2003-08-19
Break up 'cli_full_connection' to allow for the session setups to be done
Andrew Bartlett
1
-35
/
+114
2003-08-15
get rid of more compiler warnings
Herb Lewis
2
-19
/
+19
2003-08-15
Add the gss-spnego kerberos server side to ntml_auth. This uses the
Volker Lendecke
1
-0
/
+14
2003-08-15
Fix memleaks.
Volker Lendecke
1
-1
/
+3
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
7
-53
/
+63
2003-08-14
Change Samba to always use extended security for it's guest logins, (ie,
Andrew Bartlett
5
-70
/
+33
2003-08-13
Don't wrap up anything that is not there. Otherwise upper layers
Volker Lendecke
1
-0
/
+3
2003-08-13
Only close anything that is not fid 0. Was very confusing in ethereal...
Volker Lendecke
1
-1
/
+3
2003-08-12
As described in http://davenport.sourceforge.net/ntlm.html add NTLM2
Andrew Bartlett
1
-3
/
+40
2003-08-12
Fix client autonegotiate signing.
Volker Lendecke
1
-10
/
+15
2003-08-11
Fallback to not using NTLMv2 is extended security not supported.
Jeremy Allison
1
-1
/
+1
2003-08-11
I think this is the one to check...
Volker Lendecke
1
-0
/
+3
2003-08-11
Revert the latest fix. Need to investigate further.
Volker Lendecke
1
-4
/
+2
2003-08-11
Fix a segfault in ntlm_auth when we can't find a domain or hostname.
Volker Lendecke
1
-2
/
+4
2003-08-10
Store the server domain from the ntlmssp challenge in the client struct
Volker Lendecke
2
-0
/
+4
2003-08-08
fix 2 bugs:
Gerald Carter
1
-3
/
+13
2003-08-08
RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.
Jeremy Allison
1
-1
/
+1
2003-08-07
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
1
-1
/
+40
2003-08-07
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
1
-46
/
+19
2003-08-04
Changes to make gss-spnego ntlmssp client work against W2k AD.
Volker Lendecke
1
-1
/
+17
2003-08-04
Fix unused variable warning.
Tim Potter
1
-1
/
+1
2003-08-03
Fix oplock break detection code on incoming oplock break responses. This
Jeremy Allison
1
-7
/
+15
2003-08-02
Ensure we don't leak any sign records on cancel of pending requests.
Jeremy Allison
1
-0
/
+27
2003-08-02
Only look for mid sign records on incoming packets for oplock break replies.
Jeremy Allison
1
-20
/
+28
2003-08-02
More fixes for client and server side signing. Ensure sequence numbers
Jeremy Allison
2
-32
/
+103
2003-08-02
Leave the packet sequence checkers enabled whilst I track down a smbclient ->...
Jeremy Allison
1
-2
/
+2
2003-08-02
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
1
-12
/
+64
2003-08-02
Correct fix (removed the earlier band-aid) for what I thought was a signing
Jeremy Allison
4
-4
/
+97
2003-08-01
Update my copyrights according to my agreement with IBM
Jim McDonough
2
-2
/
+2
2003-08-01
Final fix for the bug tridge found. Only push locks onto a blocking lock
Jeremy Allison
1
-0
/
+1
2003-07-31
Fix off-by-one found by valgrind.
Volker Lendecke
1
-1
/
+1
2003-07-31
This fixes an error I must have made when playing with spnego.c found
Volker Lendecke
1
-14
/
+35
2003-07-31
Turn the 'doing_signing' variable on - fix bug where it was only being set
Jeremy Allison
1
-1
/
+1
2003-07-30
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
3
-4
/
+28
2003-07-30
Fix bug we discovered in W2K client signing on secondary trans2 packets.
Jeremy Allison
1
-2
/
+3
2003-07-30
Eliminate valgrind error when client gets bad sig on list. Some reformatting.
Jeremy Allison
2
-12
/
+25
2003-07-29
This adds gss-spnego to ntlm_auth. It contains some new spnego support
Volker Lendecke
1
-0
/
+292
2003-07-27
Fix comment
Andrew Bartlett
1
-1
/
+1
2003-07-27
Try again to fix up 'session request' name exchange. This time we actualy
Andrew Bartlett
1
-3
/
+3
2003-07-27
Some small fixes to our charset conversion code:
Andrew Bartlett
1
-4
/
+8
[next]