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
...
*
Update dependencies
Ken Raeburn
2010-02-20
1
-0
/
+8
*
Fix cipher state chaining in OpenSSL back end
Greg Hudson
2010-02-18
3
-61
/
+90
*
Add display statements for the encrypted tokens generated by t_encrypt
Greg Hudson
2010-02-17
1
-0
/
+24
*
Remove another remnant of krb4
Ken Raeburn
2010-02-15
1
-86
/
+0
*
Clarify the SPNEGO NegHints code and plug two cases where half-created
Greg Hudson
2010-02-13
1
-25
/
+19
*
Simplify the SPNEGO neg_mechs intersection logic a bit using
Greg Hudson
2010-02-12
1
-7
/
+6
*
Minimal support for updating history key
Greg Hudson
2010-02-11
5
-131
/
+113
*
Implement gss_set_neg_mechs
Greg Hudson
2010-02-10
9
-81
/
+301
*
krb5int_fast_free_state segfaults if state is null
Sam Hartman
2010-02-09
1
-0
/
+2
*
Apply patch from Arlene Berry to handle the case where a mechanism
Tom Yu
2010-02-05
1
-2
/
+10
*
Apply patch from Arlene Berry to avoid segfault if a mech
Tom Yu
2010-02-05
1
-0
/
+5
*
Apply patch from Arlene Berry to return a comparable static OID object
Tom Yu
2010-02-05
1
-0
/
+3
*
Clean up error handling in krb5int_make_tgs_request_ext, closing some
Greg Hudson
2010-02-02
1
-60
/
+41
*
set_default_enctype_var should filter not reject weak enctypes
Tom Yu
2010-02-01
2
-32
/
+105
*
Make decryption of master key list more robust
Greg Hudson
2010-01-29
1
-37
/
+13
*
Handle migration from pre-1.7 databases with master key kvno != 1
Greg Hudson
2010-01-28
3
-3
/
+37
*
Get rid of kdb_ext.h and allow out-of-tree KDB plugins
Greg Hudson
2010-01-27
5
-41
/
+86
*
define MIN() in lib/gssapi/krb5/prf.c
Tom Yu
2010-01-26
1
-0
/
+4
*
Apply patch from Arlene Berry to plug a memory leak
Tom Yu
2010-01-26
1
-1
/
+3
*
Add krb5_allow_weak_crypto API
Greg Hudson
2010-01-19
3
-0
/
+40
*
Change basename of libkadm5 libraries to avoid Heimdal conflict
Greg Hudson
2010-01-19
4
-2
/
+12
*
Make history key exempt from permitted_enctypes
Greg Hudson
2010-01-14
1
-7
/
+7
*
Add test program for decryption of overly short buffers
Greg Hudson
2010-01-12
2
-2
/
+135
*
Use keyed checksum type for DES FAST
Greg Hudson
2010-01-12
1
-0
/
+3
*
Group together the funtions related to the supplying options to preauth plugi...
Zhanna Tsitkov
2010-01-11
4
-125
/
+159
*
Move krb5_authdata_export_authdata into the separate file for better code mod...
Zhanna Tsitkov
2010-01-10
3
-65
/
+99
*
krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblock
Ezra Peisach
2010-01-09
1
-0
/
+1
*
Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr...
Zhanna Tsitkov
2010-01-08
1
-1
/
+1
*
Move kdc related functionality from pac.c into pac_sign.c
Zhanna Tsitkov
2010-01-08
5
-307
/
+363
*
krb5int_dk_string_to_key fails to set enctype
Ezra Peisach
2010-01-08
1
-0
/
+1
*
Set enctype in crypto_tests to prevent memory leaks
Ezra Peisach
2010-01-08
2
-17
/
+13
*
Restore interoperability with 1.6 addprinc -randkey
Greg Hudson
2010-01-08
1
-0
/
+28
*
yarrow code does not initialize keyblock enctype and uses unitialized value
Ezra Peisach
2010-01-08
2
-0
/
+2
*
krb5int_derive_key results in cache with uninitialized values
Ezra Peisach
2010-01-08
1
-0
/
+4
*
When retrieving the kadmin/history key, accept any enctype, as the
Greg Hudson
2010-01-07
1
-2
/
+2
*
Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo...
Zhanna Tsitkov
2010-01-07
2
-9
/
+41
*
Make preauth_module_dir override, rather than supplement, the
Greg Hudson
2010-01-07
1
-33
/
+10
*
Add miising files from rev #23593
Zhanna Tsitkov
2010-01-07
2
-0
/
+405
*
Make krb5_dbe_def_search_enctype more consistent about when it returns
Greg Hudson
2010-01-06
1
-27
/
+23
*
Don't return KRB5_KDB_NO_PERMITTED_KEY from
Greg Hudson
2010-01-06
1
-1
/
+2
*
Divide copy_auth.c into three files based on the functionality. Namely,
Zhanna Tsitkov
2010-01-06
5
-321
/
+45
*
Since krb5int_validate_times is used only inside krb dir do not export it and...
Zhanna Tsitkov
2010-01-06
3
-1
/
+4
*
Rename krb5_validate_times into krb5int_validate_times as it is internal func...
Zhanna Tsitkov
2010-01-05
4
-5
/
+5
*
Rename krb5int_tgtname into krb5_tgtname as an internal function
Zhanna Tsitkov
2010-01-05
7
-16
/
+14
*
disable weak crypto by default
Tom Yu
2010-01-05
2
-1
/
+4
*
Don't accept AS replies encrypted in enctypes other than the ones we
Greg Hudson
2010-01-04
1
-0
/
+18
*
For the better code modularity keep some "free" routines closer to the resour...
Zhanna Tsitkov
2010-01-04
7
-177
/
+100
*
Update dependencies
Ken Raeburn
2010-01-03
8
-65
/
+127
*
Enable caching of key-derived context info such as key schedules from
Ken Raeburn
2010-01-03
2
-18
/
+60
*
Fix a case where krb5int_aes_decrypt was trying to encrypt a block
Greg Hudson
2010-01-03
1
-1
/
+1
[prev]
[next]