summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-086-15/+8
* Simplify usage of strerror_rGreg Hudson2014-07-081-7/+2
* Avoid using length fields in socket addressesGreg Hudson2014-07-041-12/+0
* Don't depend on sa_len sockaddr fieldGreg Hudson2014-07-041-3/+3
* Simplify and fix k5_check_cert_addressGreg Hudson2014-06-121-19/+12
* Use k5_setmsgGreg Hudson2014-06-053-32/+28
* Check names in the server's cert when using KKDCPNalin Dahyabhai2014-06-025-10/+350
* Load custom anchors when using KKDCPNalin Dahyabhai2014-06-021-2/+167
* HTTPS transport (Microsoft KKDCPP implementation)Nalin Dahyabhai2014-06-025-28/+458
* Dispatch-style protocol switching for transportRobbie Harwood (frozencemetery)2014-06-023-133/+171
* Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)2014-06-023-1/+16
* Use k5_transport(_strategy) enums for k5_sendtoRobbie Harwood (frozencemetery)2014-06-0210-122/+178
* Add helper to determine if a KDC is the masterGreg Hudson2014-06-023-64/+80
* Simplify sendto_kdc.cGreg Hudson2014-06-021-80/+79
* Fix sendto_kdc.c on OS X after cm refactoringGreg Hudson2014-04-051-0/+9
* Refactor cm functions in sendto_kdc.cGreg Hudson2014-04-021-161/+187
* Fix a harmless DNS glue macro bugWill Fiveash2014-03-211-3/+3
* Make use of strtoul() unconditional in locate_kdcNalin Dahyabhai2014-03-201-4/+0
* Don't check kpasswd reply addressNalin Dahyabhai2014-03-201-21/+0
* Initialize err variable in krb5_sendto_kdcNalin Dahyabhai2014-03-131-0/+1
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-261-1/+1
* 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