summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [DeleteDirectory] New taskSimon Rettberg2019-10-092-3/+63
* [DeleteFile] Allow deleting files in HTTP boot dirSimon Rettberg2019-09-131-1/+1
* [DownloadText] Simplify conversionSimon Rettberg2019-09-131-1/+1
* [DownloadText] Buffer everything before converting to UTF-8Simon Rettberg2019-09-131-3/+4
* [DownloadText] Increase max size to 1MSimon Rettberg2019-09-131-1/+1
* [SshdConfigGenerator] Unique filename for pubkeySimon Rettberg2019-09-131-2/+4
* [CompileIPxeNew] 'nice' make, use all cores (-jN)Simon Rettberg2019-04-161-6/+31
* [CreateLdapConfig] Pass through nohomewarn as SHARE_NO_HOME_WARNSimon Rettberg2019-04-081-0/+3
* [CompileIPxeNew] Use kkkpxe for ipxelinux.0 symlinkSimon Rettberg2019-03-261-2/+2
* [CompileIPxeLegacy] (Re-)add log outputSimon Rettberg2019-03-091-2/+26
* [*IPxe*] Copy legacy files with .0 appended (compat)Simon Rettberg2019-03-052-4/+24
* [CompileIPxe*] Separate legacy pxelinux and new ipxe-only approachSimon Rettberg2019-02-124-16/+226
* [CreateLdapConfig] Fix detection of valid CNSimon Rettberg2018-11-221-1/+1
* [CreateLdapConfig] Support ldadp genuid featureSimon Rettberg2018-11-221-0/+6
* [RemoteReboot] Refactor, better cleanupSimon Rettberg2018-04-191-18/+28
* [BackupRestore] Increase timeout to 3 minutesSimon Rettberg2018-04-191-1/+1
* [SleepTask] Don't fail if sleeping was interruptedSimon Rettberg2018-04-191-1/+4
* [RemoteReboot] Fix formattingSimon Rettberg2018-04-051-16/+20
* [RemoteReboot] Switched from the jcabi-ssh library to the jsch library.Udo Walter2018-03-271-10/+44
* [MountVmStore] Support passing custom mount optionsSimon Rettberg2018-03-211-2/+15
* [CreateLdapConfig] Adapt to new config formatSimon Rettberg2018-03-151-70/+45Star
* [CreateLdapconfig] Fall back to homeDirectory for home dir if none was givenSimon Rettberg2017-12-211-0/+3
* [PortScan] Slightly better error message + timeoutSimon Rettberg2017-12-181-2/+2
* [CreateLdapConfig] Make sure uidnumber and localhome won't be remapped in AD ...Simon Rettberg2017-12-131-0/+4
* Update for WS17/18 (systemctl, rebootctl)Simon Rettberg2017-12-062-19/+35
* [*ldap*] Support new mapping features and fixNumeric switchSimon Rettberg2017-08-163-46/+144
* Util: Add isEmpty helper for stringsSimon Rettberg2017-08-161-0/+5
* Fix deprecation warningSimon Rettberg2017-08-161-1/+2
* [CreateLdapConfig] Check for null in escapeBashStringSimon Rettberg2017-04-211-0/+2
* [RemoteReboot] Apply code formattingSimon Rettberg2017-04-111-59/+68
* [RemoteReboot] Use idleaction scripts, more error handling/loggingSimon Rettberg2017-04-111-12/+30
* [RemoteReboot] Give up online check after 3 minutes, try more portsSimon Rettberg2017-04-081-39/+71
* [RemoteReboot] Introduce class for client list, enum for status, some sanity ...Simon Rettberg2017-04-081-33/+54
* [LighttpdHttps] Support setting HTTPS redirectionSimon Rettberg2017-03-291-7/+52
* [CreateLdapConfig] Fix name of variable for additional sharesSimon Rettberg2017-03-021-1/+1
* [LighttpdHttps] fix NPE when importing certificateSimon Rettberg2017-03-021-2/+2
* [CreateLdapConfig] Add shareDomain and credentialPassthroughSimon Rettberg2017-02-211-7/+30
* Add RemoteReboot taskUdo Walter2017-02-141-0/+162
* [RecompressArchive] Handle exception when adding file to archiveSimon Rettberg2016-12-011-2/+8
* [LdapSearch] Add missing return statementsSimon Rettberg2016-12-011-3/+9
* [PortScan] Handle openssl output when connecting to non-SSL port properlySimon Rettberg2016-12-011-8/+16
* [util/Archive] Enable long filename support (POSIX extension)Simon Rettberg2016-10-271-1/+3
* [CompileIPxe] Support usb stick generationSimon Rettberg2016-09-011-4/+4
* [LinkConfigTgz] Passing empty target means remove linkSimon Rettberg2016-09-011-11/+17
* [ldap/ad] Support home directory remapping optionsSimon Rettberg2016-05-204-30/+130
* [ipxe] Also create usb imageSimon Rettberg2016-05-201-5/+27
* [createldapconfig] Prevent acidentally passed string "false" from being used ...Simon Rettberg2016-01-211-1/+1
* [CompileIPxe] remove v4 subdir for ipxelinux.0 destination dirSimon Rettberg2015-12-111-1/+1
* [RecompressArchive] Fix potential concurrent modification caseSimon Rettberg2015-10-291-1/+2
* [PortScan] Try to verify remote certificateSimon Rettberg2015-10-291-14/+73