]> andersk Git - openssh.git/blobdiff - authfile.h
- (dtucker) [misc.c] Move the routingdomain ifdef to allow the socket to
[openssh.git] / authfile.h
index da90cd91364b4c0470d340e0528180287b4a324c..a6c74934d69ad1583a5eb73626cb7d0ecd4318cb 100644 (file)
@@ -1,3 +1,5 @@
+/* $OpenBSD: authfile.h,v 1.13 2006/04/25 08:02:27 dtucker Exp $ */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* $OpenBSD: authfile.h,v 1.6 2001/03/26 08:07:08 markus Exp $ */
-
 #ifndef AUTHFILE_H
 #define AUTHFILE_H
 
-int
-key_save_private(Key *key, const char *filename, const char *passphrase,
-    const char *comment);
-
-Key *
-key_load_public(const char *filename, char **commentp);
-
-Key *
-key_load_public_type(int type, const char *filename, char **commentp);
-
-Key *
-key_load_private(const char *filename, const char *passphrase,
-    char **commentp);
-
-Key *
-key_load_private_type(int type, const char *filename, const char *passphrase,
-    char **commentp);
+int     key_save_private(Key *, const char *, const char *, const char *);
+Key    *key_load_public(const char *, char **);
+Key    *key_load_public_type(int, const char *, char **);
+Key    *key_load_private(const char *, const char *, char **);
+Key    *key_load_private_type(int, const char *, const char *, char **, int *);
+Key    *key_load_private_pem(int, int, const char *, char **);
+int     key_perm_ok(int, const char *);
 
 #endif
This page took 0.061955 seconds and 4 git commands to generate.