Commit Graph

303 Commits

Author SHA1 Message Date
Steve Price
0946932e4d Make the perl version of cops run.
PR:		4227
Submitted by:	Annelise Anderson <andrsn.stanford.edu@andrsn.standford.edu>
1998-02-22 01:27:22 +00:00
Steve Price
8070bdae07 Remove share/doc/rsaref on deinstall. 1998-02-18 20:59:32 +00:00
Mark Murray
f8e3fd6b64 Fix this port for RSAref, fix the config files location according to
BSD religion.
1998-02-17 21:14:40 +00:00
Mark Murray
6d329d3f44 PGP v5.0i (international version). I cannot get the USA code, so if
you NA.Citizens want to make a USA version, please go ahead and frob this
port. :-)
1998-02-16 15:39:51 +00:00
Stefan Eßer
c6a25ffa61 Clean up Makefile 1998-02-15 22:23:46 +00:00
David E. O'Brien
762df7a756 NetBIOS Auditing Tool / Security Kit 1998-02-14 04:10:33 +00:00
David E. O'Brien
a858ee6ce6 nat --> nbaudit
due to popular demand
1998-02-13 22:17:51 +00:00
Andrey A. Chernov
810624b0c8 Fix rare DES empty passwords bug 1998-02-13 22:02:39 +00:00
Stefan Eßer
378c4ca460 Upgrade to KDE Beta3 1998-02-07 20:50:24 +00:00
Satoshi Asami
34fddec641 Someone forgot to add skip. :> 1998-02-03 08:15:43 +00:00
Justin M. Seger
337bb6b43d Actually make myself MAINTAINER, and remove -g from CFLAGS.
Forgetten by:	jseger
Remebered by:	obrien
1998-01-29 21:59:51 +00:00
Justin M. Seger
ebc1c4d62d Upgrade to version 1.04 and make myself MAINTAINER.
OK'ed by:	The old MAINTAINER
1998-01-29 20:02:51 +00:00
Torsten Blum
9425c6a70b upgrade to 0.21 1998-01-25 20:42:38 +00:00
Andrey A. Chernov
07199742b4 Don't print "No mail" for FreeBSD , just print nothing 1998-01-22 13:37:55 +00:00
Andrey A. Chernov
8cff771ce2 Fix .hushlogin support
Remove FreeBSD mail check, now done elsewhere in the code
Use bsdi code to warn about expired/changed passwords
Move misplaced login_close up
1998-01-22 12:04:15 +00:00
David E. O'Brien
5cf8a2bf82 turn on nat 1998-01-21 11:39:36 +00:00
Warner Losh
935e28b3a2 Upgrade to ssh 1.2.22. Please send problems with the upgrade to me.
1.2.22 fixes a security hole with ssh-agent, so users are encouraged
to upgrade.

