]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps/oils_auth.c
Fix order of oils_i18n_gettext elements
[Evergreen.git] / Open-ILS / src / c-apps / oils_auth.c
2008-08-11 ericksonreturn workstation not found even if the results is...
2008-03-10 mikerPatch from Scott McKellar:
2008-02-19 ericksonRemoving some dead code
2008-01-31 mikerPatch from Scott McKellar to plug a small leak in open...
2007-11-26 mikerBig cleanup of the C auth app from Scott McKellar:
2007-11-14 dbsAvoid tempdir trickery for c-apps and use consistent...
2007-09-20 dbsFix insignificant typos, add more INTERNAL debugging
2007-05-28 mikerAt Scott McKellar's suggestion, using (long) cast and...
2007-05-09 mikerprintf family format fixup found (har har) and suggeste...
2007-05-03 ericksonlowered log level on user fetch failure, since it is...
2007-02-21 ericksonmoved the idl file fetching logic directly into oils_utils
2007-02-20 mikerdeprecate libfieldmapper by moving to the idl interface...
2006-08-28 ericksonmore detail logging on login
2006-08-27 ericksonmoved json parsing methods to non-printf style methods...
2006-08-20 ericksonadded authtoken to login success message for easier...
2006-07-31 ericksonreturning event on login when the user is marked inactive
2006-07-31 ericksonreturning PATRON_CARD_INACTIVE when logging in with...
2006-07-19 ericksonreturning bogus seed if there is a space in the usernam...
2006-05-04 ericksonadded pid and basic stacktrace to the C event handler
2006-04-03 ericksonchanged login type 'override' to 'temp' for clarity
2006-04-03 ericksonsetting ws_ou to the home_ou of the user when logging...
2006-03-09 ericksonre-arranged login params to take named params so one...
2006-03-06 ericksonwhite space :) added some log lines
2006-03-03 ericksonnow using workstation as the org for auth session timeo...
2006-03-03 ericksonauth now takes a workstation id as an optional 5th...
2006-02-01 ericksonall login sessions now have their session timeouts...
2006-01-30 ericksonAdded additional param to all the osrfLog* calls which...
2006-01-25 ericksonadded override login type for short logins
2005-12-13 ericksonnow comparing login type without regard to string case
2005-12-12 ericksonsession.retrieve now returns a NO_SESSION event
2005-12-08 ericksonReturning NULL on session not found for session.retrieve
2005-12-07 ericksonadded optional second param to session.retrieve which...
2005-12-07 ericksonadded a NO_SESSION event for when a login session does...
2005-12-07 ericksonauth code now returns { authtoken : <t> , authtime...
2005-12-07 ericksonAuth now looks at orgid passed in, if it has no setting...
2005-12-07 ericksonadded some utility methods, namely one for grabbing...
2005-12-06 ericksonadded some utility functions like permissions checking...
2005-12-06 ericksonAdded new C event code for handling the auth login...
2005-12-05 ericksonincorporated ilseents.xml file into opac
2005-12-01 ericksonadded some log statements, fixed some typos
2005-11-29 ericksonpatching up some more logging stuff
2005-10-05 ericksonslight C api change, method options are now passed...
2005-10-04 ericksonadded atomic method cabilities
2005-09-15 ericksonmade C auth server