aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Expand)Author
2012-11-12v2.1.11Mihai Bazon
2012-11-09declare dependency versions...close #40 Mihai Bazon
2012-11-08v2.1.10Mihai Bazon
2012-11-07v2.1.9Mihai Bazon
2012-11-07v2.1.8Mihai Bazon
2012-11-07v2.1.7Mihai Bazon
2012-11-01v2.1.6Mihai Bazon
2012-10-30v2.1.5Mihai Bazon
2012-10-25v2.1.4Mihai Bazon
2012-10-24v2.1.3Mihai Bazon
2012-10-22v2.1.2Mihai Bazon
2012-10-18v2.1.1Mihai Bazon
2012-10-17v2.1.0Mihai Bazon
2012-10-03added package.jsonMihai Bazon
/span>Ludovic Courtès 2022-12-06services: fail2ban: 'stop' returns #f when the dameon is stopped....* gnu/services/security.scm (fail2ban-shepherd-service): Change FAIL2BAN-ACTION to return an 'invoke' gexp. Adjust the shepherd 'start' and 'stop' fields accordingly. Have 'stop' return #f on success. Ludovic Courtès 2022-09-14gnu: fail2ban-service-type: Improve extra-content fields....* gnu/services/security.scm (fail2ban-jail-configuration)[extra-content]: Change to text-config. (fail2ban-configuration)[extra-content]: Change to text-config. * gnu/doc/guix.texi: Update type of extra-content fields. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> muradm 2022-09-01gnu: fail2ban-service-type: Fix documentation typos....Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> muradm 2022-09-01gnu: fail2ban-service-type: Improve jail configuration serialization....* gnu/services/security.scm (fail2ban-jail-configuration) [name]: Should use empty-serializer. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> muradm 2022-09-01gnu: fail2ban-service-type: Fix field name serialization....* gnu/services/security.scm: Wrong condition in string-filter function in fail2ban-jail-configuration-serialize-field-name. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> muradm 2022-08-28gnu: security: Add fail2ban-service-type....* gnu/services/security.scm: New module. * gnu/tests/security.scm: New module. * gnu/local.mk: Add new security module and tests. * doc/guix.text: Add fail2ban-service-type documentation. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> muradm