]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps/oils_auth.c
LP2042879 Shelving Location Groups Admin accessibility
[Evergreen.git] / Open-ILS / src / c-apps / oils_auth.c
2023-12-04 Jeff DavisLP#1999823: update remaining buffer_* function names...
2021-09-21 Galen CharltonLP#1844121: prevent staff login by expired barcode
2018-08-10 Mike RylanderLP#1702978: memcache Remove method used in a variadic way
2017-11-09 Jane SandbergDocs: incorporating offline circ docs
2017-11-09 Bill EricksonLP#1724915 Webstaff auth timeout works w/ multiple...
2017-09-01 Bill EricksonLP#1710949 open-ils.auth.login API
2017-01-27 Jason StephensonLP#1485374: Add missing comma on line 667 of oils_auth.c.
2017-01-27 Galen CharltonLP#1485374: add way for C code to make TZ-aware subrequests
2016-06-15 Bill EricksonLP#1592565 Log successful authtoken and workstation
2016-02-26 Bill EricksonLP#1468422 Auth efficiency improvements
2016-02-26 Bill EricksonLP#1468422 Return vanilla login failure on nonexistent...
2016-02-26 Bill EricksonLP#1468422 Report inactive card on password OK
2016-02-26 Bill EricksonLP#1468422 auth-internal validate API
2016-02-26 Bill EricksonLP#1468422 New open-ils.auth_internal service
2016-02-26 Bill EricksonLP#1468422 open-ils.auth API salted pw changes
2014-07-31 Bill EricksonLP#1348731: Optional Auth login nonce to differentiate...
2012-06-13 Lebbeous Fogle-WeekleySecurity fix: For auth, give same stacktrace for all...
2012-06-13 Lebbeous Fogle-WeekleySecurity fix: Prevent login by deleted and barred users
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-03-08 Bill EricksonUser activity tracking: open-ils.auth additions
2011-11-15 Mike RylanderMerge remote-tracking branch 'eg-working/collab/phasefx...
2011-10-12 Bill EricksonAuthentication block logging
2011-10-11 Galen CharltonMerge remote branch 'working/user/berick/marc-stream...
2011-10-06 Galen Charltonfix authentication failure
2011-10-04 Thomas BerezanskyMake more auth values configurable
2011-10-04 Thomas BerezanskyBrute Force protection for authentication
2011-05-20 Dan WellsMerge branch 'master' of git.evergreen-ils.org:Evergreen
2011-05-18 Mike RylanderMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-05-18 Galen Charltonprovide hint to sysadmin if memcached issue is preventi...
2011-03-03 berickMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-03-01 ericksonwhen using the force-reload option to reset timeout...
2011-02-16 berickMerge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary...
2011-02-16 ericksonadded option to open-ils.auth.session.retrieve to retur...
2011-02-14 Bill Ericksonadded option to open-ils.auth.session.retrieve to retur...
2010-12-06 ericksonrefresh cached user during auth session reset
2010-08-15 scottmkPedantic change for const-correctness: replaced a call to
2010-06-07 scottmkAdded a new login type "persist", as a peer of "opac...
2010-06-03 scottmkVarious tweaks:
2010-03-23 scottmkTweak to reflect a better understanding of oilsUtilsQui...
2010-03-18 scottmkPerformance tweak to oilsAuthComplete().
2010-03-17 scottmkTweaked oilsAuthVerifyPassword(), mostly for clarity:
2010-03-16 scottmkAdded doxygen-style comments to several functions.
2010-03-16 scottmkTidying up white space. No substantive changes.
2009-11-25 scottmkReplace all calls to the old JSON parser with calls
2009-07-18 scottmkIn oils_auth.c: changed the treatment of inactive accounts.
2009-07-17 scottmkIn oils_auth.c: Fixed a bug.
2009-02-19 dbsSmall correction to documentation (password value is...
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