-
Thu Mar 06 2014 Nalin Dahyabhai <nalin@redhat.com> - 2.4.8-4
- fix to only prompt for passwords when obtaining credentials for performing
password changes by toggling the subsequent_prompt default to off when
called to perform a password change (#1063933)
-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.4.8-3
- Mass rebuild 2014-01-24
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.4.8-2
- Mass rebuild 2013-12-27
-
Fri Oct 04 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.4.8-1
- properly handle cases where default_ccache_name isn't set (#1015479)
-
Fri Sep 13 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.4.7-2
- pull the newer F21 defaults back to F20 (sgallagh)
-
Tue Sep 10 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.4.7-1
- drop some no-longer-necessary code to cede ownership of keyring ccaches
to an unprivileged user at login-time to work better with upcoming changes
to libkrb5's keyring ccache support (libkrb5: #991148, this one's #1005376)
- if we don't have a ccname_template, if we're built against a libkrb5 that
provides interfaces for reading its configuration files, try to read the
default_ccache_name value from the [libdefaults] section before falling
back to the default we've set at compile-time (#more of #1005376)
- stop specifying a default ccache location at compile-time on F21 and later,
to make our unconfigured default better line up with libkrb5's unconfigured
default
-
Wed Aug 21 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.4.6-1
- handle ccache creation correctly for users who are mapped to principal
names in realms other than the default (#999604)
-
Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
Tue Apr 23 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.4.5-1
- update to 2.4.5
- handle non-unique ccname templates
- switch to a non-unique default ccname template on newer releases
-
Wed Feb 20 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.4.4-1
- update to 2.4.4
- fix compile errors against other versions of Kerberos