summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Define NO_LATEST_LINK in favor of 5.x versions.Akinori MUSHA2001-11-071-0/+2
|
* Upgrade to 4.26cAndrey A. Chernov2001-11-073-2/+3
|
* Fix latest package symlink.Shigeyuki Fukushima2001-11-072-0/+4
| | | | Submitted by: knu
* Update to version 2.54 Beta 30.David E. O'Brien2001-11-072-2/+2
|
* Update to OpenSSH 3.0 and OpenSSH-portable 3.0p1Dirk Meyer2001-11-076-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extracted from Changelog (not complete): 20011012 - markus@cvs.openbsd.org 2001/10/10 22:18:47 [channels.c channels.h clientloop.c nchan.c serverloop.c] [session.c session.h] try to keep channels open until an exit-status message is sent. don't kill the login shells if the shells stdin/out/err is closed. this should now work: ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ? - markus@cvs.openbsd.org 2001/10/11 13:45:21 [session.c] delay detach of session if a channel gets closed but the child is still alive. however, release pty, since the fd's to the child are already closed. - markus@cvs.openbsd.org 2001/10/11 15:24:00 [clientloop.c] clear select masks if we return before calling select(). 20011010 - markus@cvs.openbsd.org 2001/10/04 14:34:16 [key.c] call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com - markus@cvs.openbsd.org 2001/10/04 15:05:40 [channels.c serverloop.c] comment out bogus conditions for selecting on connection_in - markus@cvs.openbsd.org 2001/10/04 15:12:37 [serverloop.c] client_alive_check cleanup - markus@cvs.openbsd.org 2001/10/06 00:14:50 [sshconnect.c] remove unused argument - markus@cvs.openbsd.org 2001/10/06 00:36:42 [session.c] fix typo in error message, sync with do_exec_nopty - markus@cvs.openbsd.org 2001/10/06 11:18:19 [sshconnect1.c sshconnect2.c sshconnect.c] unify hostkey check error messages, simplify prompt. - markus@cvs.openbsd.org 2001/10/07 10:29:52 [authfile.c] grammer; Matthew_Clarke@mindlink.bc.ca - markus@cvs.openbsd.org 2001/10/07 17:49:40 [channels.c channels.h] avoid possible FD_ISSET overflow for channels established during channnel_after_select() (used for dynamic channels). - markus@cvs.openbsd.org 2001/10/08 11:48:57 [channels.c] better debug - markus@cvs.openbsd.org 2001/10/08 16:15:47 [sshconnect.c] use correct family for -b option - markus@cvs.openbsd.org 2001/10/08 19:05:05 [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c] some more IPv4or6 cleanup - markus@cvs.openbsd.org 2001/10/09 10:12:08 [session.c] chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu - markus@cvs.openbsd.org 2001/10/09 19:32:49 [session.c] stat subsystem command before calling do_exec, and return error to client. - markus@cvs.openbsd.org 2001/10/09 19:51:18 [serverloop.c] close all channels if the connection to the remote host has been closed, should fix sshd's hanging with WCHAN==wait - markus@cvs.openbsd.org 2001/10/09 21:59:41 [channels.c channels.h serverloop.c session.c session.h] simplify session close: no more delayed session_close, no more blocking wait() calls. - (bal) seed_init() and seed_rng() required in ssh-keyscan.c 20011003 - markus@cvs.openbsd.org 2001/09/27 11:58:16 [compress.c] mem leak; chombier@mac.com - markus@cvs.openbsd.org 2001/09/27 11:59:37 [packet.c] missing called=1; chombier@mac.com - markus@cvs.openbsd.org 2001/09/27 15:31:17 [auth2.c auth2-chall.c sshconnect1.c] typos; from solar - camield@cvs.openbsd.org 2001/09/27 17:53:24 [sshd.8] don't talk about compile-time options ok markus@ - djm@cvs.openbsd.org 2001/09/28 12:07:09 [ssh-keygen.c] bzero private key after loading to smartcard; ok markus@ - markus@cvs.openbsd.org 2001/09/28 15:46:29 [ssh.c] bug: read user config first; report kaukasoi@elektroni.ee.tut.fi - markus@cvs.openbsd.org 2001/10/01 08:06:28 [scp.c] skip filenames containing \n; report jdamery@chiark.greenend.org.uk and matthew@debian.org - markus@cvs.openbsd.org 2001/10/01 21:38:53 [channels.c channels.h ssh.c sshd.c] remove ugliness; vp@drexel.edu via angelos - markus@cvs.openbsd.org 2001/10/01 21:51:16 [readconf.c readconf.h ssh.1 sshconnect.c] add NoHostAuthenticationForLocalhost; note that the hostkey is now check for localhost, too. - djm@cvs.openbsd.org 2001/10/02 08:38:50 [ssh-add.c] return non-zero exit code on error; ok markus@ - stevesk@cvs.openbsd.org 2001/10/02 22:56:09 [sshd.c] #include "channels.h" for channel_set_af() - markus@cvs.openbsd.org 2001/10/03 10:01:20 [auth.c] use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp 20011001 - (stevesk) loginrec.c: fix type conversion problems exposed when using 64-bit off_t. 20010928 - djm@cvs.openbsd.org 2001/09/28 09:49:31 [scard.c] Fix segv when smartcard communication error occurs during key load. ok markus@ - (djm) Update spec files for new x11-askpass 20010927 - (stevesk) session.c: declare do_pre_login() before use wayned@users.sourceforge.net 20010925 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used. - (djm) Sync $sysconfdir/moduli - (djm) Avoid bad and unportable sprintf usage in compat code
* Use LATEST_LINK = popper to stop confusing with qpopperAndrey A. Chernov2001-11-071-0/+2
| | | | Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
* Upgrade to 2.3.20011106Dag-Erling Smørgrav2001-11-072-2/+2
|
* - Update to version 0.12.0Johann Visagie2001-11-073-8/+38
|
* NO_LATEST_LINK= yesDirk Meyer2001-11-072-0/+2
| | | | Submitted by: knu@iDaemons.org
* Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longerThomas Gellekum2001-11-077-69/+39
| | | | running FreeBSD.
* New maintainer ports@; Sandro Sigala is no longer running FreeBSD.Thomas Gellekum2001-11-072-4/+3
| | | | Update MASTER_SITES for umatrix, while I'm here.
* Update to 3.21b, fixing a Makefile bogon and a file descriptor leak.Peter Pentchev2001-11-072-4/+6
| | | | | | | | Add a new knob, PEM_DIR, to specify the path to install the certificate generated during the stunnel build, and later, the one generated using the 'cert' target of the port Makefile. Approved by: maintainer
* Add xxdiff-2.0, a QT interface to view/merge differences between 2 orPete Fritchman2001-11-077-0/+68
| | | | 3 files.
* Update to 0.75.Maxim Sobolev2001-11-0710-30/+52
|
* Update to 0.2.4.Maxim Sobolev2001-11-074-38/+32
|
* Update to 20011107.Akinori MUSHA2001-11-078-8/+8
| | | | | | | | | | - Get to properly work on Ruby 1.7. Reported by: Ollivier Robert <roberto@eurocontrol.fr> - pkgdb: Fix a regexp problem when it meets a pkgname that ends with a `+'. Reported by: Albert Kinderman <albert.kinderman@csun.edu>
* Update for acpica-unix-20011102.Mitsuru IWASAKI2001-11-074-18/+36
| | | | | | | | | acpicadb: - Apply some UINT32 -> ACPI_INTEGER changes - Apply ACPI_READ_ADR_SPACE -> ACPI_READ, ACPI_WRITE_ADR_SPACE -> ACPI_WRITE changes - Setup DSDT talbe by calling AcpiLoadTable() - Fix sleep -> usleep in osunixxf.c
* Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn.Dag-Erling Smørgrav2001-11-072-0/+2
|
* Update to 1.2.3.Maxim Sobolev2001-11-0710-28/+62
| | | | | PR: 31680 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* - Update to version 0.5Johann Visagie2001-11-072-7/+8
| | | | - Add dependency on PYDISTUTILS, which had previously been omitted - whoops.
* Define NO_LATEST_LINK.Akinori MUSHA2001-11-072-0/+4
|
* Set LATEST_LINK to imake-4.Akinori MUSHA2001-11-071-0/+1
|
* Set LATEST_LINK to rat30.Akinori MUSHA2001-11-072-0/+4
|
* Set LATEST_LINK to scotty3.Akinori MUSHA2001-11-072-0/+4
|
* Set LATEST_LINK to pgp[56].Akinori MUSHA2001-11-072-0/+4
|
* Don't make tmake's default CFLAGS -O2 (when using tmake to build somethingPete Fritchman2001-11-071-2/+11
| | | | | | else). Approved by: maintainer
* - Update to version 1.7Johann Visagie2001-11-073-89/+3
| | | | | | | | - Remove patch, as this functionality now exists in distribution - Drop maintainership PR: 31812 Submitted by: Mark Stosberg <mark@summersault.com>
* Install pgp_old as pgpo, as that is the symlink expected by the pgp binary.Pete Fritchman2001-11-072-3/+3
| | | | | PR: 16211 Approved by: maintainer timeout
* Define NO_LATEST_LINK, because this is a -devel version.Akinori MUSHA2001-11-071-0/+2
|
* Seems tripwire was repocopied to tripwire12, but seems no change orAkinori MUSHA2001-11-071-0/+1
| | | | | | removal has been made. So add an entry for tripwire12 in a comment for the moment so the MAINTAINER will not forget to change Makefile in the future.
* Add a missing entry: staroffice60.Akinori MUSHA2001-11-071-0/+1
| | | | | apel*, flim*, semi* ports are still not in the list, but I hope the MAINTAINER will take care soon.
* Add a missing entry: crossm68k.Akinori MUSHA2001-11-071-0/+1
|
* Add a missing entry: libudbc.Akinori MUSHA2001-11-071-0/+1
|
* Set LATEST_LINK to `XFree86-4'.Akinori MUSHA2001-11-071-0/+2
| | | | Approved by: jmz (MAINTAINER)
* Set LATEST_LINK to `linux_base-7'.Akinori MUSHA2001-11-071-0/+1
| | | | Approved by: marcel (MAINTAINER)
* Update to 4.4.3Pete Fritchman2001-11-072-2/+2
| | | | | PR: 31811 Submitted by: maintainer
* Better support for the vim-lite slave port. These bits are from theDavid E. O'Brien2001-11-071-0/+3
| | | | vim5 port -- I thought the two were in sync lite-wise, but I guess not.
* Change LATEST_LINK so version 6 "comes out ahead".David E. O'Brien2001-11-071-2/+1
|
* Add NO_LATEST_LINK so its not to be confused with postfix(stable)David W. Chapman Jr.2001-11-061-1/+3
| | | | | | Also fix white space on line above NO_LATEST_LINK Submitted by: knu
* Add $NO_LATEST_LINK.Jun Kuriyama2001-11-061-0/+1
| | | | Submitted by: knu
* Define NO_LATEST_LINK, because linux_mesa3 is the latest and no portAkinori MUSHA2001-11-061-0/+2
| | | | depends on this port.
* Set LATEST_LINK to "xperfmon3".Akinori MUSHA2001-11-061-0/+2
|
* Set LATEST_LINK to "tkrat2".Akinori MUSHA2001-11-061-0/+2
|
* Define NO_LATEST_LINK because this is a -devel version.Akinori MUSHA2001-11-061-0/+2
|
* Set LATEST_LINK to apache2 in favor of www/apache13.Akinori MUSHA2001-11-064-0/+8
|
* Set LATEST_LINK to "gd2".Akinori MUSHA2001-11-061-0/+2
|
* Define NO_LATEST_LINK.Akinori MUSHA2001-11-062-0/+4
|
* Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap.Akinori MUSHA2001-11-069-0/+18
|
* Change the package name from "crimson" to "crimson-fields" by settingAkinori MUSHA2001-11-062-0/+3
| | | | | | PKGNAMESUFFIX in order to avoid conflict with textproc/crimson. Add WWW to pkg-descr while I'm here.
* Change the package name from "matrix" to "matrix-kmod" by settingAkinori MUSHA2001-11-061-0/+1
| | | | PKGNAMESUFFIX in order to avoid conflict with math/matrix.