Deleted Added
full compact
auth.h (204917) auth.h (215116)
1/* $OpenBSD: auth.h,v 1.65 2010/03/04 10:36:03 djm Exp $ */
1/* $OpenBSD: auth.h,v 1.66 2010/05/07 11:30:29 djm Exp $ */
2
3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 154 unchanged lines hidden (view full) ---

164struct passwd * getpwnamallow(const char *user);
165
166char *get_challenge(Authctxt *);
167int verify_response(Authctxt *, const char *);
168void abandon_challenge_response(Authctxt *);
169
170char *authorized_keys_file(struct passwd *);
171char *authorized_keys_file2(struct passwd *);
2
3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 154 unchanged lines hidden (view full) ---

164struct passwd * getpwnamallow(const char *user);
165
166char *get_challenge(Authctxt *);
167int verify_response(Authctxt *, const char *);
168void abandon_challenge_response(Authctxt *);
169
170char *authorized_keys_file(struct passwd *);
171char *authorized_keys_file2(struct passwd *);
172char *authorized_principals_file(struct passwd *);
172
173FILE *auth_openkeyfile(const char *, struct passwd *, int);
173
174FILE *auth_openkeyfile(const char *, struct passwd *, int);
175FILE *auth_openprincipals(const char *, struct passwd *, int);
174int auth_key_is_revoked(Key *);
175
176HostStatus
177check_key_in_hostfiles(struct passwd *, Key *, const char *,
178 const char *, const char *);
179
180/* hostkey handling */
181Key *get_hostkey_by_index(int);

--- 23 unchanged lines hidden ---
176int auth_key_is_revoked(Key *);
177
178HostStatus
179check_key_in_hostfiles(struct passwd *, Key *, const char *,
180 const char *, const char *);
181
182/* hostkey handling */
183Key *get_hostkey_by_index(int);

--- 23 unchanged lines hidden ---