stanley lieber
f5174e6fdf
ircrc: add -P option for server password (thanks, nick)
2015-09-19 14:03:22 -04:00
stanley lieber
a90662c2e6
/sys/lib/dist/ndb/common: correct authdom=inri
2015-09-16 13:29:04 -04:00
cinap_lenrek
cb083221d2
igfx: fix typos (thanks qwx)
2015-09-14 15:15:14 +02:00
cinap_lenrek
029c271825
libsec: save some space making weakCipher bitamp of type char[] instead of int[]
2015-09-14 09:46:40 +02:00
cinap_lenrek
9733434e6e
libsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 and TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suits
2015-09-14 09:27:06 +02:00
cinap_lenrek
be3ba38c45
libfis: fix wrong shift for lba40 (thanks geoff and charles)
...
---------- Forwarded message ----------
From: Charles Forsyth <charles.forsyth@gmail.com>
Date: 13 September 2015 at 12:38
Subject: fis bug
To: erik quanstrom <quanstro@quanstro.net>
geoff spotted something similar in sdiahci.c, but it's in libfis as well:
c[Flba24] = lba >> 24;
c[Flba32] = lba >> 32;
c[Flba40] = lba >> 48;
>> 48?? should be >> 40, especially with drive sizes getting up there.
2015-09-13 13:51:00 +02:00
cinap_lenrek
33a4a56c1c
libsec: send sigature_algoritms extension for TLS1.2, order ciphers
...
TLS1.2 requires the client to send the list of supported
signature and hash algorithm pairs. some servers will simply
reject the client hello otherwise. note that we do not implement
any dh/ecdh param signature verification.
order the cipher list to strogest first. aes128 is actually more
secure than aes256.
2015-09-13 13:39:51 +02:00
cinap_lenrek
455b42743d
libsec: handle TLS 1.2 changes in CertificateRequest message
2015-09-12 13:04:47 +02:00
cinap_lenrek
c06e464ec4
cwfs: initialize /env/timezone on boot so dumps are in localtime
...
when /env/timezone file is missing (boot case), copy /adm/timezone/local
to /env/timezone so localtime() can correct timezone offset.
2015-09-12 03:58:46 +02:00
mischief
c823f136df
mkfile.proto: LIB should not be inherited during recursive mk
2015-09-09 18:59:40 -07:00
cinap_lenrek
20ea629b8a
html2ms: bold table headings, remove wrong tag space handling
2015-09-08 19:55:55 +02:00
cinap_lenrek
d79754b4c8
mothra: make text inside <td> bold
2015-09-08 19:23:23 +02:00
cinap_lenrek
b143c1f411
tar: remove unneccesary { }
2015-09-08 18:30:38 +02:00
cinap_lenrek
c7eae3fb72
tar: make z flag work, even when no file name was provided (thanks aiju)
...
tar used to infer compression type from the filenames extension, but when
no file name is given (stdin/stdout), the -z flag was ignored and no
compression filter applied. this changes tar to assume the default
gzip compression method when z is given and no file name is specified.
2015-09-08 18:27:48 +02:00
cinap_lenrek
4d4b825dea
mothra: add missing initializations for plaintext html state
2015-09-07 00:13:40 +02:00
cinap_lenrek
b55315c3fd
libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() (thanks qrstuv)
...
these functions where undocumented and unused. especially
tprivfree() was buggy missing a unlock() call. theres not
much point in supporting these functions as theres
threaddata() and procdata().
2015-09-06 23:25:14 +02:00
cinap_lenrek
7562da90e5
libc: remove privfree(), simplify privalloc()
2015-09-06 20:43:05 +02:00
cinap_lenrek
431cbe35f6
devqspi: fix qunlock error on stat() -> close()
2015-09-05 13:18:28 +02:00
cinap_lenrek
fdfd856d1d
zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma for read case
...
processor might bring data speculatively into the cache,
before the dma completes.
2015-09-05 10:36:53 +02:00
cinap_lenrek
6fb9ae8f43
usbehci: clean cache unconditionally before handing a buffer to the hardware
...
even in the read case, we need to clean the cache
so the cpu will not flush out old changes while
the hardware updates the buffer.
2015-09-05 10:14:19 +02:00
cinap_lenrek
50850cf4b9
dist/mkfile: add target for the aijuboard *.zynq.img
...
this generates a disk image (to be written to usb or
sdmmc card) containing 9fat partition with kernel and
a hjfs filesystem partition with the 9front distribution.
this could be easily extended to generate raspberry pi
images as well, but i have no hardware to test.
2015-09-05 03:29:17 +02:00
cinap_lenrek
10f680c5ba
move screen and mouse setup code to /rc/bin/screenrc
2015-09-05 03:14:44 +02:00
cinap_lenrek
ce38e57e97
merge
2015-09-05 00:37:32 +02:00
cinap_lenrek
faf3f0df06
zynq: fix cache flush bug for emmc driver (have to invalidate cache *before* read)
2015-09-05 00:33:57 +02:00
stanley lieber
891ca82987
fortunes: Please be respectful in this forum.
2015-09-03 17:01:49 -04:00
cinap_lenrek
b9eb7258bd
html2ms: handle subscripts and superscripts
2015-09-03 21:24:00 +02:00
cinap_lenrek
72a5fbd8ea
mothra: subscript and superscript support
2015-09-03 19:07:48 +02:00
cinap_lenrek
c8dd01d5f6
auth/passwd: fix structure zeroing order
2015-09-02 11:41:41 +02:00
cinap_lenrek
7ed22aaeec
libsec: add rfc5869 hmac-based key derivation function hkdf_x()
2015-09-02 11:30:17 +02:00
cinap_lenrek
b749f36baa
libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an argument
2015-09-02 11:28:11 +02:00
cinap_lenrek
4c52aedfe9
libsec: declare aes_setupEnc static
2015-09-02 06:15:02 +02:00
cinap_lenrek
46926aa502
tcp: fix mtu on server sockets again (thans mycroftix)
...
for incoming connection, we used s->laddr to lookup the interface
for the incoming call, but this does not work when the announce
address is tcp!*!123, then s->laddr is all zeros "::". instead,
use the incoming destination address for interface mtu lookup.
thanks mycroftix for troubleshooting!
2015-09-02 01:50:55 +02:00
cinap_lenrek
b5737e8726
libsec: add curve25519 diffie hellman
2015-09-01 21:38:20 +02:00
cinap_lenrek
e3a64494e7
libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)
2015-09-01 21:35:43 +02:00
cinap_lenrek
2095bdbf45
libsec: work arround 8c running out of registers compiling curve25519.c
2015-08-28 16:31:44 +02:00
cinap_lenrek
0e51046942
libsec: add curve25519() from http://code.google.com/p/curve25519-donna/
...
this is a portable version of curve25519() by google.
2015-08-28 12:08:54 +02:00
cinap_lenrek
d8a57c0ae3
merge
2015-08-28 08:42:35 +02:00
cinap_lenrek
d52e35055d
libauthsrv: fix _asgetresp() for passwd
2015-08-28 08:41:16 +02:00
glenda
2bc15fbabd
mp.h: third time's a charm
2015-08-27 13:40:34 +00:00
glenda
82a922d9ed
mp.h: oops
2015-08-27 13:35:13 +00:00
glenda
d8a1f1a647
mp.h: define mpnrand
2015-08-27 13:34:02 +00:00
mischief
07b245943a
libsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA_WITH_AES_256_CBC_SHA256 ciphers
2015-08-27 01:53:48 -07:00
mischief
163a772124
devtls: add sha256 mac
2015-08-27 01:46:28 -07:00
cinap_lenrek
3bb0b9f4ea
libsec: add q parameter to dh_new() for subgroup support, sanitize dh parameters
2015-08-26 05:59:42 +02:00
cinap_lenrek
844bbecadb
libmp: simplify mpnrand(), as mpnew() cannot return nil
2015-08-26 05:44:26 +02:00
cinap_lenrek
8f2e408448
libmp: add mpnrand() function to generate uniform random number 0 ≤ x < n
2015-08-25 20:20:25 +02:00
mischief
2dec35524e
tput: check sbrk return value
2015-08-25 03:06:36 -07:00
glenda
a284b57091
merge
2015-08-25 09:35:48 +00:00
glenda
c4fdc6bfdb
fix fuckup
2015-08-25 09:35:10 +00:00
mischief
029f07292b
import E script from bell labs
2015-08-25 02:09:22 -07:00