Commit graph

594 commits

Author SHA1 Message Date
agc
ef0a803245 Add and enable priv. 2000-07-14 10:54:03 +00:00
agc
c2dc26bcc2 Initial import of priv-1.0-beta, a utility to execute commands as a
different user, into the NetBSD packages collection.
2000-07-14 10:53:26 +00:00
agc
f808842e76 Add a patch so that the 64-bit size (from the stat buffer) is printed using
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR
pkg/10478.
2000-07-14 08:59:36 +00:00
wiz
88010bc55b add Austrian mirror site for distfile 2000-07-09 13:19:36 +00:00
elric
75f6a86787 Added a patch file to take care of a LP64 bug, -1 != -1U. Actually when
using inet_addr(3) failure is indicated by INADDR_NONE...

Addresses:  pkg/10526
2000-07-07 08:11:03 +00:00
itojun
2cc6541890 check for /usr/include/openssl/rsa.h, and if it is found, do not depend upon
openssl.  From: Bernd.Ernesti@security.kpnqwest.com (Bernd Ernesti)
2000-07-05 17:07:43 +00:00
itojun
6c21f8259c in default sshd_config, listen to all address families available
(listens to IPv4 and IPv6 for GENERIC kernel)
2000-07-04 11:08:38 +00:00
itojun
9f36490b37 upgrade fro 2.1.1p1 to 2.1.1p2.
--- recent changelogs
20000701
 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
   <vinschen@cygnus.com>
 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
 - (djm) Added check for broken snprintf() functions which do not correctly
   terminate output string and attempt to use replacement.
 - (djm) Released 2.1.1p2

20000628
 - (djm) Fixes to lastlog code for Irix
 - (djm) Use atomicio in loginrec
 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
   Irix 6.x array sessions, project id's, and system audit trail id.
 - (djm) Added 'distprep' make target to simplify packaging
 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
   support. Enable using "USE_SIA=1 ./configure [options]"

20000627
 - (djm) Fixes to login code - not setting li->uid, cleanups
 - (djm) Formatting

20000626
 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
 - (djm) Added password expiry checking (no password change support)
 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
   based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
 - (djm) Fix fixed EGD code.
 - OpenBSD CVS update
   - provos@cvs.openbsd.org  2000/06/25 14:17:58
     [channels.c]
     correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>

20000623
 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
   Svante Signell <svante.signell@telia.com>
 - (djm) Autoconf logic to define sa_family_t if it is missing
 - OpenBSD CVS Updates:
   - markus@cvs.openbsd.org  2000/06/22 10:32:27
     [sshd.c]
     missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
   - djm@cvs.openbsd.org     2000/06/22 17:55:00
     [auth-krb4.c key.c radix.c uuencode.c]
     Missing CVS idents; ok markus

