summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-116-9/+9
* 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-076-55/+23
* 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
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-273-59/+60
* 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
* Reduce boilerplate in makefilesGreg Hudson2013-05-1611-41/+10
* Fix windows buildBen Kaduk2013-05-162-0/+2
* Assume mutex locking cannot failGreg Hudson2013-05-1411-366/+125
* Don't use "bool" for ASN.1 boolean macrosNate Rosenblum2013-05-141-2/+2
* Better fix for not using expired TGTs in TGS-REQsGreg Hudson2013-04-291-53/+91
* Don't use expired TGTs in TGS-REQsNicolas Williams2013-04-261-8/+10
* Include default DIR::file ccache in collectionGreg Hudson2013-04-222-3/+41
* Simplify sendto_kdc exception handlingGreg Hudson2013-04-121-83/+25
* Remove sendto_kdc debugging codeGreg Hudson2013-04-124-252/+2
* Dynamically expand timeout when TCP connectsNathaniel McCallum2013-04-121-1/+27
* Use millisecond timeouts in sendto_kdc.cNathaniel McCallum2013-04-121-68/+51
* Get rid of cm.c and cm.hGreg Hudson2013-04-129-171/+137
* Trace log with a subset of struct conn_stateGreg Hudson2013-04-124-56/+59
* Tighten up fixed buffer usage in hst_realm.cGreg Hudson2013-04-101-9/+10
* Allow numeric addresses as service hostnamesGreg Hudson2013-04-091-47/+66
* Update hst_realm.c coding styleGreg Hudson2013-04-091-337/+236
* Initialize outpos in krb5int_utf8_normalizeGreg Hudson2013-04-091-3/+1
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-0811-39/+32
* Simplify principal access within libkrb5Greg Hudson2013-04-0828-200/+144
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-012-0/+11
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-292-11/+7
* Fix an error case in krb5int_fcc_new_uniqueGreg Hudson2013-03-281-1/+0
* Fix an error case in krb5_sendauthGreg Hudson2013-03-281-3/+1
* make dependGreg Hudson2013-03-248-739/+642
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2454-342/+453
* Get rid of krb5_{get,free}_krbhstGreg Hudson2013-03-227-210/+9
* Get rid of osconfig.cGreg Hudson2013-03-225-50/+2
* Fix use-before-init in two test programsGreg Hudson2013-03-152-2/+2
* Remove stray include in localauth_plugin.hGreg Hudson2013-03-111-75/+35
* Add localauth pluggable interfaceGreg Hudson2013-03-0911-1068/+1273
* Simplify and clarify lookup_etypes_for_keytabGreg Hudson2013-03-011-27/+21
* Fix a memory leak in krb5_get_init_creds_keytabGreg Hudson2013-02-281-3/+11
* Add krb5_free_enctypes APIGreg Hudson2013-02-273-5/+5
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-272-1/+4
* Fix fd leak in DIR ccache cursor functionGreg Hudson2013-02-211-1/+1
* Fix memory leak closing DIR ccachesGreg Hudson2013-02-201-0/+1
* Allow multi-hop SAM-2 exchangesGreg Hudson2013-02-191-0/+5