plan9fox/sys/src/libauth
cinap_lenrek 02cfcfeab4 libauthsrv: generalize ticket service, not hardcoding ticket format and DES 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.
2015-08-19 21:06:17 +02:00
..
amount.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
amount_getkey.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
attr.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_attr.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_challenge.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_chuid.c libauth: auth_chuid empty (from sources) 2013-04-11 13:45:11 +02:00
auth_getkey.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_getuserpasswd.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_proxy.c libauth: dont print blobs in auth_proxy error strings 2014-05-24 19:49:54 +02:00
auth_respond.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_rpc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
auth_userpasswd.c libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption 2015-08-19 21:06:17 +02:00
auth_wep.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
authlocal.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
login.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mkfile Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
newns.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
noworld.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00