summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/NetShareAuth.java
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded GUEST_USER for NetShareJonathan Bauer2017-09-071-5/+2Star
| | | | | | | Shares mounted as guest require either no user/pass at all (like a unsecured NFS share) or a username only (without password, like CIFS). There is no need to differentiate between both, just need to accept non-empty username/passwords when the user sets the share credentials...
* update apiJonathan Bauer2017-09-061-0/+48