index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
add afsstring2key
Mark Eichin
1996-04-09
3
-1
/
+505
*
Took the list of sources and object files in FSRCS, FOBJS, D3OBJS, and
Theodore Tso
1996-03-31
2
-19
/
+34
*
Removed crctest.c from the SRCS list, since it's only a test program
Theodore Tso
1996-03-31
2
-1
/
+6
*
Fixed comments describing the various checksum types. (Added numbers,
Theodore Tso
1996-03-31
2
-9
/
+15
*
Makefile.in: support des3-cbc-raw
Richard Basch
1996-03-29
2
-1
/
+3
*
Added support for des3-cbc-raw (gssapi) and rsa-md5-des3
Richard Basch
1996-03-29
3
-11
/
+49
*
Added support for ENCTYPE_DES3_CBC_RAW (gssapi)
Richard Basch
1996-03-29
5
-4
/
+14
*
Added support for CKSUMTYPE_RSA_MD5_DES3
Richard Basch
1996-03-29
2
-0
/
+61
*
Added support for ENCTYPE_DES3_CBC_RAW (gssapi)
Richard Basch
1996-03-29
1
-0
/
+104
*
Fix Windows lint flames. (16bit vs. 32bit issues)
Theodore Tso
1996-03-21
3
-8
/
+13
*
* des_crc.c (mit_des_crc_decrypt_func): Add const to pointer
Ezra Peisach
1996-03-20
3
-1
/
+9
*
* new_rn_key.c (mit_des_generate_random_block): Add const keywrod
Ezra Peisach
1996-03-20
3
-2
/
+15
*
ustime.c was renamed to c_ustime.c
Ezra Peisach
1996-03-20
1
-1
/
+1
*
Add Windows 95/NT time function. (Does this time function work under
Theodore Tso
1996-02-28
2
-0
/
+44
*
t_random.c: New file which just tests the random number generator
Theodore Tso
1996-02-23
4
-2
/
+145
*
Set magic number in krb5_address
Ezra Peisach
1996-02-15
2
-0
/
+7
*
Folded in danw's changes to allow building Makefiles for the
Theodore Tso
1996-02-07
2
-0
/
+8
*
* t_cksum.c (main): use proper old-style definition
Mark Eichin
1996-01-27
2
-1
/
+7
*
Fix return type for mit_des3_string_to_key()
Theodore Tso
1996-01-11
2
-1
/
+5
*
* t_verify.c: Added an n-fold test
Richard Basch
1995-12-14
1
-0
/
+36
*
* d3_str2ky.c: Updated to include some of the randomness throughout
Richard Basch
1995-12-12
1
-7
/
+3
*
* d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt the
Richard Basch
1995-12-12
1
-1
/
+8
*
Fixed the description of the algorithm in the comment
Richard Basch
1995-12-02
1
-2
/
+1
*
XOR the last byte of weak keys with 0xf0, according to spec
Richard Basch
1995-12-02
2
-2
/
+6
*
Corrected algorithm description at beginning.
Richard Basch
1995-12-01
1
-16
/
+26
*
Corrected a bug in the wrap-around carry (found bug by comparing test results
Richard Basch
1995-11-29
1
-24
/
+16
*
Make sure that each DES key is strong. If not, xor first byte with 0xf0
Richard Basch
1995-11-28
1
-2
/
+8
*
Corrected bit rotation to match documented algorithm
Richard Basch
1995-11-28
1
-5
/
+6
*
Removed debugging assert() statement
Richard Basch
1995-11-28
1
-2
/
+0
*
f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to input
Ezra Peisach
1995-11-28
3
-2
/
+7
*
The output block of n-fold should not be a "const"
Richard Basch
1995-11-28
1
-1
/
+1
*
Compile 3-DES MD5 routine
Richard Basch
1995-11-28
1
-0
/
+2
*
Added 3-DES MD5 checksum mode switch
Richard Basch
1995-11-28
1
-0
/
+11
*
Added 3-DES MD5 checksum mode
Richard Basch
1995-11-28
1
-0
/
+11
*
Added Triple-DES function prototypes and structures
Richard Basch
1995-11-28
1
-1
/
+56
*
Compile in Triple-DES routines
Richard Basch
1995-11-28
1
-2
/
+13
*
Triple DES shares the same random key initialization routine
Richard Basch
1995-11-28
1
-0
/
+1
*
Triple DES support routines
Richard Basch
1995-11-28
1
-0
/
+173
*
Triple-DES support routines
Richard Basch
1995-11-28
7
-0
/
+637
*
* encrypt_data.c (krb5_encrypt_data): New file. A generic routine
Theodore Tso
1995-11-13
4
-0
/
+153
*
* t_cksum.c : Remove krb5_enctype from krb5_string_to_key() args
Chris Provenzano
1995-11-09
2
-5
/
+5
*
* string2key.c : Remove krb5_enctype from krb5_string_to_key() args.
Chris Provenzano
1995-11-09
3
-3
/
+9
*
Make mit_des_finish_key() safe to call even if there is no key that
Theodore Tso
1995-11-01
2
-2
/
+10
*
Remove ##DOS!include of config/windows.in. config/windows.in is now
Theodore Tso
1995-10-07
12
-6
/
+30
*
Change types of krb5_max_enctype and krb5_max_cksumtype to be
Theodore Tso
1995-10-06
2
-2
/
+8
*
* configure.in (V5_MAKE_SHARED_LIB): Change for version 0.1 of
Ezra Peisach
1995-10-02
2
-17
/
+6
*
Rename verify.c to t_verify.c to remove conflict with
Keith Vetter
1995-09-29
3
-3
/
+8
*
Removed "foo:: foo-$(WHAT)" lines from the Makefile
Theodore Tso
1995-09-25
10
-29
/
+40
*
Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile
Theodore Tso
1995-09-25
3
-7
/
+9
*
Change password for the Mac
Keith Vetter
1995-09-24
2
-1
/
+6
[next]