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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only try
Richard Basch
1995-12-12
1
-1
/
+1
*
* d3_str2ky.c: Updated to include some of the randomness throughout
Richard Basch
1995-12-12
1
-7
/
+3
*
Clean up repository - don't check in configure add .Sanitize and .cvsignore
Ezra Peisach
1995-12-12
3
-1009
/
+38
*
New directory for the kdb keytab functions. Currently there is only get and
Chris Provenzano
1995-12-12
4
-0
/
+1156
*
* configure.in : Added subdirectory db
Chris Provenzano
1995-12-12
2
-1
/
+6
*
* kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.
Chris Provenzano
1995-12-12
2
-79
/
+113
*
* fetch_mkey.c: If the keyblock is initialized with an enctype of
Richard Basch
1995-12-12
1
-1
/
+3
*
* d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt the
Richard Basch
1995-12-12
1
-1
/
+8
*
Add new routine krb5_input_flag_to_string to allow an application to
Ezra Peisach
1995-12-10
2
-0
/
+16
*
Move compat_recvauth to this library so that krb4 can depend on krb5
Ezra Peisach
1995-12-06
5
-0
/
+392
*
Commit the removal or compat_recv.o
Ezra Peisach
1995-12-06
1
-302
/
+0
*
Move compat_recv.c to krb5util
Ezra Peisach
1995-12-06
2
-2
/
+4
*
Removed krb4 dependency in building shared library
Ezra Peisach
1995-12-06
2
-9
/
+6
*
* Makefile.in: Shared library depends on krb5 library now
Ezra Peisach
1995-12-06
3
-3
/
+15
*
krb5 is built before krb4. Add krb5util library
Ezra Peisach
1995-12-06
2
-1
/
+5
*
Added support for matching against a supported app. session key type
Richard Basch
1995-12-05
3
-0
/
+81
*
When searching for cached credentials, make sure we are also looking for
Richard Basch
1995-12-05
1
-1
/
+1
*
Added two new routines for multiple encryption type support:
Richard Basch
1995-12-05
1
-13
/
+131
*
Serialize / de-serialize the context structure, which now includes both
Richard Basch
1995-12-05
1
-15
/
+49
*
Instead of using the TGT session key type, use the application session
Richard Basch
1995-12-05
1
-1
/
+1
*
The wrong encryption system was being initialized. The response to the mk_req
Richard Basch
1995-12-05
1
-2
/
+2
*
Moved most string-type conversion routines from libkadm to libkrb5 to
Richard Basch
1995-12-05
3
-618
/
+670
*
Moved most string-type conversion routines from libkadm to libkrb5 to
Richard Basch
1995-12-05
2
-1
/
+2
*
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
*
Add rule for building shared object files
Theodore Tso
1995-12-01
2
-0
/
+5
*
Added Changelog file
Theodore Tso
1995-12-01
1
-0
/
+14
*
In case of permission problems, don't unlink the old replay cache;
Theodore Tso
1995-12-01
2
-1
/
+9
*
Initialize rcache to zero, so that on cleanup we don't try to free
Theodore Tso
1995-12-01
2
-5
/
+6
*
Changed token ID for KG_TOK_WRAP_MSG to match KG_TOK_SEAL_MSG both
Theodore Tso
1995-12-01
2
-1
/
+5
*
* krb5_gss_glue.c (gss_inquire_names_for_mech): Added new context
Theodore Tso
1995-12-01
3
-2
/
+12
*
Corrected algorithm description at beginning.
Richard Basch
1995-12-01
1
-16
/
+26
*
Added 3-DES string translation
Richard Basch
1995-12-01
1
-0
/
+3
*
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
*
* rc_dfl.c (krb5_rc_dfl_init): default lifespan to
Tom Yu
1995-11-27
2
-1
/
+8
*
* preauth.c: Ultrix is broken. Prototype obtain_enc_ts_padata()
Tom Yu
1995-11-27
2
-2
/
+41
*
get_in_tkt.c (decrypt_as_reply):
Theodore Tso
1995-11-18
4
-10
/
+22
[next]