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