Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-22 | - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk | Ben Lindstrom | |
2002-07-21 | - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h | Kevin Steves | |
2002-07-21 | - (stevesk) [auth-pam.h] unneeded include | Kevin Steves | |
2002-07-21 | - (stevesk) [auth-pam.h] license | Kevin Steves | |
2002-07-21 | - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch | Kevin Steves | |
warning on pam_conv struct conversation function. | |||
2002-07-21 | - (stevesk) [auth-pam.c] merge rest of solar's PAM patch; | Kevin Steves | |
PAM_NEW_AUTHTOK_REQD remains in #if 0 for now. | |||
2002-07-21 | - (stevesk) [auth-pam.c] merge cosmetic changes from solar's | Kevin Steves | |
openssh-3.4p1-owl-password-changing.diff | |||
2002-07-20 | - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng(). | Kevin Steves | |
2002-07-19 | [configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.au | Tim Rice | |
2002-07-19 | [contrib/solaris/buildpkg.sh] create privsep user/group if needed. | Tim Rice | |
Patch by dtucker@zip.com.au | |||
2002-07-18 | [includes.h] Bug 267 add stdint.h | Tim Rice | |
2002-07-18 | [configure.ac] Bug 267 rework int64_t test. | Tim Rice | |
2002-07-18 | [monitor_mm.c] add missing declaration for xmmap(). Reported | Tim Rice | |
by ayamura@ayamura.org | |||
2002-07-18 | [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org | Tim Rice | |
2002-07-17 | [configure.ac] change how we do paths in AC_PATH_PROGS tests | Tim Rice | |
for autoconf 2.53. Based on a patch by jrj@purdue.edu | |||
2002-07-18 | - (bal) aixbff package updated by dtucker@zip.com.au | Ben Lindstrom | |
2002-07-16 | [contrib/solaris/opensshd.in] Only kill sshd if .pid file found | Tim Rice | |
2002-07-15 | - (bal) Privsep user creation support in Solaris buildpkg.sh by | Ben Lindstrom | |
dtucker@zip.com.au | |||
2002-07-15 | - (bal) Remove unused tty defined in do_setusercontext() pointed out by | Ben Lindstrom | |
dtucker@zip.com.au plus a a more KNF since I am near it. | |||
2002-07-15 | - markus@cvs.openbsd.org 2002/07/12 15:50:17 | Ben Lindstrom | |
[cipher.c] EVP_CIPH_CUSTOM_IV for our own rijndael | |||
2002-07-15 | - itojun@cvs.openbsd.org 2002/07/12 13:29:09 | Ben Lindstrom | |
[sshconnect.c] print connect failure during debugging mode. | |||
2002-07-14 | [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin() | Tim Rice | |
report by rodney@bond.net | |||
2002-07-14 | [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net | Tim Rice | |
2002-07-14 | [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris. | Tim Rice | |
report by chris@by-design.net | |||
2002-07-14 | (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c | Tim Rice | |
openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package | |||
2002-07-14 | [Makefile.in] replace "id sshd" with "sshd -t" | Tim Rice | |
2002-07-12 | [configure.ac] remove unused filepriv line | Tim Rice | |
2002-07-12 | [Makefile.in] quiet down install-files: and check-user: | Tim Rice | |
2002-07-11 | - deraadt@cvs.openbsd.org 2002/07/10 17:53:54 | Ben Lindstrom | |
[rijndael.c] use right sizeof in memcpy; markus ok | |||
2002-07-11 | - itojun@cvs.openbsd.org 2002/07/10 10:28:15 | Ben Lindstrom | |
[sshconnect.c] bark if all connection attempt fails. | |||
2002-07-11 | - stevesk@cvs.openbsd.org 2002/07/09 17:46:25 | Ben Lindstrom | |
[sshd_config.5] clarify no preference ordering in protocol list; ok markus@ | |||
2002-07-11 | - itojun@cvs.openbsd.org 2002/07/09 12:04:02 | Ben Lindstrom | |
[sshconnect.c] ed static function (less warnings) | |||
2002-07-11 | - itojun@cvs.openbsd.org 2002/07/09 11:56:27 | Ben Lindstrom | |
[canohost.c] suppress log on reverse lookup failiure, as there's no real value in doing so. markus ok | |||
2002-07-11 | - itojun@cvs.openbsd.org 2002/07/09 11:56:50 | Ben Lindstrom | |
[sshconnect.c] silently try next address on connect(2). markus ok | |||
2002-07-10 | [contrib/cygwin/ssh-host-config] explicitely sets the permissions | Tim Rice | |
on /var/empty to 755 Patch by vinschen@redhat.com | |||
2002-07-09 | - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms | Ben Lindstrom | |
lacking that concept can share it. Patch by vinschen@redhat.com | |||
2002-07-08 | [configure.ac] fix libc89 utimes test. Mention default path for | Tim Rice | |
--with-privsep-path= | |||
2002-07-08 | [Makefile.in] workaround for broken pakadd on some systems. | Tim Rice | |
With "ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin" you wild end up with lrwxrwxrwx 1 root sys 4 Jul 8 18:43 slogin -> /ssh after the package was installed. | |||
2002-07-08 | [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to | Tim Rice | |
work in a jumpstart environment. patch by kbrint@rufus.net | |||
2002-07-08 | - (bal) Correction to utimes() again. | Ben Lindstrom | |
2002-07-07 | - (bal) Minor KNF on ssh-keyscan.c | Ben Lindstrom | |
This is really from Theo's patch. I missed it by looking at the wrong function call. | |||
2002-07-07 | - stevesk@cvs.openbsd.org 2002/07/06 17:47:58 | Ben Lindstrom | |
[ssh-keyscan.c] unused variable | |||
2002-07-07 | - deraadt@cvs.openbsd.org 2002/07/06 01:01:26 | Ben Lindstrom | |
[ssh-keyscan.c] KNF, realloc fix, and clean usage | |||
2002-07-07 | - deraadt@cvs.openbsd.org 2002/07/06 01:00:49 | Ben Lindstrom | |
[log.c] KNF | |||
2002-07-07 | - markus@cvs.openbsd.org 2002/07/04 10:41:47 | Ben Lindstrom | |
[key.c monitor_wrap.c ssh-dss.c ssh-rsa.c] don't allocate, copy, and discard if there is not interested in the data; ok deraadt@ | |||
2002-07-07 | - deraadt@cvs.openbsd.org 2002/07/04 08:12:15 | Ben Lindstrom | |
[channels.c packet.c] blah blah minor nothing as i read and re-read and re-read... | |||
2002-07-07 | - deraadt@cvs.openbsd.org 2002/07/04 04:15:33 | Ben Lindstrom | |
[key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c] patch memory leaks; grendel@zeitbombe.org | |||
2002-07-07 | - (bal) [realpath.c] Updated with OpenBSD tree. | Ben Lindstrom | |
2002-07-07 | [contrib/cygwin/ssh-host-config] sshd account creation fixes | Tim Rice | |
patch from vinschen@redhat.com | |||
2002-07-07 | [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/ | Tim Rice | |