Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-24 | Make all the installed /usr/pkg/etc/rc.d/sshd.sh files match. | jlam | 1 | -10/+46 | |
Also default to "start" command if run with no arguments. | |||||
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 | |
authorized key and for which there was no kerberos principle, sshd would segfault. | |||||
2000-03-26 | revise CONFLICTS line. | itojun | 1 | -2/+2 | |
2000-03-20 | split security/ssh and security/ssh6. | itojun | 25 | -4223/+837 | |
security/ssh6: IPv4/v6 ready, socks unavailable, kerberos available (not tested) security/ssh: IPv4 onlyready, socks available, kerberos available (not tested) should be integrated into one whenever socks support becomes aware of getaddrinfo/getnameinfo. two directories with tons of patches/patch-* is a maintenance headache. | |||||
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 | |
this basically is due to synchronization issue between WIDE ssh IPv6 patch and netbsd repository. | |||||
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 | |
PR pkg/9242 by Christian E. Hopps. | |||||
2000-01-17 | Use new variable USE_IDEA, which is YES/NO, and mention that SSH_DONT_USE_IDEA | jlam | 1 | -5/+13 | |
is deprecated. Defaults to USE_IDEA=YES to match current default build. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | It looks like libwrap wasn't used ever since it became a dynamic lib? | kim | 3 | -315/+396 | |
I recommend checking their binary to everyone (e.g. with ldd). | |||||
1999-12-28 | One of our patches changes --with-kerberos5 to --with-krb5 | kim | 1 | -3/+3 | |
1999-12-26 | Sync checksum. Fixes PR pkg/9055 and pkg/9057. | tron | 1 | -2/+2 | |
1999-12-25 | Regenerate md5, keep checksums for the old "distribution" patches | kim | 2 | -4/+4 | |
in Makefile as comments for future reference. | |||||
1999-12-25 | Folded in IPv6 and Kerberos IV patches, so that both can be | kim | 40 | -153/+9932 | |
compiled. This also fixes problems with Kerberos IV and V support clashing (you still have to choose one or the other at compile time, though). Compiles and runs on 1.4O -- needs testing on 1.4.2, and also some closer looking at certain patches (e.g. patch-au has a "#if 0" that could maybe be something else). | |||||
1999-12-16 | regen | fredb | 1 | -2/+2 | |
1999-12-16 | Fix ns32k specific syntax error. Require use of rsaref-2.0p3 instead of | jonb | 3 | -7/+16 | |
faulty rsaref-2.0p2 while I'm in here. | |||||
1999-12-05 | Catch up to rev 1.11 of regular patch-sum | sommerfeld | 1 | -3/+3 | |
1999-12-02 | Oups, forgot to commit this one (thanks Bernd :) | bouyer | 1 | -3/+3 | |
1999-12-01 | Make this work on solaris. | bouyer | 1 | -4/+7 | |
1999-12-01 | Use $(INSTALL_DATA), not /usr/bin/install -c ... | bouyer | 1 | -8/+7 | |
1999-11-30 | Make this work with -current's krb5 stuff. | explorer | 5 | -14/+36 | |
1999-11-13 | Revise previous fix (overly restrictive range check) | sommerfeld | 3 | -7/+7 | |
1999-11-12 | Enable alternate rsh path with SSH_RSHPATH | abs | 1 | -1/+6 | |
Patch from NoRM <norm@mono.org> | |||||
1999-11-12 | fix security problem with using RSAREF with ssh, reported in FreeBSD | sommerfeld | 3 | -8/+30 | |
PR14749 (missing range checks in rsaglue.c) see http://www.freebsd.org/cgi/query-pr.cgi?pr=14749 | |||||
1999-10-19 | s/DONT_USE_IDEA/SSH_DONT_USE_IDEA/ to make it more obvious which package | agc | 1 | -4/+4 | |
uses this definition. | |||||
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -4/+1 | |
1999-09-18 | Kerberos IV support (cannot have both IV and V at the same time). | kim | 5 | -42/+59 | |
Note that I reverted some LIBZ stuff in patch-ac that was (while correct) not necessary and conflicted with the Kerberos patch. I have not tested the combination of Kerberos IV and INET6 (yet). | |||||
1999-09-18 | Regen. | kim | 2 | -8/+8 | |
1999-09-18 | Regenerate offset and fuzzy patches. | kim | 3 | -32/+32 | |
1999-09-08 | this builds fine without user interaction | hubertf | 1 | -2/+1 | |
1999-09-06 | Fix USE_INET6 build: | sommerfeld | 4 | -17/+34 | |
- revise patch-aq so it doesn't conflict with ipv6 patches. - adjust checksums - set up alternate patch-sum-v6 patchfile used when v6 patches are added. | |||||
1999-09-03 | Compare "${USE_INET6}" explicitly with "YES" so that you can override | tron | 1 | -3/+3 | |
settings at the command line. | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+2 | |
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+2 | |
displayed using the -B option to pkg_info(1). Add USE_SOCKS to BUILD_DEFS | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+2 | |
displayed using the -B option to pkg_info(1). Add M68060 to BUILD_DEFS | |||||
1999-08-18 | Add LIBWRAP_FWD to BUILD_DEFS | agc | 1 | -1/+2 | |
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-08-17 | Performance fix for ssh X11 forwarding: turn on TCP_NODELAY on local | sommerfeld | 2 | -10/+37 | |
stub connections on client and server side. (it was correctly being enabled over the long-haul connection, but somehow it got missed on the loopback connections to the real X client and server) This makes x2x over ssh actually pleasant to use. | |||||
1999-07-17 | Fix so own copy of gmp compiles correctly on i386 with ELF. | jlam | 3 | -17/+59 | |
1999-07-13 | temporary fix for PR 7973. more fundamental fix should follow (next week). | itojun | 2 | -2/+4 | |
"make makepatchsum" need a great care. PR: 7973 | |||||
1999-07-10 | add PATCH_SITES. | itojun | 2 | -2/+3 | |
note: IPv6 build (with USE_INET6) will not be successful due to patch sums. better fix should follow. |