20000622
 - (djm) Automatically generate host key during "make install". Suggested
   by Gary E. Miller <gem@rellim.com>
 - (djm) Paranoia before kill() system call
 - OpenBSD CVS Updates:
   - markus@cvs.openbsd.org  2000/06/18 18:50:11
     [auth2.c compat.c compat.h sshconnect2.c]
     make userauth+pubkey interop with ssh.com-2.2.0
   - markus@cvs.openbsd.org  2000/06/18 20:56:17
     [dsa.c]
     mem leak + be more paranoid in dsa_verify.
   - markus@cvs.openbsd.org  2000/06/18 21:29:50
     [key.c]
     cleanup fingerprinting, less hardcoded sizes
   - markus@cvs.openbsd.org  2000/06/19 19:39:45
     [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
     [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
     [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
     [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
     [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
     [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
     [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
     [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
     [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
     OpenBSD tag
   - markus@cvs.openbsd.org  2000/06/21 10:46:10
     sshconnect2.c missing free; nuke old comment

20000620
 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
   with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
   to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
 - (djm) Typo in loginrec.c

20000618
 - (djm) Add summary of configure options to end of ./configure run
 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
   Michael Stone <mstone@cs.loyola.edu>
 - (djm) rusage is a privileged operation on some Unices (incl.
   Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
 - (djm) Avoid PAM failures when running without a TTY. Report from
   Martin Petrak <petrak@spsknm.schools.sk>
 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
   Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
 - OpenBSD CVS updates:
   - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
     [channels.c]
     everyone says "nix it" (remove protocol 2 debugging message)
   - markus@cvs.openbsd.org  2000/06/17 13:24:34
     [sshconnect.c]
     allow extended server banners
   - markus@cvs.openbsd.org  2000/06/17 14:30:10
     [sshconnect.c]
     missing atomicio, typo
   - jakob@cvs.openbsd.org   2000/06/17 16:52:34
     [servconf.c servconf.h session.c sshd.8 sshd_config]
     add support for ssh v2 subsystems. ok markus@.
   - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
     [readconf.c servconf.c]
     include = in WHITESPACE; markus ok
   - markus@cvs.openbsd.org  2000/06/17 19:09:10
     [auth2.c]
     implement bug compatibility with ssh-2.0.13 pubkey, server side
   - markus@cvs.openbsd.org  2000/06/17 21:00:28
     [compat.c]
     initial support for ssh.com's 2.2.0
   - markus@cvs.openbsd.org  2000/06/17 21:16:09
     [scp.c]
     typo
   - markus@cvs.openbsd.org  2000/06/17 22:05:02
     [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
     split auth-rsa option parsing into auth-options
     add options support to authorized_keys2
   - markus@cvs.openbsd.org  2000/06/17 22:42:54
     [session.c]
     typo

20000613
 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
  - Platform define for SCO 3.x which breaks on /dev/ptmx
  - Detect and try to fix missing MAXPATHLEN
 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
   <P.S.S.Camp@ukc.ac.uk>

20000612
 - (djm) Glob manpages in RPM spec files to catch compressed files
 - (djm) Full license in auth-pam.c
 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
  - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
     def'd
  - Set AIX to use preformatted manpages

20000610
 - (djm) Minor doc tweaks
 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>

20000609
 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
   (in favour of utmpx) on Solaris 8

20000606
 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
   list of commands (by default). Removed verbose debugging (by default).
 - (djm) Increased command entropy estimates and default entropy collection
   timeout
 - (djm) Remove duplicate headers from loginrec.c
 - (djm) Don't add /usr/local/lib to library search path on Irix
 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
   <tibbs@math.uh.edu>
 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
   <zack@wolery.cumb.org>
 - (djm) OpenBSD CVS updates:
  - todd@cvs.openbsd.org
    [sshconnect2.c]
    teach protocol v2 to count login failures properly and also enable an
    explanation of why the password prompt comes up again like v1; this is NOT
    crypto
  - markus@cvs.openbsd.org
    [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
    xauth_location support; pr 1234
    [readconf.c sshconnect2.c]
    typo, unused
    [session.c]
    allow use_login only for login sessions, otherwise remote commands are
    execed with uid==0
    [sshd.8]
    document UseLogin better
    [version.h]
    OpenSSH 2.1.1
    [auth-rsa.c]
    fix match_hostname() logic for auth-rsa: deny access if we have a
    negative match or no match at all
    [channels.c hostfile.c match.c]
    don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
    kris@FreeBSD.org
2000-07-02 22:07:55 +00:00
itojun
8effd8614f generate dsa host key in post-install. 2000-07-01 01:16:39 +00:00
itojun
ef7d7a19a5 use more recent code from kame(7/1).
changes from 6/14:
- improved internal data garbage collection
- avoid sending packet that constitutes invalid exchange
- "non_auth" setting will avoid negotiating ESP authentication
- improve notify message
2000-07-01 01:11:28 +00:00
danw
9836773842 depend on gmp>=2.0.2 rather than gmp-2.0.2 2000-06-30 16:30:24 +00:00
rh
dc4c9d05d9 Add update_dat script missing from previous commit 2000-06-27 10:18:48 +00:00
rh
7172d9481e Update uvscan-dat to 4083. Changes include detection of new viruses and an
update_dat script for downloading new dat files.
2000-06-27 10:18:05 +00:00
dmcmahill
eb8dcd1ace change -fpic to -fPIC. Thats what sparcs need now. 2000-06-23 14:32:10 +00:00
jlam
6f51cd01e1 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 07:07:40 +00:00
jlam
9bc20ee55f USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:17:52 +00:00
itojun
fa7cf532ea upgrade to more recent (2000/6/20).
-- full changelog
Mon Jun 19 18:23:15 JST 2000 sakane@ydc.co.jp
        * kame/kame/racoon:
        A path name in configuration file is always complemented if it is
        not begin from slash(/).  If it's begin from slash, a path name
        never be complemented.

Mon Jun 19 16:51:24 JST 2000 sakane@ydc.co.jp
        * kame/kame/racoon:
        If "non_auth" is defined in racoon.conf, any transform of AH proposal
        including "non_auth" is not sent to the peer.

Thu Jun 15 14:44:30 JST 2000 sakane@ydc.co.jp
        * kame/kame/racoon:
        CR payload is only made if signature authentication method is applied.

Thu Jun 15 13:29:29 JST 2000 sakane@ydc.co.jp
        * kame/kame/racoon/cfparse.y:
        In racoon.conf, the path of configuration file is complemented by
        include directive only if there is no '/' in the path.
2000-06-20 16:37:25 +00:00
rh
b816778586 Remove superfluous '-f' parameter. 2000-06-19 15:06:18 +00:00
rh
e0ea8bd0a2 Add patch I forgot in last commit. 2000-06-19 14:36:51 +00:00
rh
55f81c4a3e Fix handling of 'from' and 'to' addresses for contaminated emails
Add MESSAGE file to inform about necessary changes to sendmail.cf
2000-06-19 14:36:22 +00:00
rh
94ee738d1a Update uvscan-dat to 4082. Detects over a hundred new variants of viruses. 2000-06-19 14:30:02 +00:00
tron
222f1769e7 Don't install automatically created certificate. It is useless and will
only overwrite a useful one.
2000-06-17 21:52:18 +00:00
tron
83426c1a1e Fix cut and paste error in last commit. 2000-06-17 21:21:49 +00:00
tron
f36f6b7081 Add missing dependence on "pth" package. 2000-06-17 21:20:58 +00:00
itojun
6053a5f9c5 upgrade to 2.1.1p1 from portable openssh distribution.
--- changelog from 2.1.0p3:

20000609
 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
   (in favour of utmpx) on Solaris 8

20000606
 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
   list of commands (by default). Removed verbose debugging (by default).
 - (djm) Increased command entropy estimates and default entropy collection
   timeout
 - (djm) Remove duplicate headers from loginrec.c
 - (djm) Don't add /usr/local/lib to library search path on Irix
 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
   <tibbs@math.uh.edu>
 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
   <zack@wolery.cumb.org>
 - (djm) OpenBSD CVS updates:
  - todd@cvs.openbsd.org
    [sshconnect2.c]
    teach protocol v2 to count login failures properly and also enable an
    explanation of why the password prompt comes up again like v1; this is NOT
    crypto
  - markus@cvs.openbsd.org
    [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
    xauth_location support; pr 1234
    [readconf.c sshconnect2.c]
    typo, unused
    [session.c]
    allow use_login only for login sessions, otherwise remote commands are
    execed with uid==0
    [sshd.8]
    document UseLogin better
    [version.h]
    OpenSSH 2.1.1
    [auth-rsa.c]
    fix match_hostname() logic for auth-rsa: deny access if we have a
    negative match or no match at all
    [channels.c hostfile.c match.c]
    don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
    kris@FreeBSD.org

20000606
 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
   configure.

20000604
 - Configure tweaking for new login code on Irix 5.3
 - (andre) login code changes based on djm feedback

20000603
 - (andre) New login code
    - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
    - Add loginrec.[ch], logintest.c and autoconf code

20000531
 - Cleanup of auth.c, login.c and fake-*
 - Cleanup of auth-pam.c, save and print "account expired" error messages
 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
   of fallback DIY code.
2000-06-15 04:56:50 +00:00
itojun
e704c8da48 upgrade to 2000/6/14 snapshot. changes:
- SA bundle (AH + ESP) negotiation is corrected
- be more picky about permission of pre-shared key file (don't open it
  it it looks vulnerable).
2000-06-14 08:00:49 +00:00
wennmach
9bbcfeb56d Update xdm-krb4 to version 3.3.6.1.
Version 3.3.6.1 fixes some minor issues and nits (like using snprintf
instead of sprintf, and using newer functions, like krb_afslog_uid_home
instead of krb_afslog) in greeter/verify.c.

Most changes are from Assar Westerlund (assar@sics.se, assar@netbsd.org),
some from myself.
2000-06-13 08:19:20 +00:00
itojun
e65cd2914c add couple of more issues and a design choice. 2000-06-12 16:00:45 +00:00
itojun
503afb0540 add RESTRICTED (crypto) and IGNORE (broken by PF_KEY API change) 2000-06-12 11:26:25 +00:00
itojun
dc807e6af1 add RESTRICTED for crypto. 2000-06-12 11:21:31 +00:00
itojun
f86c5b700e add files/md5. From: Bernd Ernesti 2000-06-12 11:09:33 +00:00
itojun
d035f6a7b6 build 20000612 KAME racoon IKE daemon, by pulling tar.gz from ftp.kame.net
(does not use anoncvs any more).

changes in racoon itself is way too many to mention.  for full changelog refer
http://www.kame.net/dev/cvsweb.cgi/kame/CHANGELOG.
2000-06-12 10:45:52 +00:00
wennmach
96d8e6507a Add and enable xdm-krb4. 2000-06-08 16:42:42 +00:00
wennmach
45a39ec10d Initial import of xdm-krb4, an Kerberos IV and AFS aware xdm.
Thanks to Johan Danielsson who looked into my Kerberos changes of xdm.
(Most of it is directly derived from his work).
2000-06-08 16:39:46 +00:00
wennmach
89103f939b Reflect new location of services.diff. 2000-06-08 15:31:36 +00:00
wennmach
898f5e4f7e File moved. 2000-06-08 14:03:47 +00:00
wennmach
516a266442 Find arla's configuration directory even if arla is not
installed in /usr/arla.
2000-06-08 13:56:01 +00:00
wennmach
0a8eec1667 Added descriptions of what exactly each patch does.
Inserted placeholders into MESSAGE which get replaced during pre-install.
Enhanced MESSAGE text.
2000-06-08 13:53:24 +00:00
mjl
26e1caa2ee Update to 1.6.3p4. Notable changes:
393) Users in the 'exempt' group shouldn't get their $PATH overridden
     by 'secure-path'.  Patch from jmknoble@pobox.com.
395) Fixed a bug that caused an infinite loop when the password
     timeout was disabled.
396) It is now possible to set the path to the editor for visudo as well
     as the flag that determines whether or not visudo will look at
     $EDITOR in the sudoers file.
398) Added rootpw, runaspw, and targetpw to prompt for the root, runas_default
     and target user's passwords respectively (instead of the invoking user's
     password).
399) Added -S flag to force password read from stdin.
400) Restore coredumpsize resource limit before exec'ing the child
     process (sudo sets it to 0 internally).
404) Fixed a bug where sudo would hang around and consume CPU if we spawn
     a long-running process.
406) Added set_logname run-time option.  When unset, sudo will not set
     the USER and LOGNAME environment variables.
407) Wildcards are now allowed in the hostnames specified in sudoers.
     The 'fqdn' option is often required for this to be useful.
408) Fixed a bug where host and user qualifiers in a Defaults entry were
     not being used correctly and the entry was being applied globally.
409) Fixed targetpw, rootpw, and runaspw options when used with non-passwd
     authentication (pam, etc).
410) When the targetpw flag is set, use the target username as part
     of the timestamp path.
