Allocate new keys at server startup.
authorSimo Sorce <simo@redhat.com>
Sun, 30 Aug 2015 18:31:44 +0000 (14:31 -0400)
committerSimo Sorce <simo@redhat.com>
Sun, 30 Aug 2015 18:31:44 +0000 (14:31 -0400)
commit86661d07812b010b8cf664c2dab596be15ff1e31
tree639a690c71d6513a1a5b3ef20c0b6e93ebc88be4
parent3e4f466d5224af50c6789894cca459aa4504ef47
Allocate new keys at server startup.

This avoids a potential race condition if the first 2 request come in at the
same time. It also avoids issues with forked apapche processes which may end
up with different keys per fork.

Signed-off-by: Simo Sorce <simo@redhat.com>
src/mod_auth_gssapi.c
src/mod_auth_gssapi.h
src/sessions.c
src/sessions.h