summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "(empty" typo in "{etypes}" handler in trace.cW. Trevor King2012-05-181-1/+1
* Fix "(null" typo in "{key}" handler in trace.cW. Trevor King2012-05-181-1/+1
* Correct the name of krb5int_trace in commentsTom Yu2012-05-171-4/+4
* Add missing newline to sn2princ debug messageGreg Hudson2012-05-141-1/+2
* Improve display of error code 0 in trace outputGreg Hudson2012-05-081-1/+2
* In sn2princ, getaddrinfo without AI_ADDRCONFIGGreg Hudson2012-05-031-1/+1
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-171-21/+33
* Require IPv6 supportKen Raeburn2012-02-285-19/+1
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-111-1/+0
* Remove some unneeded accessor fieldsGreg Hudson2012-01-071-7/+0
* Remove unused functions (older API residue) krb5_realm_iterator* and krb5_fre...Zhanna Tsitkov2012-01-044-128/+1
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-211-2/+0
* kfw: use _WIN64 names where appropriateTom Yu2011-12-121-0/+4
* Added support for loading of Krb5.ini from Windows APPDATASam Hartman2011-12-021-8/+77
* Fix free ofuninitialized memory in sname_to_princSam Hartman2011-12-021-2/+3
* Make krb5_check_clockskew publicGreg Hudson2011-10-311-2/+2
* Make reindentTom Yu2011-10-171-1/+1
* RFC 4120 says that we should not canonicalize using DNS. We cannot getSam Hartman2011-10-171-4/+3
* Removed unused macrosZhanna Tsitkov2011-10-141-3/+0
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-281-1/+1
* Don't use accessor in encrypted challengeGreg Hudson2011-09-241-7/+0
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-042-3/+3
* Fix connection termination bug in sendto_kdcGreg Hudson2011-09-011-4/+4
* Fix rare duplicate time issue On systems with imprecise clocksSam Hartman2011-08-091-5/+18
* In rare circumstances, such as checksum errors, some network stacksGreg Hudson2011-07-251-5/+4
* Fix build without KRB5_DNS_LOOKUPGreg Hudson2011-07-251-2/+2
* Add krb5_init_context_profile APIGreg Hudson2011-07-201-2/+6
* Add support for loadable profile modulesGreg Hudson2011-07-201-3/+4
* make dependEzra Peisach2011-07-011-9/+21
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-233-3/+4
* Work around glibc getaddrinfo PTR lookupsGreg Hudson2011-06-231-8/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-2/+0
* Mark up strings for translationGreg Hudson2011-06-102-4/+4
* Eliminate a redundant initialization in cm_init_selstate() inGreg Hudson2011-05-031-1/+0
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-024-131/+262
* Make krb5_os_init_context compile again after r24901Greg Hudson2011-04-271-11/+9
* Remove worthless call to krb5_cc_set_default_name in krb5_os_init_contextZhanna Tsitkov2011-04-271-3/+0
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-251-21/+9
* Resolve a few miscellaneous warningsGreg Hudson2011-03-142-4/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0944-224/+107
* Make dependGreg Hudson2011-02-251-96/+76
* Remember to free the result of getaddrinfo() in the new sendto_kdcGreg Hudson2011-02-231-0/+1
* Untabify trace.c (tabs crept in when the file was created)Greg Hudson2011-02-131-14/+14
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-139-765/+586
* Trace logging file descriptor leakGreg Hudson2011-02-131-0/+1
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* memory leak in changepw.cTom Yu2010-12-141-0/+1
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1