summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/util
Commit message (Collapse)AuthorAgeFilesLines
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* Add support of Junit 5 and refactor unit testsManuel Bentele2021-03-121-9/+0Star
|
* Implement global image exchange with satellite serversSimon Rettberg2016-08-302-1/+63
|
* (WiP) Global image syncSimon Rettberg2016-04-131-1/+28
|
* Fixes (backwards compat)Simon Rettberg2015-09-101-4/+12
|
* StuffSimon Rettberg2015-09-081-0/+22
|
* Compilable...Simon Rettberg2015-09-081-4/+7
|
* Implement registerSatellite RPCSimon Rettberg2014-10-141-0/+48
|
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-291-0/+14
|
* Moved classes for asymmetric encryption to master-sync-sharedSimon Rettberg2014-09-292-79/+0Star
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-1/+21
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-0/+3
|
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-5/+15
| | | | Add method to calc the amount of blocks to Util
* Add some better thread synchonizationNils Schwabe2014-07-101-0/+13
| | | | | Restructure some classes Fix small connection issues
* more TODOsSimon Rettberg2014-07-071-8/+7Star
|
* Fix some small thingsNils Schwabe2014-07-041-2/+2
|
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-14/+0Star
|
* Change loading and checking of propertiesNils Schwabe2014-07-041-1/+33
| | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils
* Make use of the filetransfer classesNils Schwabe2014-07-041-0/+14
|
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-232-19/+0Star
| | | | Remove some not needed imports from various files
* Forgot to commit some files.Nils Schwabe2014-05-091-0/+68
|
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-071-65/+0Star
| | | | Add server keys to database
* Fix message signingNils Schwabe2014-05-051-32/+34
|
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-252-1/+82
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-233-37/+44
|
* Added FtpCredentialsScheduler to periodically remove old files and ftp usersNils Schwabe2014-04-221-0/+19
|
* Added test case for sha512crypt, removed try/catch blocks from other tests, ↵Simon Rettberg2014-04-191-2/+3
| | | | so they actually fail if something is wrong.
* Add doc-comments to ApiServer and Hash, some TODO commentsSimon Rettberg2014-04-191-26/+45
|
* Speed up sha512_crypt by caching sha512 digesters (thread local)Simon Rettberg2014-04-192-18/+69
|
* Added authentification for uni/hs serverNils Schwabe2014-04-101-0/+30
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* Initial CommitSimon Rettberg2014-03-283-0/+608