411) Fixed a bug that prevented the -H option from being useful.
412) Fixed a case where a string was used after it has been freed.
2000-06-06 11:07:19 +00:00
rh
80fe90a77b Add and enable amavis 2000-06-05 14:39:00 +00:00
rh
36de45835e Initial import of amavis-0.2.0p6, a mail virus scanner 2000-06-05 14:37:58 +00:00
rh
8ff276b01f Add and enable uvscan and uvscan-dat 2000-06-05 12:04:07 +00:00
rh
b288e92420 Initial import of uvscan-dat-4080, a set of AntiVirus DAT files for uvscan 2000-06-05 12:03:31 +00:00
rh
6761a1803c Initial import of uvscan-4.07e, an evaluation version of the McAfee
DOS/Windows file virus scanner
2000-06-05 12:01:24 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
itojun
e1270396dd upgrade to 2.1.0p3.
there are too many changes to mention here.
the biggest change would be the addition of SSH protocol version 2 (uses DSA).
2000-05-31 15:32:44 +00:00
wiz
b4e9f26167 Fix path to old distfile on openssh.com. 2000-05-28 11:28:51 +00:00
wennmach
c8d1c58eb4 Add and enable kth-krb4 2000-05-25 17:58:34 +00:00
wennmach
34eeb9ee95 Initial import of kth-krb4-1.0.1: Kerberos IV distribution from KTH 2000-05-25 17:57:27 +00:00
dmcmahill
5b4d2f4abf -fix BUILD_DEPENDS to correctly include bison
-don't let make(1) set YACC (which then gets passed to configure) so
 configure can correctly find bison.
