RSS feed
a9639c68
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/22 16:55
smtpd: remove unused lastsender logic
95d6ca9f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/22 15:55
factotum: fix memory leak for p9any key confirmation, fix key handling for role=client
4410517b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/22 14:38
stats: use rimport or import to mount remote system
046e0ee2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/21 15:11
exportfs: fix endless loop for eof/error on second read in localread9pmsg()
688c1f15
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/21 11:36
fix ipv6 icmphostunr() locking and memory free bugs (from sources)
9d30cabb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/20 11:39
sgi: add chmod to bootfs.proto for sgi kernel
e1633ed3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/19 04:14
libsec: remove unused tlsSecKill()
0cad8a59
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/18 13:42
libsec: fix memset() size in tlsConnectionFree(), remove #include <bio.h>
7f259925
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/17 13:50
libsec: add libc.h include for aes_xts.c (drawterm)
e5ead1a9
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2016/02/16 15:53
rcpu(1) man page: english
a1fa3d75
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/16 14:06
ndb/dns: removing the buggy /net.alt remount hack
c9d2fecb
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/16 03:52
usbuhci: removing "uhci bug" print spam from interrupt handler
86dfd3cf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/15 12:30
provide rcpu(1), make usage line consistent
b450cb7e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/14 20:03
devmnt: deal with partial response for Tversion request in mntversion()
61dea901
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/14 00:59
cron: just run /bin/rx to execute remote commands
373723d4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/14 00:37
rx: rcpu service support
fde5906b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/14 00:18
adding experimental rcpu service
4fe7daec
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 23:49
exportfs: retry execing ourselfs as "/bin/exportfs" (argv0 might be relative path)
232a064f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 23:48
exportfs: properly reply to chdir() error when we speak 9p
a9b1e990
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 21:06
tlsclient: add -o option to establish connection over a file, free the AuthInfo structure to avoid leaking secrets
9ec9a477
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 20:52
newuser: /n/other now handled in /lib/namespace
ecebba77
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 20:42
provide /n and /mnt early in bootrc to allow consistent use in /lib/namespace
24150b11
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 12:24
tlssrv: add -A flag to skip changing user after authentication (usefull for aan)
3b835a1d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 11:43
merge
c3867623
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/13 11:36
rio: fix wrong frame colors when moving non-current window
668318b2
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2016/02/12 18:52
ip/chandial: fail with Ebadarg instead of printing memory contents
eeb96dca
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/11 17:59
libsec: simplify pkcs1_decrypt()
fac5be2d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/11 17:43
merge
6033931b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/11 17:42
libsec: fix double free in pkcs1_decrypt(), handle bad epm length in tlsSecRSAs(), cleanup
2ca8e310
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/10 00:11
removing libgio, this is not golang mveery >:-(
9b2bed73
– Matthew Veety <mveety@mveety.com>
authored
on 2016/02/09 12:02
fixed a typo
a54782d6
– Matthew Veety <mveety@mveety.com>
authored
on 2016/02/09 11:24
Imported ngfs libgio. This is a library to create virtual file descriptors, similar to common lisp grey-streams or golang's io.Reader/io.Writer. Now 95% bug-free.
9c3de0c8
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2016/02/08 15:07
fortunes: ./configure CFLAGS="-I$HOME/source/harvey/ape/amd64/include -I$HOME/source/harvey/ape/include -mno-red-zone -ffreestanding -fno-builtin -nostdlib -trigraphs -D_SUSV2_SOURCE -D_POSIX_SOURCE -D_LIMITS_EXTENSION -D_BSD_SOURCE -D_BSD_EXTENSION -DHAVE_SOCK_OPTS -DHARVEY -DPlan9" LDFLAGS="-static $HOME/source/harvey/ape/amd64/lib/crt1.o $HOME/source/harvey/ape/amd64/lib/crti.o $HOME/source/harvey/ape/amd64/lib/crtn.o -L$HOME/source/harvey/ape/amd64/lib -L$HOME/source/harvey/amd64/lib" LIBS="-lbsd -lap -lc" LIBM="" --prefix=$HOME/source/harvey/ape/ports *--host=x86_64-linux-gnu --build=x86_64-harvey *--enable-shared=no
3d20565a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/08 14:35
webfs: faster shutdown using postnote()
302fc26f
– aiju <devnull@localhost>
authored
on 2016/02/07 18:40
/lib/keyboard: add more crucial symbols
b63a6bf6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/06 19:31
libsec: fix missing error case unlock() in tlshands initCiphers()
faecd86e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/06 17:26
factotum: fix nil pointer crash on p9skclosekey(), thanks k0ga
39868682
– aiju <devnull@localhost>
authored
on 2016/02/06 15:41
add mathematical angle brackets to /lib/keyboard
b7f2aed0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/06 02:19
libsec: mpconv -> mpfmt
ad637845
– mischief <mischief@offblast.org>
authored
on 2016/02/05 14:29
libmp: remove include of libsec.h
f1254da6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/03 22:11
libmp: handle out of memory case in gmfield()
78808ca3
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/02 23:18
libsec: refactor asn1 encoding of digest for rsa signatures, fix memory leak in ecverify
cc8e8c97
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/01 17:49
tlssrv: p9any authentication support using TLS-PSK cipher suits
a291bbde
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/01 16:34
libsec: ecdsa client support for tlshand, cleanups
0bfac109
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/02/01 14:27
mpc: constant expression folding
340d83d4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/30 14:11
games/doom: fix white window issue on exit
7cfe4aef
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/19 08:06
salsa(2): fix source reference
876e19c6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/19 08:02
salsa(2): some formating fixes
7cf11db6
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/19 07:50
libsec: add salsa20 stream cipher
7b31d5e4
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/19 06:08
authsrv(6): fix arrows
4a47b264
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/14 18:39
wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channels
a57a6e51
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/13 20:08
pc64: move idle() routine after CALL main(SB) as the comment suggests
ed4c8127
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/13 18:18
pc/pc64: backing out new mp startup code (caused issues with ramnode)
21b70c78
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/13 16:48
devssl: use tsmemcmp() to compare mac to close timing side channel
5243969b
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/12 03:53
ndb/dnstcp: -x specifies the mountmoint
36d2092a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/12 03:43
fix manpage references
af42c4f4
– mischief <mischief@offblast.org>
authored
on 2016/01/11 14:30
libauthsrv: fix ed448 goldilocks prime comment
63f9a4fd
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/11 01:47
pc/pc64: bring up ap's one after another, use idlehands() while waiting for thunderbirdsarego
dacaf31e
– aiju <devnull@localhost>
authored
on 2016/01/10 17:03
libauthsrv: add D in mkfile
d80e3a5d
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2016/01/07 10:04
/rc/bin/": fix quoting bug (thanks, aiju and silasm)
ad874731
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/07 14:37
pc/pc64: remove mpshutdown print
5afa5f5c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/07 14:37
kernel: remove todfix overflow iprint() spam
6a651b42
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/07 14:20
ape/stdio: %z format is VLONG on amd64
4308f6e7
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/07 14:04
ape/fmt: %p and %z format for amd64
772afbe9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 23:44
format pointer subtraction results with %zd instead of %ld (for long -> intptr on amd64)
9c99d0c8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 23:40
6c: return vlong result for pointer subtraction
3e38194d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 23:39
introduce signed intptr and %z format modifier for formating uintptr and intptr
59245c73
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 22:38
venti/fixarenas: more %z -> %Z
9a337f8d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 21:27
venti/fixarenas: replace %z fmt with %Z
094f0c96
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 01:00
rx: theres no p9sk2 anymore
dc96f164
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 00:31
merge
5e24adaf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/06 00:30
libsec: make sure theres no garbage after the asn.1 decode, cleanup
cd747191
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/05 22:59
merge
4cf801b8
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/05 22:58
add missing /sys/src/cmd/auth/lib/private.c
2dae1ed5
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/05 22:09
auth: release dp9ik implementation and reentrant factotum
e064752d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/05 20:19
libmp: silence compiler warning for strtomp
3735cc9b
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2016/01/05 16:34
authsrv(6): english
32c11e28
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/05 02:53
pc/pc64: import i210 support from erik quanstrom's 9atom
41383ad0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/05 00:32
kernel: change active.machs from bitmap to char array to support up to 64 cpus on pc64
dd8908cf
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/04 22:57
fdisk: properly convert byte units K,M,G and T to cylinders/sectors
5aeddd67
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/04 14:09
libmp: check nil return value of strtomp() in test program
263b0e34
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/04 13:35
mpc: use new strtomp() c-style prefixes to parse integer constants
f5fcf668
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/04 13:33
libmp: mistake in strtomp()
d30b160f
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2016/01/03 17:43
libmp: support for c-style base prefixes for strtomp(), octal support
39f18c9d
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/25 12:05
libsec: implement TLS-PSK for tlsClient()/tlsServer()
4a6ab355
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/22 21:31
file: recognize bootable disk images (by 0x55AA boot sector signature)
76e5cda1
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/22 21:11
file: recognize tcpdump pcap files
46bbeea0
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/22 21:00
snoopy: fix timestamps for pcap files (thanks BurnZeZ)
a53ae278
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/22 13:12
libjson: added printing support (thanks spew)
f6e8b115
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/22 12:00
libjson: fix memory leak setjmp/longjmp problem (thanks spew)
9b0de7f9
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/20 23:55
tls: implement chacha20/poly1305 aead cipher suits
d1914415
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/20 23:49
kernel: missing changes for ibrk() prototype
bdc2b755
– aiju <devnull@localhost>
authored
on 2015/12/20 08:45
mpfmt: handle base 2, 4
a8f8de1c
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/16 16:30
import/expoerfs: dont assert() fault when ai->secret is > 8 bytes, just use the first 8 bytes
e83c9b3e
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/16 16:27
auth/httpauth: use auth_userpasswd() instead of AuthHttp request to AS
8a60d9e2
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/16 16:23
libsec: use tsmemcmp() when comparing hashes, use mpfield() for ecc, use mptober() when right adjusting mpint to bytes
efd3ac8a
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/16 16:18
libmp: add mpfield() function for fast field arithmetic
b6f04b77
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/16 16:07
devprov: remove unused extern int unfair
7be7d068
– cinap_lenrek <cinap_lenrek@felloff.net>
authored
on 2015/12/16 16:06
kernel: use uintptr for ibrk() return value (for base >2GB) and clarify segbrk(2)
afe450d3
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2015/12/11 09:18
/sys/lib/dist/ndb/common: update for sl's auth servers
Next