summaryrefslogtreecommitdiffstats
path: root/src/krb5_plugin
Commit message (Collapse)AuthorAgeFilesLines
* KRB5_LOCATOR: Print the filename that couldn't be openedStephen Gallagher2012-07-061-1/+2
|
* krb5 locator: Do not leak addrinfoJakub Hrozek2012-05-071-0/+2
|
* Kerberos locator: Include the correct krb5.h header fileJakub Hrozek2012-05-071-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1325
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-13/+9
| | | | https://fedorahosted.org/sssd/ticket/1209
* Multiline macro cleanupJakub Hrozek2011-09-281-1/+1
| | | | | | | | | | This is mostly a cosmetic patch. The purpose of wrapping a multi-line macro in a do { } while(0) is to make the macro usable as a regular statement, not a compound statement. When the while(0) is terminated with a semicolon, the do { } while(0); block becomes a compound statement again.
* Set _GNU_SOURCE globallySumit Bose2011-05-231-1/+3
|
* Make sure to close varargs before returning from a functionStephen Gallagher2010-06-101-2/+1
| | | | https://fedorahosted.org/sssd/ticket/528
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-1/+1
| | | | | | | We need to guarantee at all times that reads and writes complete successfully. This means that they must be checked for returning EINTR and EAGAIN, and all writes must be wrapped in a loop to ensure that they do not truncate their output.
* Krb5 locator plugin returns KRB5_PLUGIN_NO_HANDLESumit Bose2010-05-271-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