Christer Edwards
|
cc870b2667
|
fix %s->%d regression
|
2021-01-05 18:24:02 -07:00 |
|
Christer Edwards
|
6f043d62e5
|
add required 'pass' to rdr rules
|
2021-01-05 18:00:28 -07:00 |
|
Christer Edwards
|
7c271df2f5
|
Merge pull request #301 from cedwards/release-prep-20210101
version bumps for release preparation
|
2021-01-01 09:32:55 -07:00 |
|
Christer Edwards
|
c9b02fa1dd
|
Merge pull request #302 from cedwards/vnet-checks
adding a couple vnet exceptions for ip4.addr checks
|
2021-01-01 09:27:16 -07:00 |
|
Christer Edwards
|
83a83e087e
|
adding a couple vnet exceptions for ip4.addr checks
|
2021-01-01 09:23:26 -07:00 |
|
Christer Edwards
|
a0feac3f66
|
version bumps for release preparation
|
2021-01-01 09:13:44 -07:00 |
|
Christer Edwards
|
4136f8fff4
|
Merge pull request #296 from chriswells0/require-interface
Verify interface exists when starting jail.
|
2020-12-31 15:00:46 -07:00 |
|
Christer Edwards
|
1120a0eebd
|
Merge pull request #279 from chriswells0/default-templates
Use templates for configuring new jails.
|
2020-12-31 15:00:13 -07:00 |
|
Christer Edwards
|
c337994414
|
Merge pull request #297 from hackacad/zfs_bootstrap
Check if ZFS is enabled in rc.conf and bastille.conf
|
2020-12-23 09:56:20 -07:00 |
|
Christer Edwards
|
d9ee2e190d
|
Merge pull request #298 from hackacad/stop_rdr
stop.sh: clear rdr
|
2020-12-23 09:55:32 -07:00 |
|
Bike Dude
|
ca8819d7b6
|
stop.sh: clear rdr
|
2020-12-15 10:21:11 +01:00 |
|
Bike Dude
|
32a1278326
|
add ZFS check on bootstrap
|
2020-12-15 09:21:26 +01:00 |
|
Bike Dude
|
cbd60032fc
|
add ZFS check on bootstrap
|
2020-12-15 09:12:02 +01:00 |
|
Chris Wells
|
a56c37983c
|
Verify interface exists when starting non-vnet jail.
Closes #128.
|
2020-12-14 12:24:22 -05:00 |
|
Christer Edwards
|
2e5811b1ee
|
Merge pull request #294 from BastilleBSD/247-fix-documentation
update devfs.rules documentation
|
2020-12-13 11:14:27 -07:00 |
|
Christer Edwards
|
857b5d430b
|
cleanup patch; vnet specific
|
2020-12-13 11:11:15 -07:00 |
|
Christer Edwards
|
a3d2f69b71
|
cleanup patch; vnet specific
|
2020-12-13 11:10:29 -07:00 |
|
Christer Edwards
|
7150b63391
|
update VNET devfs documentation
|
2020-12-13 11:05:25 -07:00 |
|
Christer Edwards
|
31dfa2bfba
|
Merge pull request #293 from chriswells0/grep-fixes
Fix grep when UTF-8 is not used.
|
2020-12-13 09:10:36 -07:00 |
|
Chris Wells
|
7675286cd3
|
Fix grep when UTF-8 is not used.
Support tabs and spaces in templates/config.
|
2020-12-12 19:17:20 -05:00 |
|
Christer Edwards
|
be6b1adfb9
|
Merge pull request #285 from chriswells0/hook-conversion
Add ability to convert "hook" files to Bastillefile format.
|
2020-12-12 12:05:35 -07:00 |
|
Christer Edwards
|
4e843be9e3
|
Merge pull request #276 from chriswells0/render-message
Display message about file/directory being rendered.
|
2020-12-12 11:55:04 -07:00 |
|
Christer Edwards
|
62c8060b53
|
Merge pull request #286 from chriswells0/document-limits
Add missing subcommands (limits/config) to docs.
|
2020-12-12 11:54:25 -07:00 |
|
Christer Edwards
|
01494ad3fd
|
Merge pull request #289 from chriswells0/limits-fixes
Update existing limit when a new value is provided.
|
2020-12-12 11:54:05 -07:00 |
|
Christer Edwards
|
574f655cc8
|
Merge pull request #290 from andrewhotlab/master
Respect exec.fib parameter in console command
|
2020-12-12 11:53:38 -07:00 |
|
Christer Edwards
|
160040d2e9
|
Merge pull request #291 from JRGTH/master
Update help usage on update command
|
2020-12-12 11:52:46 -07:00 |
|
Christer Edwards
|
73c500ce3e
|
Merge pull request #288 from chriswells0/config-fixes
Properly escape config property and value.
|
2020-12-12 11:52:04 -07:00 |
|
Christer Edwards
|
81ff4a3243
|
Merge pull request #287 from chriswells0/default-args
Provide JAIL_NAME and JAIL_IP as default template args.
|
2020-12-12 11:51:05 -07:00 |
|
Christer Edwards
|
7c134184c6
|
Merge pull request #292 from PetruGarstea/feature/rctl-logging
log rctl events to /var/log/messages
|
2020-12-12 11:48:07 -07:00 |
|
Chris Wells
|
54f6ef62cd
|
Properly escape config property and value.
|
2020-12-11 18:27:58 -05:00 |
|
Petru Garstea
|
02f9df6cc0
|
log rctl events to /var/log/messages
|
2020-12-11 15:47:48 -05:00 |
|
Jose
|
c6ad100d8a
|
Update help usage on update command
|
2020-12-02 06:41:45 -04:00 |
|
Andrew
|
7d44a39a01
|
Respect jexec.fib parameter in console command
If parameter "exec.fib" exists in jail.conf, use it when jexec'ing into the jail.
|
2020-12-01 13:03:15 +01:00 |
|
Chris Wells
|
c2839f859e
|
Use templates for configuring new jails.
Allow user to override default templates.
Closes #205.
|
2020-11-29 14:19:41 -05:00 |
|
Chris Wells
|
b90d8c60f7
|
Update existing limit when a new value is provided.
Closes #233.
|
2020-11-29 11:34:18 -05:00 |
|
Chris Wells
|
5518273881
|
Provide JAIL_NAME and JAIL_IP as default template args.
Closes #280.
|
2020-11-28 19:55:41 -05:00 |
|
Chris Wells
|
a47b0a43c9
|
Add missing subcommands (limits/config) to docs.
|
2020-11-28 19:03:46 -05:00 |
|
Chris Wells
|
30a8a93fe9
|
Display message about file/directory being rendered.
|
2020-11-28 18:54:14 -05:00 |
|
Chris Wells
|
554f2293c1
|
Add ability to convert "hook" files to Bastillefile format.
|
2020-11-28 17:50:39 -05:00 |
|
Christer Edwards
|
b0c27329c9
|
Merge pull request #284 from chriswells0/stopped-jail-actions
Fix bug preventing commands against stopped jails.
|
2020-11-28 13:12:52 -07:00 |
|
Chris Wells
|
351020d137
|
Fix bug preventing commands against stopped jails.
|
2020-11-28 14:04:15 -05:00 |
|
Christer Edwards
|
ce57d05081
|
Merge pull request #282 from chriswells0/zfs-case
Use uppercase ZFS when appropriate.
|
2020-11-28 11:05:09 -07:00 |
|
Christer Edwards
|
0a9ae633e3
|
Merge pull request #283 from chriswells0/edit-config
Add 'config' command to get/set jail config properties.
|
2020-11-28 11:01:13 -07:00 |
|
Chris Wells
|
4c9f1aca25
|
Add 'config' command to get/set jail config properties.
|
2020-11-28 12:09:56 -05:00 |
|
Chris Wells
|
5e9578ca5e
|
Use uppercase ZFS when appropriate.
|
2020-11-27 19:20:47 -05:00 |
|
Christer Edwards
|
a9ea02b743
|
Merge pull request #281 from tobiastom/patch-1
Clarified the `RENDER` functionality.
|
2020-11-27 10:10:25 -07:00 |
|
Christer Edwards
|
1ffa999f08
|
Merge pull request #278 from chriswells0/warn-function
Create info() and warn() for cleaner print statements.
|
2020-11-27 10:09:29 -07:00 |
|
Christer Edwards
|
e1cda4ba15
|
Merge pull request #273 from JRGTH/master
Upgrade thick jails from bastille
|
2020-11-27 10:07:35 -07:00 |
|
Tobias Tom
|
64b869e295
|
Clarified the RENDER functionality.
|
2020-11-27 12:01:05 +00:00 |
|
Christer Edwards
|
8d3b83bd44
|
Merge pull request #277 from chriswells0/rdr-ranges
Allow port ranges in RDR parameters.
|
2020-11-26 07:54:18 -07:00 |
|