summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/session/Authenticator.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentSimon Rettberg2023-02-241-1/+1
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* (WiP) Global image syncSimon Rettberg2016-04-131-1/+1
|
* Fixes (backwards compat)Simon Rettberg2015-09-101-3/+6
|
* Compilable...Simon Rettberg2015-09-081-24/+17Star
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-3/+3
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-13/+9Star
|
* Fix message signingNils Schwabe2014-05-051-1/+1
|
* Add user auth when ldap server is downNils Schwabe2014-05-051-3/+7
|
* Fix login formatNils Schwabe2014-05-051-3/+5
|
* Add login can be in format prefix_userid OR userid@organizationNils Schwabe2014-05-051-1/+12
|
* Removed todo from LDAPUserNils Schwabe2014-05-051-1/+1
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-13/+13
|
* [LdapUser] Added doc-comments, some TODOs, restructured connection error ↵Simon Rettberg2014-04-191-2/+2
| | | | checking
* LDAP functionallityNils Schwabe2014-04-081-6/+18
| | | | | | | | - added apache ldap client api to pom.xml - added the LDAP user which authenticates to the LDAP server - added testAuthentication to AppTest - users get inserted into db after authenticating - added log4j properties to filter unuseful debug messages
* Initial CommitSimon Rettberg2014-03-281-0/+31