| File | Date | Author | Commit |
|---|---|---|---|
| cvad | 2013-07-20 | lainal | [r58] ... |
| cvadmin | 2013-07-03 | lainal | [r54] cvcontrol -2 |
| cvcachemgr | 2013-07-13 | lainal | [r55] strndup |
| cvclient | 2013-07-03 | lainal | [r54] cvcontrol -2 |
| cvcommon | 2013-07-20 | lainal | [r58] ... |
| cvcontrol | 2013-07-20 | lainal | [r58] ... |
| cvcrypto | 2013-05-08 | lainal | [r5] commit 2.0.1 |
| cvquery | 2013-07-03 | lainal | [r54] cvcontrol -2 |
| cvtools | 2013-06-14 | lainal | [r46] v2.0.3-RC2 - with java cvadmin installed in PRE... |
| doc | 2013-06-14 | lainal | [r48] revamp sources tree |
| filescan | 2013-06-14 | lainal | [r48] revamp sources tree |
| java | 2013-07-13 | lainal | [r55] strndup |
| m4 | 2013-04-25 | lainal | [r1] to sourceforge |
| AUTHORS | 2013-04-25 | lainal | [r1] to sourceforge |
| COPYING | 2013-04-25 | lainal | [r1] to sourceforge |
| ChangeLog | 2013-04-25 | lainal | [r1] to sourceforge |
| INSTALL | 2013-04-25 | lainal | [r1] to sourceforge |
| Makefile.am | 2013-06-14 | lainal | [r48] revamp sources tree |
| NEWS | 2013-04-25 | lainal | [r1] to sourceforge |
| README | 2013-04-25 | lainal | [r2] README |
| configure.ac | 2013-07-13 | lainal | [r55] strndup |
BUILD ON AIX: It can appear that the build fails with the error "rpl_malloc" or "rpl_realloc" not defined. This bug is known and the issue can be worked around by exporting the following variables in the environment before running the "configure" script: $ export ac_cv_func_realloc_0_nonnull=yes $ export ac_cv_func_malloc_0_nonnull=yes