Commit graph

361 commits

Author SHA1 Message Date
jlam
6f9698f441 Check for "/usr/include/openssl/rsa.h" instead of "/usr/bin/openssl" on
-current.
2000-03-30 06:51:55 +00:00
itojun
306da9f099 pkgsrc for OpenBSD isakmpd (based on ftp.appli.se snapshot 2000/2/20).
if you are tired of using racoon, you may want to try it.
(may not work as expected due to PF_KEY differences)

---
This is isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE)
implementation.  It's written by Niklas Hallqvist and Niels Provos,
funded by Ericsson Radio Systems AB.  Currently it is work in
progress, although it can be used for real setups.  There are
releases, but this distribution is not a release and is not named with
ordinary version numbers.  When you got the source, hopefully the
archive was named with a date which reflects when it was created.
These archives are also known as snapshots and will be created at
irregular intervals and put up on ftp.gsnig.net and ftp.appli.se in
/pub/isakmpd.  From Nov 14, 1998 isakmpd is also available in the
OpenBSD main source tree under src/sbin/isakmpd, though slightly
modified because I don't want to carry support files for other OSes in
that distribution.  Look at http://www.openbsd.org/ for details on how
to get OpenBSD source.
2000-03-27 16:04:12 +00:00
fredb
072659e456 Fix one more nroff warning. 2000-03-27 01:33:06 +00:00
fredb
be821492b2 Fix some warnings from "nroff". 2000-03-27 00:59:12 +00:00
fredb
1635def7ac Defuzz patch. 2000-03-27 00:01:17 +00:00
fredb
961be7df96 Test for current's openssl before depending on the openssl package. 2000-03-26 23:57:31 +00:00
itojun
4b2cc61c24 upgrade to 1.2.3. make it conflict with security/ssh6. 2000-03-26 14:36:24 +00:00
itojun
41313b3fc5 revise CONFLICTS line. 2000-03-26 14:28:12 +00:00
jlam
5c068d563f Update fortify to 1.4.6. Changes from 1.4.5:
Added Communicator versions for 4.72 and several more platforms.
2000-03-21 04:45:20 +00:00
tron
6badf88a81 Optimize dependence pattern. 2000-03-20 07:27:48 +00:00
tron
d7da3d9cbd Depend on "ssh" or "ssh6" package. 2000-03-20 07:26:23 +00:00
itojun
394061aa31 split security/ssh and security/ssh6.
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-20 02:25:29 +00:00
jlam
f65a67f93e SSH_DONT_USE_IDEA is deprecated, so include USE_IDEA in BUILD_DEFS instead. 2000-03-18 18:32:16 +00:00
fredb
d8e78911c9 Make this compile on m68k. Old m68k hack for bin_div.c is broken for
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
2000-03-18 17:41:45 +00:00
tron
4100b13566 Sync with latest changes to "patch-ab" and "patch-aj". 2000-03-18 17:11:58 +00:00
fredb
a65f2ae264 Make this compile on m68k. Old m68k hack for bin_div.c is broken for
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
2000-03-18 16:52:33 +00:00
itojun
9e2063e78d mark socksified build broken, this has been unavailable for some time. 2000-03-18 04:36:22 +00:00
itojun
1b1eaab28b address PR9630. compilation chokes on IPv4-only kernel.
this basically is due to synchronization issue between WIDE ssh IPv6 patch
and netbsd repository.
2000-03-18 04:35:23 +00:00
wiz
e6e628ef22 s/^a // 2000-03-16 13:56:00 +00:00
agc
9f4e7daac9 Add and enable aide 2000-03-10 10:29:36 +00:00
agc
f9fa9a5fde Initial import of aide, a free intrusion detection system for checking
file integrity, into the NetBSD packages collection.

It creates a database from the regular expression rules that it finds
from the config file.  Once this database is initialized it can be
used to verify the integrity of the files.  It has several message
digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to
check the integrity of the file.  More algorithms can be added with
relative ease.  All of the usual file attributes can also be checked
for inconsistencies.  It can read databases from older or newer
versions.  See the manual pages within the distribution for further
info.  There is also a beginning of a manual at

	http://www.cs.tut.fi/~rammer/aide/manual.html

This package is very similar to tripwire, but without its licen[cs]e
constraints.
2000-03-10 10:28:31 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
8d3cbadc9a correct homepage (www.openssh.org is not the official site!) 2000-03-07 12:02:35 +00:00
mjl
db5341b7cb Adapt ssh to use our login.conf framework. 2000-03-06 14:34:18 +00:00
itojun
bdf6d63256 can't install ssh on top of openssh, due to conflicting files. 2000-03-03 06:07:31 +00:00
wiz
b4256a3e97 find -> ${FIND} 2000-03-02 20:59:37 +00:00
wiz
43a4895a78 exclude /dev/fd from logging, as proposed by Scott Aaron Bamford
<sab@zeekuschrist.com> in
Pine.NEB.4.21.0003021549090.8049-100000@blip.fish.poo on tech-pkg,
to prevent segfault
2000-03-02 18:38:24 +00:00
wiz
9282fa6139 Fetch and install man page, as noted by Markus Kurek
<kurek@uni-duisburg.de> in pkg/9519. Also defuzz patches.
2000-03-02 08:21:31 +00:00
thorpej
2388b352d8 Only enable Kerberos 5 support if USE_HEIMDAL is set; sudo uses API
features present in Heimdal but NOT present in MIT Kerberos (one more
reason to ditch MIT, I guess).
2000-02-28 01:55:26 +00:00
thorpej
565be9586e Find krb5 includes/libraries as installed in a crypto-aware NetBSD
installation.

Still doesn't work; MIT Kerberos 5 is missing some calls that
sudo wants (tho Heimdal has them).
2000-02-27 20:48:16 +00:00
wiz
8e2d11d620 Update gnupg to 1.0.1, as PR'd by
Takahiro Kambe <taca@sky.yamashina.kyoto.jp> in pkg/9477.

Changes since 1.0.0:
    * New command --verify-files.  New option --fast-list-mode.
    * $http_proxy is now used when --honor-http-proxy is set.
    * Fixed some minor bugs and the problem with conventional encrypted
      packets which did use the gpg v3 partial length headers.
    * Add Indonesian and Portugese translations.
    * Fixed a bug with symmetric-only encryption using the non-default 3DES.
      The option --emulate-3des-s2k-bug may be used to decrypt documents
      which have been encrypted this way; this should be done immediately
      as this workaround will be remove in 1.1
    * Can now handle (but not display) PGP's photo IDs. I don't know the
      format of that packet but after stripping a few bytes from the start
      it looks like a JPEG (at least my test data).  Handling of this
      package is required because otherwise it would mix up the
      self signatures and you can't import those keys.
    * Passing non-ascii user IDs on the commandline should now work in all
      cases.
    * New keys are now generated with an additional preference to Blowfish.
    * Removed the GNU Privacy Handbook from the distribution as it will go
      into a separate one.
2000-02-27 04:16:55 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
agc
b1018ec894 Make this work on NetBSD as well as Solaris. 2000-02-14 16:23:31 +00:00
fredb
2782ab0195 Install the static libs, now that they're built anyway, and run "ranlib",
if it exists. Minor fix-up to PLIST. Closes PR pkg/8897.
2000-02-12 14:08:29 +00:00
agc
06d170a0db Add and enable ddos-scan. 2000-02-11 10:48:20 +00:00
agc
f79237ee1d Initial import of ddos-scan into the NetBSD packages collection.
"dds" is a program to scan for a limited set of distributed denial of
service (ddos) agents.

At present, it scans for active instances of "trinoo", "Tribe Flood
Network" ("TFN") and "stacheldraht" agents, which were compiled
using the default values in known source distributions, such as those
found at:

        http://packetstorm.securify.com/distributed/

It will *not* detect TFN2K agents.

For analyses of the three distributed denial of service attack
tools it scans for, and the methods being used by dds to identify
them, see:

        http://staff.washington.edu/dittrich/misc/trinoo.analysis
        http://staff.washington.edu/dittrich/misc/tfn.analysis
        http://staff.washington.edu/dittrich/misc/stacheldraht.analysis
2000-02-11 10:47:16 +00:00
jlam
b799da545d Make this compile with KERBEROS=5. 2000-02-11 00:06:35 +00:00
agc
7a4fb8444b Add and enable portsentry. 2000-02-07 16:21:37 +00:00
agc
84af64ad7d Initial import of portsentry into the NetBSD packages collection.
PortSentry is a utility which detects and respond to port scans
against a target host in real-time.
2000-02-07 16:20:19 +00:00
wiz
82e95f100a minor fixes for pkglint 2000-02-05 06:03:25 +00:00
wiz
8b0b49e070 pax -> ${PAX} 2000-02-05 06:03:02 +00:00
wiz
2f1008cb41 added patch-sum 2000-02-05 06:00:36 +00:00
wiz
2da8ead6f7 $() -> ${} 2000-02-05 06:00:18 +00:00
wiz
c75539eab1 add proper info dir entry 2000-02-05 05:59:30 +00:00
wiz
181c085e62 whitespace fix 2000-02-05 05:59:06 +00:00
wiz
f68cabb125 RCS tag added 2000-02-05 05:03:04 +00:00
wiz
5026fa02a0 replaced CMDs by ${CMD} 2000-02-05 05:01:26 +00:00
wiz
dd86b37a38 remove unused patch 2000-02-05 04:59:18 +00:00
wiz
d6d8ab5d4a replaced some CMDs by ${CMD} 2000-02-05 04:53:17 +00:00
wiz
213bff553d RCS tags added 2000-02-05 04:52:06 +00:00