index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
crypto
/
md4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Makefile.in: Set the myfulldir and mydir variables (which are relative
Theodore Tso
1998-12-05
2
-0
/
+7
*
Fixes to build out of source tree
Ezra Peisach
1998-11-06
2
-1
/
+5
*
pull up 3des implementation from the marc-3des branch
Marc Horowitz
1998-10-30
6
-722
/
+16
*
* Makefile.in (t_cksum): Do not depend on libkrb5.a, use
Ezra Peisach
1998-03-03
2
-2
/
+10
*
Remove trailing slash from thisconfigdir. Change directory syntax
Tom Yu
1998-02-18
2
-2
/
+7
*
Collapse configure.in files below lib/crypto into lib/crypto
Theodore Tso
1998-02-13
3
-6
/
+7
*
Mass makefile/configure.in build system revamp
Theodore Tso
1998-02-12
2
-0
/
+6
*
* md5.c: Fix to deal with types longer than 32 bits
Tom Yu
1997-10-28
2
-1
/
+8
*
Moved some of the library list file build logic from the individual Makefiles
Richard Basch
1997-02-23
2
-13
/
+9
*
Merge of libhack_branch
Tom Yu
1997-02-09
3
-13
/
+9
*
t_cksum: Link against libkrb5.a as it depends upon krb5_use_enctype
Ezra Peisach
1997-02-06
2
-2
/
+6
*
Windows/NT integration (V1_0_WIN32_BRANCH merge)
Richard Basch
1997-02-06
4
-43
/
+88
*
Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
Theodore Tso
1996-06-12
3
-3
/
+9
*
cvsignore hackery
Tom Yu
1996-06-10
1
-1
/
+0
*
Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags for
Sam Hartman
1996-05-23
3
-2
/
+8
*
md4crypto.c:
Richard Basch
1996-05-22
2
-2
/
+12
*
Change use of RSA_MD4_DES_CKSUM_LENGTH to use
Theodore Tso
1996-05-20
3
-36
/
+36
*
Define MD4_K5BETA_COMPAT and MD4_K5BETA_COMP_DEF so that we continue
Theodore Tso
1996-05-18
3
-6
/
+22
*
* md4crypto.c md4glue.c:
Richard Basch
1996-05-15
3
-1
/
+11
*
Renamed the functions to begin with krb5_ (like was done with MD5)
Richard Basch
1996-04-13
6
-72
/
+77
*
Remove ##DOS!include of config/windows.in. config/windows.in is now
Theodore Tso
1995-10-07
2
-1
/
+5
*
Removed "foo:: foo-$(WHAT)" lines from the Makefile
Theodore Tso
1995-09-25
2
-8
/
+9
*
Removed ^M's from DOS integration. (Oops!)
Theodore Tso
1995-09-23
1
-1
/
+1
*
md4crypt.c: put function prototype back in, fixed signed/unsigned
Theodore Tso
1995-09-23
3
-4
/
+28
*
Reintegrate the keytype->enctype changes
Ezra Peisach
1995-09-12
2
-4
/
+11
*
Mac Beta 1 submission
Keith Vetter
1995-09-11
2
-11
/
+4
*
* md4crypto.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
Chris Provenzano
1995-09-06
2
-4
/
+7
*
* md4crypto.c : Replace KEYTYPE_DES_CBC_MD4 for KEYTYPE_DES
Chris Provenzano
1995-09-06
2
-4
/
+8
*
Do not include k5-config.h, it is no longer present or needed
Paul Park
1995-07-27
2
-2
/
+4
*
Describe previous changes
Paul Park
1995-07-07
1
-0
/
+13
*
Add t_cksum under unix
Paul Park
1995-07-07
1
-1
/
+17
*
Add definition to enable compatibility with old versions of RSA-MD4-DES
Paul Park
1995-07-07
1
-0
/
+1
*
Add confounder length definition
Paul Park
1995-07-07
1
-0
/
+1
*
Add verifier procedure/dispatch
Paul Park
1995-07-07
1
-5
/
+36
*
Correct implementation of RSA-MD4-DES checksums and add verifier procedure/di...
Paul Park
1995-07-07
1
-6
/
+276
*
Allow md4.c to be optimized by native DEC compilers
Paul Park
1995-06-27
2
-1
/
+7
*
* md4.c: reverse sense of KRB5_PROVIDE_PROTOTYPES
Tom Yu
1995-06-23
2
-1
/
+5
*
Change PROTOTYPE -> KRB5_PROTOTYPE
Theodore Tso
1995-06-21
3
-2
/
+6
*
md4crypto.c: Fix -Wall nits
Theodore Tso
1995-06-09
3
-4
/
+8
*
Made the shared library makefile changes not apply to the PC
Keith Vetter
1995-06-03
1
-2
/
+11
*
Add support building shared libraries
Theodore Tso
1995-05-26
3
-1
/
+14
*
removed unneeded #include of wordsize.h
Theodore Tso
1995-04-20
2
-1
/
+4
*
Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do
Theodore Tso
1995-04-14
1
-0
/
+42
*
Windows global stuff:
Keith Vetter
1995-04-14
5
-16
/
+22
*
* Makefile.in (CFLAGS): Tweak for Unix->MPW converter.
John Gilmore
1995-03-17
2
-10
/
+13
*
Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)
Keith Vetter
1995-03-15
2
-12
/
+5
*
Finished off changed needed for making libcrypto.dll. Biggest change
Keith Vetter
1995-03-04
2
-0
/
+17
*
Added the files and changes needed to create a dll out of libcrypto
Keith Vetter
1995-03-03
2
-1
/
+5
*
Avoid <krb5/...> includes
John Gilmore
1995-02-28
2
-2
/
+6
*
Made the CRYPTO directories work on the PC by adding INTERFACE to all the
Keith Vetter
1995-02-21
6
-30
/
+59
[prev]
[next]