aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v0.24.22HEADv0.24.22masterJani Välimaa2023-01-072-1/+2
|
* Rename rpm-helper.macros as macros.rpm-helper and install it into ↵Jani Välimaa2023-01-073-5/+8
| | | | /usr/lib/rpm/macros.d
* bump version to 0.24.21v0.24.21Guillaume Rousse2020-12-202-1/+6
|
* revert default key length for SSL certificates 2048 bitsGuillaume Rousse2020-12-202-2/+2
|
* v0.24.20v0.24.20Jani Välimaa2020-10-042-1/+4
|
* Really default to 4096 bit SSL certificatesJani Välimaa2020-10-041-1/+1
| | | | /etc/sysconfig/ssl is sourced when create-ssl-certificate is executed.
* Add .gitignoreJani Välimaa2020-10-041-0/+1
|
* v0.24.19v0.24.19Jani Välimaa2020-10-042-1/+2
|
* Makefile: create annotated tagsJani Välimaa2020-10-041-1/+1
|
* Clean NEWS a bitJani Välimaa2020-10-041-2/+2
|
* create-ssl-certificate: default to 4096 bit SSL certificates (mga#27359)Jani Välimaa2020-10-042-1/+3
|
* New version: 0.24.18v0.24.18Olav Vitters2020-07-252-1/+6
|
* add-service: ShellCheck: fix loads of shellcheck warningsOlav Vitters2020-07-251-40/+40
|
* add-group: ShellCheck: fix various quoting issuesOlav Vitters2020-07-251-5/+5
|
* add-shell: ShellCheck: fix undefined behaviourOlav Vitters2020-07-251-1/+1
|
* add-webapp: ShellCheck: fix quoting issueOlav Vitters2020-07-251-1/+1
|
* add-user: ShellCheck: fix quoting issuesOlav Vitters2020-07-251-2/+2
|
* create-file: ShellCheck: fix quoting issuesOlav Vitters2020-07-251-4/+4
|
* create-ssl-certificate: ShellCheck: fix quoting issues and undefined behaviourOlav Vitters2020-07-251-10/+10
|
* del-service: ShellCheck fix quoting issuesOlav Vitters2020-07-251-8/+8
| | | | | some are on purpose, so leaving those in. Fixing properly is too much effort
* del-shell: ShellCheck: fix quoting and redirection without a commandOlav Vitters2020-07-251-2/+2
|
* del-webapp: ShellCheck: Double quote to prevent globbing and word splittingOlav Vitters2020-07-251-1/+1
|
* show project as Mageia instead of MandrivaOlav Vitters2020-07-258-8/+8
|
* correctly check if systemd has bootedOlav Vitters2020-07-253-5/+5
|
* New version: 0.24.17v0.24.17Colin Guthrie2015-04-012-1/+2
|
* ssl: Change default key length to 2048.David Walser2015-04-013-2/+4
| | | | | | | Various browsers and other clients are dropping support for 1024-SSL certificates so we should not generate them by default. mga#15576
* New version: 0.24.16v0.24.16Colin Guthrie2014-10-282-1/+2
|
* Deal with xinetd.d services properly (e.g. sane mga#14397)Colin Guthrie2014-10-283-6/+10
|
* New version: 0.24.15v0.24.15Colin Guthrie2014-10-272-1/+2
|
* Don't leak failure exit code from del-service when no sysvinit script exists.Colin Guthrie2014-10-272-1/+4
|
* Be quieter when disabling services on uninstall too.Colin Guthrie2014-10-092-1/+3
| | | | | | | | We don't really care about leaving left over cruft here as the package is getting removed. Dangling symlinks and such like can just be left there without getting in the way too much. (and this should be rare anyway)
* New version: 0.24.14v0.24.14Colin Guthrie2014-10-092-1/+2
|
* Be quieter when enabling services, but tell the user when it goes wrongColin Guthrie2014-10-092-1/+8
|
* New version: 0.24.13v0.24.13Colin Guthrie2014-10-082-1/+2
|
* Use systemctl enable if preset fails (which it will for sysvinit)Colin Guthrie2014-10-082-1/+4
|
* Allow add-service to defer to chkconfig when dealing xinetd servicesColin Guthrie2014-10-081-1/+3
|
* build-sys: Fix clean rules for tarball extensionColin Guthrie2014-08-191-1/+1
|
* New version: 0.24.12v0.24.12Colin Guthrie2014-07-272-1/+2
|
* Switch to git tagging in MakefileColin Guthrie2014-07-271-4/+3
|
* Use systemctl preset rather than enable.Colin Guthrie2014-07-272-1/+2
| | | | | | | | | | | This will use the package preset rules rather than hardcoding enabling which allows use to separate policy from action. We should really update msec to write out /etc/systemd/system-preset/*.preset file according to the current system level. This would replace our parsing of /etc/security/msec/server file (which is a symlink) in these scripts and would allow administrators (or just the security level itself) to dictate whether newly installed services are enabled or not when installed.
* Drop hacky workaround for systemd reload on sysv initscript package removalColin Guthrie2014-07-272-8/+2
| | | | | | | | | | | | | | Due to the fact that systemd is reload by chkconfig, it will still think the service exists. A hacky patch was included which rm'ed the sysvinit script and then reloaded systemd again, which worked but caused errors from rpm when removing packages complaining that a file it controlled did not exist (which was correct). It's actually much better to fix this with a filetrigger. We actually already ship a filetrigger that performs appropriate daemon-reloads, but it only matched on native units. Simply changing the regexp to include sysvinit script paths too should fix the problem equally well, but in a much less hacky way.
* Drop systemd migration scripts we never used.Colin Guthrie2014-07-275-105/+3
|
* New release: 0.24.11v0.24.11Colin Guthrie2012-09-302-1/+2
|
* Fix NEWS (my editor was somehow scrolled down past the first line and I ↵Colin Guthrie2012-09-301-3/+4
| | | | didn't see the release marker (*sigh*)
* Switch to xz archiveColin Guthrie2012-09-301-2/+1
|
* Fix typoColin Guthrie2012-09-302-2/+2
|
* Sync del-service unit finding code with add-service.Colin Guthrie2012-09-301-18/+34
| | | | | This is actually where the non-relative symlinks in chroots might occur as technically all packges will only include relative symlinks.
* Make the code a little more compact + deal slightly better with ↵Colin Guthrie2012-09-302-17/+12
| | | | non-releative symlinks in chroots
* Mark a fresh install of a systemd service as 'migrated' to avoid subsequent ↵Colin Guthrie2012-09-302-0/+5
| | | | checks on upgrade.
* Update NEWSColin Guthrie2012-09-301-0/+1
|