Directory Statistics for components/business/src/java/gov/bnl/gums/command/

Back to Index Page

Lines Of Code for components/business/src/java/gov/bnl/gums/command/

Commits for components/business/src/java/gov/bnl/gums/command/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
Gabriele Carcassi20 (100.0%) 540 (100.0%) 624 (100.0%) 27.00

Commit Log

DateAuthorFile/Message
6/20/05 3:58 PMGabriele Carcassi
Improving error messages with certificates on the client, take 2 (1 Files changed, 13 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.11 (+13 -9)
6/20/05 3:30 PMGabriele Carcassi
Improving error messages with certificates on the client (1 Files changed, 30 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.10 (+30 -3)
5/19/05 4:48 PMGabriele Carcassi
Minor code clean-up, like removing unused methods/imports. (3 Files changed, 4 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.9 (+0 -6)
components/business/src/java/gov/bnl/gums/command/GUMSCommandLine.java 1.3 (+0 -6)
components/business/src/java/gov/bnl/gums/command/Configuration.java 1.4 (+4 -6)
5/11/05 1:23 PMGabriele Carcassi
Rookie bug: string comparison with == :-( (1 Files changed, 1 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.8 (+1 -1)
5/11/05 1:16 PMGabriele Carcassi
Added more logging information (1 Files changed, 8 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.7 (+8 -1)
5/11/05 12:10 PMGabriele Carcassi
Refactoring certificate functions. (1 Files changed, 2 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.6 (+2 -2)
5/11/05 11:26 AMGabriele Carcassi
Changed the cli interface to use service DN, and to default to host DN. (1 Files changed, 35 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.5 (+35 -37)
3/4/05 11:26 AMGabriele Carcassi
Changes GUMS Admin name to GUMS Client (2 Files changed, 6 Lines changed)
components/business/src/java/gov/bnl/gums/command/Configuration.java 1.3 (+4 -4)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.4 (+2 -2)
2/2/05 1:49 PMGabriele Carcassi
Added the ability to retrieve the current client DN. (1 Files changed, 52 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.3 (+52 -0)
1/26/05 2:51 PMGabriele Carcassi
Minor javadoc update (1 Files changed, 11 Lines changed)
components/business/src/java/gov/bnl/gums/command/package.html 1.1 added 11
1/20/05 3:22 PMGabriele Carcassi
Adding possible configuration for authz client (1 Files changed, 31 Lines changed)
components/business/src/java/gov/bnl/gums/command/Configuration.java 1.2 (+31 -0)
1/14/05 1:24 PMGabriele Carcassi
Failures should give exit code < 0 (1 Files changed, 6 Lines changed)
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.2 (+6 -3)
12/15/04 11:22 AMGabriele Carcassi
Adding host client component (1 Files changed, 5 Lines changed)
components/business/src/java/gov/bnl/gums/command/GUMSCommandLine.java 1.2 (+5 -4)
12/15/04 10:16 AMGabriele Carcassi
Moving command scheleton to bl. (4 Files changed, 420 Lines changed)
components/business/src/java/gov/bnl/gums/command/GUMSCommandLine.java 1.1 added 138
components/business/src/java/gov/bnl/gums/command/Configuration.java 1.1 added 91
components/business/src/java/gov/bnl/gums/command/AbstractCommand.java 1.1 added 144
components/business/src/java/gov/bnl/gums/command/CommandLineToolkit.java 1.1 added 47