Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| be0c0a09 | 2012-05-23 15:04:30 | +jBCrypt | ||
| b1ff88db | 2012-05-23 15:03:58 | die. | ||
| 2cf3cc04 | 2012-05-23 15:02:52 | import java/jBCrypt, ok okan@ jBCrypt is a Java implementation of OpenBSD's Blowfish password hashing code, compatible with the canonical C implementation of the bcrypt algorithm. This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking and frustrate fast hardware implementation. The computation cost of the algorithm is parametised, so it can be increased as computers get faster. The intent is to make a compromise of a password database less likely to result in an attacker gaining knowledge of the plaintext passwords (e.g. using John the Ripper). | ||
| 92a7c142 | 2011-12-15 21:33:19 | JAVA_HOME is now added to MAKE_ENV in java.port.mk | ||
| 02479992 | 2011-09-21 13:38:40 | sync | ||
| 44d22713 | 2011-09-21 13:38:21 | import asm 3.3.1 ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow to easily assemble custom complex transformations and code analysis tools. ok aja@ | ||
| 76719235 | 2011-09-16 18:05:04 | Build fails when apache-ant home is jdk-1.5.0. ok jasper@ | ||
| d6e7b9cb | 2011-09-16 10:02:36 | normalize pkgpath | ||
| 2c0f9bd1 | 2011-09-12 12:50:24 | fix build issue on i386 ok jasper@ (maintainer) | ||
| 1a10040a | 2011-09-07 21:15:21 | Fix MAINTAINER ok sthen@, kurt@ |