summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated .gitignoreNils Schwabe2014-05-051-2/+2
* 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-304-103/+122
* 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-2814-123/+233
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-2510-29/+106
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-04-251-4/+4
|\
| * [Formatter] Remove forced blank line after class body startSimon Rettberg2014-04-241-4/+4
| * Merge branch 'master' of dnbd3:bwlp/masterserverSimon Rettberg2014-04-2428-610/+897
| |\
| * | Fix name of format styleSimon Rettberg2014-04-221-1/+1
* | | Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-2514-158/+341
| |/ |/|
* | Add FTPS to MasterFtpServerNils Schwabe2014-04-247-28/+59
* | Reformat all files with simon's new layoutNils Schwabe2014-04-2325-528/+646
* | Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-2314-150/+288
|/
* Fixed somethingNils Schwabe2014-04-223-3/+16
* ignore ftp.propertiesNils Schwabe2014-04-222-62/+1Star
* Added FtpCredentialsScheduler to periodically remove old files and ftp usersNils Schwabe2014-04-224-5/+31
* Add code styling settings for eclipseSimon Rettberg2014-04-222-0/+300
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-2210-62/+233
* 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
* [LdapUser] Added doc-comments, some TODOs, restructured connection error chec...Simon Rettberg2014-04-192-23/+35
* Add doc to MySQL classSimon Rettberg2014-04-191-2/+36
* test passedNils Schwabe2014-04-111-0/+0
* testNils Schwabe2014-04-111-0/+0
* added connection to image databaseNils Schwabe2014-04-118-74/+148
* Added some functionallity to the ImageProcessor.Nils Schwabe2014-04-105-110/+158
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-04-100-0/+0
|\
| * test successMichael Petretti2014-04-101-1/+0Star
| * testMichael Petretti2014-04-101-0/+1
* | tried to implement the server auth. (did not work)Nils Schwabe2014-04-107-76/+191
|/
* added some commentsNils Schwabe2014-04-104-6/+42
* Added authentification for uni/hs serverNils Schwabe2014-04-1010-64/+295
* added new thrift methods:Nils Schwabe2014-04-102-1/+49
* Added Globals.java and global propertiesNils Schwabe2014-04-0911-39/+302
* fixed config dir (examples etc)Nils Schwabe2014-04-093-1/+3
* forgot to commit the ftpserver classNils Schwabe2014-04-091-0/+69
* added ftp server for testingNils Schwabe2014-04-086-8/+26
* LDAP functionallityNils Schwabe2014-04-0813-32/+300
* Initial CommitSimon Rettberg2014-03-2821-0/+1464