]> git.evergreen-ils.org Git - Evergreen.git/commit
Added new C event code for handling the auth login events
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 6 Dec 2005 21:38:05 +0000 (21:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 6 Dec 2005 21:38:05 +0000 (21:38 +0000)
commit5fe0af13181351e3b49cfdd3d1a7cd54a672219a
treead90f4d6c2298b277bf8afe88560b0c70c449715
parent2a08f1878e0a3cabc9598904683025a259a92c9d
Added new C event code for handling the auth login events
(just remembered that i need to read the events file from the settings server)

updated auth to use the new events code

added some events to the constants file

update srfsh to accept the new event

cleaned up some logging in the prefork and socket_bundle code

git-svn-id: svn://svn.open-ils.org/ILS/trunk@2241 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/Makefile
Open-ILS/src/c-apps/oils_auth.c
Open-ILS/src/c-apps/oils_constants.h
Open-ILS/src/c-apps/oils_event.c [new file with mode: 0644]
Open-ILS/src/c-apps/oils_event.h [new file with mode: 0644]
OpenSRF/src/libstack/osrf_prefork.c
OpenSRF/src/srfsh/srfsh.c
OpenSRF/src/utils/socket_bundle.c