- (stevesk) README: zlib location is http://www.gzip.org/zlib/
This commit is contained in:
parent
fe2f4a1e37
commit
c3ad02e54b
|
@ -3,6 +3,7 @@
|
|||
- (djm) Disconnect if no tty and PAM reports password expired
|
||||
- (djm) Fix for PAM password changes being echoed (from stevesk)
|
||||
- (stevesk) Fix compile problem with PAM password change fix
|
||||
- (stevesk) README: zlib location is http://www.gzip.org/zlib/
|
||||
|
||||
20011027
|
||||
- (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
|
||||
|
@ -6780,4 +6781,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1625 2001/10/28 17:32:38 stevesk Exp $
|
||||
$Id: ChangeLog,v 1.1626 2001/10/28 18:10:22 stevesk Exp $
|
||||
|
|
4
README
4
README
|
@ -56,11 +56,11 @@ References -
|
|||
[0] http://www.openssh.com/faq.html
|
||||
[1] http://www.lothar.com/tech/crypto/
|
||||
[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
|
||||
[3] http://www.gzip.org/pub/zlib/
|
||||
[3] http://www.gzip.org/zlib/
|
||||
[4] http://www.openssl.org/
|
||||
[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris
|
||||
and HP-UX 11)
|
||||
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
|
||||
[7] http://www.openssh.com/faq.html
|
||||
|
||||
$Id: README,v 1.48 2001/10/26 15:36:06 mouring Exp $
|
||||
$Id: README,v 1.49 2001/10/28 18:10:23 stevesk Exp $
|
||||
|
|
Loading…
Reference in New Issue