summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-29ape/libsec: fix nuke target to remove /$objtype/lib/ape/libsec.a instead of /...cinap_lenrek
2016-04-29handle NaN in awk (thanks spew)aiju
2016-04-28awk: fix mkfile for cross-compiles (thanks, spew)stanley lieber
2016-04-28remove ape/regexp.h, remove leftover #pragma lib oldlibregexp.$O from upas/ba...cinap_lenrek
2016-04-28mergecinap_lenrek
2016-04-28closed spew branchcinap_lenrek
2016-04-28fix printing a char from an empty stringben
2016-04-28fix printing a char from a string that starts with a runeben
2016-04-28fix unsigned printing for awkben
2016-04-28merge defaultben
2016-04-28get rid of size printingben
2016-04-27check program sizeben
2016-04-28rune(2): add Runeerror reencoding considerations in BUGS section (thanks aiju)cinap_lenrek
2016-04-27better memory management of threads (thanks knuth)ben
2016-04-27merge in masterben
2016-04-27use Beof for awk portben
2016-04-27remove ape regexp library, add utility for awk native portben
2016-04-27libjson: add slack space to literal string buffer to handle bad runes (thanks...cinap_lenrek
2016-04-26remove old libregexp files; add headers for upas/bayesben
2016-04-26New libregexp and APE ported to nativeben
2016-04-26abaco(1): remove readwebcinap_lenrek
2016-04-25made abaco's gui respect $font and made readweb respect most installationsMatthew Veety
2016-04-22rsa: rename getkey() to getrsakey(), document rsa2csr in rsa(8)cinap_lenrek
2016-04-22libsec: implement server side SCSV preventing silly client fallbackscinap_lenrek
2016-04-21libsec: order tlshand cipher suits by: keyexchange>=cipher>=hash, ignore clie...cinap_lenrek
2016-04-21rsagen: increase default key size to 2048 bitscinap_lenrek
2016-04-21libsec: remove affine coordinate point operations from ecccinap_lenrek
2016-04-20libsec: implement elliptic curve group operations in jacobian coordinate systemcinap_lenrek
2016-04-20rcpu: make sure not to leak /env/fn#server and /env/fn#aanserver for drawterm...cinap_lenrek
2016-04-18libsec: implement server side ECDHE key exchange with secp256r1, move DH stat...cinap_lenrek
2016-04-18webfs: fix memory leak of serverName in tlswrap()cinap_lenrek
2016-04-17rsa(8): provide example for converting OpenSSL generated PEM file to factotumcinap_lenrek
2016-04-17libsec: massive cleanup of tlshand.ccinap_lenrek
2016-04-16libsec: fix memory leak of RSApub, avoid parsing certificate twice to extract...cinap_lenrek
2016-04-16libsec: recognize and decode PKCS#8 wrapped RSA private keys for auth/asn12rsacinap_lenrek
2016-04-15webfs: change %H (hostname) format to %N to not collide with encodefmt's %H (...cinap_lenrek
2016-04-15libsec: x509: convert to UTF8 from BMPString and UNIString, reject \0 bytescinap_lenrek
2016-04-13libc: fix out of bounds access in dirpackage(), simplifycinap_lenrek
2016-04-13kbdfs: add shift+altgr table 7 for polish keymapscinap_lenrek
2016-04-13Subject: typo: ee corrected (thanks Eric Lindblad)cinap_lenrek
2016-04-13fix estonian keymap (thanks Eric Lindblad)cinap_lenrek
2016-04-13python: make hashlib.py fallback to openssl in case of old python binarycinap_lenrek
2016-04-13remove unused liboventicinap_lenrek
2016-04-13ktrace: sign extend stack dump pc for amd64cinap_lenrek
2016-04-13libc: remove unneeded #include <auth.h> for crypt() and netcrypt()cinap_lenrek
2016-04-13libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars()cinap_lenrek
2016-04-12add danish keymap (thanks Eric Lindblad)cinap_lenrek
2016-04-11ape: explicitely list the ape libs to build in mkfilecinap_lenrek
2016-04-11ape: removing opensslcinap_lenrek
2016-04-11python: remove openssl support, use ape/libsec for cryptographics hash functionscinap_lenrek