summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* Remove unused krb5_context fieldsGreg Hudson2013-12-181-1/+0
* Don't require krb5.conf without KRB5_DNS_LOOKUPGreg Hudson2013-12-161-11/+2
* Allow ":port" suffixes in sn2princ hostnamesGreg Hudson2013-12-111-2/+37
* Modernize sn2princ.cGreg Hudson2013-12-111-133/+115
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-061-1/+1
* Move utility functions to hostrealm.cGreg Hudson2013-08-154-184/+134
* Use hostrealm interface for realm mappingGreg Hudson2013-08-159-467/+873
* Remove KRB5_DNS_LOOKUP_KDCBen Kaduk2013-08-141-4/+0
* Fix localauth memory leakGreg Hudson2013-08-122-0/+8
* Add trace logging for TXT lookupsGreg Hudson2013-08-124-11/+15
* Report KDC response sizes in trace logsGreg Hudson2013-08-071-1/+1
* 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
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-112-2/+2
* Rely on module ordering for localauthGreg Hudson2013-06-271-25/+6
* Fix spin loop reading from KDC TCP socketViktor Dukhovni2013-06-261-2/+2
* Fix various warningsGreg Hudson2013-06-071-5/+3
* Try to use best DNS search functions in dnsglue.cGreg Hudson2013-05-191-23/+45
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-10/+6
* Fix windows buildBen Kaduk2013-05-161-0/+1
* Assume mutex locking cannot failGreg Hudson2013-05-141-3/+1
* Simplify sendto_kdc exception handlingGreg Hudson2013-04-121-83/+25
* Remove sendto_kdc debugging codeGreg Hudson2013-04-123-251/+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-128-170/+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
* Simplify principal access within libkrb5Greg Hudson2013-04-083-11/+7
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-291-5/+4
* make dependGreg Hudson2013-03-241-200/+143
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2414-36/+66
* Get rid of krb5_{get,free}_krbhstGreg Hudson2013-03-226-208/+9
* Get rid of osconfig.cGreg Hudson2013-03-224-47/+2
* Remove stray include in localauth_plugin.hGreg Hudson2013-03-111-75/+35
* Add localauth pluggable interfaceGreg Hudson2013-03-0910-1067/+1271
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-1/+1
* Modernize k5bufGreg Hudson2013-02-146-73/+72
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-095-41/+15
* Check for negative poll timeout in k5_sendto_kdcGreg Hudson2013-01-251-0/+4
* Clean up k5_locate_server error handlingGreg Hudson2013-01-111-25/+10
* make dependGreg Hudson2013-01-101-11/+11
* Rename internal preauth functionsGreg Hudson2012-12-191-1/+2
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-91/+91
* Avoid redundant socket cleanup in sendto_kdc.cGreg Hudson2012-11-291-4/+0
* Fix spin-loop bug in k5_sendto_kdcGreg Hudson2012-11-291-1/+1
* Make krb5_trace_info a typedefBen Kaduk2012-11-271-2/+2
* Remove broken clean_hostname trace messagesGreg Hudson2012-11-251-2/+0