Commit graph

1114 commits

Author SHA1 Message Date
Peter Pentchev
5e7c2e8fa0 Add ftp2.bg.FreeBSD.org (FTP, rsync) and www2.bg.FreeBSD.org (HTTP). 2006-02-15 12:58:38 +00:00
Chuck Lever
08389877e6 - Add my PGP key entry.
Approved by:	silby (mentor)
2006-02-14 19:41:16 +00:00
Chuck Lever
2653d181a3 - Add my PGP key.
Approved by:	silby (mentor)
2006-02-14 19:32:05 +00:00
Christian Brueffer
60cfad0906 Add some audit related manpages as well as usbdi(9). 2006-02-04 21:43:38 +00:00
Bruce A. Mah
fd4f1a95e3 Add entity for ce(4). 2006-02-04 15:24:25 +00:00
Kirill Ponomarev
28f30fd20d Update my key. 2006-01-30 20:56:51 +00:00
Jun Kuriyama
d7c655d528 Add more Latvian entries.
Submitted by:	peter dunaskin <petruha@bsd.lv>
2006-01-30 11:47:34 +00:00
Xin LI
c83e08cfbf Add my new subkey. 2006-01-27 10:28:51 +00:00
Matteo Riondato
0bb6a4a9ad Add my PGP key 2006-01-20 13:04:04 +00:00
Vasil Dimov
dbea96b9a3 Add my GnuPG key
Approved by:	garga (mentor)
2006-01-19 17:53:47 +00:00
Renato Botelho
9f4d6cde96 - Add my pgp key to handbook 2006-01-19 10:55:57 +00:00
Pav Lucistnik
292de785c0 Add entities for contributing-ports article 2006-01-18 16:22:13 +00:00
Tom McLaughlin
df0452efb6 Update my pgp key. 2006-01-18 05:08:25 +00:00
Rink Springer
04a7be9c56 Let's not forget the actual GnuPG file itself ...
Approved by:	imp (mentor)
2006-01-16 22:06:05 +00:00
Rink Springer
078a29df3c - Add myself as a src commiter.
- Add my GnuPG keys to the list.

Approved by:	imp (mentor)
2006-01-16 22:04:49 +00:00
Warner Losh
26cab1eecc Update key to reflect newly generated key. 2006-01-10 04:59:41 +00:00
Remko Lodder
1650783dc5 Split the pgpkeys 'database' into global files. This should
reduce the overhead for the translation teams, they do not
have to keep up with local key addittions and removals
only with the text parts that might change from time to
time.

PR:			docs/91192
No objections from:	doc@
Reviewed by:		simon, bvs, hrs, remko
Submitted by:		Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
2006-01-07 23:43:35 +00:00
Roman Bogorodskiy
d69e51d477 Update my key. 2006-01-06 09:43:50 +00:00
Pav Lucistnik
8ecae3308c - Switch manpage vendor "ports" to point to "FreeBSD 5.4-RELEASE and Ports"
collection in cgi; the existing link lacks the manpages

Fixes:		docs/89081
2006-01-05 08:48:41 +00:00
Christian Brueffer
ad85ce72a6 Add padlock(4). 2005-12-31 16:46:44 +00:00
Christian Brueffer
8730f0f4db Add amdsmb(4) and nfsmb(4). 2005-12-31 16:44:54 +00:00
George V. Neville-Neil
6cdad1c50d Update key to contain a freebsd.org address as well as my own normal email
address.
2005-12-31 08:59:12 +00:00
Sergey Matveychuk
6148d581c9 Update my key after a keys signing party 2005-12-22 14:21:33 +00:00
Dmitry Morozovsky
ca31478fae Add missed skv@ signature. 2005-12-19 15:16:22 +00:00
Ollivier Robert
f98af7ec8f Update with new signatures. 2005-12-19 14:41:52 +00:00
Gleb Smirnoff
3861328c0b Update after local key signing meeting. 2005-12-19 10:40:29 +00:00
Emanuel Haupt
b04bac9cf5 Update my public key 2005-12-19 10:34:19 +00:00
Jun Kuriyama
873c88c9b0 Fix path in Indian mirror.
Reported by:	"Henk P. Penning" (mirmon author)
2005-12-18 22:27:19 +00:00
Dmitry Morozovsky
8dfb0eee65 Add new signatures. 2005-12-17 22:30:36 +00:00
Joel Dahl
c1c293c587 Backout rev 1.90 and 1.92 until the translators catch up. 2005-12-17 22:28:18 +00:00
Joel Dahl
d18d999c53 Remove another Ex-developer key. 2005-12-17 21:05:48 +00:00
Joel Dahl
653df5e816 Add two missing keys that never made it to the entities file or the
handbook.
2005-12-17 21:01:14 +00:00
Joel Dahl
bf26004ef6 Remove a bunch of old pgp keys that belongs to Ex-developers.
Note that I haven't removed the actual keys yet, just the entries in the
handbook and the key entities.

Ok'ed by:	blackend
2005-12-17 20:24:10 +00:00
Roman Kurakin
7ff1d3ba90 Add my new key. 2005-12-17 18:43:03 +00:00
Sergey Matveychuk
f9f51e29d8 Make my @FreeBSD.org address as primary 2005-12-13 18:03:06 +00:00
Xin LI
f16a0c0531 Improve the docbook build infrastructure's index.sgml build process:
- Consider index.sgml as intermediate file, not dependency that ${DOC}.*
   require.  Instead, generate it on-the-fly when building ${DOC}.*.
   This solves the problem that index.sgml is generated for the first
   built target, but needs to be different from target to target.

   The affected targets are:
	index.html HTML.manifest
	${DOC}.html
	${DOC}.html-text
	${DOC}.rtf
	${DOC}.tex
	${DOC}.tex-pdf

   ${INDEX_SGML} target removed in favor of the on-the-fly build.

 - When building ${DOC}.rtf, add ${PRINT_INDEX} and ${LOCAL_IMAGES_PNG}
   as dependencies, eliminating the need of building ${DOC}.rtf without
   having to build ${DOC}.html beforehand.

 - Modifications against ${HTML_INDEX} and ${HTML_SPLIT_INDEX}:
	+ Add dependency to ${SRCS} and ${LOCAL_IMAGES_TXT} to force
	  index updates when necessary.
	+ Every build now causes index.sgml to be reinitialized.
	+ Depend on ${DOC}.* to generate index.sgml.

Submitted by:	"intron" <intron at intron ac>
PR:		docs/90255 (slightly changed version)
2005-12-13 08:03:57 +00:00
Sergey Matveychuk
d69eebb93d Add my PGP key. 2005-12-12 19:24:38 +00:00
Andrey Slusar
3b0ddb4488 add file missed in last commit (my pgp key)
Approved by: sem(mentor)
2005-12-12 19:14:12 +00:00
Andrey Slusar
2f3e92d901 Add myself as a new ports committer.
Approved by:	sem (mentor)
2005-12-12 17:18:34 +00:00
Gerald Pfeifer
116bdafd9b Add my PGP key, finally. 2005-12-11 23:50:26 +00:00
Xin LI
520a2bc162 Merge some improvements of build infrastructure from the Simplified Chinese
project:
 - For "dvi" and "ps", add "${DOC}.out" to CLEANFILES
 - Allow overriding of the following targets:
   ${DOC}.txt, ${DOC}.dvi, ${DOC}.pdf, ${PRINT_INDEX}

Submitted by:	"intron" <intron intron ac>
PR:		docs/90171
2005-12-10 14:02:03 +00:00
Jun Kuriyama
8422968a1e Correct URL for ftp3.ca.FreeBSD.org. 2005-12-09 02:12:18 +00:00
Makoto Matsushita
566a92cbdc Updating my user ID: matusita@ics.es.osaka-u.ac.jp is no longer used,
use matusita@ist.osaka-u.ac.jp instead.

File updated by: addkey.sh
2005-12-03 11:16:07 +00:00
Tim Bishop
725d8762f6 - Add myself.
Approved by:	clement (mentor)
2005-12-01 15:24:22 +00:00
Erwin Lansing
84cef0da70 Add a special purpose GPG key for portmgr-secretary which I can use
instead of my own.

Bugged by:	simon
Reviewed by:	simon
2005-11-30 16:45:51 +00:00
Xin LI
0910feb291 In case of problems happen on cn.FreeBSD.org, the published contact is
now hostmaster@cn.FreeBSD.org, to follow other CC.FreeBSD.org's style.

Thanks for Peng Haijie's past contribution for taking care for the cn
domain.

Approved by:	core
2005-11-30 07:03:10 +00:00
Oleg Bulyzhin
9f21c2d423 Add myself as a new committer.
Approved by:	glebius
2005-11-29 13:09:30 +00:00
Joel Dahl
1fdef4f631 Add snd_atiixp(4). 2005-11-28 08:47:02 +00:00
Doug Barton
49e4e68df0 Double-Argh! I forgot to add a cross-signature for my new uid 2005-11-23 01:02:59 +00:00
Doug Barton
96eeb271a5 Argh, update the fingerprint too 2005-11-23 00:49:27 +00:00