]> git.lizzy.rs Git - plan9front.git/shortlog
plan9front.git
2015-09-23 cinap_lenrekrsa2x509, rsa2csr: add newline in usage print
2015-09-23 cinap_lenreklibsec: implement client certificate authentication...
2015-09-22 cinap_lenreklibsec: handle missing signature case; can happen becau...
2015-09-22 cinap_lenreklibsec: make sure Elem is zero initialized so freevalfi...
2015-09-22 cinap_lenreklibsec: implement dh parameter signature verification...
2015-09-22 cinap_lenreklibsec: fix memory leak in ecmul()
2015-09-22 cinap_lenrekscuzz: uncomment synccache command
2015-09-22 cinap_lenrekmothra: <hr> drawing
2015-09-20 cinap_lenreklibdraw: remove unneeded check (thanks BurnZeZ)
2015-09-20 cinap_lenrekdevsd: handle SYNCHRONIZE CACHE scsi commands as nops...
2015-09-20 cinap_lenreksdmmc: handle fakescsi emulation
2015-09-20 cinap_lenrekdevsd: remove unused timeout field from SDreq
2015-09-20 cinap_lenreklibdraw, screenrc: bind devdraw and devmouse in screenr...
2015-09-20 mischiefpc, pc64: fix sdvirtio descriptor count when sending...
2015-09-19 stanley lieberircrc: add -P option for server password (thanks, nick)
2015-09-16 stanley lieber/sys/lib/dist/ndb/common: correct authdom=inri
2015-09-14 cinap_lenrekigfx: fix typos (thanks qwx)
2015-09-14 cinap_lenreklibsec: save some space making weakCipher bitamp of...
2015-09-14 cinap_lenreklibsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256...
2015-09-13 cinap_lenreklibfis: fix wrong shift for lba40 (thanks geoff and...
2015-09-13 cinap_lenreklibsec: send sigature_algoritms extension for TLS1...
2015-09-12 cinap_lenreklibsec: handle TLS 1.2 changes in CertificateRequest...
2015-09-12 cinap_lenrekcwfs: initialize /env/timezone on boot so dumps are...
2015-09-10 mischiefmkfile.proto: LIB should not be inherited during recurs...
2015-09-08 cinap_lenrekhtml2ms: bold table headings, remove wrong tag space...
2015-09-08 cinap_lenrekmothra: make text inside <td> bold
2015-09-08 cinap_lenrektar: remove unneccesary { }
2015-09-08 cinap_lenrektar: make z flag work, even when no file name was provi...
2015-09-06 cinap_lenrekmothra: add missing initializations for plaintext html...
2015-09-06 cinap_lenreklibthread: get rid of tprivalloc()/tprivfree()/tprivdat...
2015-09-06 cinap_lenreklibc: remove privfree(), simplify privalloc()
2015-09-05 cinap_lenrekdevqspi: fix qunlock error on stat() -> close()
2015-09-05 cinap_lenrekzynq: clean cache unconditionally *before* dma, invalid...
2015-09-05 cinap_lenrekusbehci: clean cache unconditionally before handing...
2015-09-05 cinap_lenrekdist/mkfile: add target for the aijuboard *.zynq.img
2015-09-05 cinap_lenrekmove screen and mouse setup code to /rc/bin/screenrc
2015-09-04 cinap_lenrekmerge
2015-09-04 cinap_lenrekzynq: fix cache flush bug for emmc driver (have to...
2015-09-03 stanley lieberfortunes: Please be respectful in this forum.
2015-09-03 cinap_lenrekhtml2ms: handle subscripts and superscripts
2015-09-03 cinap_lenrekmothra: subscript and superscript support
2015-09-02 cinap_lenrekauth/passwd: fix structure zeroing order
2015-09-02 cinap_lenreklibsec: add rfc5869 hmac-based key derivation function...
2015-09-02 cinap_lenreklibsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x(...
2015-09-02 cinap_lenreklibsec: declare aes_setupEnc static
2015-09-01 cinap_lenrektcp: fix mtu on server sockets again (thans mycroftix)
2015-09-01 cinap_lenreklibsec: add curve25519 diffie hellman
2015-09-01 cinap_lenreklibsec: remove flawed aes() digest and hmac_aes() imple...
2015-08-28 cinap_lenreklibsec: work arround 8c running out of registers compil...
2015-08-28 cinap_lenreklibsec: add curve25519() from http://code.google.com...
2015-08-28 cinap_lenrekmerge
2015-08-28 cinap_lenreklibauthsrv: fix _asgetresp() for passwd
2015-08-27 glendamp.h: third time's a charm
2015-08-27 glendamp.h: oops
2015-08-27 glendamp.h: define mpnrand
2015-08-27 mischieflibsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA...
2015-08-27 mischiefdevtls: add sha256 mac
2015-08-26 cinap_lenreklibsec: add q parameter to dh_new() for subgroup suppor...
2015-08-26 cinap_lenreklibmp: simplify mpnrand(), as mpnew() cannot return nil
2015-08-25 cinap_lenreklibmp: add mpnrand() function to generate uniform rando...
2015-08-25 mischieftput: check sbrk return value
2015-08-25 glendamerge
2015-08-25 glendafix fuckup
2015-08-25 mischiefimport E script from bell labs
2015-08-25 mischiefimport E script from bell labs
2015-08-25 mischieflibc: import more endianness fixes (thanks cherry9)
2015-08-23 cinap_lenreklibsec: fix probably_prime() endless loop for n == 3
2015-08-21 cinap_lenrekremove convkeys2
2015-08-21 cinap_lenrekinit: remove dependency to <authsrv.h>
2015-08-21 cinap_lenrektapefs: remove dependency to <authsrv.h>
2015-08-21 cinap_lenrekimport(4): -o, -O flags gone
2015-08-21 cinap_lenrekremove srvold9p
2015-08-21 cinap_lenrekcpu, import: remove old9p support
2015-08-21 cinap_lenrekremove old9p cpu service
2015-08-21 cinap_lenrekcmd/auth: remove private /dev/random reading routines...
2015-08-21 cinap_lenrekauth/changeuser: set the aes key in plan9 database...
2015-08-21 cinap_lenrekkeyfs: fix typo (thanks jpm)
2015-08-21 cinap_lenrekkernel/boot: do not handle kfs boot
2015-08-21 cinap_lenrekremove kfs and kfscmd
2015-08-21 cinap_lenrekremove kfs references from manual
2015-08-21 cinap_lenrekfshalt: remove kfs support
2015-08-21 cinap_lenrekmkfs(8): dont mention kfs
2015-08-21 cinap_lenrekdisk/mkfs: rmeove kfs support
2015-08-21 cinap_lenrekcwfs: remove 9p1 support
2015-08-21 cinap_lenrekauthsrv: randomize aes key in mkkey(), not used yet.
2015-08-21 cinap_lenrekauthsrv: more aes key stuff
2015-08-21 cinap_lenrekintroduce AES key into nvram and keyfs
2015-08-20 cinap_lenrekkfs: adjust to new libauthsrv
2015-08-20 cinap_lenrekcwfs: adjust for new libauthsrv changes
2015-08-20 cinap_lenreklibauthsrv: add missing files (thanks mischief)
2015-08-19 cinap_lenreklibsec: add pbkdf2_hmac_sha1() (from wpapsk factotum...
2015-08-19 cinap_lenrekmerge
2015-08-19 cinap_lenreklibauthsrv: generalize ticket service, not hardcoding...
2015-08-18 stanley lieber/lib/1oct1993: use words correctly (thanks, spew)
2015-08-18 mischiefaux/statusbar: use title as rio window title (thanks...
2015-08-17 cinap_lenreklibsec: TLS1.2 server support, make cipher list with...
2015-08-17 cinap_lenreklibsec: TLS1.2 client support
2015-08-17 cinap_lenrekbullshit: app, deep-learning, responsive.
2015-08-17 cinap_lenrekcc: improve (non-) side effect detection (thanks charle)
2015-08-16 cinap_lenrekgames/doom: fix array offsets for respawn angle (thanks...
next