summaryrefslogtreecommitdiff
path: root/security/ssh
AgeCommit message (Collapse)AuthorFilesLines
1999-07-17Fix so own copy of gmp compiles correctly on i386 with ELF.jlam3-17/+59
1999-07-13temporary fix for PR 7973. more fundamental fix should follow (next week).itojun2-2/+4
"make makepatchsum" need a great care. PR: 7973
1999-07-10add PATCH_SITES.itojun2-2/+3
note: IPv6 build (with USE_INET6) will not be successful due to patch sums. better fix should follow.
1999-07-09Add package patch checksum files.agc1-0/+17
1999-07-08add NetBSD RCS IDitojun2-0/+4
1999-07-08enable IPv6 build (USE_INET6)itojun4-2/+43
1999-07-01add --x-{libraries,includes}= if xpkgwedge.mrg1-1/+6
1999-06-28Add a LICENSE field of "no-commercial-use". Fixes PR 7874, from Billagc1-1/+2
Sommerfeld.
1999-06-20While sshd doesn't necessarily need a config file, it makes morekim1-2/+2
sense to check for the daemon config than the client config.
1999-06-04Make sure Rpath is supplied for X libraries.thorpej1-10/+17
1999-05-26Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Alsotv3-65/+67
reorder some patches, and touch the timestamp on all Makefile.in files, so that automake and autoconf are never run (regardless of whether they are installed).
1999-05-23Update rsaref dependency to 2.0p1.tv1-2/+2
1999-05-16Fix dynamic package list creation so that a second "make install" willtron1-2/+5
work properly.
1999-05-15Update to 1.2.27. Mostly sprintf->snprintf fixes (more than we had inbouyer9-223/+128
our private patches). ssh users should probably upgrade ...
1999-05-10Remove "PKGDIR" kludge now that "DEINSTALL_FILE" and "MESSAGE_FILE"tron1-15/+11
variables are supported.
1999-05-10Fix problem build problem in case "automake" is installed.tron1-0/+22
1999-05-10Fix the three deadly sins for patch files:tron5-114/+109
- add missing RCS Ids - don't patch files several times - only one file per patch file
1999-04-30If on a mips*-*-netbsd* arch, add "-Wa,-KPIC" to CFLAGS to generatesimonb1-0/+26
MIPS ABI code. Fixes PR pkg/7467 from Jason Thorpe.
1999-04-19s/no/not/ in echo statment.abs1-2/+2
1999-03-04Patch to get the included "gmp" library working again on "arm32" porttron1-0/+43
published by Richard Earnshaw on "port-arm32@netbsd.org".
1999-03-02Support TIS authentication if USE_TIS=YES.simonb2-1/+45
Remove extra "Challange" word from displayed challenge - the challenge string from authsrv already has it. XXX: No TIS fwtk package yet...
1999-03-01Patch to get the included "gmp" library working again on "arm32" porttron1-0/+61
published by Richard Earnshaw on "port-arm32@netbsd.org".
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-03Oops! In Makefile, tabs != spaces. Comment lines need spaces, indentedwrstuden1-6/+6
commands need tabs.
1999-01-30Make the ssh package 68060 aware.is1-1/+7
Like for the pgp2 package, we avoid 68020-40 tuned assembler code that makes heavy use of the 32<->64bit mul or div, which is emulated on the 68060. Currently, we do this by using the --disable-asm configure option and passing -m68060 to the compiler. I couldn't figure out how to pass host=m68060--netbsd to the gmp subconfigure. Even this way, there is a speedup of about 6 for the sshd or ssh startup. To enable, set M68060=yes in your /etc/mk.conf, when building this package.
1999-01-30Back out (unrelated and experimental) part of last commit that shouldn't ↵is1-6/+1
have gone in.
1999-01-30use the RSAREF2 legal notice from the PGP2 package. (Outside of the USA, thereis1-6/+11
are "people", too.)
1998-11-04Add necessary security patches from PR pkg/6392 by Wolfgang Rupprechttron8-241/+246
and convert old patch files to unified output format.
1998-09-10No US sites, yes sir. Replaced with a German site. Since ftp.cs.hut.fikim1-2/+2
and ftp.funet.fi are on the same campus, I just wanted to add a site I can reach when FUNET/CSC/HUT and/or NORDUNET have problems...
1998-09-10Don't write truncated hostnames in utmp, use IP addresses instead.kim3-2/+74
Don't immediately timeout sessions as idle just because an actual idle check had not been done yet (so last_idle_time was zero, and the difference to current time is way over your idle time limit). Also added the first US mirror of ssh into MASTER_SITES.
1998-08-24Sample config is in .../share/examples/ssh, not .../examples ssh.hubertf1-3/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc10-0/+21
1998-08-07Let "sshd" check the change and expire fields of the password database.tron1-0/+151
Patches supplied by Jarkko Torppa in PR pkg/5917.
1998-08-06- Add -Wl,-R${LOCALBASE}/lib for rsaref built ssh.tv1-7/+7
- Pkglint: search for other non-X pkgs in ${LOCALBASE}, not ${PREFIX}.
1998-07-14cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in everyfrueauf1-2/+1
package Makefile.
1998-07-13We use American English.mycroft1-3/+3
licence -> license
1998-07-10Update "ssh" package to 1.2.26.tron3-23/+24
1998-06-22Update package Makefiles for automatic manual page handling.agc1-6/+1
1998-06-19On request by mrg build "ssh" with "--disable-suid-ssh" by default. Thistron1-2/+2
can be overridden by setting "SSH_SUID" to "YES".
1998-06-15If X11 is installed we need to track "ssh-askpass" and "ssh-askpass1".tron1-9/+15
1998-06-15Reorder to get files and links together.tron1-7/+7
1998-06-12Makefile was missing new `-f'.tv1-2/+2
1998-06-12Update to 1.2.25 (pr #5581 from Erik Fair) with minor PLIST nits:tv3-9/+6
ssh-askpass{,1} is not in /usr/pkg/bin, and slogin need not use @exec/@unexec (account for symlink in a package tarfile).
1998-06-11Add support for both socks4 and socks5 - use the USE_SOCKS definitionagc1-3/+8
to work out which one's wanted.
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-2/+2
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-06-03Consolidate inclusion of /etc/mk.conf by using bsd.prefs.mkagc1-18/+2
1998-05-26Add "SSH_NO_SUID" option to disable setuid installation of "ssh" binary.tron1-1/+6
1998-05-24Update "ssh" to 1.2.23 on request by mrg.tron8-357/+253