Mercurial > dropbear
comparison auth.h @ 989:73ea0dce9a57 pam
Merge up to date
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 23 Jan 2015 21:38:47 +0800 |
parents | bae0b34bc059 0bb16232e7c4 |
children | 2fa71c3b2827 |
comparison
equal
deleted
inserted
replaced
925:bae0b34bc059 | 989:73ea0dce9a57 |
---|---|
106 is updated each run through, used for auth checking */ | 106 is updated each run through, used for auth checking */ |
107 unsigned char authtypes; /* Flags indicating which auth types are still | 107 unsigned char authtypes; /* Flags indicating which auth types are still |
108 valid */ | 108 valid */ |
109 unsigned int failcount; /* Number of (failed) authentication attempts.*/ | 109 unsigned int failcount; /* Number of (failed) authentication attempts.*/ |
110 unsigned authdone : 1; /* 0 if we haven't authed, 1 if we have. Applies for | 110 unsigned authdone : 1; /* 0 if we haven't authed, 1 if we have. Applies for |
111 client and server (though has differing [obvious] | 111 client and server (though has differing |
112 meanings). */ | 112 meanings). */ |
113 unsigned perm_warn : 1; /* Server only, set if bad permissions on | 113 unsigned perm_warn : 1; /* Server only, set if bad permissions on |
114 ~/.ssh/authorized_keys have already been | 114 ~/.ssh/authorized_keys have already been |
115 logged. */ | 115 logged. */ |
116 | 116 |