mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
Fix typos in comments.
This commit is contained in:
parent
af63951c57
commit
bc976f92d3
4
TODO
4
TODO
@ -89,11 +89,11 @@ PrivSep Issues:
|
|||||||
- PAM
|
- PAM
|
||||||
+ See above PAM notes
|
+ See above PAM notes
|
||||||
- AIX
|
- AIX
|
||||||
+ usrinfo() does not set TTY, but only required for legicy systems. Works
|
+ usrinfo() does not set TTY, but only required for legacy systems. Works
|
||||||
with PrivSep.
|
with PrivSep.
|
||||||
- OSF
|
- OSF
|
||||||
+ SIA is broken
|
+ SIA is broken
|
||||||
- Cygwin
|
- Cygwin
|
||||||
+ Privsep for Pre-auth only (no fd passing)
|
+ Privsep for Pre-auth only (no fd passing)
|
||||||
|
|
||||||
$Id: TODO,v 1.54 2003/05/18 11:44:07 djm Exp $
|
$Id: TODO,v 1.55 2003/06/11 13:56:41 dtucker Exp $
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
* Pseudo-implementation of RFC2553 name / address resolution functions
|
* Pseudo-implementation of RFC2553 name / address resolution functions
|
||||||
*
|
*
|
||||||
* But these functions are not implemented correctly. The minimum subset
|
* But these functions are not implemented correctly. The minimum subset
|
||||||
* is implemented for ssh use only. For exapmle, this routine assumes
|
* is implemented for ssh use only. For example, this routine assumes
|
||||||
* that ai_family is AF_INET. Don't use it for another purpose.
|
* that ai_family is AF_INET. Don't use it for another purpose.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
RCSID("$Id: fake-rfc2553.c,v 1.2 2003/06/05 09:37:30 dtucker Exp $");
|
RCSID("$Id: fake-rfc2553.c,v 1.3 2003/06/11 13:56:41 dtucker Exp $");
|
||||||
|
|
||||||
#ifndef HAVE_GETNAMEINFO
|
#ifndef HAVE_GETNAMEINFO
|
||||||
int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
|
int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
* Pseudo-implementation of RFC2553 name / address resolution functions
|
* Pseudo-implementation of RFC2553 name / address resolution functions
|
||||||
*
|
*
|
||||||
* But these functions are not implemented correctly. The minimum subset
|
* But these functions are not implemented correctly. The minimum subset
|
||||||
* is implemented for ssh use only. For exapmle, this routine assumes
|
* is implemented for ssh use only. For example, this routine assumes
|
||||||
* that ai_family is AF_INET. Don't use it for another purpose.
|
* that ai_family is AF_INET. Don't use it for another purpose.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: fake-rfc2553.h,v 1.2 2003/06/05 12:20:11 dtucker Exp $ */
|
/* $Id: fake-rfc2553.h,v 1.3 2003/06/11 13:56:41 dtucker Exp $ */
|
||||||
|
|
||||||
#ifndef _FAKE_RFC2553_H
|
#ifndef _FAKE_RFC2553_H
|
||||||
#define _FAKE_RFC2553_H
|
#define _FAKE_RFC2553_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user