summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index ef392ace5..4b029f9cc 100644
--- a/auth.h
+++ b/auth.h
@@ -20,6 +20,8 @@
20 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 *
24 * $OpenBSD: auth.h,v 1.8 2000/12/28 14:25:51 markus Exp $
23 */ 25 */
24#ifndef AUTH_H 26#ifndef AUTH_H
25#define AUTH_H 27#define AUTH_H
@@ -29,6 +31,7 @@ struct Authctxt {
29 int success; 31 int success;
30 int valid; 32 int valid;
31 int attempt; 33 int attempt;
34 int failures;
32 char *user; 35 char *user;
33 char *service; 36 char *service;
34 struct passwd *pw; 37 struct passwd *pw;