diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-08-02 12:37:03 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-08-02 12:37:03 +0200 |
commit | 4c29dd9f4438d2ab6ac8d2df361fd48360b208ab (patch) | |
tree | 2c2d00f757350ded8485626abd7461cd53775eea | |
parent | - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal (diff) | |
download | openssh-4c29dd9f4438d2ab6ac8d2df361fd48360b208ab.tar.xz openssh-4c29dd9f4438d2ab6ac8d2df361fd48360b208ab.zip |
- (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags.PRE_KRB4_REMOVAL
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | monitor.h | 1 | ||||
-rw-r--r-- | monitor_wrap.h | 1 |
3 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,6 @@ +20030802 + - (dtucker) [monitor.h monitor_wrap.h] Remove excess ident tags. + 20030730 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal @@ -735,4 +738,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.2867 2003/07/30 04:53:11 djm Exp $ +$Id: ChangeLog,v 1.2868 2003/08/02 10:37:03 dtucker Exp $ @@ -1,5 +1,4 @@ /* $OpenBSD: monitor.h,v 1.8 2002/09/26 11:38:43 markus Exp $ */ -/* $FreeBSD: src/crypto/openssh/monitor.h,v 1.3 2002/10/29 10:16:02 des Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> diff --git a/monitor_wrap.h b/monitor_wrap.h index f85bb2eda..d551c9d41 100644 --- a/monitor_wrap.h +++ b/monitor_wrap.h @@ -1,5 +1,4 @@ /* $OpenBSD: monitor_wrap.h,v 1.8 2002/09/26 11:38:43 markus Exp $ */ -/* $FreeBSD: src/crypto/openssh/monitor_wrap.h,v 1.3 2002/10/29 10:16:02 des Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> |