index
:
bwlp/satellite-daemon.git
master
Obsolete, tasks handled by dmsd
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved proxy configuration to the top for being able using the command line ar...
HEAD
master
Björn Hagemeister
2014-11-24
1
-6
/
+6
*
Add TLS support for thrift connection to master, switch to TLSv1.2 everywhere
Simon Rettberg
2014-11-21
6
-77
/
+132
*
Add 8 seconds timeout to thrift connection
Simon Rettberg
2014-11-20
1
-1
/
+1
*
Adapted to moved whole proxy settings configuration to master-sync-shared.
Björn Hagemeister
2014-11-12
1
-36
/
+2
*
Moved proxy configuration file to /opt/openslx/proxy/config and adapted class...
Björn Hagemeister
2014-11-12
5
-120
/
+12
*
Changed condition for using proxy with authentication.
Björn Hagemeister
2014-11-12
1
-37
/
+30
*
Implemented possible connection to master server via proxy server.
Björn Hagemeister
2014-11-11
4
-11
/
+130
*
Fixed several things for successful up and download of images after using all...
Björn Hagemeister
2014-10-22
4
-14
/
+38
*
Added usage info in case of invalid given arguments.
Björn Hagemeister
2014-10-21
1
-0
/
+11
*
Implemented registerSatellite without neccessary valid session.
Björn Hagemeister
2014-10-20
1
-2
/
+11
*
Edited error in reading arguments at --import option.
Björn Hagemeister
2014-10-20
1
-1
/
+1
*
Edited return information of command line argument options.
Björn Hagemeister
2014-10-20
1
-4
/
+6
*
Updated TODO.txt.
Björn Hagemeister
2014-10-16
1
-3
/
+3
*
Used checkConfig for empty command line argument (try to load identity).
Björn Hagemeister
2014-10-16
1
-2
/
+1
*
Implemented --updateAddress command line option.
Björn Hagemeister
2014-10-16
3
-2
/
+51
*
Implemented --submitkey command line option.
Björn Hagemeister
2014-10-16
3
-32
/
+43
*
Added failure information.
Björn Hagemeister
2014-10-15
1
-2
/
+5
*
Implemented --importId command line option and adapted TODO.txt.
Björn Hagemeister
2014-10-15
3
-12
/
+51
*
Implemented --genId command line option.
Björn Hagemeister
2014-10-15
3
-71
/
+162
*
Add TODO.txt for command line options.
Björn Hagemeister
2014-10-15
1
-0
/
+43
*
completed implementing --checkConfig command line option.
Björn Hagemeister
2014-10-15
2
-7
/
+23
*
...
Simon Rettberg
2014-10-14
1
-0
/
+1
*
Move AsymKeyHolder to master-sync-shared
Simon Rettberg
2014-10-14
1
-106
/
+0
*
Started implementing parsing command line arguments.
Björn Hagemeister
2014-10-13
2
-0
/
+130
*
Cleanup of AsymKeyHolder, Globals and Identity classes
Simon Rettberg
2014-10-09
4
-207
/
+116
*
Updated config examples
Simon Rettberg
2014-10-09
2
-23
/
+15
*
Adpated to type adaption of contentOperatingSystem.
Björn Hagemeister
2014-10-09
1
-1
/
+1
*
Nesseccary cast from int to String for contentOperatingSystem from db.
Björn Hagemeister
2014-10-09
2
-3
/
+3
*
Added status status_isValid and status_isDeleted from db to DbImage.
Björn Hagemeister
2014-10-09
2
-4
/
+9
*
Added type of operating system from db to DbImage.
Björn Hagemeister
2014-10-09
2
-4
/
+10
*
Create just one object of AsymKeyHolder for getting public and private Key.
Björn Hagemeister
2014-10-09
1
-14
/
+22
*
Splitted Globals.java into two classes and splitted config file global.proper...
Björn Hagemeister
2014-10-08
8
-133
/
+341
*
Configuration splitup (WIP)
Simon Rettberg
2014-10-08
1
-50
/
+5
*
Added organizationId to DbUser.
Björn Hagemeister
2014-10-08
1
-2
/
+4
*
Adapted FielUploadWorker and ThriftConnection for using publishUser(..).
Björn Hagemeister
2014-10-07
3
-2
/
+53
*
Added createTime and changeTime to DbImage.
Björn Hagemeister
2014-10-07
3
-95
/
+10
*
Adapt to login@uni format for user-ids, Put asym keys in extra class
Simon Rettberg
2014-10-07
5
-223
/
+248
*
Update thrift usage according to changes to master-sync-shared
Simon Rettberg
2014-10-02
2
-23
/
+15
*
Exception handling.
Björn Hagemeister
2014-10-01
1
-23
/
+51
*
Completed exception handling (ThriftConnection) plus completed properties che...
Björn Hagemeister
2014-10-01
2
-3
/
+11
*
Removed unneseccary try - catch - blocks.
Björn Hagemeister
2014-10-01
2
-144
/
+111
*
Made exception handling more local to code.
Björn Hagemeister
2014-10-01
1
-81
/
+68
*
Handling case, if no *.crc file is available plus adding upload complete mess...
Björn Hagemeister
2014-09-30
2
-18
/
+31
*
Inserted key handling with private key and public key for handshake and switc...
Björn Hagemeister
2014-09-29
4
-13
/
+99
*
Adapted to changes in filetransfer class.
Björn Hagemeister
2014-09-29
5
-23
/
+26
*
Removed unnesseccary code in getUploadInfos(...)
Björn Hagemeister
2014-09-23
1
-29
/
+14
*
Removed out-commented code.
Björn Hagemeister
2014-09-23
1
-91
/
+0
*
Removed some out-commented code and merged getUploadInfos(ImageData, filename...
Björn Hagemeister
2014-09-23
5
-127
/
+126
*
Adapted files to new filetransfer.
Björn Hagemeister
2014-09-22
3
-38
/
+66
*
step back to old but currently working code
Michael Petretti
2014-08-28
2
-20
/
+6
[next]