2000-05-20 16:44:27 +00:00
wiz
2f39c2de1b find /dev/random, and use it 2000-05-19 23:13:52 +00:00
wiz
8abf30eb3a add www.openssh.com to MASTER_SITES; all mirrors don't have the file
anymore
2000-05-19 21:36:10 +00:00
veego
30d9da4663 Fix last commit. 2000-05-12 06:10:35 +00:00
veego
35e049414d Support to build it on Solaris.
It would be easier to make that change if we support patches for one OPSYS
but someone removed that from out tree.
2000-05-10 12:28:37 +00:00
mycroft
8e94d6ada1 Wrap ${CC} and ${LD} in quotes -- in case they are multiple words. 2000-04-28 02:20:21 +00:00
itojun
440d75724a make it work with openssl-0.9.5a.
cope with PATENTEDOPENSSLSRC environment (mk.conf needs to be set)
2000-04-27 14:55:54 +00:00
tron
830466defc Use "SSLBASE" instead of "SSLDIR". 2000-04-26 21:16:26 +00:00
tron
5fdb95e86b Switch to "USE_SSL". 2000-04-26 21:10:07 +00:00
tron
0fefb76748 Don't clobber permission of "/var/run" during installation. 2000-04-26 13:00:16 +00:00
hubertf
248b960960 Make this actually compile on recent NetBSD systems:
* force "bison -y" *via $YACC)
 * undefine _POSIX_C_SOURCE, needed to get S_ISLNK defined in <sys/stat.h>
