summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* Revert last trace.c changeGreg Hudson2012-10-231-1/+1
* Print tilde characters as-is in trace outputGreg Hudson2012-10-231-1/+1
* Add dependencies for some test programsGreg Hudson2012-10-212-2/+16
* Use hex escaping for non-printable trace dataNalin Dahyabhai2012-10-151-3/+42
* Run "make depend"Tom Yu2012-08-231-9/+36
* Remove obsolete function krb5_secure_config_filesZhanna Tsitkov2012-08-142-26/+0
* Add %{username} token to path expansionGreg Hudson2012-08-012-2/+26
* Minor fixes to expand_path.cGreg Hudson2012-07-251-35/+24
* Support changing the built-in ccache/keytab namesGreg Hudson2012-07-243-11/+4
* Add default_ccache_name profile variableGreg Hudson2012-07-241-1/+10
* Rearrange ccdefname.c slightlyGreg Hudson2012-07-241-91/+53
* Add token expansion for keytab namesGreg Hudson2012-07-241-56/+44
* Add internal path expansion functionsGreg Hudson2012-07-244-4/+575
* Replace // comment in ccdefname.cGreg Hudson2012-07-131-1/+1
* Add krb5int_cc_user_set_default_nameKevin Wasserman2012-07-111-4/+54
* Fix typo in previous change to get_fq_hostnameTom Yu2012-07-031-1/+1
* Fix a minor memory leak in get_fq_hostnameArlene Berry2012-07-031-1/+3
* Resolve no-previous-prototype warning in os/cm.cBen Kaduk2012-07-021-0/+1
* Add krb5_kt_client_default APIGreg Hudson2012-07-021-0/+33
* Remove orphaned KfM codeGreg Hudson2012-06-211-11/+0
* Remove krb5int_cc_os_default_nameGreg Hudson2012-06-111-19/+0
* Clean up default_an_to_ln and fix a minor leakGreg Hudson2012-06-081-35/+23
* Try to make t_trace.c output consistentGreg Hudson2012-06-063-16/+14
* Fix uninitialized memory errors in t_trace.cGreg Hudson2012-06-051-1/+4
* Disable trace test comparison for nowGreg Hudson2012-06-051-1/+2
* Fix trace log unit testGreg Hudson2012-06-042-1/+53
* Convert DEBUG_REFERRALS to TRACE_* frameworkW. Trevor King2012-05-233-47/+15
* Add tests for trace.c formattingW. Trevor King2012-05-232-2/+259
* Add support for "{ptype}" trace format specifierW. Trevor King2012-05-231-0/+24
* 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