summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncredGreg Hudson2009-04-283-13/+6
* Fix typoGreg Hudson2009-04-281-1/+1
* Fix a couple of memory leaks in krb5int_sendto, reworking the errorGreg Hudson2009-04-281-32/+23
* Fix a memory leak in aname_replacer using the recommended flow controlGreg Hudson2009-04-281-87/+92
* Fix a memory leak in module_locate_serverGreg Hudson2009-04-281-1/+3
* Fix a few memory leaks in krb5_mk_ncred. Also tighten up the errorGreg Hudson2009-04-271-16/+18
* Fix an unchecked use of fwrite in krb5_ktfileint_delete_entryGreg Hudson2009-04-271-1/+3
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-276-7/+24
* make installed headers C++-safeKen Raeburn2009-04-254-3/+47
* Simplify and shorten krb5_ktfileint_find_slot, and properly handle theGreg Hudson2009-04-241-99/+40
* In krb5_ktfileint_find_slot, don't continue the loop when we find aGreg Hudson2009-04-241-0/+1
* In krb5_principal_compare_flags, improve clarity slightly by using aGreg Hudson2009-04-231-9/+8
* In krb5_rcache_externalize, remove a pointless null check of a pointerGreg Hudson2009-04-231-32/+44
* Close a memory leak in asn1_decode_etype_info2_entry_1_3Greg Hudson2009-04-231-1/+4
* In krb5_fcc_read, remove an assert which could never trigger (becauseGreg Hudson2009-04-231-1/+0
* Fix an error-handling block in sendto_kdc.c's setup_connection() whichGreg Hudson2009-04-231-2/+0
* In krb5_get_cred_via_tkt, strip the ok-as-delegate flag fromGreg Hudson2009-04-231-0/+18
* move kadmin, ktutil, k5srvutil man pages to man1Sam Hartman2009-04-222-3/+3
* In the cross-realm setup example in the admin documentation, useGreg Hudson2009-04-221-2/+2
* Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson2009-04-162-12/+19
* Require fast_req checksum to be keyedSam Hartman2009-04-141-1/+19
* Implement kinit option for FAST armor ccacheSam Hartman2009-04-142-4/+19
* Update kdb5_util man page with missing purge_mkeys commandWill Fiveash2009-04-131-0/+12
* krb5_fcc_generate_new was destroying a locked mutex in the err_outGreg Hudson2009-04-131-0/+1
* In pa_sam, remove a gratuitous null check for etype which wasGreg Hudson2009-04-131-1/+1
* Make krb5_mkt_resolve error handling workGreg Hudson2009-04-131-69/+77
* In krb5int_dns_init, fix a malloc-returning-null check which could letGreg Hudson2009-04-131-1/+1
* More dead code elimination. When asprintf was used the varaible namelen wasEzra Peisach2009-04-121-5/+0
* remove dead codeEzra Peisach2009-04-122-7/+1
* Remove dead assignment of variables that are never usedEzra Peisach2009-04-122-5/+1
* In krb5_get_in_tkt, r7002 introduced an unused local variableGreg Hudson2009-04-101-4/+1
* Simplify the coupling of problem to response code in recvauth_common,Greg Hudson2009-04-101-29/+9
* Remove an unnecessary cleanup in krb5_cc_set_default_nameGreg Hudson2009-04-101-2/+0
* Check the return value of krb5_timeofday in krb5int_populate_gic_opt.Greg Hudson2009-04-101-1/+7
* Check return value of krb5int_copy_data_contents in preauth2.c'sGreg Hudson2009-04-101-1/+4
* Document allow_weak_cryptoGreg Hudson2009-04-102-6/+18
* Update defaults in documentationGreg Hudson2009-04-091-8/+8
* kdc: handle_referral_params does not return ENOMEM errorsEzra Peisach2009-04-091-1/+1
* Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2009-04-082-1/+11
* mk_safe and mk_priv require the local address to be set in the authGreg Hudson2009-04-085-54/+60
* Fall through on error returnEzra Peisach2009-04-081-3/+4
* When getting initial credentials with a password, try the master ifGreg Hudson2009-04-081-2/+1
* Subject k5_utf8s_to_ucs2s could deref NULL pointer..Ezra Peisach2009-04-071-3/+5
* CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu2009-04-072-0/+17
* CVE-2009-0847 asn1buf_imbed incorrect length validationTom Yu2009-04-071-2/+4
* CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu2009-04-071-27/+24
* Apply revised patch from Apple that ensures that a REJECT token isTom Yu2009-04-071-3/+5
* Null pointer defref in adding infoEzra Peisach2009-04-071-1/+1
* Implement KDC side of TGS FASTSam Hartman2009-04-051-3/+10
* fix logic errorsSam Hartman2009-04-042-2/+2