Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-27 | Krb5 locator plugin returns KRB5_PLUGIN_NO_HANDLE | Sumit Bose | 1 | -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. | |||||
2010-03-25 | Fix kinit after password change | Sumit Bose | 1 | -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. | |||||
2010-03-15 | Fix segfault in the locator plugin | Jakub Hrozek | 1 | -25/+26 | |
2010-03-12 | Add krb5_kpasswd option | Sumit Bose | 1 | -37/+139 | |
2010-03-11 | Write the IP address of the KDC to the kdcinfo file | Sumit Bose | 1 | -39/+42 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+289 | |
Also update BUILD.txt |