summaryrefslogtreecommitdiffstats
path: root/src/krb5_plugin
Commit message (Collapse)AuthorAgeFilesLines
* Krb5 locator plugin returns KRB5_PLUGIN_NO_HANDLESumit Bose2010-05-181-6/+6
| | | | | | To allow a fallback to the setting in krb5.conf the locator plugin returns KRB5_PLUGIN_NO_HANDLE in nearly all error conditions. Only if the call back fails the error code of the callback is returned.
* Fix kinit after password changeSumit Bose2010-03-251-2/+6
| | | | | | | | | | In an environment with slave KDCs and a central server where password changes are allowed the request for a new TGT immediately after the password change should be made against this server, because the slave server might not know the new password. To achieve this the Kerberos localtor plugin now returns the address of the kpasswd server as master_kdc.
* Fix segfault in the locator pluginJakub Hrozek2010-03-151-25/+26
|
* Add krb5_kpasswd optionSumit Bose2010-03-121-37/+139
|
* Write the IP address of the KDC to the kdcinfo fileSumit Bose2010-03-111-39/+42
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+289
Also update BUILD.txt