summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/Globals.java
Commit message (Collapse)AuthorAgeFilesLines
* Add TLS support for thrift connection to master, switch to TLSv1.2 everywhereSimon Rettberg2014-11-211-3/+11
|
* Moved proxy configuration file to /opt/openslx/proxy/config and adapted ↵Björn Hagemeister2014-11-121-54/+2Star
| | | | classes therefor.
* Implemented possible connection to master server via proxy server.Björn Hagemeister2014-11-111-1/+32
| | | | Currently proxy server is found by DNS searching.
* Cleanup of AsymKeyHolder, Globals and Identity classesSimon Rettberg2014-10-091-10/+22
|
* Splitted Globals.java into two classes and splitted config file ↵Björn Hagemeister2014-10-081-33/+10Star
| | | | global.properties into global.properties and identity.properties.
* Configuration splitup (WIP)Simon Rettberg2014-10-081-50/+5Star
|
* Adapt to login@uni format for user-ids, Put asym keys in extra classSimon Rettberg2014-10-071-130/+96Star
|
* Completed exception handling (ThriftConnection) plus completed properties ↵Björn Hagemeister2014-10-011-1/+8
| | | | checks (Globals).
* Inserted key handling with private key and public key for handshake and ↵Björn Hagemeister2014-09-291-1/+59
| | | | switched arguments in call getImage to the right order.
* Adapted to changes in filetransfer class.Björn Hagemeister2014-09-291-4/+6
|
* Removed some out-commented code and merged getUploadInfos(ImageData, ↵Björn Hagemeister2014-09-231-1/+1
| | | | filename) and getUploadInfos(ImageData) into one method.
* Added comments for better documentation.Michael Petretti2014-08-271-0/+5
|
* Authentication is now working again.Michael Petretti2014-08-261-3/+0Star
|
* Remove some hardcoded stuffNils Schwabe2014-08-181-0/+4
|
* Change implementation of the configuration in Global.javaNils Schwabe2014-08-181-154/+94Star
| | | | Add sample config file
* Rename and clean-up.Michael Petretti2014-07-151-28/+35
|
* Fixed a lot of TODOs and upload works.Michael Petretti2014-07-101-3/+87
|
* Finished Debug for Uploads.Michael Petretti2014-06-191-4/+8
|
* Moved the rest to Globals.javaMichael Petretti2014-06-111-2/+23
|
* Moved more things to the Globals.java class.Michael Petretti2014-06-031-9/+28
|
* Added a Globals.java class for properties handling.Michael Petretti2014-05-261-0/+85