summaryrefslogtreecommitdiff
path: root/sys/src/libauthsrv/authdial.c
AgeCommit message (Collapse)Author
2019-04-06libauthsrv: authdial smprint() out of memory autismcinap_lenrek
2016-05-18libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in ↵cinap_lenrek
authdial() (thanks kenji arisawa)
2014-09-16libauthsrv: allow multiple auth= attributes for backup auth servers, ↵cinap_lenrek
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.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen