summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-245-40/+72
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-231-1/+1
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-1815-50/+310
* Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson2013-09-083-7/+1
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-062-1/+6
* Simplify krb5_krcc_start_seq_getSimo Sorce2013-08-191-41/+20
* Remove unused counter in keyring ccacheSimo Sorce2013-08-161-23/+10
* Remove unused _gssd_keyring_ids_ featureSimo Sorce2013-08-161-85/+3
* Save the full residual for keyring cachesSimo Sorce2013-08-151-1/+1
* Use dry-run unparses in keyring ccacheSimo Sorce2013-08-151-40/+78
* Move utility functions to hostrealm.cGreg Hudson2013-08-154-184/+134
* Use hostrealm interface for realm mappingGreg Hudson2013-08-1511-467/+875
* Add hostrealm pluggable interface definitionGreg Hudson2013-08-151-1/+2
* Remove KRB5_DNS_LOOKUP_KDCBen Kaduk2013-08-141-4/+0
* Fix windows buildBen Kaduk2013-08-141-0/+1
* Fix localauth memory leakGreg Hudson2013-08-124-0/+10
* Add trace logging for TXT lookupsGreg Hudson2013-08-125-12/+15
* Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson2013-08-121-2/+2
* Report KDC response sizes in trace logsGreg Hudson2013-08-071-1/+1
* Remove unused function arguments in cc_keyring.cSimo Sorce2013-08-021-172/+149
* Fix leak in krb5_krcc_unparse_cred on errorGreg Hudson2013-08-021-1/+3
* Remove old comments in sendto_kdc.cRobbie Harwood (frozencemetery)2013-07-301-12/+0
* Remove is_udp field in sendto_kdc.c conn_stateRobbie Harwood (frozencemetery)2013-07-301-5/+1
* Load import/export cred functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Load cred store functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai2013-07-175-0/+225
* Add kadmin support for principals without keysGreg Hudson2013-07-152-3/+9
* Avoid allocating zero key_data structuresGreg Hudson2013-07-152-21/+20
* Use pipe instead of sigwait for krad testsGreg Hudson2013-07-142-27/+17
* Fix minor type issues in krad testsGreg Hudson2013-07-142-2/+2
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-1114-18/+18
* Add libkradNathaniel McCallum2013-07-1121-1/+3427
* Fix uninitialized variable bugsGreg Hudson2013-06-271-1/+1
* Rely on module ordering for localauthGreg Hudson2013-06-271-25/+6
* Provide plugin module ordering guaranteesGreg Hudson2013-06-271-188/+265
* Fix spin loop reading from KDC TCP socketViktor Dukhovni2013-06-261-2/+2
* Fix various warningsGreg Hudson2013-06-0729-199/+89
* Use KDC clock skew for AS-REQ timestampsGreg Hudson2013-06-051-5/+12
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-053-67/+78
* Fix spurious clock skew caused by preauth delayGreg Hudson2013-06-021-0/+3
* Properly handle use_master in k5_init_creds_getGreg Hudson2013-05-311-2/+4
* Fix non-builtin crypto module buildsGreg Hudson2013-05-2911-24/+39
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-274-86/+60
* Add AES-NI support on LinuxGreg Hudson2013-05-242-5/+138
* Adjust AESNI sources for krb5 treeGreg Hudson2013-05-242-2588/+17
* Add Intel AESNI assembly filesGreg Hudson2013-05-242-0/+4280
* Refactor AES, Camellia builtin enc providersGreg Hudson2013-05-242-302/+309
* Simplify crypto IOV helpersGreg Hudson2013-05-2415-768/+375
* Fix transited handling for GSSAPI acceptorsGreg Hudson2013-05-211-3/+5
* Try to use best DNS search functions in dnsglue.cGreg Hudson2013-05-191-23/+45