Deleted Added
full compact
auth.h (181110) auth.h (181111)
1/* $OpenBSD: auth.h,v 1.58 2006/08/18 09:15:20 markus Exp $ */
1/* $OpenBSD: auth.h,v 1.61 2008/07/02 12:03:51 dtucker 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

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

161
162char *get_challenge(Authctxt *);
163int verify_response(Authctxt *, const char *);
164void abandon_challenge_response(Authctxt *);
165
166char *authorized_keys_file(struct passwd *);
167char *authorized_keys_file2(struct passwd *);
168
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

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

161
162char *get_challenge(Authctxt *);
163int verify_response(Authctxt *, const char *);
164void abandon_challenge_response(Authctxt *);
165
166char *authorized_keys_file(struct passwd *);
167char *authorized_keys_file2(struct passwd *);
168
169int
170secure_filename(FILE *, const char *, struct passwd *, char *, size_t);
169FILE *auth_openkeyfile(const char *, struct passwd *, int);
171
172HostStatus
173check_key_in_hostfiles(struct passwd *, Key *, const char *,
174 const char *, const char *);
175
176/* hostkey handling */
177Key *get_hostkey_by_index(int);
178Key *get_hostkey_by_type(int);

--- 21 unchanged lines hidden ---
170
171HostStatus
172check_key_in_hostfiles(struct passwd *, Key *, const char *,
173 const char *, const char *);
174
175/* hostkey handling */
176Key *get_hostkey_by_index(int);
177Key *get_hostkey_by_type(int);

--- 21 unchanged lines hidden ---