code: fqa.9front.org

ref: 3f030f96438ae4811849f6a4807f0ad3844056fd
dir: /appendixb.ms/

View raw version
.\" This troff source is processed to create all forms of the
.\" 9FRONT DASH 1 book and the http://fqa.9front.org website.
.\" NOTE: Purely experimental. Methods employed may change.
.\" troff -ms -mpictures appendixb.ms | page
.\" htmlroff -u -ms -mhtml appendixb.ms >appendixb.html
.de FG	\" .FG <basename>
.ie h .html - <img src="\\$1.\\$2" />
.el .BP \\$1.ps
.br
..
.po 1i \" page offset (from left)
.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 4 BI LucidaSansI
.fp 5 CW LucidaCW
.paragraph 0
.margin 0
.HTML "Appendix B - Bounties
.html - <style type="text/css">body{font-size:10pt}; a{font-size:10pt}</style>
.html - <a href="fqa.html">FQA INDEX</a> |
.html - <a href="fqa9.html">FQA 9 - Troubleshooting</a> |
.html - <a href="appendixg.html">Appendix G - GSOC</a>
.html - <hr />
.SH
.LG
.ihtml h1 <h1>
Appendix B - Bounties
.ihtml h1
.NL
.R
.html - <a href="appendixb.html">html</a> |
.html - <a href="appendixb.pdf">pdf</a> |
.html - <a href="appendixb.ms">troff</a>

.FG catgunsmoney png

.SH
.ihtml h2 <h2>
INTRODUCTION
.R
.ihtml h2
.html - <br />

This is a wish list that has evolved over time to money.

.SH
PLEDGE
.R

Pledge a bounty for a specific task by writing a message to the
.ihtml a <a href="fqa2.html#2.2">
9front mailing list.
.ihtml a
Say what you mean, offer a definite price, and be prepared to pay up when someone fulfills your request, deadbeat.

.SH
PENDING
.R

.B
3D Accelerated Graphics
.R
.I
$1
.R
.br
what

.B
fully functional, read/write hgfs
.R
.I
$55
.R
.br
Why should we need python and mercurial just to work with mercurial repositories?

.B
fully functional, read/write gitfs
.R
.I
$5
.R
.br
Why should anyone port git to Plan 9?

.B
ICC color profiles
.R
.I
$10
.R
.br
Support for calibrating displays using custom ICC color profiles. This is most useful for making livable laptops that have shitty LCD panels.

.B
MP4/VP9 video support
.R
.I
$400
.R
.br
Decoder and/or encoder. Details to be determined.

.SH
DONE (pay up, deadbeats)
.R

.B
Native Intel VGA Driver
.R
.I
$260
.R
.br
People want to be able to access resolutions not presented via VESA. DONE (pay cinap)

.B
Bookmark Support in page(1)
.R
.I
$10
.R
.br
People want to bookmark things in PDFs and such, to come back to later.
(How about generic "snarf where I am" support? Some want to copy image path/name.) DONE (pay cinap)

.B
Quake
.R
.I
$5
.R
.br
Apparently Doom is not good enough. DONE (pay qwx)

.B
bsdemu
.R
.I
$1
.R
.br
Linuxemu is the Linux treadmill. Since the point of all this is being able to run software not supported in Plan 9, rather than simply worshipping Linux, OpenBSD makes more sense as a base platform, since the contents of its ports tree are both 1.) (now) reasonably up to date, and 2.) to some extent, pre-checked for abrigations of sanity. Syscalls are still out of control, but let's examine the real cost/benefit of the emulation approach. DONE (see vmx(1)) (pay aiju)

.B
look
.R
.I
$5
.R
.br
put the look command in rio DONE (pay cinap)

.B
fix webfs to work with livejournal.com
.R
.I
$1
.R
.br
Currently, after logging in to livejournal.com, webfs gets stuck in a 302 redirect loop when visiting any account_name.livejournal.com virtual host. DONE (pay cinap)

.B
replace p9sk1 with something better
.R
.I
$10
.R
.br
We're sitting ducks. DONE (pay cinap)

.B
qemu or qemu-alike
.R
.I
$50
.R
.br
PC hardware virtualization. Expose guest resources to the host. Forget about linuxemu/bsdemu forever. DONE (see vmx(1)) (pay aiju)

.B
improve TLS support
.R
.I
$10
.R
.br
The tls(3) device implements the record layer protocols of Transport Layer Security version 1.0 and Secure Sockets Layer version 3.0. It does not implement the handshake protocols, which are responsible for mutual authentication and key exchange. 9fans has debated what form expansion of TLS should take. Wanted: more ciphers, support for user certificates, support for certificate verification. ECDSA! ECDHE! Also: SNI support in tlssrv.

Some work has already been done:

.FG rubberbandmoney jpg

libsec: implement tlsClient support for RFC6066 server name identification (SNI) (pay cinap)

libsec: add TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA client cipher suit support (pay cinap)

libsec: add aes_128_cbc and aes_256_cbc ciphers (pay mischief)

libsec/x509: use SHA2-256 digest algorithm instead of MD5 (pay cinap)

libsec/tlshand: implement client side ECDHE (pay pr)

libsec: TLS1.1 support (needs new devtls) (pay cinap)

libsec: TLS1.2 client support (pay cinap)

libsec: TLS1.2 server support, make cipher list with most prefered first (pay cinap)

libsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and
.br
TLS_RSA_WITH_AES_256_CBC_SHA256 ciphers (pay mischief)

libsec: add curve25519() from http://code.google.com/p/curve25519-donna/ (pay cinap)

libsec: add rfc5869 hmac-based key derivation function hkdf_x() (pay cinap)

libsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 and
.br
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suits (pay cinap)

libsec: implement client certificate authentication for tls1.2 (pay cinap)

libsec: add poly1305 (pay cinap)

libsec: add chacha cipher (from charles forsyth) (pay cinap)

libsec: add chacha20 poly1305 aead, allow 64 bit iv's for chacha, add tsmemcmp() (pay cinap)

tls: implement chacha20/poly1305 aead cipher suits (pay cinap)

libsec: add salsa20 stream cipher (pay cinap)

libsec: ecdsa client support for tlshand (pay cinap)

libsec: add libc.h include for aes_xts.c (drawterm) (pay cinap)

libsec: implement elliptic curve group operations in jacobian coordinate system (pay cinap)

libsec: implement server side SCSV preventing silly client fallbacks (pay cinap)

shit ton of other tls work (pay cinap)

.FG moneystacks jpg

.html - <hr />
.html - <a href="fqa.html">FQA INDEX</a> |
.html - <a href="fqa9.html">FQA 9 - Troubleshooting</a> |
.html - <a href="appendixg.html">Appendix G - GSOC</a>