Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22701: Fix the krb5_nt_status error table and add the "no DCs found" mapping | Gerald Carter | 2007-10-10 | 1 | -2/+4 |
| | |||||
* | r21845: Refactor the sessionsetupX code a little to allow us | Jeremy Allison | 2007-10-10 | 1 | -0/+2 |
| | | | | | | | | | | | to return a NT_STATUS_TIME_DIFFERENCE_AT_DC error to a client when there's clock skew. Will help people debug this. Prepare us for being able to return the correct sessionsetupX "NT_STATUS_MORE_PROCESSING_REQUIRED" error with associated krb5 clock skew error to allow clients to re-sync time with us when we're eventually able to be a KDC. Jeremy. | ||||
* | r20536: In the offline PAM session close case the attempt to delete a | Günther Deschner | 2007-10-10 | 1 | -0/+2 |
| | | | | | | non-existing krb5 credential cache should not generate an error. Guenther | ||||
* | r20273: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC. | Günther Deschner | 2007-10-10 | 1 | -0/+1 |
| | | | | | | | This gives much nicer error messages when failing to join due to clock skew. Guenther | ||||
* | r17677: There is no need for a 2nd krb5_to_nt_status function, is there? | Günther Deschner | 2007-10-10 | 1 | -0/+1 |
| | | | | | | Michael Adam/Volker, please check. Guenther | ||||
* | r15392: In most cases, this mapping is more appropriate. (I know, it is still a | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | | | mess, but there is no way the get NTSTATUS from the edata yet). Guenther | ||||
* | r14074: Some cleanup; there is no point in declaring and mapping | Günther Deschner | 2007-10-10 | 1 | -29/+6 |
| | | | | | | | KRB5KRB_ERR_RESPONSE_TOO_BIG when the krb5 library does not know about this. Guenther | ||||
* | r13599: krb5 error codes are defined as long. Also for the other direction. | Lars Müller | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r13597: krb5 error codes are defined as long. | Lars Müller | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r13316: Let the carnage begin.... | Gerald Carter | 2007-10-10 | 1 | -0/+132 |
Sync with trunk as off r13315 |