summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satserver
Commit message (Collapse)AuthorAgeFilesLines
* [IrcClient] Silence protocol log spamSimon Rettberg2023-05-251-27/+26Star
|
* [RemoteExec] Fix instantiating via parametrized constructorSimon Rettberg2022-01-311-2/+2
|
* [WakeOnLan] Make it multi-staged, so failed clients can be retriedSimon Rettberg2022-01-242-0/+144
| | | | | | | | | | | | | Clients can now be specified with one or more ways to be woken up. The methods are tried in order, until one is found that succeeds. In case of waking a client via another client using SSH, this means that connection to the intermediate client was successful, and the provided command could be run on that client and returned 0. For directed broadcasts from the server, we consider a successful .send() on the UDP socket success, as we have no way of knowing whether it reached the destination subnet/client, but assuming the reachability data in slx-admin is accurate, this can be assumed to be true.
* Remove handler for proxy settingsManuel Bentele2021-12-161-38/+0Star
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-161-2/+3
|
* [IrcClient] Handle (dis)connects betterSimon Rettberg2021-06-241-0/+6
|
* Add ipxe version selection, use bwlp config for ipxeSimon Rettberg2021-04-201-0/+18
|
* [MountVmStore] Better handling of concurrent invocationsSimon Rettberg2020-12-101-0/+13
|
* [RecompressArchive] Add forceRoot flag to chown/chgrp to rootSimon Rettberg2020-12-101-1/+20
|
* [util/Archive] Fix tar entry copying (symlinks etc.)Simon Rettberg2020-11-171-5/+4Star
| | | | This was introduced when working on issue #3670
* [RecompressArchive] Properly implement duplicate filename detectionSimon Rettberg2020-11-031-5/+20
| | | | Implements #3670
* Exec helper: Honor environment from fileSimon Rettberg2020-02-251-0/+6
|
* [IrcNotification] New TaskSimon Rettberg2020-02-241-0/+326
|
* Util: isEmpty: Use regex; add parseIntSimon Rettberg2019-10-091-2/+27
|
* [*ldap*] Support new mapping features and fixNumeric switchSimon Rettberg2017-08-161-0/+44
|
* Util: Add isEmpty helper for stringsSimon Rettberg2017-08-161-0/+5
|
* Fix deprecation warningSimon Rettberg2017-08-161-1/+2
|
* [util/Archive] Enable long filename support (POSIX extension)Simon Rettberg2016-10-271-1/+3
|
* Add new tasks, add timeouts to system process tasksSimon Rettberg2015-06-171-1/+2
|
* Update CreateAdConfig to match new ldadp config formatSimon Rettberg2015-05-041-5/+105
|
* [CreateAdConfig] Adapt to sssd (instead of nslcd)Simon Rettberg2015-02-091-0/+29
|
* StuffSimon Rettberg2015-01-232-1/+16
|
* Many improvements and additions:Simon Rettberg2014-11-183-24/+50
| | | | | | | - Added task+script for lighttpd https config - Added task for reloading proxy config - ldapsearch now supports searching for specific user - DownloadFile now supports checking file integrity through optional gpg signature
* Added class ProxyHandler for for configuring proxy settings system wide once ↵Björn Hagemeister2014-11-121-0/+21
| | | | before starting downloading.
* Added Dozmod and Syncdaemon launcherSimon Rettberg2014-10-131-0/+22
| | | | Also added forgotten Exec class, tweaked mount-store script too
* Forgot file for pxe menu generation update commitSimon Rettberg2014-06-271-1/+12
|
* Branding module generator taskSimon Rettberg2014-06-271-0/+52
|
* Initial commitSimon Rettberg2014-06-033-0/+291