Tim Rice
5287902643
Minor updates to some README files.
2004-06-27 20:50:35 -07:00
Damien Miller
7f64afdc09
update relnotes URL for release
2004-04-18 20:32:56 +10:00
Darren Tucker
5ce131f2b6
- (dtucker) [README] Add pointer to release notes. ok djm@
2004-02-24 16:13:24 +11:00
Damien Miller
a8e06cef35
- djm@cvs.openbsd.org 2003/11/21 11:57:03
...
[everything]
unexpand and delete whitespace at EOL; ok markus@
(done locally and RCS IDs synced)
2003-11-21 23:48:55 +11:00
Damien Miller
2047b3bdf6
- (djm) Update README to reflect AIX's status as a well supported platform.
...
From dtucker@zip.com.au
2003-01-08 23:28:40 +11:00
Damien Miller
b063f01dd5
HARUYAMA Seigo has changed address
2001-12-24 14:17:21 +11:00
Kevin Steves
c3ad02e54b
- (stevesk) README: zlib location is http://www.gzip.org/zlib/
2001-10-28 18:10:22 +00:00
Ben Lindstrom
9335669e3a
Updated Readme with right zlib location in [3]
2001-10-26 15:36:06 +00:00
Kevin Steves
bdb063d4e1
cleanups.
2001-02-24 09:00:23 +00:00
Damien Miller
8609332558
- (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
2001-02-18 12:58:24 +11:00
Damien Miller
e9cf357a99
- (djm) Add CVS Id's to files that we have missed
2001-02-09 12:55:35 +11:00
Damien Miller
0736c4df83
- (djm) Mention PRNGd in documentation, it is nicer than EGD
...
- (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
2001-01-25 10:51:46 +11:00
Damien Miller
dadc051268
Fix Haruyama-san's email address
2000-11-29 12:51:14 +11:00
Damien Miller
6604fadbdd
- (djm) Remove UPGRADING document in favour of a link to the better
...
maintained FAQ on www.openssh.com
2000-11-06 12:48:54 +11:00
Damien Miller
e95b52e90b
Change of employer :)
2000-10-28 13:22:06 +11:00
Damien Miller
6468125052
- (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
...
based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-06-26 13:01:33 +10:00
Damien Miller
7206ad170c
fix linkrot
2000-06-08 08:48:24 +10:00
Damien Miller
7b63b0f66e
- Doc cleanup
2000-05-20 15:41:26 +10:00
Damien Miller
54057c2b9b
- Doc updates
2000-05-09 15:03:37 +10:00
Damien Miller
c998f9eb7c
clarify requirement for egd
2000-04-30 09:43:41 +10:00
Damien Miller
040f3831fc
- Wrote entropy collection routines for systems that lack /dev/random
...
and EGD
2000-04-03 14:50:43 +10:00
Damien Miller
5a88b6e70b
add warning
2000-03-07 22:40:57 +11:00
Damien Miller
1787252789
- Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
...
- Added URLs to Japanese translations of documents by HARUYAMA Seigo
<haruyama@nt.phys.s.u-tokyo.ac.jp>
2000-02-02 20:56:20 +11:00
Damien Miller
f20c2aa89c
Doc updates
2000-01-06 20:28:41 +11:00
Damien Miller
8bdeee25f8
- Merged Dante SOCKS support patch from David Rankin
...
<drankin@bohemians.lexington.ky.us>
- Updated documentation with ./configure options
1999-12-30 15:50:54 +11:00
Damien Miller
58ca7d8503
- Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
...
- Minor Makefile cleaning
1999-12-29 19:56:30 +11:00
Damien Miller
beb4ba5a68
- Portability fixes for Irix 5.3 (now compiles OK!)
...
- autoconf and other misc cleanups
1999-12-28 15:09:35 +11:00
Damien Miller
c0d7390398
- Automatically correct paths in manpages and configuration files. Patch
...
and script from Andre Lucas <andre.lucas@dial.pipex.com>
- Removed credits from README to CREDITS file, updated.
1999-12-27 09:23:58 +11:00
Damien Miller
6ae00d6c96
- Some older systems don't have poll.h, they use sys/poll.h instead
...
- Doc updates
1999-12-14 15:43:03 +11:00
Damien Miller
294df785b8
- Added SuSE package files from Chris Saia <csaia@wtower.com>
...
- Restructured package-related files under packages/
- Added generic PAM config
1999-11-23 10:11:29 +11:00
Damien Miller
d71b12ee5b
- Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
...
- Retry /dev/urandom reads interrupted by signal (report from
Robert Hardy <rhardy@webcon.net>)
1999-11-22 15:24:34 +11:00
Damien Miller
c09672740e
Doc updates
1999-11-19 15:53:50 +11:00
Damien Miller
04f801456a
- Renamed BSD helper function files to bsd-*
...
- Added tests for login and daemon and OpenBSD replacements for when they
are absent.
1999-11-19 15:32:34 +11:00
Damien Miller
5bbbd364c9
- Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
1999-11-19 07:56:21 +11:00
Damien Miller
6ee9564901
Typo
1999-11-18 11:35:13 +11:00
Damien Miller
81428f9d10
- Merged OpenBSD CVS changes
...
- [scp.c] foregroundproc() in scp
- [sshconnect.h] include fingerprint.h
- [sshd.c] bugfix: the log() for passwd-auth escaped during logging
changes.
- Added openssh.com info to README
1999-11-18 09:28:11 +11:00
Damien Miller
10f6f6ba9e
- Merged OpenBSD CVS changes
...
- [ChangeLog.Ylonen] noone needs this anymore
- [authfd.c] close-on-exec for auth-socket, ok deraadt
- [hostfile.c]
in known_hosts key lookup the entry for the bits does not need
to match, all the information is contained in n and e. This
solves the problem with buggy servers announcing the wrong
modulus length. markus and me.
- [serverloop.c]
bugfix: check for space if child has terminated, from:
iedowse@maths.tcd.ie
- [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
[fingerprint.c fingerprint.h]
rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
- [ssh-agent.1] typo
- [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
- [sshd.c]
force logging to stderr while loading private key file
(lost while converting to new log-levels)
1999-11-17 17:29:08 +11:00
Damien Miller
d743bba481
Clarify mailing list details
1999-11-16 13:45:26 +11:00
Damien Miller
2a9d9f6ce4
Doc updates
1999-11-15 23:34:11 +11:00
Damien Miller
3668206da4
- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com>
1999-11-15 17:19:24 +11:00
Damien Miller
44b4e49eb7
Thinko
1999-11-15 10:04:28 +11:00
Damien Miller
e116a26556
typo
1999-11-15 09:25:59 +11:00
Damien Miller
2cb210f0f7
- Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
...
- Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
1999-11-13 15:40:10 +11:00
Damien Miller
7df20e2ffc
Documentation updates
1999-11-12 16:06:47 +11:00
Damien Miller
b5f8927a7e
Added INSTALL documentation
...
Minor other doc updates
1999-11-12 14:35:58 +11:00
Damien Miller
a419528432
Added mailing list info
1999-11-12 14:11:10 +11:00
Damien Miller
56825a1693
Doc and spec updates
1999-11-11 10:50:04 +11:00
Damien Miller
a5cec58934
doc updates
1999-11-09 15:05:11 +11:00
Damien Miller
74389c9ba1
Doc updates
1999-11-09 15:03:01 +11:00
Damien Miller
c7b38ceed6
- Autodetection of SSL/Crypto library location via autoconf
...
- Fixed location of ssh-askpass to follow autoconf
- Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
- Autodetection of RSAref library for US users
- Minor doc updates
1999-11-09 10:28:04 +11:00