evergreen:tags/rel_1_6_1_9

Last commit made on 2011-10-06
Get this branch:
git clone -b tags/rel_1_6_1_9 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_1_6_1_9
Repository:
lp:evergreen

Recent commits

2c6557a... by Galen Charlton

fix authentication failure

Ensure that the auth_limit values are read when open-ils.auth
initializes, not during oilsAuthInit(). This solves a problem
observed on brick-based setups where authentication could
incorrectly fail because the drone that processes
open-ils.auth.authenticate.complete didn't have the the block
count value initialized yet.

Also fixed type nit when compare the fail count to the block
limit.

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

3be03fe... by Mike Rylander

Change log and version bumps

Signed-off-by: Mike Rylander <email address hidden>

b1660a7... by Thomas Berezansky

When workstation is invalid request a new seed

The original one may no longer be valid

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

6397cfa... by Thomas Berezansky

Make more auth values configurable

Amount of time seed is valid
Amount of time to keep failure count in memcache since last auth event
Number of failures before locking out auth attempts

Also, remove seed from memcache once it has been used once.

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

5e82f93... by Thomas Berezansky

Brute Force protection for authentication

Count auth failures in memcache.
If 10+ have occurred cause failure.

After 90 seconds of no activity counter resets.

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

7a464f8... by Mike Rylander

(very slim) Upgrade script for 1.6.1.9

Signed-off-by: Mike Rylander <email address hidden>

71edbe4... by Jason Etheridge <email address hidden>

lp797321: Disable the Apply Payment button during payment processing to mitigate chance of duplicate payments.

I can't actually reproduce the creation of duplicate payments locally with
trunk/2.x, but there are reports of it, and this doesn't seem to hurt. Not

Signed-off-by: Jason Etheridge <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

3f6245c... by Dan Scott

Whitespace cleanup in aisle 3 (O:A:Reporter)

Signed-off-by: Dan Scott <email address hidden>

c5c16d2... by Michael Peters

LP#740466 Sort report folders by name

Add order_by to Reporter.pm to sort report folders by name

Signed-off-by: Michael Peters <email address hidden>
Signed-off-by: Dan Scott <email address hidden>

162aa60... by Michael Peters

LP#739444 Incrementing opac.dtd copyright date

Signed-off-by: Michael Peters <email address hidden>
Signed-off-by: Dan Scott <email address hidden>