Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [RemoteExec] Greatly speed up reading of stdout/err from client | Simon Rettberg | 2021-04-26 | 1 | -34/+80 |
| | |||||
* | Add ipxe version selection, use bwlp config for ipxe | Simon Rettberg | 2021-04-20 | 3 | -4/+201 |
| | |||||
* | [RemoteExec/RemoteReboot] switch to fork of JSch to support more key formats | Udo Walter | 2021-03-16 | 3 | -40/+2 |
| | |||||
* | [RemoteExec/RemoteReboot] convert ssh key to a format supported by JSch | Udo Walter | 2021-03-10 | 3 | -1/+39 |
| | |||||
* | [MountVmStore] Better handling of concurrent invocations | Simon Rettberg | 2020-12-10 | 2 | -6/+44 |
| | |||||
* | [RecompressArchive] Add forceRoot flag to chown/chgrp to root | Simon Rettberg | 2020-12-10 | 2 | -2/+24 |
| | |||||
* | [ListArchive] Add more data to output | Simon Rettberg | 2020-12-10 | 1 | -2/+16 |
| | |||||
* | [util/Archive] Fix tar entry copying (symlinks etc.) | Simon Rettberg | 2020-11-17 | 1 | -5/+4 |
| | | | | This was introduced when working on issue #3670 | ||||
* | [SshConfigGenerator] Adapt to changed config from slx-admin | Simon Rettberg | 2020-11-16 | 2 | -18/+64 |
| | | | | See #3628 and #3345 | ||||
* | [RecompressArchive] Properly implement duplicate filename detection | Simon Rettberg | 2020-11-03 | 2 | -30/+99 |
| | | | | Implements #3670 | ||||
* | [WakeOnLan] Make dest port configurable | Simon Rettberg | 2020-09-03 | 1 | -1/+10 |
| | |||||
* | [sshd] Remove deprecated options | Steffen Ritter | 2020-08-03 | 1 | -5/+0 |
| | | | | fixes: #3785 | ||||
* | scripts/systemctl: Improbe logic of automatic systemctl status | Simon Rettberg | 2020-07-31 | 1 | -1/+1 |
| | |||||
* | [systemctl] Allow show | Simon Rettberg | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | [systemctl] Add support for "journal", which actually uses journalctl | Simon Rettberg | 2020-07-06 | 1 | -3/+9 |
| | |||||
* | [ldap/systemctl] Wrapper script, systemd-ize ldadp handling | Simon Rettberg | 2020-07-06 | 5 | -121/+138 |
| | |||||
* | [scripts/mount-store] Run dir/perm init for unknown mounts too | Simon Rettberg | 2020-03-09 | 1 | -1/+2 |
| | |||||
* | Exec helper: Honor environment from file | Simon Rettberg | 2020-02-25 | 1 | -0/+6 |
| | |||||
* | scripts:system-restore: Don't import minilinux_* from backup | Simon Rettberg | 2020-02-24 | 1 | -0/+9 |
| | | | | | | | | | This would be out of sync with what's actually on the filesystem, so instead, keep the current values by dumping them and importing them again right after the dump from the backup has been imported. This isn't too elegant, but the sql dumps in the backup files would wipe the entire DB, so I can't think of a better way that wouldn't be overly complicated. | ||||
* | scripts/mount-store: Special case cifs wrt. stage4 permissions | Simon Rettberg | 2020-02-24 | 1 | -32/+49 |
| | | | | | | If vmstore is cifs, we cannot rely on posix permissions. Add dnbd3 user to images group and set permissions of stage4 directory accordingly, so dnbd3-server can write to it. | ||||
* | [IrcNotification] New Task | Simon Rettberg | 2020-02-24 | 3 | -0/+399 |
| | |||||
* | scripts/system-restore: Run post-restore scripts | Simon Rettberg | 2020-02-24 | 1 | -0/+6 |
| | |||||
* | [scripts/mount-store] Make stage4 owned by dnbd3 userv3.9 | Simon Rettberg | 2020-02-09 | 1 | -4/+4 |
| |