index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
seal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
2011-07-04
1
-11
/
+39
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
s3-auth: smbd needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-build: only include asn1 headers where actually needed.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3-libsmb: move smb encryption structs into own header.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3: Fix input check in is_encrypted_packet
Volker Lendecke
2010-10-08
1
-1
/
+3
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
1
-4
/
+4
*
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2010-07-20
1
-2
/
+2
*
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
2010-07-20
1
-0
/
+1
*
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
2010-07-19
1
-1
/
+1
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:auth Make AUTH_NTLMSSP_STATE a private structure.
Andrew Bartlett
2010-05-31
1
-3
/
+6
*
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
2009-12-22
1
-0
/
+1
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-0
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-3
/
+1
*
Fix more asprintf warnings and some error path errors.
Jeremy Allison
2008-12-23
1
-2
/
+1
*
s3: fix another build warning.
Günther Deschner
2008-10-13
1
-4
/
+4
*
Cope with the fact that the data blobs returned are now
Jelmer Vernooij
2008-10-12
1
-4
/
+20
*
Remove unused variable.
James Peach
2008-04-07
1
-1
/
+0
*
Fix Kerberos interop with Mac OS X 10.5 clients.
Bill Ricker
2008-04-07
1
-2
/
+5
*
Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy Allison
2008-02-14
1
-4
/
+16
*
Simplify... plus add a debug message.
Jeremy Allison
2008-01-08
1
-5
/
+5
*
Correctly identify enc/non-enc packets.
Jeremy Allison
2008-01-08
1
-3
/
+5
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-15
/
+29
*
As the encryption is stream based there's no reason
Jeremy Allison
2007-12-30
1
-0
/
+9
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-0
/
+703
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-703
/
+0
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-11
/
+11
*
r22747: Fix some C++ warnings
Volker Lendecke
2007-10-10
1
-6
/
+3
*
r22352: Wow - working gss SMB sealing !
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r22351: Making progress in tests...
Jeremy Allison
2007-10-10
1
-0
/
+7
*
r22350: Add some helpful debug messages.
Jeremy Allison
2007-10-10
1
-1
/
+7
*
r22327: Finish the gss-spnego part of the seal code. Now
Jeremy Allison
2007-10-10
1
-14
/
+16
*
r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE
Stefan Metzmacher
2007-10-10
1
-1
/
+4
*
r22013: Move to SSPI framing (sig first in NTLM).
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r21997: Implement the server side of gss seal negotiate.
Jeremy Allison
2007-10-10
1
-15
/
+86
*
r21991: I hate Steve French :-). Add support for encryption
Jeremy Allison
2007-10-10
1
-15
/
+81
*
r21969: Start working on the gss-side of the server negotiation.
Jeremy Allison
2007-10-10
1
-0
/
+86
*
r21926: Fix missing enum specifier pointed out by Don McCall @ HP.
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r21925: Start to code up the gss acquire creds calls.
Jeremy Allison
2007-10-10
1
-6
/
+32
*
r21917: Start to do the gss versions of sign+seal.
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r21904: Fix HP build -- thanks, Don
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21900: Token exchange now seems to work, now why does the
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21897: Add in a basic raw NTLM encrypt request. Now
Jeremy Allison
2007-10-10
1
-1
/
+30
[next]