2000-04-26 12:51:35 +00:00
thorpej
26ad50d3ee If PATENTEDOPENSSLSRC is present in the build environment, then
assume that a full (i.e. "with RSA") OpenSSL installation already
exists on the system (and thus a dependency on ../security/openssl
is not needed).
2000-04-25 19:10:10 +00:00
tron
19871dbe44 Don't complain on deinstallation if directory "${PREFIX}/certs" cannot
be removed.
2000-04-24 13:54:41 +00:00
thorpej
6f55125020 Sync w/ srcurity/ssh: prevent a segv when doing password authentication
and the client happens to not be in a Kerberos realm.
2000-04-23 19:17:29 +00:00
fredb
b8d7b2eb99 Defuzz patches. 2000-04-22 05:07:02 +00:00
mjl
6cae98818d Enable smtpd. 2000-04-21 10:59:53 +00:00
mjl
d1c2c2f838 Initial import of smtpd, an SMTP store-and-forward proxy for firewalling. 2000-04-21 10:57:33 +00:00
explorer
49507ff8b7 allow use of openssl-0.9.5a 2000-04-21 02:34:43 +00:00
explorer
786a6128b8 upgrade to 0.9.5a 2000-04-21 02:15:37 +00:00
thorpej
07f3f2be64 Fix a bug where if you were logging in from an account which had not
authorized key and for which there was no kerberos principle, sshd
would segfault.
2000-04-18 19:02:20 +00:00
itojun
b03c489c21 check if the system is IPsec ready NetBSD system. 2000-04-12 15:09:49 +00:00
agc
5f51e32718 Make it plain that this is the IPv6 version of the secure shell. 2000-04-12 14:34:12 +00:00
wiz
6bfef81ba8 Update to newer distfile. Only change is in the README:
Author recommends RID instead of his own program.
Fixes pkg/9805.
2000-04-06 23:11:38 +00:00
itojun
db97b25d30 correct dependency to cvs. 2000-04-04 03:12:11 +00:00
itojun
de53653bb0 add cvs to dependency list. 2000-04-04 03:05:06 +00:00
itojun
2cbada1033 add KAME racoon IKE daemon (security/racoon) 2000-04-04 03:02:27 +00:00
itojun
81c5439e1e pkgsrc build for racoon IKE daemon 2000-04-04 03:01:11 +00:00
tron
a04dc6e80a Add OpenSSL directory to build defines. 2000-04-03 17:37:51 +00:00
tron
281259c243 Add and enable "stunnel". 2000-04-03 17:24:17 +00:00
tron
7e3ad98ca2 Put pid file to "/var/run" and certificates to "${PREFIX}/certs". 2000-04-03 17:23:10 +00:00
tron
e07ffc690d Sync. 2000-04-03 16:52:57 +00:00
tron
0d9959f437 Add changes to SSL detection in "configure" to patch for "configure.in". 2000-04-03 16:52:17 +00:00
tron
26a2806134 Patching "configure" doesn't make any sense if it is overwritten by
"autoreconf" later.
2000-04-03 16:51:17 +00:00
martin
9ea9360fee A new pkg for the stunnel program, a tool to wrap existing servers
into SSL connections.
2000-04-03 09:25:35 +00:00
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
wiz
ac48e96f9f remove trailing '.' 2000-02-05 04:50:44 +00:00
wiz
2fedb0da63 RCS tags added 2000-02-05 04:41:15 +00:00
wiz
d18ace9d51 remove IS_INTERACTIVE, since it doesn't seem to be interactive (anymore?) 2000-02-05 04:37:08 +00:00
wiz
6a24b19858 RCS tags added 2000-02-05 04:35:51 +00:00
jlam
9a70ae8992 Update to sudo-1.6.2p1. Changes from 1.6.2 (committed yesterday!):
393) Users in the 'exempt' group shouldn't get their $PATH overridden
     by 'secure-path'.  Patch from jmknoble@pobox.com.

394) Pam now works on HP-UX 11.0, thanks to Jeff A. Earickson.
2000-01-28 17:01:46 +00:00
jlam
ca4a2fdd0c Update to sudo-1.6.2. This is a bugfix release over sudo-1.6.1.
Changes from Sudo 1.6.1:

383) Better behavior for -l and -v flags in conjunction with NOPASSWD and
     added "verifypw" and "listpw" options.

384) For HP-UX with cc, add the -Aa flag along with -D_HPUX_SOURCE.

385) Fix compilation with K&R compilers.

386) For netgroup host matching, match against the short version of the
     hostname as well as the long one if they are different.

387) Terminate passwd reading on '\r' in addition to '\n'

388) Visudo used to loop endlessly if a user entered ^D at the whatnow
     prompt.  EOF is now treaded as 'x' (exit w/o saving changes).

389) The 'shell_noargs' runtime option is back based on a patch from
     bguillory@email.com.

390) Systems that return RLIM_INFINITY for RLIMIT_NOFILE (like AIX)
     would loop for a very loing time during sudo startup.  A value of
     RLIM_INFINITY is now ignored (getdtablesize/sysconf is used instead).

391) Locking in visudo was broken.  We now lock the sudoers file, not the
     sudoers temp file, which should be safe.

392) PAM fixups: custom prompts now work correctly and errors are
     dealt with more sanely.  Patches from Cloyce D. Spradling.
2000-01-28 00:33:21 +00:00
itojun
8e32020ae3 fix compilation on IPv6-ready environment.
the reason of failure: openssh configure.in tries to include specwise
incorrect header (netinet/in6.h), and checks for function availablility
with too high warning level.
2000-01-27 19:33:33 +00:00
hubertf
cb0e8a730d Clean this up, sync with the ssh package, and update to
1.2.2 (fixing PR 9304 by David Rankin <drankin@bohemians.lexington.ky.us>.

Changes:

20000125
 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
   <andre.lucas@dial.pipex.com>
 - Reorder PAM initialisation so it does not mess up lastlog. Reported
   by Andre Lucas <andre.lucas@dial.pipex.com>
 - Use preformatted manpages on SCO, report from Gary E. Miller
   <gem@rellim.com>
 - New URL for x11-ssh-askpass.
 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
   <jmknoble@pobox.com>
 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
   Jim Knoble <jmknoble@pobox.com>
 - Updated RPM spec files to use DESTDIR

20000124
 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
   increment)

20000123
 - OpenBSD CVS:
   - [packet.c]
     getsockname() requires initialized tolen; andy@guildsoftware.com
 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
   <drankin@bohemians.lexington.ky.us>
 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>

20000122
 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
   <bent@clark.net>
 - Merge preformatted manpage patch from Andre Lucas
   <andre.lucas@dial.pipex.com>
 - Make IPv4 use the default in RPM packages
 - Irix uses preformatted manpages
 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
   <Holger.Trapp@Informatik.TU-Chemnitz.DE>
 - OpenBSD CVS updates:
   - [packet.c]
     use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
     from Holger.Trapp@Informatik.TU-Chemnitz.DE
   - [sshd.c]
     log with level log() not fatal() if peer behaves badly.
   - [readpass.c]
     instead of blocking SIGINT, catch it ourselves, so that we can clean
     the tty modes up and kill ourselves -- instead of our process group
     leader (scp, cvs, ...) going away and leaving us in noecho mode.
     people with cbreak shells never even noticed..
   - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     ie. -> i.e.,

20000120
 - Don't use getaddrinfo on AIX
 - Update to latest OpenBSD CVS:
   - [auth-rsa.c]
     - fix user/1056, sshd keeps restrictions; dbt@meat.net
   - [sshconnect.c]
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - destroy keys earlier
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright@wintelcom.net
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright@wintelcom.net
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
 - Big manpage and config file cleanup from Andre Lucas
   <andre.lucas@dial.pipex.com>
   - Re-added latest (unmodified) OpenBSD manpages
 - Doc updates
 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
   Christos Zoulas <christos@netbsd.org>

20000119
 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
 - Compile fix from Darren_Hall@progressive.com
 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
   addresses using getaddrinfo(). Added a configure switch to make the
   default lookup mode AF_INET

20000118
 - Fixed --with-pid-dir option
 - Makefile fix from Gary E. Miller <gem@rellim.com>
 - Compile fix for HPUX and Solaris from Andre Lucas
   <andre.lucas@dial.pipex.com>
2000-01-27 17:37:19 +00:00
hubertf
f94e39a671 Clean this up, sync with the ssh package, and update to
1.2.2 (fixing PR 9304 by David Rankin <drankin@bohemians.lexington.ky.us>.

Changes:

20000125
 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
   <andre.lucas@dial.pipex.com>
 - Reorder PAM initialisation so it does not mess up lastlog. Reported
   by Andre Lucas <andre.lucas@dial.pipex.com>
 - Use preformatted manpages on SCO, report from Gary E. Miller
   <gem@rellim.com>
 - New URL for x11-ssh-askpass.
 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
   <jmknoble@pobox.com>
 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
   Jim Knoble <jmknoble@pobox.com>
 - Updated RPM spec files to use DESTDIR

20000124
 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
   increment)

20000123
 - OpenBSD CVS:
   - [packet.c]
     getsockname() requires initialized tolen; andy@guildsoftware.com
 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
   <drankin@bohemians.lexington.ky.us>
 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>

20000122
 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
   <bent@clark.net>
 - Merge preformatted manpage patch from Andre Lucas
   <andre.lucas@dial.pipex.com>
 - Make IPv4 use the default in RPM packages
 - Irix uses preformatted manpages
 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
   <Holger.Trapp@Informatik.TU-Chemnitz.DE>
 - OpenBSD CVS updates:
   - [packet.c]
     use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
     from Holger.Trapp@Informatik.TU-Chemnitz.DE
   - [sshd.c]
     log with level log() not fatal() if peer behaves badly.
   - [readpass.c]
     instead of blocking SIGINT, catch it ourselves, so that we can clean
     the tty modes up and kill ourselves -- instead of our process group
     leader (scp, cvs, ...) going away and leaving us in noecho mode.
     people with cbreak shells never even noticed..
   - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     ie. -> i.e.,

20000120
 - Don't use getaddrinfo on AIX
 - Update to latest OpenBSD CVS:
   - [auth-rsa.c]
     - fix user/1056, sshd keeps restrictions; dbt@meat.net
   - [sshconnect.c]
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - destroy keys earlier
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright@wintelcom.net
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright@wintelcom.net
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
 - Big manpage and config file cleanup from Andre Lucas
   <andre.lucas@dial.pipex.com>
   - Re-added latest (unmodified) OpenBSD manpages
 - Doc updates
 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
   Christos Zoulas <christos@netbsd.org>

20000119
 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
 - Compile fix from Darren_Hall@progressive.com
 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
   addresses using getaddrinfo(). Added a configure switch to make the
   default lookup mode AF_INET

20000118
 - Fixed --with-pid-dir option
 - Makefile fix from Gary E. Miller <gem@rellim.com>
 - Compile fix for HPUX and Solaris from Andre Lucas
   <andre.lucas@dial.pipex.com>
2000-01-27 17:12:02 +00:00
hubertf
4e1f8b916a Adjust CONFLICTS to not clash with the ssh-ip-tunnel package. 2000-01-27 13:52:35 +00:00
hubertf
3669b8d501 no "-" in pkg version! 2000-01-27 13:49:44 +00:00
tron
24bc2d9170 Use "${MACHINE_ARCH}-${LOWER_OPSYS}" instead of "i386-netbsd" so that
this work on all (our at least more) platforms.
2000-01-23 13:44:15 +00:00
tron
c1bf3aad29 Link "ssh-askpass" with run time library path for X11 libraries. Fixes
PR pkg/9242 by Christian E. Hopps.
2000-01-22 23:30:42 +00:00
jlam
25bcac8237 Use new variable USE_IDEA, which is YES/NO, and mention that SSH_DONT_USE_IDEA
is deprecated.  Defaults to USE_IDEA=YES to match current default build.
2000-01-17 16:17:58 +00:00
christos
d7b13dd9b0 make this work under current too. 2000-01-17 07:24:39 +00:00
christos
87f616a093 fix obvious problems. 2000-01-17 05:38:54 +00:00
christos
bc7de9ae5c New openssh package [needs some cleanup]
- it is not enabled by default (need to think what to do with the ssh conflict)
- only tested under 1.4.1 so far
2000-01-17 05:34:32 +00:00
fredb
2598f410cb Add and enable "fsh". 2000-01-14 15:39:40 +00:00
fredb
d8b0648662 Initial import of fsh-1.0, "fast remote command execution". The author
states that the motivation for this program was to speed up cvs work,
but it works just as well with "rsync" and other programs that use ssh
for the transport. This is a set of python scripts: "fsh" uses ssh,
(or optionally rsh or lsh) to start and set up a connection to "fshd"
on the remote host, also includes "fcp", and docs in "info" format.
2000-01-14 15:37:48 +00:00
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
jlam
cd06a400cd CHANGES 1999-12-30 22:51:28 +00:00
wiz
e133ff3249 changed PKGNAME to p5-${DISTNAME} 1999-12-28 12:49:56 +00:00
kim
6c61c9d4d9 It looks like libwrap wasn't used ever since it became a dynamic lib?
I recommend checking their binary to everyone (e.g. with ldd).
1999-12-28 03:54:19 +00:00
kim
ece8add434 One of our patches changes --with-kerberos5 to --with-krb5 1999-12-28 03:53:06 +00:00
tron
9c5bfd98fb Sync checksum. Fixes PR pkg/9055 and pkg/9057. 1999-12-26 16:15:34 +00:00
kim
4f2efc1e04 Regenerate md5, keep checksums for the old "distribution" patches
in Makefile as comments for future reference.
1999-12-25 05:31:49 +00:00
kim
608fa6b2df Folded in IPv6 and Kerberos IV patches, so that both can be
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-25 05:28:33 +00:00
abs
1031a18ae4 Update depends to rsaref 2.0p3 1999-12-16 12:03:20 +00:00
fredb
fd61b1c973 regen 1999-12-16 09:14:08 +00:00
jonb
12274b1bd7 Fix ns32k specific syntax error. Require use of rsaref-2.0p3 instead of
faulty rsaref-2.0p2 while I'm in here.
1999-12-16 08:18:04 +00:00
abs
0bdf5191ca Roll rsaref version to rsaref-2.0p3 to reflect updated security patches 1999-12-14 22:36:47 +00:00
sommerfeld
e57df8ae94 Revised buffer-overrun fix from CERT CA-99-15
(believed more complete than previous fix).
1999-12-14 21:43:05 +00:00
rh
22ceaafc2a Correct location for file to patch. 1999-12-12 08:37:48 +00:00
he
d8bb8f2932 Regenerated patch-sum after adding patch file. 1999-12-09 09:08:47 +00:00
he
936d06e3e8 Add a minor man page formatting fix (missing "." ahead of "SH"). 1999-12-09 09:07:52 +00:00
sommerfeld
63efa7eca9 Catch up to rev 1.11 of regular patch-sum 1999-12-05 13:58:59 +00:00
sommerfeld
f310eb04c3 Range-check input buffer length against maximum modulus size. For
RSA*Encrypt() routines, require 3 bytes extra space for PKCS tags.

From Bugtraq posting <3845D352.95E47E26@core-sdi.com>, by
Gerardo Richarte <core.lists.bugtraq@CORE-SDI.COM>, dated
Wed, 1 Dec 1999 23:09:12 -0300

If you build packages with USE_RSAREF2 set, it is advisable to update
the rsaref package and any packages which may depend on it (openssl,
pgp2, ssh).
1999-12-02 17:20:13 +00:00
frueauf
b33124eb5c Update gnupg to 1.0.0. As sideeffect this fixes pr 8826 and pr 8606.
/* XXX someone should test this in i386/aout, maybe that broke
       in exchange, so someone would need to fix it. I have no system
       to test on. But since this package was totaly broken, its an
       improvement...							XXX */

Noteworthy changes in version 1.0.0 (1999-09-07)
-----------------------------------

    * Add a very preliminary version of the GNU Privacy Handbook to
      the distribution (lynx doc/gph/index.html).

    * Changed the version number to GnuPG 2001 ;-)


Noteworthy changes in version 0.9.11
------------------------------------

    * UTF-8 strings are now correctly printed (if --charset is set correctly).
      Output of --with-colons remains C-style escaped UTF-8.

    * Workaround for a problem with PGP 5 detached signature in textmode.

    * Fixed a problem when importing new subkeys (duplicated signatures).

Noteworthy changes in version 0.9.10
------------------------------------

    * Some strange new options to help pgpgpg

    * Cleaned up the dox a bit.


