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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
raw
/
smb_signing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
libcli: Fix whitespace
Volker Lendecke
1
-16
/
+15
2022-06-09
lib/util: Change function to mem_equal_const_time()
Joseph Sutton
1
-1
/
+1
2022-06-09
auth: Use constant-time memcmp when comparing sensitive buffers
Joseph Sutton
1
-1
/
+1
2019-05-21
s3:libcli: Use GnuTLS MD5 for smb singing
Andreas Schneider
1
-24
/
+69
2013-06-19
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
1
-2
/
+2
2011-11-30
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-175
/
+0
2011-11-03
s4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/
Stefan Metzmacher
1
-1
/
+1
2011-11-03
s4:libcli/raw: remove unused SMB_SIGNING_AUTO handling
Stefan Metzmacher
1
-1
/
+0
2011-11-03
s4:libcli/raw: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the clien...
Stefan Metzmacher
1
-0
/
+1
2011-11-03
s4:libcli/raw: only use smb signing if required
Stefan Metzmacher
1
-2
/
+2
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-1
/
+1
2009-08-07
s4:libcli/raw: we don't need to include "smb.h" explicit
Stefan Metzmacher
1
-1
/
+0
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
libcli/raw: real signing starts at seqnumber 2
Stefan Metzmacher
1
-0
/
+1
2008-09-23
libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signature
Stefan Metzmacher
1
-0
/
+2
2008-09-23
libcli/raw: give the caller the chance to do the signing checks on its own.
Stefan Metzmacher
1
-0
/
+7
2008-09-06
Make SMB signing work with Windows 2008 and kerberos.
Andrew Bartlett
1
-4
/
+1
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-3
/
+3
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-44
/
+44
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8134: remove unused var
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r7970: This SMB signing code (merged from 3.0) turned out to be bogus.
Andrew Bartlett
1
-8
/
+0
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3380: - changed the default behaviour of server signing. We now have a default
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...
Jeremy Allison
1
-2
/
+11
2007-10-10
r2664: fixed the final server leak for normal operation. We now get a clean r...
Andrew Tridgell
1
-4
/
+6
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
1
-43
/
+66
2007-10-10
r1768: Add some debugs to assist in SMB signing debugging.
Andrew Bartlett
1
-0
/
+12
2007-10-10
r1746: Remove more cruft from the SMB signing code.
Andrew Bartlett
1
-36
/
+20
2007-10-10
r1745: More work on cleaning up SMB signing.
Andrew Bartlett
1
-179
/
+109
2007-10-10
r1735: Clean up SMB signing - we don't have more than one 'real' way to sign
Andrew Bartlett
1
-31
/
+14
2007-10-10
r1729: Make the SMB signing code more generic (to share more between client a...
Andrew Bartlett
1
-42
/
+57
2007-10-10
r1725: Remove a silly 'utility' function.
Andrew Bartlett
1
-16
/
+4
2007-10-10
r1686: Don't use a void* for the context inside the SMB signing code.
Andrew Bartlett
1
-5
/
+0
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-31
/
+31
2007-10-10
r1633: fixed a couple of async oplock handling errors
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
1
-66
/
+86
2007-10-10
r1494: fix debug message
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1462: GENSEC Kerberos and SPENGO work:
Andrew Bartlett
1
-26
/
+75
[next]