Age | Commit message (Expand) | Author | Files | Lines |
2002-06-28 | Add PKG_SYSCONFDIR to BUILD_DEFS. | seb | 1 | -2/+2 |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 |
2002-06-24 | fix under Linux | abs | 2 | -3/+11 |
2002-06-15 | Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict" | cjep | 1 | -3/+3 |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 |
2002-02-05 | Bump the package version number to 1.2.27nb2 since the config file location | jlam | 1 | -2/+2 |
2002-02-05 | SSH_CONF_DIR has been deprecated. Use PKG_SYSCONFDIR instead. | jlam | 1 | -4/+3 |
2002-01-08 | Remove references to the USE_LOCALBASE_FOR_X11 definition, which was | agc | 1 | -6/+1 |
2001-12-05 | Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that | agc | 1 | -7/+1 |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 |
2001-11-23 | Stop the SSH daemom from truncating output on slow networks and/or | tron | 2 | -5/+31 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 |
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -2/+2 |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -44/+42 |
2001-03-20 | Replace ftp.cs.hut.fi (which has been closed) by ftp.ssh.com. | wiz | 1 | -2/+2 |
2001-03-20 | Add fitting LDFLAGS, so that ssh's gmp-version is used instead of a | wiz | 1 | -2/+3 |
2001-03-04 | turn KERBEROS into a binary switch | assar | 1 | -2/+2 |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 |
2001-02-16 | add missing RCS ID | dmcmahill | 2 | -2/+4 |
2001-02-13 | Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so | is | 1 | -1/+2 |
2001-02-13 | Use 32bit instead of 16 bit variable to avoid overflow. | is | 2 | -1/+13 |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -9/+11 |
2000-10-19 | At least in 1.4Q, there was a login_cap.h, but it didn't define LOGIN_SETENV. | hubertf | 2 | -6/+6 |
2000-09-28 | The name of the rc.d script has changed. Update message to reflect new | jlam | 1 | -2/+2 |
2000-09-26 | Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from | fredb | 1 | -1/+2 |
2000-09-20 | Install rc.d control script as "sshd" instead of "sshd.sh" to comply with | jlam | 3 | -5/+7 |
2000-09-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 1 | -3/+2 |
2000-08-28 | ssh 1.x ssh-keygen does not have -d for DSA keys - remove section that | abs | 1 | -5/+2 |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -3/+3 |
2000-08-10 | Comment out Kerberos 5 support, for now. | thorpej | 1 | -7/+8 |
2000-08-05 | mention license change issue in 1.2.27 -> 1.2.28. | itojun | 1 | -1/+5 |
2000-07-24 | Make all the installed /usr/pkg/etc/rc.d/sshd.sh files match. | jlam | 1 | -10/+46 |
2000-07-17 | Add Solaris support. | veego | 2 | -5/+21 |
2000-04-18 | Fix a bug where if you were logging in from an account which had not | thorpej | 2 | -9/+10 |
2000-03-26 | revise CONFLICTS line. | itojun | 1 | -2/+2 |
2000-03-20 | split security/ssh and security/ssh6. | itojun | 25 | -4223/+837 |
2000-03-18 | SSH_DONT_USE_IDEA is deprecated, so include USE_IDEA in BUILD_DEFS instead. | jlam | 1 | -2/+2 |
2000-03-18 | Sync with latest changes to "patch-ab" and "patch-aj". | tron | 1 | -3/+3 |
2000-03-18 | mark socksified build broken, this has been unavailable for some time. | itojun | 1 | -1/+2 |
2000-03-18 | address PR9630. compilation chokes on IPv4-only kernel. | itojun | 2 | -269/+273 |
2000-03-06 | Adapt ssh to use our login.conf framework. | mjl | 3 | -75/+190 |
2000-03-03 | can't install ssh on top of openssh, due to conflicting files. | itojun | 1 | -1/+3 |
2000-03-02 | find -> ${FIND} | wiz | 1 | -2/+2 |
2000-02-11 | Make this compile with KERBEROS=5. | jlam | 2 | -8/+15 |
2000-02-05 | minor fixes for pkglint | wiz | 1 | -3/+3 |
2000-01-22 | Link "ssh-askpass" with run time library path for X11 libraries. Fixes | tron | 2 | -5/+14 |
2000-01-17 | Use new variable USE_IDEA, which is YES/NO, and mention that SSH_DONT_USE_IDEA | jlam | 1 | -5/+13 |