OK'd by: Torsten Blum (torstenb@freebsd.org)
1998-01-20 23:50:15 +00:00
Warner Losh
5b6287a262 1.5.4 was updated w/o a name change :-(. Fix checksum. 1998-01-14 18:25:54 +00:00
Julian Elischer
ee899e101c Submitted by: archie@whistle.com
make this compile under FreeBSD 3.x
1998-01-13 20:26:20 +00:00
Eric L. Hernes
f98e674f36 upgrade to 1.5.4
Submitted by:	Warner Losh
1998-01-13 13:49:02 +00:00
David E. O'Brien
8108116738 Automatically handle more cases, change name of sample file. 1998-01-10 18:31:24 +00:00
David E. O'Brien
cce52bb565 Add a sample wrapped inet.conf. 1998-01-10 18:24:17 +00:00
Julian Elischer
de8a9e2851 Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
1998-01-09 23:23:58 +00:00
Warner Losh
957ddb3bd6 Merge in change requested by theo:
OpenBSD and FreeBSD now both use rresvport.  This is a nop for
	FreeBSD, but for OpenBSD this picks random port numbers.
Submitted by:	deraadt@cvs.openbsd.org
1997-12-24 18:48:46 +00:00
Warner Losh
944d8022fd Make the SOCKS support from USE_SOCKS play nicely with the socks5 port. 1997-12-24 18:46:11 +00:00
Andrey A. Chernov
5b019ab101 Upgrade to 2.8.1 1997-12-17 04:41:00 +00:00
Vanilla I. Shu
e8319f569d Upgrade to 2.2.1, add a startup script.
PR:		ports/4620
1997-12-04 03:41:07 +00:00
Satoshi Asami
8e1e5b68cb Don't delete ${PREFIX}/share/doc. 1997-11-29 01:18:12 +00:00
Stefan Eßer
2ffc580361 Update to Beta2 1997-11-28 00:04:29 +00:00
David E. O'Brien
70b6c6ed5d Don't fetch Crack from a US site. 1997-11-26 01:42:55 +00:00
David E. O'Brien
a80e9d8c46 Author published a patch.
Bump package version to 1.4.2.
1997-11-26 01:40:35 +00:00
Mark Murray
39e2a4dd90 Change to use perl5.004_04 1997-11-21 15:31:33 +00:00
David E. O'Brien
4ec0f8784d Since we have S/Key in the base system, might as well suport it.
(someone that uses OPIE should test out that link option)
1997-11-12 03:24:41 +00:00
Dima Ruban
2f35303014 ftp.dsi.unimi.it -> idea.sec.dsi.unimi.it 1997-11-10 22:04:42 +00:00
Satoshi Asami
7505fcff9a Add john.
Forgotten by:	obrien
Found by:       make checksubdirs (to be committed soon)
1997-11-09 10:17:02 +00:00
Satoshi Asami
ab4c4c3135 (1) Move the following ports out of x11/:
kdegames   -> games/
    kdenetwork -> net/
    kdesupport -> converters/
    kdeutils   -> misc/

    (Repository copy already done, dependency path and category name fixups
     is being done in this commit.)

(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
    ports.

(3) Make package names follow the convention.

(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
    There is no need to specify the full pathname if the target is an
    executable in the standard path.  (Actually, as the same port is
    specified in LIB_DEPENDS, I think we can completely do away with
    this line but since Stefan added this explicitly, I assume there
    is a reason for it and left it alone.)

Approved by:	se (all but 4)
1997-11-05 04:20:23 +00:00
Stefan Eßer
53313e608c Add BUILD_DEPENDS on moc pre-processor.
Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as
requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp>
1997-11-03 00:25:44 +00:00
Stefan Eßer
3464604978 Utilities for the KDE desktop environment (Calculator, Editor,
Calendar,...).
1997-11-02 00:05:06 +00:00
David E. O'Brien
7c99add2f6 Sudo's config is in fact the autoconf type.. lets say so.
Now sudo will obey ${PREFIX}
1997-10-22 08:46:03 +00:00
John Polstra
f4a9d73290 Fix cfsd so that it detaches from the controlling terminal.
PR:		closes ports/4757
Submitted by:	saken@rmta.ml.org (Scott A. Kenney)
1997-10-14 04:37:04 +00:00
Ralf S. Engelschall
cd7cd16736 fixed little typo. 1997-10-10 14:29:12 +00:00
David E. O'Brien
fd6c0ef516 Change my email address to @FreeBSD 1997-10-10 06:53:48 +00:00
James FitzGibbon
2f62cc0d93 Fix commented #MASTER_SITE line
Submitted-by: asami@freebsd.org
1997-09-18 02:47:42 +00:00
Torsten Blum
c2119976db Upgrade to 1.2.21 1997-09-16 00:13:25 +00:00
James FitzGibbon
d2efc9486f Mass upgrade of CPAN ports:
p5-Apache		->	1.00b2
	p5-Array-PrintCols	->	2.0
	p5-C-Scan		->	0.4
	p5-DBD-Pg		->	0.62
	p5-Data-Flow		->	0.05
	p5-Devel-Peek		->	0.83
	p5-HTML-Stream		->	1.40
	p5-HTTPD-Tools		->	0.55
	p5-Image-Size		->	2.4
	p5-IniConf		->	0.92
	p5-Msql			->	1.1809
	p5-Mysql		->	1.1809
	p5-PGP			->	0.3a
	p5-Pg			->	1.6.1
	p5-Tk			->	402.002
	p5-WWW-Search		->	1.010
	p5-libwww		->	5.12
1997-09-14 02:55:26 +00:00
James FitzGibbon
54c70171ff Activate devel/p5-Data-ShowTable
devel/p5-FreezeThaw
		security/p5-Authen-Radius
1997-09-13 17:50:04 +00:00
James FitzGibbon
fd31d91749 Import of a module to authenticate/account against RADIUS (v1) servers 1997-09-13 17:48:51 +00:00
Warner Losh
ad6a80b2fb Add OpenBSD to the list of systems.
Reviewed by:	jdp@polstra.com
Submitted by:	Theo de Raadt <deraadt@cvs.openbsd.org>
1997-09-12 00:11:00 +00:00
Masafumi Max NAKANE
30e38e5731 mv -> ${MV}. 1997-09-11 18:31:52 +00:00
Torsten Blum
6234152654 link idecrypt with -ldes 1997-09-01 13:50:41 +00:00