summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-125-120/+12Star
* 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-112-3/+90
* Fixed several things for successful up and download of images after using all...Björn Hagemeister2014-10-224-14/+38
* Added usage info in case of invalid given arguments.Björn Hagemeister2014-10-211-0/+11
* Implemented registerSatellite without neccessary valid session.Björn Hagemeister2014-10-201-2/+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-163-2/+51
* Implemented --submitkey command line option.Björn Hagemeister2014-10-163-32/+43
* Added failure information.Björn Hagemeister2014-10-151-2/+5
* Implemented --importId command line option and adapted TODO.txt.Björn Hagemeister2014-10-152-11/+50
* Implemented --genId command line option.Björn Hagemeister2014-10-152-70/+161
* completed implementing --checkConfig command line option.Björn Hagemeister2014-10-152-7/+23
* ...Simon Rettberg2014-10-141-0/+1
* Move AsymKeyHolder to master-sync-sharedSimon Rettberg2014-10-141-106/+0Star
* Started implementing parsing command line arguments.Björn Hagemeister2014-10-132-0/+130
* Cleanup of AsymKeyHolder, Globals and Identity classesSimon Rettberg2014-10-094-207/+116Star
* Adpated to type adaption of contentOperatingSystem.Björn Hagemeister2014-10-091-1/+1
* Nesseccary cast from int to String for contentOperatingSystem from db.Björn Hagemeister2014-10-092-3/+3
* Added status status_isValid and status_isDeleted from db to DbImage.Björn Hagemeister2014-10-092-4/+9
* Added type of operating system from db to DbImage.Björn Hagemeister2014-10-092-4/+10
* 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 global.proper...Björn Hagemeister2014-10-088-133/+341
* Configuration splitup (WIP)Simon Rettberg2014-10-081-50/+5Star
* Added organizationId to DbUser.Björn Hagemeister2014-10-081-2/+4
* Adapted FielUploadWorker and ThriftConnection for using publishUser(..).Björn Hagemeister2014-10-073-2/+53
* Added createTime and changeTime to DbImage.Björn Hagemeister2014-10-073-95/+10Star
* Adapt to login@uni format for user-ids, Put asym keys in extra classSimon Rettberg2014-10-075-223/+248
* Update thrift usage according to changes to master-sync-sharedSimon Rettberg2014-10-022-23/+15Star
* Exception handling.Björn Hagemeister2014-10-011-23/+51
* Completed exception handling (ThriftConnection) plus completed properties che...Björn Hagemeister2014-10-012-3/+11
* Removed unneseccary try - catch - blocks.Björn Hagemeister2014-10-012-144/+111Star
* Made exception handling more local to code.Björn Hagemeister2014-10-011-81/+68Star
* Handling case, if no *.crc file is available plus adding upload complete mess...Björn Hagemeister2014-09-302-18/+31
* Inserted key handling with private key and public key for handshake and switc...Björn Hagemeister2014-09-294-13/+99
* Adapted to changes in filetransfer class.Björn Hagemeister2014-09-295-23/+26
* Removed unnesseccary code in getUploadInfos(...)Björn Hagemeister2014-09-231-29/+14Star
* Removed out-commented code.Björn Hagemeister2014-09-231-91/+0Star
* Removed some out-commented code and merged getUploadInfos(ImageData, filename...Björn Hagemeister2014-09-235-127/+126Star
* Adapted files to new filetransfer.Björn Hagemeister2014-09-223-38/+66
* step back to old but currently working codeMichael Petretti2014-08-282-20/+6Star
* Added comments for better documentation.Michael Petretti2014-08-275-9/+36
* Authentication is now working again.Michael Petretti2014-08-262-3/+5
* changed static to nonstatic un db classMichael Petretti2014-08-252-49/+52
* Fix new thriftconnection thingsNils Schwabe2014-08-252-5/+6
* Add accidentally removed apostrophes back to DbImageNils Schwabe2014-08-251-4/+4
* Add methods to update image in databaseNils Schwabe2014-08-201-11/+27