- (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original

source file path (in OpenBSD tree).
This commit is contained in:
Damien Miller 2003-11-24 13:33:34 +11:00
parent e0113ccc08
commit 3db2e4daf7
31 changed files with 63 additions and 1 deletions

View File

@ -17,6 +17,8 @@
- dtucker@cvs.openbsd.org 2003/11/24 00:16:35
[ssh.1 ssh.c]
Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@
- (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original
source file path (in OpenBSD tree).
20031122
- (dtucker) [channels.c] Make AIX write limit code clearer. Suggested by djm@
@ -1530,4 +1532,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.3129 2003/11/24 02:10:09 djm Exp $
$Id: ChangeLog,v 1.3130 2003/11/24 02:33:34 djm Exp $

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/net/base64.c */
/* $OpenBSD: base64.c,v 1.4 2002/01/02 23:00:10 deraadt Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/basename.c */
/* $OpenBSD: basename.c,v 1.11 2003/06/17 21:56:23 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/daemon.c */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/dirname.c */
/* $OpenBSD: dirname.c,v 1.10 2003/06/17 21:56:23 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/getcwd.c */
/*
* Copyright (c) 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/getgrouplist.c */
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/stdlib/getopt.c */
/*
* Copyright (c) 1987, 1993, 1994
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/net/getrrsetbyname.c */
/* $OpenBSD: getrrsetbyname.c,v 1.7 2003/03/07 07:34:14 itojun Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD BASED ON : include/netdb.h */
/* $OpenBSD: getrrsetbyname.c,v 1.4 2001/08/16 18:16:43 ho Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/glob.c */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: include/glob.h */
/* $OpenBSD: glob.h,v 1.8 2003/06/02 19:34:12 millert Exp $ */
/* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/net/inet_addr.c */
/* $OpenBSD: inet_addr.c,v 1.7 2003/06/02 20:18:35 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
/* $OpenBSD: inet_ntop.c,v 1.5 2002/08/23 16:27:31 itojun Exp $ */
/* Copyright (c) 1996 by Internet Software Consortium.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/stdio/mktemp.c */
/* THIS FILE HAS BEEN MODIFIED FROM THE ORIGINAL OPENBSD SOURCE */
/* Changes: Removed mktemp */

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
/* $OpenBSD: readpassphrase.c,v 1.16 2003/06/17 21:56:23 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: include/readpassphrase.h */
/* $OpenBSD: readpassphrase.h,v 1.3 2002/06/28 12:32:22 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/stdlib/realpath.c */
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/net/rresvport.c */
/*
* Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved.
* Copyright (c) 1983, 1993, 1994

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/stdlib/setenv.c */
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libcurses/base/sigaction.c */
/* $OpenBSD: sigaction.c,v 1.3 1999/06/27 08:14:21 millert Exp $ */
/****************************************************************************

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/string/strlcat.c */
/* $OpenBSD: strlcat.c,v 1.11 2003/06/17 21:56:24 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/string/strlcpy.c */
/* $OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp $ */
/*

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/string/strmode.c */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/string/strsep.c */
/* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */
/*-

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/stdlib/strtoul.c */
/*
* Copyright (c) 1990 Regents of the University of California.
* All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: sys/sys/queue.h */
/* $OpenBSD: queue.h,v 1.23 2003/06/02 23:28:21 millert Exp $ */
/* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: sys/sys/tree.h */
/* $OpenBSD: tree.h,v 1.7 2002/10/17 21:51:54 art Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* OPENBSD ORIGINAL: include/vis.h */
/* $OpenBSD: vis.h,v 1.6 2003/06/02 19:34:12 millert Exp $ */
/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */