0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-18 16:38:38 +02:00
construct/authd
Elizabeth Myers 3e875f629f authd/provider: overhaul storage of various pieces of data
Clients are stored in a dictionary referenced by id (to allow for
UINT32_MAX auth clients, which is plenty).

Each provider now has a data slot (this limits the number of providers
to 32 for now, but that's plenty for now) which they can use to attach
data to auth_clients. This consolidates data, aids in debugging, and
makes it easier to just pass around auth_client structures.
2016-03-22 19:13:54 -05:00
..
providers authd/provider: overhaul storage of various pieces of data 2016-03-22 19:13:54 -05:00
authd.c Merge branch 'master' into authd-framework-2 2016-03-22 17:43:43 -05:00
authd.h authd, m_stats: fix command table sizes 2016-03-09 18:15:42 +02:00
dns.c Merge branch 'master' into authd-framework-2 2016-03-22 17:43:43 -05:00
dns.h Redo of the authd-framework branch. 2016-03-17 16:23:27 -05:00
getaddrinfo.c authd: some more win32 fixes 2016-03-20 01:37:00 -05:00
getaddrinfo.h authd: initial pass at win32 porting 2016-03-20 01:16:41 -05:00
getnameinfo.c authd: some more win32 fixes 2016-03-20 01:37:00 -05:00
getnameinfo.h authd: initial pass at win32 porting 2016-03-20 01:16:41 -05:00
Makefile.am Merge branch 'master' into authd-framework-2 2016-03-22 17:43:43 -05:00
provider.c authd/provider: overhaul storage of various pieces of data 2016-03-22 19:13:54 -05:00
provider.h authd/provider: overhaul storage of various pieces of data 2016-03-22 19:13:54 -05:00
res.c Cleanup warnings 2016-03-21 22:28:41 -04:00
res.h Remove more $Id tags. 2016-03-06 02:58:32 -06:00
reslib.c reslib: really fix it this time 2016-03-20 03:57:21 -05:00
reslib.h Remove more $Id tags. 2016-03-06 02:58:32 -06:00
reslist.c authd: some more win32 fixes 2016-03-20 01:37:00 -05:00