chiark / gitweb /
Initial commit as found
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Nov 2009 18:16:08 +0000 (18:16 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Nov 2009 18:16:08 +0000 (18:16 +0000)
commit56d8a80761d68c123d55778d73b66268dabd3e34
tree24b0249ec8fd9d5155e67f7a7594ede4a575eb5b
Initial commit as found
106 files changed:
.gitignore [new file with mode: 0644]
crontab [new file with mode: 0644]
inews [new file with mode: 0755]
inews.test [new file with mode: 0755]
stump/LICENSE [new file with mode: 0644]
stump/README [new file with mode: 0644]
stump/bin/acceptFromMod.pl [new file with mode: 0755]
stump/bin/activity [new file with mode: 0755]
stump/bin/addKey [new file with mode: 0755]
stump/bin/antivirus [new file with mode: 0755]
stump/bin/bogusMessage [new file with mode: 0755]
stump/bin/buildNewsgroupsDB [new file with mode: 0755]
stump/bin/checkquot [new file with mode: 0755]
stump/bin/createArchive [new file with mode: 0755]
stump/bin/cuthead [new file with mode: 0755]
stump/bin/decodeBase64 [new file with mode: 0755]
stump/bin/email-server.pl [new file with mode: 0755]
stump/bin/isbinary [new file with mode: 0755]
stump/bin/listKeys [new file with mode: 0755]
stump/bin/logArt [new file with mode: 0755]
stump/bin/needAck [new file with mode: 0755]
stump/bin/noAck [new file with mode: 0755]
stump/bin/preApprove [new file with mode: 0755]
stump/bin/processApproved [new file with mode: 0755]
stump/bin/processNoack.pl [new file with mode: 0755]
stump/bin/processPreapproved [new file with mode: 0755]
stump/bin/processRejected [new file with mode: 0755]
stump/bin/report.sh [new file with mode: 0755]
stump/bin/robomod.pl [new file with mode: 0755]
stump/bin/send_pgp_key [new file with mode: 0755]
stump/bin/stump-pgp [new file with mode: 0755]
stump/bin/stump-report.pl [new file with mode: 0755]
stump/bin/stump.pl [new file with mode: 0755]
stump/bin/submission.pl [new file with mode: 0755]
stump/bin/submitFailed [new file with mode: 0755]
stump/bin/suspicious.pl [new file with mode: 0755]
stump/bin/verifySignature [new file with mode: 0755]
stump/c/antivirus.c [new file with mode: 0644]
stump/c/checkquot.c [new file with mode: 0644]
stump/c/compile [new file with mode: 0755]
stump/c/cuthead.c [new file with mode: 0644]
stump/c/isbinary.c [new file with mode: 0644]
stump/doc/README [new file with mode: 0644]
stump/doc/VERSION [new file with mode: 0644]
stump/etc/README [new file with mode: 0644]
stump/etc/my_rnews [new file with mode: 0755]
stump/etc/procmailrc [new file with mode: 0644]
stump/local/README [new file with mode: 0644]
stump/local/bin/pmapp [new file with mode: 0755]
stump/local/bin/pmcanon [new file with mode: 0755]
stump/local/bin/pmcheck [new file with mode: 0755]
stump/local/bin/pmnewsgroups [new file with mode: 0755]
stump/local/doc/PGPMoose.README [new file with mode: 0644]
stump/local/man/man1/pmapp.1 [new file with mode: 0644]
stump/local/man/man1/pmcanon.1 [new file with mode: 0644]
stump/local/man/man1/pmcheck.1 [new file with mode: 0644]
stump/local/man/man1/pmnewsgroups.1 [new file with mode: 0644]
stump/local/src/PGPMoose.shar.gz [new file with mode: 0644]
webstump/LICENSE [new file with mode: 0644]
webstump/Makefile [new file with mode: 0644]
webstump/README [new file with mode: 0644]
webstump/TODO [new file with mode: 0644]
webstump/config/convert-newsgroups.sh [new file with mode: 0755]
webstump/config/motd [new file with mode: 0644]
webstump/demo/error.html [new file with mode: 0644]
webstump/demo/login.html [new file with mode: 0644]
webstump/demo/main-screen.html [new file with mode: 0644]
webstump/demo/password.html [new file with mode: 0644]
webstump/demo/review.html [new file with mode: 0644]
webstump/demo/welcome.html [new file with mode: 0644]
webstump/doc/help/bad.posters.list.html [new file with mode: 0644]
webstump/doc/help/bad.subjects.list.html [new file with mode: 0644]
webstump/doc/help/bad.words.list.html [new file with mode: 0644]
webstump/doc/help/filter-lists.html [new file with mode: 0644]
webstump/doc/help/good.posters.list.html [new file with mode: 0644]
webstump/doc/help/good.subjects.list.html [new file with mode: 0644]
webstump/doc/help/watch.posters.list.html [new file with mode: 0644]
webstump/doc/help/watch.subjects.list.html [new file with mode: 0644]
webstump/doc/help/watch.words.list.html [new file with mode: 0644]
webstump/images/bg1.jpg [new file with mode: 0644]
webstump/images/construction.gif [new file with mode: 0644]
webstump/images/help.gif [new file with mode: 0644]
webstump/images/new_tiny2.gif [new file with mode: 0644]
webstump/images/no_image.gif [new file with mode: 0644]
webstump/images/smiley.gif [new file with mode: 0644]
webstump/images/star.gif [new file with mode: 0644]
webstump/images/warning_big.gif [new file with mode: 0644]
webstump/index.html [new file with mode: 0644]
webstump/scripts/create-newsgroup.pl [new file with mode: 0755]
webstump/scripts/file-message.pl [new file with mode: 0755]
webstump/scripts/filter.lib.pl [new file with mode: 0644]
webstump/scripts/gatekeeper-file-message.pl [new file with mode: 0755]
webstump/scripts/gatekeeper.lib [new file with mode: 0644]
webstump/scripts/html_output.pl [new file with mode: 0644]
webstump/scripts/mime-parsing.lib [new file with mode: 0644]
webstump/scripts/strip-ats.pl [new file with mode: 0755]
webstump/scripts/webstump.lib.pl [new file with mode: 0644]
webstump/scripts/webstump.pl [new file with mode: 0755]
webstump/src/Makefile [new file with mode: 0644]
webstump/src/wrapper.c [new file with mode: 0644]
webstump/test/mm-test.pl [new file with mode: 0755]
webstump/tmp/demo.happy99.txt [new file with mode: 0644]
webstump/tmp/demo.mime.txt [new file with mode: 0644]
webstump/tmp/demo.text.txt [new file with mode: 0644]
xlog/bin/record [new file with mode: 0755]
xlog/bin/report [new file with mode: 0755]