summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | more TODOsSimon Rettberg2014-07-075-17/+19
|/
* Add port to up- and download thingisNils Schwabe2014-07-074-20/+40
* Begin to implement crc scheduler... (not working)Nils Schwabe2014-07-043-14/+82
* Fix some small thingsNils Schwabe2014-07-046-74/+96
* Moved functionallity from DbKey to DbSatelliteNils Schwabe2014-07-042-17/+14Star
* Move crc checker packager to master-sync-sharedNils Schwabe2014-07-044-205/+9Star
* Fix small bug and add comment in ImageProcessorNils Schwabe2014-07-041-3/+8
* Change handling of connections and add support for downloadNils Schwabe2014-07-0411-83/+307
* Fix that Globals are initialized before servers are starting upNils Schwabe2014-07-042-0/+5
* Change loading and checking of propertiesNils Schwabe2014-07-044-140/+90Star
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-049-20/+31
|\
| * Disable failing testSimon Rettberg2014-07-011-0/+2
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-018-20/+30
* | Make use of the filetransfer classesNils Schwabe2014-07-047-64/+211
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-3020-1345/+569Star
* Add CRCCheckerNils Schwabe2014-06-233-0/+197
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-237-35/+42
* Forgot thrift fileNils Schwabe2014-06-191-1/+1
* Fix typo in fin_i_shedUploadNils Schwabe2014-06-191-1/+1
* Add image path into ftpCredentialsNils Schwabe2014-06-192-2/+3
* Fix problems with thrift connectionNils Schwabe2014-06-193-28/+15Star
* Implement downloading functionalityNils Schwabe2014-06-163-4/+18
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-168-39/+132
* Started to implement download of imagesNils Schwabe2014-06-0510-34/+235
* Add webinterface with functionallityNils Schwabe2014-06-042-22/+26
* Improve ImageProcessor functionallity (and added some regex)Nils Schwabe2014-05-092-13/+25
* Forgot to commit some files.Nils Schwabe2014-05-092-0/+84
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-077-95/+39Star
* Fix message signingNils Schwabe2014-05-059-172/+158Star
* Add some regexNils Schwabe2014-05-051-1/+12
* Add user auth when ldap server is downNils Schwabe2014-05-054-7/+48
* Fix login formatNils Schwabe2014-05-051-3/+5
* Add login can be in format prefix_userid OR userid@organizationNils Schwabe2014-05-053-9/+24
* Removed todo from LDAPUserNils Schwabe2014-05-052-15/+7Star
* Add connecting to LDAP with cert (JKS in globals.config)Nils Schwabe2014-04-302-92/+97
* Add some new exceptions for problems with image's dataNils Schwabe2014-04-303-14/+31
* Add check file size of uploading files and process automaticallyNils Schwabe2014-04-291-2/+11
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-2813-122/+232
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-2510-29/+106
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-2514-158/+341
* Add FTPS to MasterFtpServerNils Schwabe2014-04-245-21/+44
* Reformat all files with simon's new layoutNils Schwabe2014-04-2325-528/+646
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-2313-145/+267
* Fixed somethingNils Schwabe2014-04-223-3/+16
* ignore ftp.propertiesNils Schwabe2014-04-221-62/+0Star
* Added FtpCredentialsScheduler to periodically remove old files and ftp usersNils Schwabe2014-04-224-5/+31
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-229-62/+201
* Added test case for sha512crypt, removed try/catch blocks from other tests, s...Simon Rettberg2014-04-192-111/+94Star
* Add doc-comments to ApiServer and Hash, some TODO commentsSimon Rettberg2014-04-192-40/+58
* Speed up sha512_crypt by caching sha512 digesters (thread local)Simon Rettberg2014-04-192-18/+69