plan9fox/sys/src
cinap_lenrek e060bc6df6 libauthsrv: allow multiple auth= attributes for backup auth servers, authdial() tries each one in order
some of us run auth servers from home that are used by multiple
servers on the internet. when the home authserver becomes unreachable,
services on the outside servers stop working. so we thought about
specifing a secondary auth servers for backup when the primary
server is not reachable.

this changes authdial() to consult multiple auth= entries in
the authdom= or dom= tuples, trying each one in order until
dial() succeeds.
2014-09-16 16:41:05 +02:00
..
9 devtls: fix typo in debug print 2014-09-15 08:19:51 +02:00
ape expr: fix missing type declarations for match(), which broke on amd64 as pointers dont fit into a long 2014-07-12 03:02:21 +02:00
boot
cmd ramfs: fix directory check in wstat() (thanks mischief) 2014-09-16 22:33:27 +02:00
games games/gb: minor goof 2014-09-11 11:36:35 +02:00
lib9p remove executable bit from /sys/src/lib9p/ramfs.c 2014-07-03 00:17:28 +02:00
libaml
libauth libauth: dont print blobs in auth_proxy error strings 2014-05-24 19:49:54 +02:00
libauthsrv libauthsrv: allow multiple auth= attributes for backup auth servers, authdial() tries each one in order 2014-09-16 16:41:05 +02:00
libavl
libbin
libbio bio: Brdstr, Bopen: set malloc tag to the caller 2014-05-02 04:27:29 +02:00
libc libc: avoid static table and supurious reads in nsec() 2014-05-23 18:56:20 +02:00
libcomplete
libcontrol fix threadsetname usage in few places 2014-05-03 13:07:52 +02:00
libdisk
libdraw libdraw: add missing borderop() (thanks aiju) 2014-07-21 18:10:58 +02:00
libfis
libflate
libframe libframe: use correct text color on frinsert depending on selection (thanks sl) 2014-07-17 23:29:55 +02:00
libgeometry
libhtml
libhttpd
libip libip: use snprint() in myetheraddr() to prevent accidents 2014-04-28 02:32:06 +02:00
libjson
liblex
libmach libmach: fix break point instruction for little endian MIPS (from sources) 2014-07-13 01:24:55 +02:00
libmemdraw libmemdraw: update drawtest to use same rounding in alpha calculation as libmemdraw 2014-09-14 17:03:56 +02:00
libmemlayer
libmp
libndb
liboventi
libplumb
libregexp
libscribble
libsec libsec: experimental DHE client support for tls and cleanups 2014-09-14 02:30:46 +02:00
libstdio libstdio: avoid issues with aliasing in dtoa() on amd64 (from 9atom, thanks to erik and charles) 2014-06-12 20:14:12 +02:00
libString
libsunrpc
libthread
libventi
mkfile
mkfile.proto
NOTICE