summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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