summaryrefslogtreecommitdiff
path: root/sys/src/libauth/auth_userpasswd.c
AgeCommit message (Collapse)Author
2020-12-07libauth: open internal file-descriptors with OCEXEC flagcinap_lenrek
2017-12-03libauth: replace proto=p9cr with new proto=dp9ik/p9sk1 role=login for ↵cinap_lenrek
auth_userpasswd()
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.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen