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-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
2003-07-25
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
4
-16
/
+44
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2
-3
/
+3
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
2
-2
/
+2
2003-07-24
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
1
-5
/
+67
2003-07-24
SMB signing is now working with change notify. Need to fix the disconnect
Jeremy Allison
1
-18
/
+28
2003-07-24
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
1
-22
/
+114
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
3
-5
/
+5
2003-07-23
fixed segv in calls to pstrcpy() in cliprint.c
Andrew Tridgell
1
-6
/
+6
2003-07-23
Don't check in two places for signing turned off...
Jeremy Allison
1
-3
/
+0
2003-07-18
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
1
-50
/
+114
2003-07-17
Correctly toggle the signing state to what it was previosly when sending
Jeremy Allison
1
-12
/
+5
2003-07-17
Putting the framework for server signing in place. Ensure we don't use
Jeremy Allison
1
-5
/
+67
2003-07-16
Refactor signing code to remove most dependencies on 'struct cli'.
Jeremy Allison
2
-92
/
+118
2003-07-16
Add API framework for server SMB signing.
Jeremy Allison
1
-0
/
+21
2003-07-16
Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.
Jeremy Allison
2
-5
/
+18
2003-07-16
Spelling.
Tim Potter
5
-12
/
+12
2003-07-16
fix typo in debug log
Gerald Carter
1
-1
/
+1
2003-07-15
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
3
-5
/
+19
2003-07-15
Add a cli_ prefix to a few functions to ensure everything that takes a struct...
Jeremy Allison
1
-10
/
+10
2003-07-14
Fix SMB signing when using NTLMSSP...
Andrew Bartlett
2
-93
/
+8
2003-07-14
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
7
-96
/
+385
2003-07-14
Delete obsolete comment.
Tim Potter
1
-1
/
+0
2003-07-10
i guess i'm the only one this ever annyoed...
Gerald Carter
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
5
-8
/
+8
2003-07-03
fix bug #190; WINS server was getting marked as dead when it was not.
Gerald Carter
1
-2
/
+14
2003-07-01
* fixed volker's wbinfo -a lockup again. This one was my fault.
Gerald Carter
1
-60
/
+19
2003-07-01
* fix the trustdom_cache to work when winbindd is not running.
Gerald Carter
2
-22
/
+202
2003-06-30
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
2
-2
/
+79
2003-06-30
removing old code
Gerald Carter
1
-172
/
+0
2003-06-26
cleaning up more build issues. Tested
Gerald Carter
1
-2
/
+4
2003-06-25
* fix typos in a few debug statements
Gerald Carter
1
-1
/
+1
2003-06-25
forgot one file
Gerald Carter
1
-0
/
+158
2003-06-25
large change:
Gerald Carter
4
-550
/
+353
2003-06-23
* s/get_dc_name/rpc_dc_name/g (revert a previous change)
Gerald Carter
2
-69
/
+18
2003-06-21
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
1
-0
/
+238
2003-06-13
Forward port the app-head changes for dc name cache into 3.0.
Jeremy Allison
3
-31
/
+186
2003-06-10
fixed libsmb code to set correct timeout in cli_state when waiting for
Andrew Tridgell
1
-2
/
+2
2003-06-10
use ZERO_STRUCT() instead of memset
Andrew Tridgell
1
-1
/
+1
2003-06-08
Fix some memory leaks and extra cache startups/shutdowns from the trusted
Andrew Bartlett
2
-4
/
+5
2003-06-08
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.
Andrew Bartlett
1
-9
/
+49
2003-06-08
Rework our smb signing code again, this factors out some of the common
Andrew Bartlett
1
-54
/
+109
2003-06-06
applying David Lee's climessage patch to make sending messages more extendable
Gerald Carter
1
-6
/
+32
[next]