summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/App.java
Commit message (Expand)AuthorAgeFilesLines
* Moved proxy configuration to the top for being able using the command line ar...HEADmasterBjörn Hagemeister2014-11-241-6/+6
* Add TLS support for thrift connection to master, switch to TLSv1.2 everywhereSimon Rettberg2014-11-211-36/+9Star
* Adapted to moved whole proxy settings configuration to master-sync-shared.Björn Hagemeister2014-11-121-36/+2Star
* Moved proxy configuration file to /opt/openslx/proxy/config and adapted class...Björn Hagemeister2014-11-121-7/+8
* Changed condition for using proxy with authentication.Björn Hagemeister2014-11-121-37/+30Star
* Implemented possible connection to master server via proxy server.Björn Hagemeister2014-11-111-2/+58
* Added usage info in case of invalid given arguments.Björn Hagemeister2014-10-211-0/+11
* Edited error in reading arguments at --import option.Björn Hagemeister2014-10-201-1/+1
* Edited return information of command line argument options.Björn Hagemeister2014-10-201-4/+6
* Used checkConfig for empty command line argument (try to load identity).Björn Hagemeister2014-10-161-2/+1Star
* Implemented --updateAddress command line option.Björn Hagemeister2014-10-161-2/+1Star
* Implemented --submitkey command line option.Björn Hagemeister2014-10-161-4/+3Star
* Added failure information.Björn Hagemeister2014-10-151-2/+5
* Implemented --importId command line option and adapted TODO.txt.Björn Hagemeister2014-10-151-10/+9Star
* Implemented --genId command line option.Björn Hagemeister2014-10-151-56/+51Star
* completed implementing --checkConfig command line option.Björn Hagemeister2014-10-151-7/+8
* Started implementing parsing command line arguments.Björn Hagemeister2014-10-131-0/+124
* Adapt to login@uni format for user-ids, Put asym keys in extra classSimon Rettberg2014-10-071-24/+3Star
* Inserted key handling with private key and public key for handshake and switc...Björn Hagemeister2014-09-291-1/+23
* Added comments for better documentation.Michael Petretti2014-08-271-0/+2
* Change implementation of the configuration in Global.javaNils Schwabe2014-08-181-12/+1Star
* Rename and clean-up.Michael Petretti2014-07-151-5/+6
* Fixed a lot of TODOs and upload works.Michael Petretti2014-07-101-11/+5Star
* More debugging plus FtpDownloadWorker added.Michael Petretti2014-06-191-0/+3
* Narrowed the problem down to ThriftConnection class line 127 throwing a TTran...Michael Petretti2014-06-111-0/+2
* Moved more things to the Globals.java class.Michael Petretti2014-06-031-10/+0Star
* Added a Globals.java class for properties handling.Michael Petretti2014-05-261-13/+27
* Finished UploadWorker and added some comments.Michael Petretti2014-05-201-17/+13Star
* Added the new FtpUploadWorker-ClassMichael Petretti2014-05-191-3/+11
* Improvement of FtpConnection Class.Michael Petretti2014-05-121-2/+5
* some ToDos for meMichael Petretti2014-05-081-2/+3
* Even prettier.Michael Petretti2014-05-081-39/+6Star
* Making it look more pretty.Michael Petretti2014-05-081-57/+27Star
* small changeMichael Petretti2014-05-071-13/+49
* initial commitMichael Petretti2014-05-061-0/+56