summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [ad] Mount-cifs: Try different mount options (smb3 etc)Simon Rettberg2016-05-201-12/+10Star
|
* [ldap/ad] Add pam line for bwidm authSimon Rettberg2016-04-262-4/+7
|
* [ipxe] use-cached was undocumented and has no effect anymore; use ifopenSimon Rettberg2016-02-191-4/+9
|
* [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
|
* [ipxe-template] Remove v4/ prefixSimon Rettberg2015-12-111-1/+0Star
|
* [mountscript] More debug and fallbackSimon Rettberg2015-11-051-9/+20
|
* [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
* [ldadp-launcher] Move logs to /var/log/ldadpSimon Rettberg2015-10-271-2/+2
|
* [dozmod-upgrade] Disable email notifications by default, will be enabled ↵Simon Rettberg2015-09-301-2/+2
| | | | when account is merged
* [CreateLdapConfig] Only generate certificates if none exist yetSimon Rettberg2015-09-301-9/+11
|
* [MountVmStore] Increase timeout to 60sSimon Rettberg2015-09-301-1/+1
|
* [system-restore] Only restore dozmod config from old configuration if told ↵Simon Rettberg2015-09-301-2/+6
| | | | to do so
* [Https] Increase timeouts, use systemctl fort restartSimon Rettberg2015-09-302-5/+5
|
* [MountVmStore] Timeout quicker, return exit code in statusSimon Rettberg2015-09-292-2/+4
|
* Update dozmod-upgrade.sqlSimon Rettberg2015-09-291-8/+11
|
* [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
|
* [mount-store] Beefed up retry logicSimon Rettberg2015-09-281-48/+71
|
* Remove commented out, malformed hack from dozmod-upgrade.sqlSimon Rettberg2015-09-281-3/+0Star
|
* [mountscript] Send more debug info on slxlogSimon Rettberg2015-09-221-1/+1
|
* [mountscript] Fix passing password to ldapsearch (remove trailing newline)Simon Rettberg2015-09-221-3/+6
|
* Add dozmod database upgrade script to restore featureSimon Rettberg2015-09-222-0/+140
|
* UpdateSimon Rettberg2015-09-186-43/+82
|
* minor changesSimon Rettberg2015-09-133-196/+1Star
|
* Add LDAP support to previously AD-only tasksSimon Rettberg2015-09-133-27/+270
|
* Fix pam scripts (ldap -> sss)Simon Rettberg2015-09-136-11/+9Star
|
* Refine mount script, updater backup/restore to handle new dozmod dbSimon Rettberg2015-09-053-31/+102
|
* [tmlite-bwlp] mount-store script: corr. var $RANDOMroot2015-07-101-1/+1
|
* Always include home-mount-script in ad module; add support for fetching ↵Simon Rettberg2015-06-263-150/+35Star
| | | | homedir-server directly from AD
* Add new tasks, add timeouts to system process tasksSimon Rettberg2015-06-1715-12/+154
|
* Update CreateAdConfig to match new ldadp config formatSimon Rettberg2015-05-046-17/+128
|
* Add PortScan taskSimon Rettberg2015-05-041-0/+152
|
* [mount-store] Don't use unix extensions, so permission checking will happen ↵Simon Rettberg2015-04-231-1/+1
| | | | server side
* BumpSimon Rettberg2015-02-246-5/+33
|
* Fix AD pam and scriptsSimon Rettberg2015-02-126-23/+23
|
* [CreateAdConfig] Adapt to sssd (instead of nslcd)Simon Rettberg2015-02-095-39/+79
|
* sshd configSimon Rettberg2015-02-062-25/+28
|
* [mount-store] Add success messageSimon Rettberg2015-01-281-6/+14
|
* [RecompressArchive] Use temporary file for compression, only move to ↵Simon Rettberg2015-01-271-6/+17
| | | | destination on success
* StuffSimon Rettberg2015-01-2321-36/+306
|
* Pimp my boot menuSimon Rettberg2014-11-252-36/+65
|
* [backup] Don't forget ca-chainSimon Rettberg2014-11-191-0/+1
|
* [https] Forgot to chmod 0600 the self-signed certificateSimon Rettberg2014-11-181-0/+1
|
* [LighttpdHttps] Allow importing a certificate chainSimon Rettberg2014-11-182-9/+30
|
* Many improvements and additions:Simon Rettberg2014-11-1810-36/+359
| | | | | | | - 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-124-0/+35
| | | | before starting downloading.