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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)
Tom Yu
2010-05-19
1
-0
/
+7
*
When parsing a KDC or admin server string, allow the name or address
Greg Hudson
2010-05-18
3
-46
/
+63
*
Improve the error message from kadmin when hostname resolution fails
Greg Hudson
2010-05-18
3
-4
/
+7
*
If gss_inquire_cred is called with a null credential, acquire a
Greg Hudson
2010-05-17
1
-44
/
+13
*
The mechglue always passes null for desired_mechs and actual_mechs
Greg Hudson
2010-05-17
7
-244
/
+30
*
The mechglue never invokes a mech's gss_add_cred function. Remove the
Greg Hudson
2010-05-17
4
-411
/
+1
*
Reformat with shorter lines
Ken Raeburn
2010-05-16
1
-15
/
+23
*
Delete an old pre-Yarrow item
Ken Raeburn
2010-05-16
1
-4
/
+0
*
Update dependencies
Ken Raeburn
2010-05-16
5
-38
/
+54
*
Stop exporting some profile symbols that aren't either published in
Ken Raeburn
2010-05-16
2
-54
/
+0
*
Force hostname to lower-case for use in principal names
Ken Raeburn
2010-05-16
1
-1
/
+2
*
Negative enctypes improperly read from ccaches
Greg Hudson
2010-05-13
1
-1
/
+2
*
Error handling bug in krb5_init_creds_init()
Greg Hudson
2010-05-13
1
-4
/
+5
*
Negative enctypes improperly read from keytabs
Greg Hudson
2010-05-13
1
-3
/
+2
*
Make k5test.py work for builds in the source dir
Greg Hudson
2010-05-13
1
-1
/
+1
*
Remove krb5_get_in_tkt
Tom Yu
2010-05-12
1
-1
/
+1
*
Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,
Greg Hudson
2010-05-12
7
-1170
/
+53
*
Add lockout-related performance tuning variables
Greg Hudson
2010-05-10
8
-43
/
+143
*
Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAP
Greg Hudson
2010-05-10
1
-22
/
+29
*
General code consistency pass in kdb_db2.c.
Greg Hudson
2010-05-05
1
-136
/
+56
*
Adjust for removal of krb5_ldap_set_option in r23965
Tom Yu
2010-05-04
1
-1
/
+0
*
Get rid of some kdb5_util load code which is no longer useful after
Greg Hudson
2010-05-04
1
-32
/
+1
*
Remove some unused format string definitions from kdb5_util's dump.c
Greg Hudson
2010-05-04
1
-14
/
+0
*
Remove some unused fields from kadm5_config_params. Bump the client
Greg Hudson
2010-05-04
4
-10
/
+2
*
Eliminate the unused realm_dbname field from krb5_realm_params
Greg Hudson
2010-05-04
5
-10
/
+1
*
Remove a stray comment from r23966
Greg Hudson
2010-05-04
1
-1
/
+0
*
Refactor the kdb_db2.c code which processes db_args and profile
Greg Hudson
2010-05-04
2
-305
/
+134
*
Remove krb5_db_set_option and the associated DAL entry. It was not
Greg Hudson
2010-05-04
8
-93
/
+0
*
Correct the DAL documentation for db_create
Greg Hudson
2010-05-03
1
-3
/
+4
*
Eliminate some uses of variables as format strings. Based on a patch
Greg Hudson
2010-05-03
6
-14
/
+7
*
Eliminate the use of variables for format strings in kdb5_util. Many
Greg Hudson
2010-05-03
8
-140
/
+8
*
Fix some bugs in the IAKERB code discovered by Coverity. Also trim
Greg Hudson
2010-05-01
3
-28
/
+18
*
Add IAKERB mechanism and gss_acquire_cred_with_password
Greg Hudson
2010-04-30
43
-318
/
+2850
*
memory leak in process_tgs_req in r23724
Tom Yu
2010-04-30
1
-1
/
+3
*
Fix a backwards check in get_cached_tgt() in the TGS code
Greg Hudson
2010-04-27
1
-3
/
+3
*
Squash some warnings in the old crypto API glue. Use make_data()
Greg Hudson
2010-04-26
1
-42
/
+20
*
Add a Python test script to exercise the GSS sample app
Greg Hudson
2010-04-24
2
-0
/
+43
*
Add a sentinel line to sim_server after the socket is ready, and use
Greg Hudson
2010-04-24
2
-2
/
+6
*
Eliminate the use of tail -f in the dejagnu test suite. Instead, use
Greg Hudson
2010-04-24
1
-139
/
+7
*
Add a sentinel to the sample gss-server after the socket is ready, and
Greg Hudson
2010-04-24
2
-1
/
+6
*
Simplify how k5test scripts get run by importing runenv by pathname
Greg Hudson
2010-04-24
2
-10
/
+16
*
Run Python tests as individual rule commands (friendlier to make -k)
Greg Hudson
2010-04-24
6
-39
/
+30
*
Fix the actual python command to match the displayed one in the
Greg Hudson
2010-04-24
1
-2
/
+4
*
Adapted patch from Arlene Berry to handle dlerror() returning a null
Tom Yu
2010-04-23
1
-0
/
+4
*
Adapted patch from Jason Rogers. It wasn't complete, so this commit
Tom Yu
2010-04-23
2
-19
/
+28
*
From Luke: fix the post-canonicalization cache check logic in
Greg Hudson
2010-04-22
1
-5
/
+11
*
In kg_new_connection(), make sure k_cred is freed in all failure
Greg Hudson
2010-04-22
1
-3
/
+2
*
Apply patch from Arlene Berry to cease freeing error tokens output by
Tom Yu
2010-04-22
1
-3
/
+0
*
Eliminate a non-useful NULL check in the KDC's dispatch() function.
Greg Hudson
2010-04-22
1
-1
/
+1
*
In kpasswd_sendto_msg_callback(), properly compare against the
Greg Hudson
2010-04-22
1
-1
/
+2
[prev]
[next]