synch'ing 2.2 and head
[koha.git] / C4 / Auth.pm
2005-05-04 tipaulsynch'ing 2.2 and head
2005-03-23 doxultingNew param for the template in order to show only allowe...
2004-11-05 tipaulremove LDAP dependancy, replaced by auth_with_ldap.pm
2004-09-02 tipaulsome fixes for LDAP (more to come)
2004-07-16 rangiContains the function to get the language template...
2004-05-10 tipauladding LibraryName variable in the template
2004-03-19 tipaulbugfix : a missing } was placed at a wrong place. The...
2004-03-16 joshferrarofixed missing } at EOF
2004-03-04 tipauladding LDAP auth.
2003-08-06 tipauladding demo mode
2003-06-11 tonnesenIncreased default inactivity timeout from 2 minutes...
2003-05-05 tipaulmoving loggedinuser => loggedinusername in includes...
2003-05-02 tipaul*** empty log message ***
2003-03-19 tipaulreindenting & code cleaning
2003-02-06 acliUse the new C4::Boolean module and the new C4::Auth...
2003-02-06 acliPOD elaboration for checkauth() (esp. regarding "$flags...
2003-02-04 tonnesenRemoving +1y expiry time from cookies so that cookies...
2003-02-03 acliUpdated module location
2003-01-20 acliRemoved scoping-related perl warnings
2003-01-19 acliPreliminary fix of the CGI.pm problem of always assumin...
2002-12-10 tipaulauthentification bugfix :
2002-12-04 finlaytThis is essentially the Auth.pm coming from the rel...
2002-10-12 arensbTurn off authentication entirely if systempreference...
2002-10-10 tipaulcleaning code
2002-10-10 tipaulmerging 1.2 and bugfixes for auth and login
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-07 arensbAdded POD and some comments.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-11 tonnesenUpdates to authentications cripts. userpage.pl is...
2002-07-09 tonnesenAuth.pm now caches form submissions and resubmits them...
2002-07-05 tonnesenCookie bug.
2002-07-05 tonnesenAuth.pm now checks the password againts a new field...
2002-07-05 tonnesenMinor changes to authentication routines.
2002-07-04 tonnesenChecks for a basic authentication userid. If found...
2002-07-04 tonnesenAdditions to authentication scheme. Logs to /tmp/sessi...
2002-07-04 tonnesenMinor changes
2002-07-04 tonnesenBeginning of authentication api. Applied to shelves...