]> jfr.im git - solanum.git/commit
authd: change to lists instead of dictionaries for various things
authorElizabeth Myers <redacted>
Sat, 30 Apr 2016 06:56:06 +0000 (01:56 -0500)
committerElizabeth Myers <redacted>
Sat, 30 Apr 2016 06:59:05 +0000 (01:59 -0500)
commit49fd293f200e3ecdd5665e62c6fdc18f33a9cdd1
treed5a143b604b6677c818cc55b37313481467e47f3
parentd71787ab69f57072dbc9f555d0f4897e11360bfd
authd: change to lists instead of dictionaries for various things

Iteration is the primary thing done on these, so using a dictionary
doesn't help a lot. Furthermore (and most importantly), they are not
safe to delete from.
authd/provider.c
authd/provider.h
authd/providers/blacklist.c
authd/providers/ident.c
authd/providers/opm.c
authd/providers/rdns.c