Commit Graph

2929 Commits

Author SHA1 Message Date
tschettervictor
4e2d001f44 Suppress error if no jail 2025-10-02 13:20:06 -06:00
tschettervictor
afcbae89b7 list: fix listing jails with DHCP 2025-10-02 14:43:27 -04:00
Juan David Hurtado G
0a65cbe4ad Merge pull request #1254 from BastilleBSD/rel/1.1.0.251001
Rel/1.1.0.251001
2025-10-01 13:13:58 -05:00
Juan David Hurtado G
0a03d0f292 release: bump version to 1.1.0.251001 2025-10-01 11:53:28 -05:00
Juan David Hurtado G
efa453141f zfs: Add missing [TAG] text in the usage message 2025-10-01 11:50:01 -05:00
Juan David Hurtado G
4a2a515ab8 Makefile: use | instead of / in sed to prevent fail when the branch has a / in its name 2025-10-01 09:51:05 -05:00
Juan David Hurtado G
a84f4f8c5b Makefile: use variable for Bastille dev version to avoid repetition if anything changes later 2025-10-01 08:33:21 -05:00
Juan David Hurtado G
ad3ee000f1 Makefile: ensure regex usage 2025-10-01 08:18:23 -05:00
Juan David Hurtado G
93dd0ff053 common: fix typo 2025-10-01 06:50:51 -05:00
Juan David Hurtado G
87582657e8 docs: ensure formatting, fix some typos 2025-10-01 06:49:39 -05:00
Juan David Hurtado G
3cef36f5ce common: fix typo 2025-10-01 06:49:07 -05:00
Juan David Hurtado G
9d6453d2d6 .github: ensure one empty line at the end of the document 2025-09-30 16:39:47 -05:00
tschettervictor
bd120c68b6 Merge pull request #1253 from michael-o/version-sort
Apply version (natural) sort to listings
2025-09-30 12:17:44 -06:00
tschettervictor
b1c4c32ebd Merge pull request #1251 from BastilleBSD/tschettervictor-patch-1 2025-09-30 12:07:23 -06:00
Michael Osipov
d6f2a4985e Apply version (natural) sort to listings
When listing jails, releases, or alike sort them version-aware (natural)
where 10 comes not after 1, but after 9.
2025-09-30 20:02:07 +02:00
tschettervictor
b6014dacad fix listing linux jail 2025-09-30 07:57:17 -06:00
tschettervictor
0d92ec1990 Merge pull request #1250 from BastilleBSD/epair-fix
init avoid epair name clash
2025-09-30 07:49:24 -06:00
tschettervictor
27cf17b20a reword error message 2025-09-30 07:48:38 -06:00
tschettervictor
bdd08e0f4e list: support either FreeBSD OR Linux for release 2025-09-28 18:20:36 -06:00
tschettervictor
5769c9c6fe list: properly list jail type
@michael-o 

This is actually a better solution. It didn't cross my mind that we are actually setting IS_FREEBSD_JAIL and IS_LINUX_JAIL in the list command.

For now, if both are detected, it will set JAIL_TYPE to "hybrid" but if that is not agreeable, we can simply leave it at "thick".
2025-09-28 19:55:05 -04:00
tschettervictor
e40b625df3 docs: add networking limitations 2025-09-28 13:27:24 -06:00
tschettervictor
55a464544a typos 2025-09-28 13:10:26 -06:00
tschettervictor
838e10b319 init avoid epair name clash 2025-09-28 12:59:11 -06:00
tschettervictor
dda16adf46 Merge pull request #1249 from BastilleBSD/restart-fix 2025-09-28 11:41:46 -06:00
tschettervictor
a85e7cc7a5 Fix unused error var 2025-09-28 11:25:35 -06:00
tschettervictor
3d8952d8f2 Typo 2025-09-28 11:24:59 -06:00
tschettervictor
8a6627841b restart: be consistent with service command 2025-09-28 11:19:45 -06:00
tschettervictor
16d5d05d73 restart: error if jail is not restarted 2025-09-27 12:34:47 -06:00
tschettervictor
365c96e708 Merge pull request #1246 from BastilleBSD/passthrough-create
Add -P to create command
2025-09-27 12:16:33 -06:00
tschettervictor
c4a98f1364 Merge pull request #1248 from BastilleBSD/tschettervictor-patch-1 2025-09-26 14:18:51 -06:00
tschettervictor
d6393d4572 update: fix updating an EOL jail 2025-09-26 09:25:35 -06:00
tschettervictor
69377d9ed8 update docs 2025-09-25 12:33:37 -06:00
tschettervictor
3fa1e80632 fix passthrough in network subcommand 2025-09-25 12:27:09 -06:00
tschettervictor
5a8e46bd61 fix typo 2025-09-25 12:24:10 -06:00
tschettervictor
3cab4fa124 force overwrite compessed man file 2025-09-25 12:18:17 -06:00
tschettervictor
90d1b6ba32 continue add -P for create 2025-09-25 12:16:41 -06:00
tschettervictor
19c2d17cc1 fix some interface variables 2025-09-24 12:23:51 -06:00
tschettervictor
dada2df077 init support for -P on create 2025-09-24 08:13:30 -06:00
tschettervictor
9e33005549 Merge pull request #1241 from michael-o/fix-sh 2025-09-23 21:36:05 -06:00
Michael Osipov
256f4d5114 Don't quote ${SH} (#1240)
When ${SH} is quoted one cannot replace the shell with another shell with
arguments, e.g., for debugging purposes: SH="sh -x" bastille ...
Don't quote, expect the shell path to never contain a space and be from /etc/shells.

This fixes #1240
2025-09-23 22:01:48 +02:00
tschettervictor
3410cb2946 Merge pull request #1239 from BastilleBSD/tschettervictor-patch-1 2025-09-23 11:06:39 -06:00
tschettervictor
421f887d91 Fix comment for compression=on 2025-09-23 11:06:28 -06:00
tschettervictor
42eae89e70 Merge pull request #1238 from michael-o/trailing-whitespace 2025-09-23 11:05:34 -06:00
Michael Osipov
82958fb7b7 Trim trailing whitespace 2025-09-23 18:51:04 +02:00
tschettervictor
e3d0b74ef1 Merge pull request #1237 from BastilleBSD/tschettervictor-patch-1 2025-09-23 10:07:15 -06:00
tschettervictor
22cc0ea11b Set compress to “on” for zfs compression 2025-09-23 10:00:50 -06:00
tschettervictor
23e398f083 Merge pull request #1232 from BastilleBSD/tschettervictor-patch-1
convert: fix newline
2025-09-19 12:20:13 -06:00
tschettervictor
1b30a035ab convert: fix newline 2025-09-19 14:20:03 -04:00
tschettervictor
d12c1ce007 Merge pull request #1225 from BastilleBSD/network-docs 2025-09-13 12:32:25 -04:00
tschettervictor
b4e0a4a174 Merge pull request #1230 from BastilleBSD/tschettervictor-patch-1
docs: upgrading: Fix update > install
2025-09-13 09:56:43 -04:00