summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/Identity.java
Commit message (Collapse)AuthorAgeFilesLines
* Add TLS support for thrift connection to master, switch to TLSv1.2 everywhereSimon Rettberg2014-11-211-17/+16Star
|
* Moved proxy configuration file to /opt/openslx/proxy/config and adapted ↵Björn Hagemeister2014-11-121-1/+1
| | | | classes therefor.
* Implemented --updateAddress command line option.Björn Hagemeister2014-10-161-0/+16
|
* Implemented --submitkey command line option.Björn Hagemeister2014-10-161-28/+27Star
|
* Implemented --importId command line option and adapted TODO.txt.Björn Hagemeister2014-10-151-1/+41
|
* Implemented --genId command line option.Björn Hagemeister2014-10-151-14/+110
|
* completed implementing --checkConfig command line option.Björn Hagemeister2014-10-151-0/+15
|
* ...Simon Rettberg2014-10-141-0/+1
|
* Started implementing parsing command line arguments.Björn Hagemeister2014-10-131-0/+6
|
* Cleanup of AsymKeyHolder, Globals and Identity classesSimon Rettberg2014-10-091-33/+25Star
|
* Create just one object of AsymKeyHolder for getting public and private Key.Björn Hagemeister2014-10-091-14/+22
|
* Splitted Globals.java into two classes and splitted config file ↵Björn Hagemeister2014-10-081-0/+107
global.properties into global.properties and identity.properties.