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
/
source4
/
lib
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
2008-09-24
18
-1596
/
+0
*
lib/crypto: remove dependency to internal heimdal
Stefan Metzmacher
2008-08-01
1
-2
/
+21
*
copied the Heimdal sha256 functions into lib/crypto to avoid a link
Andrew Tridgell
2008-06-04
5
-3
/
+327
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-06-04
8
-783
/
+2
|
\
|
*
lib/crypto: remove unused sha1 and hmac-sha1 code
Stefan Metzmacher
2008-06-04
8
-782
/
+2
*
|
SMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell
2008-06-03
4
-1
/
+133
|
/
*
Fix a bunch of dependencies.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Use variables for source directory in remaining subsystems.
Jelmer Vernooij
2008-05-18
1
-2
/
+2
*
Fix torture module initializion.
Jelmer Vernooij
2008-05-10
1
-1
/
+1
*
Move subunit infrastructure code into lib/torture.
Jelmer Vernooij
2008-04-27
1
-1
/
+1
*
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
2008-04-14
1
-14
/
+7
*
r25931: Add config .mk file for crypto lib.
Jelmer Vernooij
2007-12-21
1
-0
/
+26
*
r25522: Convert to standard bool types.
Jelmer Vernooij
2007-10-10
5
-14
/
+14
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
11
-33
/
+22
*
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
2007-10-10
1
-35
/
+19
*
r18374: don't go past the end of this array
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r18357: Convert more crypto tests from using function results as initialisers.
Andrew Bartlett
2007-10-10
4
-89
/
+97
*
r18351: functions as initialisers in structures doesn't work on some compilers
Andrew Tridgell
2007-10-10
1
-26
/
+25
*
r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
Stefan Metzmacher
2007-10-10
1
-0
/
+99
*
r17494: add tests for the example values from rfc 1320 (MD4)
Stefan Metzmacher
2007-10-10
1
-0
/
+84
*
r17493: fix typo
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17492: add a test with the example values from rfc1321 (MD5)
Stefan Metzmacher
2007-10-10
1
-0
/
+87
*
r17490: add all test values from rfc 2202
Stefan Metzmacher
2007-10-10
1
-12
/
+66
*
r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174
Stefan Metzmacher
2007-10-10
7
-2
/
+749
*
r15204: Fix MD5Update prototype
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r15199: Try to make these prototypes match, to get the build on S390 linux go...
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocated
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r13953: make more functions public
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r13842: Make some more functions public.
Jelmer Vernooij
2007-10-10
2
-7
/
+9
*
r13840: Mark some functions as public.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r11634: - make crc table static
Stefan Metzmacher
2007-10-10
2
-3
/
+3
*
r11631: fixed a signed/unsigned warning
Andrew Tridgell
2007-10-10
2
-2
/
+2
*
r11616: Replace old crc32 code with one from the FreeBSD tree.
Jeremy Allison
2007-10-10
1
-56
/
+92
*
r9421: Move arcfour code into it's own file, in lib/crypto.
Andrew Bartlett
2007-10-10
3
-1
/
+99
*
r6462: Move the arcfour sbox state into it's own structure, and allocate it
Andrew Bartlett
2007-10-10
1
-0
/
+6
*
r4197: Remove silly extra const.
Tim Potter
2007-10-10
2
-2
/
+2
*
r3961: - fix compiler warnings
Stefan Metzmacher
2007-10-10
2
-7
/
+3
*
r3960: fix compiler warnings
Stefan Metzmacher
2007-10-10
2
-3
/
+2
*
r3462: separate out the crypto includes
Andrew Tridgell
2007-10-10
6
-0
/
+91
*
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
2007-10-10
1
-8
/
+6
*
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
2007-10-10
2
-10
/
+10
*
r935: remove unused variable
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
3
-30
/
+30
*
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
2007-10-10
1
-14
/
+1
[next]