summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-15 21:45:57 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-15 21:45:57 +1100
commit691d5235ca9485877e8345269b1be4b2cf1be322 (patch)
tree7adbbdbb837a6d3d4953a6ea339ad9d9e6d289ce /README.platform
parentf04c3616756831fe987fe3e474c8c234c298e4cb (diff)
- (dtucker) [README.platform auth.c configure.ac loginrec.c
openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #835: enable IPv6 on AIX where possible (see README.platform for details) and work around a misfeature of AIX's getnameinfo. ok djm@
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.platform b/README.platform
index 880b83c63..136304a8e 100644
--- a/README.platform
+++ b/README.platform
@@ -13,6 +13,15 @@ Accounts in this state must have their passwords reset manually by the
13administrator. As a precaution, it is recommended that the administrative 13administrator. As a precaution, it is recommended that the administrative
14passwords be reset before upgrading from OpenSSH <3.8. 14passwords be reset before upgrading from OpenSSH <3.8.
15 15
16As of OpenSSH 4.0, configure will attempt to detect if your version
17and maintenance level of AIX has a working getaddrinfo, and will use it
18if found. This will enable IPv6 support. If for some reason configure
19gets it wrong, or if you want to build binaries to work on earlier MLs
20than the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGS
21to force the previous IPv4-only behaviour.
22
23IPv6 known to work: 5.2ML2 5.2ML5
24IPv6 known broken: 4.3.3ML11 5.1ML4
16 25
17Cygwin 26Cygwin
18------ 27------
@@ -27,4 +36,4 @@ Currently, sshd does not support BSM auditting. This can show up as errors
27when editting cron entries via crontab. See. 36when editting cron entries via crontab. See.
28http://bugzilla.mindrot.org/show_bug.cgi?id=125 37http://bugzilla.mindrot.org/show_bug.cgi?id=125
29 38
30$Id: README.platform,v 1.2 2004/04/23 08:57:13 dtucker Exp $ 39$Id: README.platform,v 1.3 2005/02/15 10:45:57 dtucker Exp $