summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix gss_set_cred_option cred creation with no nameGreg Hudson2011-07-221-6/+8
* Fix name initialization in gss_krb5int_import_credGreg Hudson2011-07-201-0/+6
* Fix memory leak of accprinc in kg_accept_krb5()Greg Hudson2011-07-201-2/+4
* Add krb5_init_context_profile APIGreg Hudson2011-07-204-21/+28
* Add support for loadable profile modulesGreg Hudson2011-07-201-3/+4
* Simplify and fix chpass_util error generationGreg Hudson2011-07-061-34/+20
* C90 doesn't allow commas at the ends of enumeration listsKen Raeburn2011-07-011-1/+2
* isspace should only get unsigned-char values or EOFKen Raeburn2011-07-011-2/+4
* make dependEzra Peisach2011-07-017-85/+55
* Get static linking working again, mostlyGreg Hudson2011-06-282-45/+45
* Make fewer db lookups in kadm5_create_principal_3Greg Hudson2011-06-241-19/+10
* Use zapfree in krb5_free_key_data_contents()Greg Hudson2011-06-241-6/+3
* Don't destroy dst on error in krb5_cc_moveGreg Hudson2011-06-231-2/+0
* Fix a minor memory leak in the pwqual loaderGreg Hudson2011-06-231-0/+1
* Fix memory leak introduced in r24969Greg Hudson2011-06-231-0/+1
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-235-5/+7
* Work around glibc getaddrinfo PTR lookupsGreg Hudson2011-06-231-8/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-178-242/+220
* Add k5_plugin_register_dyn internal APIGreg Hudson2011-06-173-27/+68
* ANSIfy the remaining K&R functions in lib/gssapi/genericGreg Hudson2011-06-132-26/+15
* Fix old-style GSSRPC authenticationGreg Hudson2011-06-131-3/+10
* Mark up strings for translationGreg Hudson2011-06-1036-323/+355
* Add localization infrastructureGreg Hudson2011-06-102-1/+3
* Restore fallback non-referral TGS request to same realmGreg Hudson2011-06-031-12/+10
* Restore krb5_get_credentials caching for referral requestsGreg Hudson2011-05-261-0/+5
* Fix multiple tl-data updates over ipropGreg Hudson2011-05-221-35/+8
* Updated documentation for krb5_c_ and sensauth API.Zhanna Tsitkov2011-05-191-9/+0
* In mk_rd_cred if recv_subkey in the authentication context is NULL and the de...Zhanna Tsitkov2011-05-161-23/+42
* Use hmac-md5 checksum for PA-FOR-USER padataGreg Hudson2011-05-141-8/+2
* Updated documentation for PAC API. Moved PAC type definitions into krb5.hinZhanna Tsitkov2011-05-131-8/+0
* fix regression in r24853: PAC no longer exposedLuke Howard2011-05-091-1/+1
* Kernel subsetGreg Hudson2011-05-091-0/+5
* Avoid calling gss_release_buffer() from the message-processing codeGreg Hudson2011-05-092-15/+6
* Use internal crypto functions directly from util_crypt.c, avoiding aGreg Hudson2011-05-091-17/+4
* Delete sec context properly in gss_krb5_export_lucid_sec_contextGreg Hudson2011-05-091-1/+1
* Eliminate a redundant initialization in cm_init_selstate() inGreg Hudson2011-05-031-1/+0
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-024-131/+262
* Properly release resources in krb5_copy_authenticator()Zhanna Tsitkov2011-04-281-3/+1
* The MIT krb5 and Heimdal implementations ofGreg Hudson2011-04-271-23/+6
* Make krb5_os_init_context compile again after r24901Greg Hudson2011-04-271-11/+9
* Remove worthless call to krb5_cc_set_default_name in krb5_os_init_contextZhanna Tsitkov2011-04-271-3/+0
* Correctly set the expiration field of impersonated credentials inGreg Hudson2011-04-251-1/+1
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-253-349/+165
* Remove kg_map_toktype(), as the call sites were removed in r21742Greg Hudson2011-04-212-28/+0
* Handle null OID values in gss_oid_equal()Greg Hudson2011-04-161-0/+3
* Check mech_type as well as mech_name in gssint_import_internal_name(),Greg Hudson2011-04-161-1/+2
* Fix a code path where mech could be used uninitialized inGreg Hudson2011-04-161-1/+1
* Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfoldGreg Hudson2011-04-163-8/+5
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-1335-809/+35
* In krb5_gss_display_status, correct the sense of theGreg Hudson2011-04-121-5/+6