Commit graph

3707 commits

Author SHA1 Message Date
Wolfram Schneider
b36262e356 force taint check 2001-01-11 19:58:04 +00:00
Wolfram Schneider
5fe7b2fbcf get the source work now again 2001-01-11 19:56:37 +00:00
Joseph Koshy
06f12b62b6 Add DDJ column on the USENIX Security Symposium 2000 roundtable
featuring several BSD developers.
2001-01-10 06:37:24 +00:00
Greg Lehey
3d01591afd Add FrankfurtBSD.
Submitted by:	Moritz Hardt <mhardt@gmx.net>Moritz Hardt <mhardt@gmx.net>
2001-01-10 00:57:25 +00:00
Greg Lehey
9bfd1df580 Correct state abbreviation for Indiana.
Submitted by:	Alan Day <aday@fufin.org>
2001-01-08 23:28:40 +00:00
Greg Lehey
fe9f6a4e6e Add Free Unix for Indianapolis.
Alan Day <aday@fufin.org>

Tidy up entry for the Berkeley UNIX User Group (i.e. the one in
Berkeley).

Change name and tidy entry for BAFUG -> BABUG.
2001-01-07 22:30:23 +00:00
Alexander Langer
2bc0185fb0 Remove FreeBSD Hardening Project and list TrustedBSD.
PR:		24113
Submitted by:	rwatson
2001-01-06 17:34:21 +00:00
Alexander Langer
37b81162a1 List some of FreeBSD's excellent new features and what users can expect
in future.

Submitted by:	rwatson, dcs, adrian
2001-01-06 17:22:01 +00:00
Greg Lehey
80abc513ef Correct another typo. 2001-01-05 01:14:50 +00:00
Greg Lehey
5d0b0f9afb Correct typo.
Add TRIBUG (Triangle Area BSD Users Group)

Submitted by: Ryan Younce <ryan@manunkind.org>

Add SVBUG (Silicon Valley BSD User Group)

Submitted by: Jesus Monroy Jr. <jessem@livecam.com>
2001-01-05 01:13:57 +00:00
Peter Wemm
98d70c3686 Remove -T, this script has not been had the required taint cleaning
of arguments done yet.
2001-01-04 22:22:38 +00:00
Wolfram Schneider
6d3af291c5 The ports collections grows and perl5 seems to become slower ...
Small optimization to make ports.cgi one CPU second faster.
2001-01-04 22:12:42 +00:00
Wolfram Schneider
a18cd087ca Added SunOS 5.8 2001-01-04 19:44:13 +00:00
Akinori MUSHA
7ba234363e Grr... Pass me a pointy hat. Fix bogus flaw in merger and the @INC
problem under -T option.
2001-01-03 07:40:09 +00:00
Akinori MUSHA
7a68490f44 Merge from knu-cvsweb 1.104.1.57.
2001-01-03 11:55  knu

	* README.knu, cvsweb.cgi: Don't forget to add $query to the URL
	when redirecting.  Now module alias redirection and Attic
	redirection work with all sticky variables preserved. (Previously
	they didn't work against a non-default cvsroot)

	Put a text field on each directory view that allows user to jump
	directly to an arbitrary module, which can be specified either by a
	full module/file path or by a module alias.

2001-01-03 08:34  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
	in the specified order, not alphabetical.

	Now /usr/local/etc/cvsweb/ is the default directory for
	configuration files.
2001-01-03 03:46:29 +00:00
Hiroki Sato
917f59e39c Merge the following from the English version with
some cleanups.

	1.60  -> 1.61 	search/search.sgml
2001-01-02 12:51:42 +00:00
Akinori MUSHA
885d6122bd Merge from knu-cvsweb 1.104.1.55.
2001-01-02 21:23  knu

	* cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.

	Change perl command line:

	  Change perl5 to perl and just declare `require 5.000'.

	  Remove -s option that was intended for debug use.

	  Add -T option to perform security checks.

	Change search paths for cvsweb.conf:

	  Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended
	for
	  debug use.

	  Search the same directory that cvsweb.cgi is in instead of the
	  current directory.

	Invoking `last' in `do { ... } while (0);' is wrong.  Change the
	loop to `while (1) { ... last; }'.

	Don't do chdir.  Instead, use tar(1)'s -C option and cvs(1)
	export's -d option.

	Explicitly define $ENV{PATH}.

	Turn $allow_compress off by default so user can debug cvsweb.cgi
	easily. (Still enabled on freefall)
2001-01-02 12:45:29 +00:00
Jun Kuriyama
ce1a91e27c Merge following changes in the English version.
1.30 -> 1.31	ports/Makefile
	1.33 -> 1.34	ports/portindex
2001-01-02 02:22:50 +00:00
Jun Kuriyama
0bd795f3f8 Remove more around ports/YEAR2000 in Spanish translation. 2001-01-02 01:49:05 +00:00
Akinori MUSHA
4484d758cd Merge from knu-cvsweb 1.104.1.54.
2001-01-02 08:15  knu

	* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to
	allow user to use (e.g.) `Bug' instead of `PR' as the bug report
	identifier.

	Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move
	rather FreeBSD specific configuration values to
	cvsweb.conf-freebsd.

	Add a %funcline_regexp entry for Ruby. (*.rb)

2001-01-02 06:24  knu

	* cvsweb.conf: Add `pending' to the list of PR categories.

2001-01-02 05:57  knu

	* cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.

	Noticed by:	Wolfram Schneider <wosch@schneider.org>

2000-12-30 08:56  knu

	* cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
	Specify -rHEAD when no tag/branch is defaulted.

2000-12-30 08:35  knu

	* cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
	turn it off by default.  This option should be turned off when you
	have files in the repository that are in a multibyte encoding which
	uses HTML special characters ([<>&"]) as part of a multi-byte
	character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
	files will get screwed up in markup.

	Fix for those systems which tar(1)'s are not GNU tar(1).

	- Add @@tar_options variable and make the --ignore-failed-read flag
	optional.

	- Use cvs export instead of cvs checkout, so the --exclude 'CVS'
	flag isn't needed.

	Noticed by:	Christian Weisgerber <naddy@mips.inka.de>

	Fix for those systems which cvs(1)'s don't support -R option.
	(Actually, only FreeBSD's and OpenBSD's cvs(1) support it)

	- Add @@cvs_options and make the -R flag optional.

2000-12-29 22:29  knu

	* cvsweb.cgi: Add charset to all text/* output, including diffs.

	Submitted by:	Alexey Zelkin <phantom@cris.net>

2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2001-01-02 00:03:51 +00:00
Akinori MUSHA
9a9d515e23 Add some missing PR categories. 2001-01-01 21:22:48 +00:00
Wolfram Schneider
f8023de388 re-order table of contents, put web and mailing list search on the top 2001-01-01 19:50:23 +00:00
Wolfram Schneider
a2e75245f3 Add link to Site Map and Search page. 2001-01-01 19:46:55 +00:00
Hiroki Sato
48f08058c7 - Merge the following from the English version:
1.91  -> 1.93 	projects/projects.sgml

- Fix malformed &enbase; definition:

	prehtml
	internal/about.sgml
	ports/portindex

Pointed out by:	wosch
2001-01-01 18:41:43 +00:00
Jun Kuriyama
77e905d1a6 Remove some code which refers ports/YEAR2000,v. 2001-01-01 12:33:23 +00:00
Wolfram Schneider
40e3545e39 Added:
- The Elephant file system
	- Disk Caching Disk (DCD), a new disk I/O architecture
2000-12-31 19:36:55 +00:00
Wolfram Schneider
429ed2f485 Added to section file system:
- cryptfs
 	- Journaling versus Soft Updates
2000-12-31 19:16:46 +00:00
Wolfram Schneider
91bf666cef Added upcoming FreeBSD 4.2 CD-ROM from Lehmanns Fachbuchhandlung. 2000-12-31 17:03:51 +00:00
Wolfram Schneider
53b3f49576 Added
- The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
- FreeBSD Toolkit
- FreeBSD Alpha 4.2
- FreeBSD/i386 4.2
2000-12-31 16:38:08 +00:00
Wolfram Schneider
01e8ce0af5 Added Building Internet Server with FreeBSD (in Indonesia Language) 2000-12-31 14:56:50 +00:00
Hiroki Sato
6ddc5d3187 - Merge the following from the English version:
1.10  -> 1.12 	java/dists/12.sgml
	1.3   -> 1.4  	java/dists/13.sgml
	1.58  -> 1.60 	search/search.sgml

- Fix URLs using &base; and &enbase;, with some cleanups:

	includes.sgml
	index.sgml
	java/index.sgml
	java/dists/index.sgml
	ports/portindex

- Add new translation and activate it:

	java/Makefile
	java/advocacy.sgml

- Add REVCHECK=YES forgotten in the previous commit:

	smp/Makefile
2000-12-31 11:08:43 +00:00
Hiroki Sato
f105eea6d1 - Merge the following from the English version:
1.2   -> 1.3  	conspectus/Makefile
	1.4   -> 1.7  	conspectus/index.sgml
	1.11  -> 1.12 	internal/developer.sgml
	1.15  -> 1.18 	java/newsflash.sgml
	1.233 -> 1.235	news/newsflash.sgml
	1.167 -> 1.168	news/press.sgml
	1.48  -> 1.51 	ports/ports.inc
	1.50  -> 1.51 	search/web.atoz

- Add new translations and activate them.

	Makefile
	platforms/Makefile
	platforms/ia64.sgml
	platforms/index.sgml
	platforms/ppc.sgml
        platforms/alpha.sgml
          (based on repo copy of alpha/alpha.sgml)
	smp/Makefile
	smp/index.sgml
2000-12-30 14:25:15 +00:00
Alexey Zelkin
8399af51df add Replicon Inc.
Submit ed by:	"Peter Koizumi" <peter@replicon.com>
2000-12-30 13:02:10 +00:00
Alexey Zelkin
42695c0944 Add FreeBSD Systems
Submitted by:	Lanny Baron <lnb@FreeBSDsystems.COM>
2000-12-30 12:58:44 +00:00
Alexey Zelkin
71f3cc2d3e Add one more independent consultant -- Mike Meyer
Submitted by:	Mike Meyer <mwm@mired.org>
2000-12-30 12:45:09 +00:00
Alexey Zelkin
33de79b2f7 Added Itautec Philco
Submitted by:	"Marcio Weltman Dvorkin" <marcio@itautecamerica.com>
2000-12-30 11:49:45 +00:00
Alexey Zelkin
8632ea0757 Add Kaspersky La
Submitted by:	Denis Zenkin <denis@kaspersky.com>
2000-12-30 11:41:27 +00:00
Alexey Zelkin
a9c22f6bdb Add BSDi
Submitted by:	Kurt Raymond <kurtray@bsdi.com>
2000-12-30 11:23:38 +00:00
Wolfram Schneider
2d1428bd17 Added freebsd-arm list. 2000-12-30 11:02:09 +00:00
Wolfram Schneider
4a10c59da1 Added freebsd-ipfw list.
Submitted by: "Michael C. Cambria" <cambria@mcambria.ne.mediaone.net>
2000-12-30 10:59:45 +00:00
Jim Mock
d69d8ae65d Change relative URLs to &base;.
Requested by:	hrs, phantom
2000-12-29 15:34:30 +00:00
Alexey Zelkin
8aaed653c4 Synchronize www/ru tree with FreeBSD Russian Documentation Project's
CVS Tree.
2000-12-29 13:38:04 +00:00
Alexey Zelkin
67280e6cab More submissions to Gallery. Current state is:
Commercial: 1292
Non-profit: 574
Personal: 283
Total: 2149
2000-12-29 13:27:56 +00:00
Wolfram Schneider
96e348472b strict pr number checking 2000-12-29 12:43:12 +00:00
Wolfram Schneider
e46c9290bb backward compatible with old ports layout 2000-12-29 10:49:45 +00:00
Akinori MUSHA
dc83c91ea5 Add 1;' at EOF so require' won't fail. 2000-12-29 09:24:40 +00:00
Akinori MUSHA
defffe51f5 Merge from knu-cvsweb 1.104.1.49. Tiny fixes.
2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2000-12-29 09:22:50 +00:00
Greg Lehey
8dba232212 Add TFUG (Turkish FreeBSD Users Group)
Submitted by:		 M. Guven Mucuk <mgm@berkbilgisayar.com>
2000-12-29 01:11:18 +00:00
FUJISHIMA Satsuki
7c512b1105 annouce myself as a new committer.
Approved by: knu (mentor)
2000-12-28 19:55:00 +00:00
Akinori MUSHA
badb97994d Merge from knu-cvsweb 1.104.1.47.
2000-12-29 03:17  knu

	* README.knu: Mention automatic tarball generation feature.

2000-12-29 03:16  knu

	* TODO.knu: Directory sorting was fixed at the same time that "show
	only tags" feature was fixed.

2000-12-29 03:07  knu

	* cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).

2000-12-29 02:49  knu

	* cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
	feature.  You can check out a whole directory in gzipped tarball.

	Obtained from:	Debian package: cvsweb_1.93-1

	Allow space characters in file names. (not tested yet)

Note that automatic tarball generation feature is disabled for the present.
2000-12-28 18:42:21 +00:00