[key.c]
     add my copyright, ok djm@
This commit is contained in:
Darren Tucker 2008-06-13 08:58:05 +10:00
parent b68fb4ad21
commit 0f0ef0ab1f
2 changed files with 6 additions and 2 deletions

View File

@ -133,6 +133,9 @@
[ssh-keygen.c] [ssh-keygen.c]
make ssh-keygen -lf show the key type just as ssh-add -l would do it make ssh-keygen -lf show the key type just as ssh-add -l would do it
ok djm@ markus@ ok djm@ markus@
- grunk@cvs.openbsd.org 2008/06/12 22:03:36
[key.c]
add my copyright, ok djm@
- (dtucker) [clientloop.c serverloop.c] channel_register_filter now - (dtucker) [clientloop.c serverloop.c] channel_register_filter now
takes 2 more args. with djm@ takes 2 more args. with djm@
@ -4297,4 +4300,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4991 2008/06/12 22:57:27 dtucker Exp $ $Id: ChangeLog,v 1.4992 2008/06/12 22:58:05 dtucker Exp $

3
key.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: key.c,v 1.75 2008/06/12 06:32:59 grunk Exp $ */ /* $OpenBSD: key.c,v 1.76 2008/06/12 22:03:36 grunk Exp $ */
/* /*
* read_bignum(): * read_bignum():
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -11,6 +11,7 @@
* *
* *
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Alexander von Gernler. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions