Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LighttpdHttps] Allow setting redirect when disabling httpsHEADmaster | Simon Rettberg | 2024-10-14 | 1 | -0/+3 |
| | | | | | This doesn't make much sense on first glipmse, but since we always run https with a self-signed certficate, it actually does. :) | ||||
* | Archive: Support .tar.lz4 for output | Simon Rettberg | 2024-10-14 | 1 | -0/+3 |
| | |||||
* | install-https: Cleanup | Simon Rettberg | 2024-10-14 | 1 | -1/+1 |
| | |||||
* | pom: Add xz-java as dependency | Simon Rettberg | 2024-10-14 | 1 | -0/+5 |
| | | | | | | For *some reason*, commons-compress requires xz, but doesn't list it as a dependency (anymore?), so you'll get funny "class not found" errors during runtime. Apache projects... | ||||
* | install-https: Remove smime -verify, rather pointless | Simon Rettberg | 2024-10-10 | 1 | -5/+3 |
| | |||||
* | [LighttpdHttps] Add support for ACME | Simon Rettberg | 2024-10-08 | 3 | -55/+334 |
| | |||||
* | Add comment | Simon Rettberg | 2024-10-08 | 1 | -0/+2 |
| | |||||
* | Fix type | Simon Rettberg | 2024-10-08 | 1 | -1/+1 |
| | |||||
* | [InstallHttps] Custom dhparam is deprecated | Simon Rettberg | 2024-02-26 | 1 | -10/+0 |
| | |||||
* | [InstallHttps] Include chain in main pem for lighttpd | Simon Rettberg | 2024-02-26 | 1 | -4/+6 |
| | | | | Separate chain file never worked... | ||||
* | [PortScan] Check for fingerprint attribute case-insensitive | Steffen Ritter | 2024-02-15 | 1 | -2/+2 |
| | | | | | | | | | | For idiotic reasons older openssl versions return "SHA1 Fingerprint..." whereas newer versions return "sha1 Fingerprint...". Because our check was case-sensitive the taskmanager couldn't extract the fingerprint and the whole ldap/ad wizzard stopped when using ssl. | ||||
* | [AptGetUpgradable] Update regex to include packages with no oldVersion | Simon Rettberg | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | [AptGetUpgradable] Use apt-get to list upgradable files | Simon Rettberg | 2023-12-19 | 1 | -5/+17 |
| | | | | | This (hopefully) has a stable CLI format, and lists packages that need a dist/full-upgrade, which are missing from apt --list-upgradable. | ||||
* | Update svgSalamander | Simon Rettberg | 2023-12-14 | 1 | -1/+1 |
| | |||||
* | [CreateLdapConfig] Add autorestart=! to ldadp config | Simon Rettberg | 2023-12-14 | 1 | -0/+1 |
| | |||||
* | maven: Don't use brainfucked open intervals for version ranges | Simon Rettberg | 2023-09-26 | 1 | -7/+7 |
| | | | | See https://michakutz.medium.com/d4ba66ac654 | ||||
* | [DownloadText] Better handling of errors | Simon Rettberg | 2023-07-25 | 1 | -3/+27 |
| | |||||
* | Add tasks for apt update and upgrade | Simon Rettberg | 2023-07-03 | 2 | -0/+189 |
| | |||||
* | [IrcClient] Silence protocol log spam | Simon Rettberg | 2023-05-25 | 1 | -27/+26 |
| | |||||
* | [Ldadp] Change perms of ca-bundle too | Simon Rettberg | 2023-05-05 | 1 | -1/+2 |
| | |||||
* | [BackupRestore] Add support for archive testing and encryption | Simon Rettberg | 2023-03-02 | 3 | -59/+234 |
| | |||||
* | Add names to all ThreadPool threads | Simon Rettberg | 2023-02-15 | 5 | -7/+17 |
| | |||||
* | [WakeOnLan] Fix thread leak from ThreadPool | Simon Rettberg | 2023-02-15 | 1 | -0/+7 |
| | |||||
* | [HttpRequest] Add task | Simon Rettberg | 2023-02-15 | 1 | -0/+95 |
| | | | | We use this for the HTTP transport in the eventlog module of slx-admin | ||||
* | [maven] Use https | Simon Rettberg | 2022-12-07 | 1 | -2/+2 |
| | |||||
* | [WakeOnLan] Fix breakage with empty passwords | Simon Rettberg | 2022-05-25 | 1 | -2/+3 |
| | | | | | Java helpfully discards trailing empty elements in String.split(), which unfortunately was not what we wanted here. | ||||
* | [WakeOnLan] Implement password usage as it's actually required :> | Simon Rettberg | 2022-05-24 | 1 | -5/+11 |
| | |||||
* | [CompileIPxeNew] Copy bwlp config into ipxe src | Simon Rettberg | 2022-05-11 | 1 | -0/+41 |
| | |||||
* | [WakeOnLan] Rename var, more verbose log output | Simon Rettberg | 2022-01-31 | 1 | -4/+4 |
| | |||||
* | [WakeOnLan] Don't pass bogus machineuuid, triggers sanity check on client | Simon Rettberg | 2022-01-31 | 1 | -2/+2 |
| | |||||
* | [RemoteExec] Fix instantiating via parametrized constructor | Simon Rettberg | 2022-01-31 | 3 | -9/+12 |
| | |||||
* | [WakeOnLan] Add more status output | Simon Rettberg | 2022-01-31 | 1 | -7/+33 |
| | |||||
* | pom: maven-assembly-plugin version must not be pinned | Simon Rettberg | 2022-01-28 | 1 | -1/+0 |
| | |||||
* | [WakeOnLan] Make it multi-staged, so failed clients can be retried | Simon Rettberg | 2022-01-24 | 4 | -116/+345 |
| | | | | | | | | | | | | | 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. | ||||
* | Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -2/+2 |
| | |||||
* | Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Fix Java compiler warnings | Manuel Bentele | 2021-12-16 | 6 | -6/+17 |
| | |||||
* | Remove handler for proxy settings | Manuel Bentele | 2021-12-16 | 5 | -74/+2 |
| | |||||
* | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-16 | 10 | -21/+30 |
| | |||||
* | Update version of build dependencies | Manuel Bentele | 2021-12-16 | 1 | -8/+11 |
| | |||||
* | Remove unused build dependency | Manuel Bentele | 2021-12-16 | 1 | -6/+0 |
| | |||||
* | Enable Java compiler warnings | Manuel Bentele | 2021-12-16 | 1 | -0/+1 |
| | |||||
* | Update Java to version 8 | Manuel Bentele | 2021-12-16 | 1 | -0/+1 |
| | |||||
* | Update version of Maven build plugins | Manuel Bentele | 2021-12-16 | 1 | -1/+3 |
| | |||||
* | Update URL of project website | Manuel Bentele | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | [mount-store] Take greater care where the .notmounted flag is written | Simon Rettberg | 2021-11-12 | 2 | -2/+19 |
| | | | | | | | | While the task manager should make sure only one invocation if mount-store is running, add a few extra checks whether a mount-point is pulled under our feet, or mounted when we don't expect it. This includes making sure dmsd is not accessing the share while we're trying to manipulate it. | ||||
* | [install-https] Make sure newline is between cert and key | Simon Rettberg | 2021-11-12 | 1 | -1/+5 |
| | |||||
* | [SshdConfigGenerator] Fix service target | Simon Rettberg | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | [IrcClient] Handle (dis)connects better | Simon Rettberg | 2021-06-24 | 1 | -0/+6 |
| | |||||
* | Java 1.8v3.10 | Simon Rettberg | 2021-04-26 | 1 | -2/+2 |
| |