summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [*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
| | | | checks
* [LighttpdHttps] Support setting HTTPS redirectionSimon Rettberg2017-03-291-7/+52
| | | | This implements #3058
* [CreateLdapConfig] Fix name of variable for additional sharesSimon Rettberg2017-03-021-1/+1
|
* [LighttpdHttps] fix NPE when importing certificateSimon Rettberg2017-03-021-2/+2
| | | | | d4ccf048ac965360c4d8cda1541cc924eee72570 broke it by reordering lines in a nonsensical way.
* [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
| | | | as cert
* [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
|
* [LdapSearch] Fix NPESimon Rettberg2015-10-291-1/+7
|
* [CreateLdapConfig] Only regen local certs if CN changed; handle ca-bundle ↵Simon Rettberg2015-10-291-2/+54
| | | | based server verification
* [CreateLdapConfig] Only generate certificates if none exist yetSimon Rettberg2015-09-301-9/+11
|
* [MountVmStore] Increase timeout to 60sSimon Rettberg2015-09-301-1/+1
|
* [Https] Increase timeouts, use systemctl fort restartSimon Rettberg2015-09-301-4/+4
|
* [MountVmStore] Timeout quicker, return exit code in statusSimon Rettberg2015-09-291-1/+3
|
* [DiskStat] List all mount points (bind mounts etc)Simon Rettberg2015-09-291-1/+1
|
* Allow only one running instance of critical tasksSimon Rettberg2015-09-285-6/+49
|
* UpdateSimon Rettberg2015-09-184-23/+51
|
* minor changesSimon Rettberg2015-09-133-196/+1Star
|
* Add LDAP support to previously AD-only tasksSimon Rettberg2015-09-133-27/+270
|
* Always include home-mount-script in ad module; add support for fetching ↵Simon Rettberg2015-06-262-124/+1Star
| | | | homedir-server directly from AD
* Add new tasks, add timeouts to system process tasksSimon Rettberg2015-06-1714-12/+151
|
* Update CreateAdConfig to match new ldadp config formatSimon Rettberg2015-05-046-17/+128
|
* Add PortScan taskSimon Rettberg2015-05-041-0/+152
|
* BumpSimon Rettberg2015-02-243-2/+11
|
* [CreateAdConfig] Adapt to sssd (instead of nslcd)Simon Rettberg2015-02-092-37/+49
|
* sshd configSimon Rettberg2015-02-062-25/+28
|
* [RecompressArchive] Use temporary file for compression, only move to ↵Simon Rettberg2015-01-271-6/+17
| | | | destination on success
* StuffSimon Rettberg2015-01-2315-27/+243
|
* [LighttpdHttps] Allow importing a certificate chainSimon Rettberg2014-11-181-2/+14
|
* Many improvements and additions:Simon Rettberg2014-11-187-34/+226
| | | | | | | - 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-123-0/+29
| | | | before starting downloading.
* LdapSearch: Add option to search for specific user to get their dnSimon Rettberg2014-10-151-4/+18
|
* New task: BackupRestoreSimon Rettberg2014-10-151-0/+86
|