search for: key_flag_kern

Displaying 1 result from an estimated 1 matches for "key_flag_kern".

2005 Jul 26
1
Linux in-kernel keys support
...; diff -ubr -x configure openssh-4.1p1/key.h openssh-4.1p1-hacked/key.h --- openssh-4.1p1/key.h 2003-11-17 11:18:23.000000000 +0100 +++ openssh-4.1p1-hacked/key.h 2005-07-23 22:32:17.000000000 +0200 @@ -47,6 +47,7 @@ /* key is stored in external hardware */ #define KEY_FLAG_EXT 0x0001 +#define KEY_FLAG_KERN 0x0002 struct Key { int type; diff -ubr -x configure openssh-4.1p1/ssh-add.c openssh-4.1p1-hacked/ssh-add.c --- openssh-4.1p1/ssh-add.c 2005-03-14 13:08:12.000000000 +0100 +++ openssh-4.1p1-hacked/ssh-add.c 2005-07-25 23:22:08.000000000 +0200 @@ -48,6 +48,9 @@ #include "authfile.h&quot...