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
/
smb_seal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
Fix two memleaks in the encryption code
Volker Lendecke
1
-1
/
+2
2008-12-05
Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...
Volker Lendecke
1
-0
/
+7
2008-02-28
Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac
Volker Lendecke
1
-3
/
+3
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-12
/
+13
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-0
/
+496
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-496
/
+0
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22747: Fix some C++ warnings
Volker Lendecke
1
-3
/
+3
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-2
/
+2
2007-10-10
r22389: Start preparing for multiple encryption contexts in the
Jeremy Allison
1
-3
/
+4
2007-10-10
r22358: Use gss error to NTSTATUS mapping function for errors.
Jeremy Allison
1
-4
/
+2
2007-10-10
r22016: Try and fix the build - move things out of proto.h
Jeremy Allison
1
-2
/
+2
2007-10-10
r22013: Move to SSPI framing (sig first in NTLM).
Jeremy Allison
1
-26
/
+38
2007-10-10
r21997: Implement the server side of gss seal negotiate.
Jeremy Allison
1
-2
/
+6
2007-10-10
r21994: Ignore keepalives in the correct buffer (out not in :-).
Jeremy Allison
1
-1
/
+1
2007-10-10
r21991: I hate Steve French :-). Add support for encryption
Jeremy Allison
1
-29
/
+82
2007-10-10
r21969: Start working on the gss-side of the server negotiation.
Jeremy Allison
1
-6
/
+27
2007-10-10
r21926: Fix missing enum specifier pointed out by Don McCall @ HP.
Jeremy Allison
1
-6
/
+6
2007-10-10
r21923: Add in the gss decrypt.
Jeremy Allison
1
-3
/
+45
2007-10-10
r21922: Fixed the build by rather horrid means. I really need
Jeremy Allison
1
-1
/
+4
2007-10-10
r21917: Start to do the gss versions of sign+seal.
Jeremy Allison
1
-20
/
+77
2007-10-10
r21916: Fix couple of "return" calls on void functions.
Jeremy Allison
1
-2
/
+10
2007-10-10
r21912: There's no point checksumming the packet length
Jeremy Allison
1
-4
/
+4
2007-10-10
r21903: Get the length calculations right (I always forget
Jeremy Allison
1
-16
/
+18
2007-10-10
r21897: Add in a basic raw NTLM encrypt request. Now
Jeremy Allison
1
-12
/
+12
2007-10-10
r21894: Some refactoring of server side encryption context. Support
Jeremy Allison
1
-0
/
+12
2007-10-10
r21883: Try and fix the build by removing the prototypes for
Jeremy Allison
1
-2
/
+2
2007-10-10
r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
Jeremy Allison
1
-78
/
+24
2007-10-10
r21880: Make client and server calls into encryption code symetrical,
Jeremy Allison
1
-88
/
+211
2007-10-10
r21876: Start adding in the seal implementation - prototype code
Jeremy Allison
1
-2
/
+176
2007-10-10
r21865: Add in the stubs for SMB transport encryption. Will flesh
Jeremy Allison
1
-0
/
+41