Support for anonymization of states
authorDaniel Kouřil <kouril@ics.muni.cz>
Sun, 22 Jan 2012 22:50:44 +0000 (22:50 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Sun, 22 Jan 2012 22:50:44 +0000 (22:50 +0000)
commit4a01854cb99c633e25a6ef03994a1828791376f9
treeb97636e25f4e89361611f80b53a984c81d3d2823
parentc33bb5f8854efd0ecb247bd915ae1c6839a9b47f
Support for anonymization of states
- a server-wide salt is used to make the hashes unique
- aggregation of the authz code; in the notification part it's been
  moved only before the message is actualy sent out
- a new authorization category (READ_ANONYMIZED) introduced
13 files changed:
org.glite.lb.server/Makefile
org.glite.lb.server/interface/lb_authz.h
org.glite.lb.server/src/authz_policy.c
org.glite.lb.server/src/authz_policy.h
org.glite.lb.server/src/crypto.c [new file with mode: 0644]
org.glite.lb.server/src/crypto.h [new file with mode: 0644]
org.glite.lb.server/src/il_notification.c
org.glite.lb.server/src/il_notification.h
org.glite.lb.server/src/jobstat.c
org.glite.lb.server/src/lb_authz.c
org.glite.lb.server/src/notif_match.c
org.glite.lb.server/src/notification.c
org.glite.lb.server/src/server_state.h