Noteworthy changes in version 0.9.9
-----------------------------------

    * New options --[no-]utf8-strings.

    * New edit-menu commands "enable" and "disable" for entire keys.

    * You will be asked for a filename if gpg cannot deduce one.

    * Changes to support libtool which is needed for the development
      of libgcrypt.

    * New script tools/lspgpot to help transferring assigned
      trustvalues from PGP to GnuPG.

    * New commands --lsign-key and made --sign-key a shortcut for --edit
      and sign.

    * New options (#122--126 ;-) --[no-]default-recipient[-self],
      --disable-{cipher,pubkey}-algo. See the man page.

    * Enhanced info output in case of multiple recipients and fixed exit code.

    * New option --allow-non-selfsigned-uid to work around a problem with
      the German IN way of separating signing and encryption keys.


Noteworthy changes in version 0.9.8
-----------------------------------

    * New subcommand "delsig" in the edit menu.

    * The name of the output file is not anymore the one which is
      embedded in the processed message, but the used filename with
      the extension stripped.  To revert to the old behaviour you can
      use the option --use-embedded-filename.

    * Another hack to cope with pgp2 generated detached signatures.

    * latin-2 character set works (--charset=iso-8859-2).

    * New option --with-key-data to list the public key parameters.
      New option -N to insert notations and a --set-policy-url.
      A couple of other options to allow reseting of options.

    * Better support for HPUX.


Noteworthy changes in version 0.9.7
-----------------------------------

    * Add some work arounds for a bugs in pgp 2 which led to bad signatures
      when used with canonical texts in some cases.

    * Enhanced some status outputs.

Noteworthy changes in version 0.9.6
-----------------------------------

    * Twofish is now statically linked by default. The experimental 128 bit
      version is now disabled.  Full support will be available as soon as
      the OpenPGP WG has decided on an interpretation of rfc2440.

    * Dropped support for the ancient Blowfish160 which is not OpenPGP.

    * Merged gpgm and gpg into one binary.

    * Add "revsig" and "revkey" commands to the edit menu.  It is now
      possible to revoke signature and subkeys.
1999-12-02 15:50:43 +00:00
rh
a873e2bd78 These two modules cannot peacefully coexist. 1999-12-02 14:50:39 +00:00
rh
5c39aa1e36 Add and enable p5-Digest-MD5 1999-12-02 14:33:25 +00:00
rh
d5e6365797 Import of p5-Digest-MD5-2.09, a perl extension interface for various
message digest algorithms.
1999-12-02 14:31:00 +00:00
bouyer
f00e96c70b Oups, forgot to commit this one (thanks Bernd :) 1999-12-02 09:21:10 +00:00
bouyer
0485dc98c9 Make this work on solaris. 1999-12-01 20:48:35 +00:00
bouyer
9d6a650c95 Use $(INSTALL_DATA), not /usr/bin/install -c ... 1999-12-01 20:48:17 +00:00
explorer
d0c4e63e89 Make this work with -current's krb5 stuff. 1999-11-30 09:08:44 +00:00
erh
9e5d4ff0b9 Install the RSAglue library if USERSAREF2 if set to YES. 1999-11-26 19:14:56 +00:00
erh
c11044fe62 Update openssl to 0.9.4. 1999-11-25 18:51:47 +00:00
sommerfeld
a1a7006d94 Revise previous fix (overly restrictive range check) 1999-11-13 17:32:20 +00:00
abs
5e760986d1 Enable alternate rsh path with SSH_RSHPATH
Patch from NoRM <norm@mono.org>
1999-11-12 16:34:29 +00:00
sommerfeld
952c898915 fix security problem with using RSAREF with ssh, reported in FreeBSD
PR14749 (missing range checks in rsaglue.c)
see http://www.freebsd.org/cgi/query-pr.cgi?pr=14749
1999-11-12 14:10:52 +00:00
jlam
2502525d12 Checksum of distfiles changed. 1999-11-01 04:14:00 +00:00
jlam
759a6ebd3a Change LICENSE to fee-based-commercial-use 1999-10-28 00:08:42 +00:00
jlam
2110e38cce Add and enable fortify 1999-10-28 00:02:37 +00:00
jlam
ae4c5d3422 Initial import of fortify for Netscape. Closes PR#8450. 1999-10-28 00:02:08 +00:00
tron
dac52b7e09 Use wildcard dependence for "gtk+" package. 1999-10-22 23:55:47 +00:00
agc
4e05a4a3c5 s/DONT_USE_IDEA/SSH_DONT_USE_IDEA/ to make it more obvious which package
uses this definition.
1999-10-19 08:49:48 +00:00
erh
745ae9714e Make openssl compile whether or not RSAref is defined. 1999-10-19 04:09:19 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
bouyer
c8de60ed22 Regen 1999-10-04 17:46:03 +00:00
bouyer
71c186d772 Add crack. 1999-10-04 17:38:11 +00:00
bouyer
1a9bde8c2f + MIRROR_DISTFILE= no 1999-10-04 17:36:55 +00:00
bouyer
cd4ee60c6f Split to fit into hier(7): Crack and Reporter in sbin/,
scripts, dics and run in share/crack, docs in share/docs/crack and binaries in
libexec/crack.
Also, rename patches from 01, 02... to aa, ab, ...
1999-10-04 17:35:51 +00:00
bouyer
1a3f8db7b0 Don't attempt to rebuild binaries and dictionaries at each run, but only when
-makeonly or -makedict was specified.
While I'm there add the patch-sum file I forgot yesterday.
1999-09-30 15:24:55 +00:00
bouyer
e810434e2c Create /usr/pkg/crack more 0700. 1999-09-30 15:20:37 +00:00
bouyer
95f1c9b3c3 Adapt to NetBSD. 1999-09-29 15:14:29 +00:00
bouyer
bafe8a211c Import crack from FreeBSD. 1999-09-29 14:21:13 +00:00