summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/Globals.java
Commit message (Collapse)AuthorAgeFilesLines
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-3/+6
|
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-261-2/+0Star
| | | | Fix some path bugs
* Move scheduling interval to config and some more todosNils Schwabe2014-07-291-0/+5
|
* Change some thingsNils Schwabe2014-07-291-1/+9
|
* Make trasmit times configurablNils Schwabe2014-07-251-0/+5
| | | | Make new globals.properties.example
* Add some better thread synchonizationNils Schwabe2014-07-101-48/+67
| | | | | Restructure some classes Fix small connection issues
* Fix that Globals are initialized before servers are starting upNils Schwabe2014-07-041-0/+3
| | | | Add serversocket.jks to .gitignore
* Change loading and checking of propertiesNils Schwabe2014-07-041-75/+57Star
| | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-041-0/+6
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-011-0/+6
| |
* | Make use of the filetransfer classesNils Schwabe2014-07-041-30/+19Star
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-145/+108Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix message signingNils Schwabe2014-05-051-14/+14
|
* Add connecting to LDAP with cert (JKS in globals.config)Nils Schwabe2014-04-301-3/+14
| | | | Connecting to BW LDAP works now (finally!!)
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-5/+17
|
* Add FTPS to MasterFtpServerNils Schwabe2014-04-241-4/+16
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-66/+106
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-231-34/+102
| | | | Add some options to config file
* Fixed somethingNils Schwabe2014-04-221-2/+10
|
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-221-0/+47
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* Added authentification for uni/hs serverNils Schwabe2014-04-101-0/+4
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* Added Globals.java and global propertiesNils Schwabe2014-04-091-0/+7
Added Ftpserver test Created some ftp testign in App.java (needs to be removed) Added Ftplet to trigger on FTP Commands