Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
fb62a6948834281fd5628e5566f17c1767a17763
/
ChangeLog
fb62a69
- markus@cvs.openbsd.org 2002/05/15 21:56:38
by Ben Lindstrom
· 22 years ago
df75dd2
- (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
by Kevin Steves
· 22 years ago
28bbb0c
by Tim Rice
· 23 years ago
8ce8296
sync scard/
by Damien Miller
· 23 years ago
23dc10d
crank rpm spec versions
by Damien Miller
· 23 years ago
667fb25
Crank version
by Damien Miller
· 23 years ago
74cc5bb
fix spelling mistakes spotted by Solar Designer <solar@openwall.com>
by Damien Miller
· 23 years ago
bc5bb55
- (stevesk) [sshd.c] #ifndef HAVE_CYGWIN for setgroups()
by Kevin Steves
· 23 years ago
c5041ac
- (stevesk) [sshd.c] bug 245; disable setsid() for now
by Kevin Steves
· 23 years ago
9de793c
by Tim Rice
· 23 years ago
4e67d38
- (bal) OpenBSD CVS Sync
by Ben Lindstrom
· 23 years ago
c5c15dd
- markus@cvs.openbsd.org 2002/05/15 21:02:53
by Ben Lindstrom
· 23 years ago
c57bbf1
- millert@cvs.openbsd.org 2002/05/06 23:34:33
by Ben Lindstrom
· 23 years ago
bb2ce36
- deraadt@cvs.openbsd.org 2002/05/04 02:39:35
by Ben Lindstrom
· 23 years ago
2b70e56
- (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy.
by Ben Lindstrom
· 23 years ago
7339b2a
- mouring@cvs.openbsd.org 2002/05/15 15:47:49
by Ben Lindstrom
· 23 years ago
bdde330
- markus@cvs.openbsd.org 2002/05/13 21:26:49
by Ben Lindstrom
· 23 years ago
17401b6
- millert@cvs.openbsd.org 2002/05/13 15:53:19
by Ben Lindstrom
· 23 years ago
a574cda
- markus@cvs.openbsd.org 2002/05/13 20:44:58
by Ben Lindstrom
· 23 years ago
58d4daf
- itojun@cvs.openbsd.org 2002/05/13 02:37:39
by Ben Lindstrom
· 23 years ago
966bfda
- stevesk@cvs.openbsd.org 2002/05/11 20:24:48
by Ben Lindstrom
· 23 years ago
973be00
- deraadt@cvs.openbsd.org 2002/05/08 21:06:34
by Ben Lindstrom
· 23 years ago
1650ba3
- deraadt@cvs.openbsd.org 2002/05/07 19:54:36 [ssh.h] use ssh uid
by Ben Lindstrom
· 23 years ago
beecf74
- (bal) CVS ID fix up on auth-passwd.c
by Ben Lindstrom
· 23 years ago
860e929
wrap
by Damien Miller
· 23 years ago
ee5e3b2
wrap
by Damien Miller
· 23 years ago
8dd6feb
by Tim Rice
· 23 years ago
fd6fd24
by Tim Rice
· 23 years ago
1e28c9e
by Tim Rice
· 23 years ago
f8defa2
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
by Kevin Steves
· 23 years ago
0572035
- (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6
by Damien Miller
· 23 years ago
f71d2a5
- (djm) Bug #234: missing readpassphrase declaration and defines
by Damien Miller
· 23 years ago
0228155
- (stevesk) add initial README.privsep
by Kevin Steves
· 23 years ago
c81e129
- (stevesk) [configure.ac] nicer message: --with-privsep-user=user
by Kevin Steves
· 23 years ago
b7cb969
- (djm) Update RPM spec file: different superuser path, use
by Damien Miller
· 23 years ago
f58c672
- (djm) Add --with-privsep-path configure option
by Damien Miller
· 23 years ago
5ad9fd9
- (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
by Damien Miller
· 23 years ago
a18bbd3
- (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
by Damien Miller
· 23 years ago
802b956
by Tim Rice
· 23 years ago
aef7371
by Tim Rice
· 23 years ago
f98fb72
- (stevesk) [auth.c] Shadow account and expiration cleanup. Now
by Kevin Steves
· 23 years ago
0b47814
- (bal) Back all the way out of auth-passwd.c changes. Breaks too many
by Ben Lindstrom
· 23 years ago
87aea25
- (djm) Try to drop supplemental groups at daemon startup. Patch from RedHat
by Damien Miller
· 23 years ago
cfe4a89
- (djm) Rework RedHat RPM files. Based on spec from Nalin
by Damien Miller
· 23 years ago
a7a5d6d
Unbreak make -f Makefile.in distprep
by Tim Rice
· 23 years ago
ffc868f
- (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
by Damien Miller
· 23 years ago
0502a47
by Tim Rice
· 23 years ago
63cf841
by Tim Rice
· 23 years ago
4bd2a19
by Tim Rice
· 23 years ago
f762a4b
- (djm) Don't reinitialise PAM credentials before we have started PAM.
by Damien Miller
· 23 years ago
a33501b
- (djm) Unbreak PAM auth for protocol 1. Report from Pekka Savola
by Damien Miller
· 23 years ago
52910dd
- (djm) Unbreak auth-passwd.c for PAM and SIA
by Damien Miller
· 23 years ago
532bbdb
- (bal) Fixed auth-passwd.c to resolve PermitEmptyPassword issue
by Ben Lindstrom
· 23 years ago
804357a
- (djm) Fix readpassphase compilation for systems which have it
by Damien Miller
· 23 years ago
38cd435
- (djm) Import OpenBSD regression tests. Requires BSD make to run
by Damien Miller
· 23 years ago
2f09289
by Tim Rice
· 23 years ago
aa100c5
- (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on
by Damien Miller
· 23 years ago
ae9d5af
- (djm) Disable PAM password expiry until a complete fix for bug #188 exists
by Damien Miller
· 23 years ago
13ce922
- (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
by Damien Miller
· 23 years ago
0ea1d9d
- (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
by Kevin Steves
· 23 years ago
30e494f
- (stevesk) [defines.h] remove USE_TIMEVAL; unused
by Kevin Steves
· 23 years ago
0150c65
- djm@cvs.openbsd.org 2002/04/23 22:16:29
by Damien Miller
· 23 years ago
11ec281
- (djm) OpenBSD CVS Sync
by Damien Miller
· 23 years ago
5feaaef
- (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
by Kevin Steves
· 23 years ago
03df6cd
- (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused
by Kevin Steves
· 23 years ago
78cf8c3
- markus@cvs.openbsd.org 2002/04/23 12:58:26
by Markus Friedl
· 23 years ago
f75fcc6
wrap an out of control line
by Damien Miller
· 23 years ago
fa2bb69
- (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid
by Damien Miller
· 23 years ago
f1b9d11
- (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
by Damien Miller
· 23 years ago
d77facd
- (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
by Damien Miller
· 23 years ago
f5fea44
- (djm) Define BROKEN_REALPATH for AIX, patch from
by Damien Miller
· 23 years ago
654a4ef
- (djm) Redhat spec enables KrbV by default
by Damien Miller
· 23 years ago
0b3894d
- (djm) Update RPM spec file versions
by Damien Miller
· 23 years ago
ef7c11d
- (djm) Trim ChangeLog to include only post-3.1 changes
by Damien Miller
· 23 years ago
2797f7f
- markus@cvs.openbsd.org 2002/04/22 21:04:52
by Damien Miller
· 23 years ago
d7de14b
- markus@cvs.openbsd.org 2002/04/22 16:16:53
by Damien Miller
· 23 years ago
635fe98
- markus@cvs.openbsd.org 2002/04/22 06:15:47
by Damien Miller
· 23 years ago
f61c015
- stevesk@cvs.openbsd.org 2002/04/21 16:25:06
by Damien Miller
· 23 years ago
7a8558d
- stevesk@cvs.openbsd.org 2002/04/21 16:19:27
by Damien Miller
· 23 years ago
bad0e01
- markus@cvs.openbsd.org 2002/04/20 09:17:19
by Damien Miller
· 23 years ago
3b23566
- markus@cvs.openbsd.org 2002/04/20 09:14:58
by Damien Miller
· 23 years ago
7941855
- (djm) Make privsep work with PAM (still experimental)
by Damien Miller
· 23 years ago
594a71b
- (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
by Damien Miller
· 23 years ago
f02dccc
by Tim Rice
· 23 years ago
a370f4d
- (djm) Avoid SIGCHLD breakage when run from rsync. Fix from
by Damien Miller
· 23 years ago
43a1c13
by Tim Rice
· 23 years ago
5efd710
- (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca
by Damien Miller
· 23 years ago
bd63874
- (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL
by Damien Miller
· 23 years ago
66480f1
by Tim Rice
· 23 years ago
eb36302
- (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen
by Kevin Steves
· 23 years ago
8be24f3
- (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
by Damien Miller
· 23 years ago
49411ff
- (djm) Random number collection doc fixes from Ben
by Damien Miller
· 23 years ago
32e4818
- (djm) ssh-rand-helper improvements
by Damien Miller
· 23 years ago
fd4c9ee
- (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
by Damien Miller
· 23 years ago
927dfd2
- (bal) disable privsep if no MAP_ANON. We can re-enable it
by Ben Lindstrom
· 23 years ago
c42f7cf
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
by Ben Lindstrom
· 23 years ago
ae49fe6
by Tim Rice
· 23 years ago
19fa9b5
- (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
by Kevin Steves
· 23 years ago
813f045
by Tim Rice
· 23 years ago
0c283d8
- (stevesk) [auth-sia.c] cleanup
by Kevin Steves
· 23 years ago
Next »