summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* Null-terminate components of parsed principalsGreg Hudson2012-05-122-11/+10
* Omit start time in common AS requestsGreg Hudson2012-05-111-5/+9
* Avoid requiring default realm for in_tkt_serviceGreg Hudson2012-05-101-31/+17
* Add krb5_parse_name flag to ignore realmGreg Hudson2012-05-101-1/+5
* Rewrite krb5_parse_nameGreg Hudson2012-05-101-285/+176
* Make password change work without default realmGreg Hudson2012-05-101-0/+5
* Constify get_init_creds string input paramsGreg Hudson2012-05-094-9/+9
* Add API to interpret changepw result stringsGreg Hudson2012-05-092-6/+175
* Modernize style in vfy_increds.cGreg Hudson2012-05-031-96/+104
* Make verify_init_creds work with existing ccacheGreg Hudson2012-05-031-7/+0
* Try all host keys by default in vfy_incredsGreg Hudson2012-05-033-75/+219
* Simplify krb5_do_preauthGreg Hudson2012-04-301-48/+33
* Get rid of built-in preauth types tableGreg Hudson2012-04-301-103/+53
* Simplify preauth2 helper functions using reallocGreg Hudson2012-04-301-45/+16
* Use correct name-type in TGS-REQs for 2008R2 RODCsTom Yu2012-04-272-12/+19
* Split up and fix get_etype_infoGreg Hudson2012-04-271-66/+83
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-274-8/+33
* Refactor client etype-info handling in preauth2.cGreg Hudson2012-04-271-134/+78
* Ensure null termination of AFS saltsGreg Hudson2012-04-271-1/+1
* Convert SAM-2 preauth mechanism to a moduleGreg Hudson2012-04-264-371/+442
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-268-3191/+0
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-262-3/+3
* Clear preauth use counts for each AS requestGreg Hudson2012-04-251-0/+1
* Use etypes from keytab in krb5_gic_keytabGreg Hudson2012-04-191-0/+118
* Unify krb5_get_init_creds_keytab code pathsGreg Hudson2012-04-194-15/+55
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-174-5/+53
* Fix trace logging initializationGreg Hudson2012-04-051-1/+1
* If trace logging facility is enabled, report misconfiguration errors encounte...Zhanna Tsitkov2012-04-021-29/+47
* Fix data handling in rd_req_decoded_optGreg Hudson2012-03-311-3/+3
* Fix spurious password expiry warningGreg Hudson2012-03-051-0/+4
* Data-driven ASN.1 decoderGreg Hudson2012-02-111-3/+4
* Revert r25669 pending clarification of goals and API reviewTom Yu2012-02-031-155/+67
* Added a new trace logging message TRACE_PROFILE_ERR to improve the diagnostic...Zhanna Tsitkov2012-02-031-67/+155
* Suppress maybe-uninitialized warning in x-deltat.yGreg Hudson2012-01-272-23/+25
* Fix spurious clock skew caused by gak_fct delayGreg Hudson2012-01-111-5/+4
* Remove some unused structures and encodersGreg Hudson2012-01-071-74/+0
* Remove SAM encoders and structuresGreg Hudson2012-01-071-96/+0
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-212-18/+1
* krb5_server_decrypt_ticket_keytab wrongly succeedsGreg Hudson2011-12-131-2/+1
* Fix subkey memory leak in krb5_get_credentialsGreg Hudson2011-12-091-0/+2
* Fix memory leaks in FAST TGS supportGreg Hudson2011-12-092-4/+12
* Actually allow null server key in krb5_pac_verifyGreg Hudson2011-12-081-3/+0
* Allow null server key to krb5_pac_verifyGreg Hudson2011-12-071-3/+5
* make dependKen Raeburn2011-12-051-4/+8
* Set a default enctype for optimistic preauthGreg Hudson2011-12-041-0/+8
* mk_cred: memory managementSam Hartman2011-12-021-1/+1
* Adjust krb5int_decode_tgs_rep, closing a leakGreg Hudson2011-11-231-19/+20
* Whitespace, style changes to past two commitsGreg Hudson2011-11-235-76/+84
* FAST TGSSam Hartman2011-11-237-18/+129
* FAST: error handling and const keyblockSam Hartman2011-11-232-23/+34