summaryrefslogtreecommitdiff
path: root/sys/src/libauth
AgeCommit message (Collapse)Author
2016-08-04libauth: fix mount file-descriptor leak in auth_chuid()cinap_lenrek
2016-05-04remove support for import command in namespace filescinap_lenrek
2016-04-10libauth: remove unneeded includes for authsrv.h, avoid pulling in dependency ↵cinap_lenrek
for rerrstr()
2016-01-06auth: release dp9ik implementation and reentrant factotumcinap_lenrek
2015-08-19libauthsrv: generalize ticket service, not hardcoding ticket format and DES ↵cinap_lenrek
encryption this is in preparation for replacing DES ticket encryption with something better. but first need to make the code stop making assumptions. the wire encoding of the Ticket might be variable length with TICKETLEN just giving an upper bound. the details will be handled by libauthsrv _asgetticket() and _asgetresp() funciotns. the Authenticator and Passwordreq structures are encrypted with the random ticket key. The encryption schmeme will depend on the Ticket format used, so we pass the Ticket* structure instead of the DES key. introduce Authkey structure that will hold all the required cryptographic keys instead of passing DES key.
2014-05-24libauth: dont print blobs in auth_proxy error stringscinap_lenrek
2013-09-16libauth: add sanity check for auth_proxy write sizecinap_lenrek
2013-04-11libauth: auth_chuid empty (from sources)cinap_lenrek
instead of an "i/o count too small", detect a missing capability (empty, null string) before the write, and diagnose it as such.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen