1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

227 Commits

Author SHA1 Message Date
James FitzGibbon
727ee85299 Make MASTER_SITES blank because the current distfile is broken and the old distfile isn't on CPAN anymore.
Suggested-by: Bill Fenner <fenner@parc.xerox.com>
1997-06-09 16:06:42 +00:00
Bill Fenner
0ec1835b01 Replace a couple of non-working master_sites with working ones.
Found by:	distfile checker
1997-06-09 15:13:41 +00:00
Mark Murray
95bc421891 Improve xinetd's capacity. Works better under load this way.
PR:		3699
Submitted by:	tom@sdf.com
1997-06-04 06:30:03 +00:00
John Polstra
c7621bb9af Don't remove the host key on pkg_delete. It is irreplaceable. 1997-06-02 04:28:48 +00:00
Gary Palmer
7b10b19faa Remove myself as maintainer of this port 1997-05-31 22:41:49 +00:00
Bill Fenner
86a712929b File moved on master site.
Found by:	distfile checker
1997-05-28 05:52:46 +00:00
James FitzGibbon
67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
Satoshi Asami
121b21176d Change "fetch" to "do-fetch"; porters are not allowed to override
the "main" targets!
1997-05-17 11:13:18 +00:00
David Nugent
9c41c4452d login_getclass() -> login_getpwclass(). 1997-05-10 19:03:09 +00:00
James FitzGibbon
8b26f15c0e Fix incorrect path: /usr/ucb/tail -> /usr/bin/tail 1997-05-09 16:06:41 +00:00
James FitzGibbon
bc4d206198 Make the DESCR file a little less of a copy of the README
right-to-be-lazy-revoked-by: asami@freebsd.org
1997-05-03 06:37:38 +00:00
James FitzGibbon
a56aff28f4 Activate swatch 1997-05-03 00:22:42 +00:00
James FitzGibbon
3036b701bb Import of SWATCH, the Simple WATCHer and filter 1997-05-03 00:22:09 +00:00
Andrey A. Chernov
e2101afed1 Fix 3 error with login.conf
1) pw->pw_class was always zero since not copied
2) login_getuserclass() used instead of login_getclass(), so
default class always returned
3) env pointer can be redefined at the moment of setusercontext() call
1997-05-02 20:20:49 +00:00
Peter Wemm
25c2756dd9 Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just
regenerated them to fix the line numbers.  Also, I added two commented out
options in Makefile, one to tell sshd that a group writeable homedir
is OK because all users are in their own group, and the other is to allow
an unencrypted connection (which is dangerous since it can lead to
compromise of keys), but on a secure network it's damn useful for backups
etc.
1997-04-25 05:01:06 +00:00
David E. O'Brien
69ac7b4b06 turn on super 1997-04-24 08:03:31 +00:00
David E. O'Brien
fc543e03c6 Super is a setuid-root program that offers
o  restricted setuid-root access to executables, adjustable
        on a per-program and per-user basis;

    o  a relatively secure environment for scripts, so that well-written
        scripts can be run as root (or some other uid/gid), without
        unduly compromising security.

See pkg/DESCR for a comparson w/sudo.
1997-04-24 08:02:43 +00:00
Wolfram Schneider
df8f6f276f Add virtual category 'perl5'. 1997-04-20 13:53:29 +00:00
Andrey A. Chernov
62128c83d1 Disable extended LOGIN_CAP $MAIL processing until it will be fixed
properly. In old variant /var/mail/root was always checked instead of
/var/mail/<user>
1997-04-16 21:07:36 +00:00
Andrey A. Chernov
29fe1065ad Upgrade to 1.2.19 1997-04-16 19:48:30 +00:00
Joe Greco
e7c49bb4bb Minor correction-
Changed floppy generation code to chmod gunzip to executable by a
better strategic location for the chmod command.  The former code
failed to do this, meaning gunzip couldn't be run from the floppy.

"Ooops".  Yes, I actually do use this code!  Honest!  :-)
1997-04-03 23:09:49 +00:00
Paul Traina
d7a878f85c Back out previous patch, I got confused by an old sshd.conf file 1997-04-01 05:52:30 +00:00
John Polstra
8878e637bd Enable tripwire. 1997-04-01 04:48:08 +00:00
John Polstra
28d7af23c3 Initial import of Joe Greco's tripwire port.
Submitted by:	jgreco@ns.sol.net
1997-04-01 04:44:00 +00:00
Andrey A. Chernov
f742a35be3 Fix argument parsing loop in ssh-agent (original 1.2.18 bug) 1997-04-01 04:17:21 +00:00
Paul Traina
37bbce243a Generate host key in /etc to match the port 1997-04-01 03:34:25 +00:00
Andrey A. Chernov
797920ff49 Upgrade to 1.2.18 1997-03-28 23:30:39 +00:00
David E. O'Brien
206e6779f8 Style problem.
Noticed by:	Satoshi
1997-03-10 17:39:35 +00:00
David E. O'Brien
664188bae7 Restricted: contains crypto -- crypt() 1997-03-09 21:41:56 +00:00
David E. O'Brien
a1db8363e4 John the Ripper is a UNIX password cracker, currently available for UNIX
(tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS,
WinNT/Win95.

    John the Ripper supports the following cracking modes:
    - wordlist with or without rules;
    - "single crack", makes use of the login/GECOS information;
    - incremental, tries all character combinations;
    - external, allows you to define your own cracking mode.
    - MD5 based password files support
1997-03-09 21:34:26 +00:00
David E. O'Brien
2f6d0a15ee Respects ${PREFIX}
Broke up mega-patches into one/file.
1997-03-07 12:33:43 +00:00
David E. O'Brien
2cf0fbdea3 Respects ${PREFIX} 1997-03-07 12:33:01 +00:00
Peter Wemm
2a3d5d6f8f Update from 2.7.2 to 2.7.4
patch-ag is merged into patch-ab - they both patched the same file
patch-ah was included by the author
1997-03-02 03:09:19 +00:00
Andrey A. Chernov
96a7483d0d Add LOGIN_CAP abilities
Submitted by: davidn
1997-02-27 00:44:35 +00:00
Satoshi Asami
81f9bf0731 Add $Id$. 1997-02-06 07:14:48 +00:00
Andrey A. Chernov
c195ec584d Use rsaref from ports for USA
Add more mirrors
1997-02-02 21:45:31 +00:00
Andrey A. Chernov
b9c455742b Install rsa.h too 1997-02-02 21:25:28 +00:00
Andrey A. Chernov
2705181d05 Add rsaref 1997-02-02 20:16:39 +00:00
Andrey A. Chernov
1156f5bc01 encryption/authentication library, RSA/MDX/DES 1997-02-02 20:11:08 +00:00
David E. O'Brien
aabaf706de Minor style nitpick. 1997-02-02 11:11:51 +00:00
David E. O'Brien
d5ae3fb035 Change Makefile more to my likeing. 1997-02-02 02:22:47 +00:00
David E. O'Brien
525d966660 Smoke some crack and pass it on to others.
(ie. turn on crack)
1997-02-02 01:30:51 +00:00
David E. O'Brien
7117a1d4ad This is Alec Muffett's password guessing program.
This version (5.0) supports the 4.4BSD password format, and also FreeBSD's
MD5 style passwords.
1997-02-02 01:28:04 +00:00
Mark Murray
1dc43e3194 Upgrade to 0.6.6 1997-01-13 21:39:44 +00:00
Masafumi Max NAKANE
39591c1e02 New port, strobe:
strobe   is  a  network/security  tool  that  locates  and
describes all listening tcp ports on a (remote) host or on
many hosts in a bandwidth utilisation maximising, and pro-
cess resource minimizing manner.

strobe approximates a parallel finite state machine inter-
nally. In non-linear multi-host mode it attempts to appor-
tion bandwidth and sockets amoung  the  hosts  very  effi-
ciently.   This  can  reap  appreciable gains in speed for
multiple distinct hosts/routes.
Submitted by:	proff@suburbia.net (Julian Assange)
Reviewed & Modified by:	max
(Closing PR #1663.)
1997-01-07 12:20:48 +00:00
Torsten Blum
b22ab3862c make this one compile again 1997-01-05 21:12:27 +00:00
Torsten Blum
e237457b01 fix the clean target to remove *.so and libwrap.so
Pointed-Out by: Wietse Venema <wietse@porcupine.org>
1997-01-03 09:44:56 +00:00
Peter Wemm
67faab29d6 Make one of our changes for -current work on 2.1. In -current, rresvport()
ignores it's argument (it's meaningless, the kernel keeps the state), but
2.1.x use it.  ssh was effectively giving a random port to 2.1.

Originally noticed by: John Polstra <jdp@polstra.com>
1996-12-27 08:42:41 +00:00
Mark Murray
bb25d8f5ea @#$%!! Forgot the MD5 checksum.
Found before: Anyone Else
1996-12-12 06:27:56 +00:00
Mark Murray
53cc1b610c Update to 0.6.5 1996-12-11 20:54:57 +00:00