Deleted Added
full compact
auth-options.h (302408) auth-options.h (323134)
1/* $OpenBSD: auth-options.h,v 1.21 2015/01/14 10:30:34 markus Exp $ */
1/* $OpenBSD: auth-options.h,v 1.22 2016/11/30 02:57:40 djm Exp $ */
2
3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
7 *
8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this

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

30extern char *forced_command;
31extern struct envstring *custom_environment;
32extern int forced_tun_device;
33extern int key_is_cert_authority;
34extern char *authorized_principals;
35
36int auth_parse_options(struct passwd *, char *, char *, u_long);
37void auth_clear_options(void);
2
3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
7 *
8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this

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

30extern char *forced_command;
31extern struct envstring *custom_environment;
32extern int forced_tun_device;
33extern int key_is_cert_authority;
34extern char *authorized_principals;
35
36int auth_parse_options(struct passwd *, char *, char *, u_long);
37void auth_clear_options(void);
38int auth_cert_options(struct sshkey *, struct passwd *);
38int auth_cert_options(struct sshkey *, struct passwd *, const char **);
39
40#endif
39
40#endif