Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
| | ||||||
* | [Symlink] And don't follow symlinks when checking if file exists | Steffen Ritter | 2020-02-06 | 1 | -1/+2 | |
| | ||||||
* | scripts/mount-store: hack for missing dnbd3 folder | Jonathan Bauer | 2020-01-24 | 1 | -0/+10 | |
| | ||||||
* | [Symlink] Don't follow symlinks when deleting old link source | Simon Rettberg | 2020-01-17 | 1 | -1/+23 | |
| | ||||||
* | [WakeOnLan] Native Java implementation | Simon Rettberg | 2020-01-10 | 1 | -38/+102 | |
| | | | | Gets rid of any dependency on installed tools. | |||||
* | [MakeTarball] Task for creating tar from text/blob data | Simon Rettberg | 2020-01-08 | 1 | -0/+83 | |
| | ||||||
* | [MountVmStore] Add support for dnbd3 with no NFS fallback | Simon Rettberg | 2019-12-16 | 2 | -0/+7 | |
| | | | | | Don't enable the /srv/openslx/nfs export on the server if internal storage is being used, but NFS fallback is disabled. | |||||
* | Update gitignore | Simon Rettberg | 2019-12-11 | 1 | -1/+3 | |
| | ||||||
* | Revert "Add start script (now that we need to load plugins externally)" | Simon Rettberg | 2019-12-11 | 1 | -1/+0 | |
| | | | | | | Doesn't belong here, already in daemon repo This reverts commit ec6e23cfe982782f0600ba93eb80b3b84a1be048. | |||||
* | Add start script (now that we need to load plugins externally) | Simon Rettberg | 2019-12-11 | 1 | -0/+1 | |
| | ||||||
* | [RemoteExec+WakeOnLan] New tasks for remotereboot slx-admin module | Simon Rettberg | 2019-12-11 | 2 | -0/+377 | |
| | ||||||
* | [CopyDirectory] New task for new minilinux slx-admin module | Simon Rettberg | 2019-12-11 | 1 | -0/+73 | |
| | ||||||
* | [Symlink] Rename and refit from LinkConfigTgz | Simon Rettberg | 2019-12-11 | 2 | -73/+83 | |
| | ||||||
* | Simplify some code, remove unused stuff | Simon Rettberg | 2019-12-10 | 2 | -11/+3 | |
| | ||||||
* | [scripts/mount-store] Semi-support custom local mounts in "internal" mode | Simon Rettberg | 2019-12-10 | 1 | -23/+48 | |
| | ||||||
* | [DownloadFiles] Task for batch downloads | Simon Rettberg | 2019-10-09 | 1 | -0/+289 | |
| | | | | Supports using custom GPG pubkey for verification of downloaded files | |||||
* | Util: isEmpty: Use regex; add parseInt | Simon Rettberg | 2019-10-09 | 1 | -2/+27 | |
| | ||||||
* | [DeleteDirectory] New task | Simon Rettberg | 2019-10-09 | 2 | -3/+63 | |
| | ||||||
* | [DeleteFile] Allow deleting files in HTTP boot dir | Simon Rettberg | 2019-09-13 | 1 | -1/+1 | |
| | ||||||
* | [DownloadText] Simplify conversion | Simon Rettberg | 2019-09-13 | 1 | -1/+1 | |
| | ||||||
* | [DownloadText] Buffer everything before converting to UTF-8 | Simon Rettberg | 2019-09-13 | 1 | -3/+4 | |
| | | | | | | As we read the incoming data in chunks, if a multi-byte UTF-8 char were at such a chunk boundary, it would break during conversion, so buffer everything first and convert later in one go. | |||||
* | [DownloadText] Increase max size to 1M | Simon Rettberg | 2019-09-13 | 1 | -1/+1 | |
| | ||||||
* | [SshdConfigGenerator] Unique filename for pubkey | Simon Rettberg | 2019-09-13 | 1 | -2/+4 | |
| | | | | This will allow for simple combination of multiple ssh config modules. | |||||
* | [CompileIPxeNew] 'nice' make, use all cores (-jN) | Simon Rettberg | 2019-04-16 | 1 | -6/+31 | |
| | ||||||
* | [CreateLdapConfig] Pass through nohomewarn as SHARE_NO_HOME_WARN | Simon Rettberg | 2019-04-08 | 1 | -0/+3 | |
| | ||||||
* | ipxe template: Fixes, more status output | Simon Rettberg | 2019-03-26 | 1 | -3/+10 | |
| | ||||||
* | [CompileIPxeNew] Use kkkpxe for ipxelinux.0 symlink | Simon Rettberg | 2019-03-26 | 1 | -2/+2 | |
| | ||||||
* | [CompileIPxeLegacy] (Re-)add log output | Simon Rettberg | 2019-03-09 | 1 | -2/+26 | |
| |