Commit Graph

  • 9ca3b05ec7 Prepare v0.11.0 main Simon McVittie 2024-10-30 16:07:47 +00:00
  • 73264b77d2 Update NEWS Simon McVittie 2024-10-30 15:20:23 +00:00
  • 833b32d834 Merge pull request #664 from smcv/completions Simon McVittie 2024-10-30 14:55:50 +00:00
  • 4021ac2936 NEWS.md: Add items so far for 0.11.0 Simon McVittie 2024-10-18 17:40:50 +01:00
  • 3e11554a0d completions: Don't try to define more than one variable for pkg-config Simon McVittie 2024-10-18 17:17:24 +01:00
  • 0545e72383 Merge pull request #662 from smcv/cmsg Simon McVittie 2024-10-18 13:35:42 +01:00
  • 1fd7c383ef utils: Ensure that the buffer for struct cmsghdr is suitably-aligned Simon McVittie 2024-10-16 16:22:30 +01:00
  • 33923454fd utils: Don't assume cmsg data is aligned suitably for struct ucred Simon McVittie 2024-10-16 16:13:12 +01:00
  • 759517f892 Merge pull request #663 from smcv/builtin-overflow Simon McVittie 2024-10-17 16:46:47 +01:00
  • bcd9614380 utils: Add a fallback version of xadd, xmul for ancient gcc Simon McVittie 2024-10-16 17:40:13 +01:00
  • c1bfc72043 utils: Add doc-comments for xadd, xmul Simon McVittie 2024-10-16 17:28:16 +01:00
  • ff33964f33 Merge pull request #547 from rhendric/rhendric/overlayfs Simon McVittie 2024-10-16 17:27:17 +01:00
  • f371022ad6 Add --overlay and related options Ryan Hendrickson 2024-10-03 19:02:03 -04:00
  • 50cdea6788 Merge pull request #660 from smcv/stdbool Simon McVittie 2024-10-08 13:38:07 +01:00
  • 812cc7f621 Merge pull request #661 from smcv/Wshadow Simon McVittie 2024-10-08 13:37:27 +01:00
  • 47ff41eb90 Use stdbool.h for booleans Simon McVittie 2024-10-03 18:01:45 +01:00
  • 73abd50683 utils: Avoid shadowing the names of global functions Simon McVittie 2024-10-03 18:13:28 +01:00
  • 5dab8b8916 Merge pull request #659 from smcv/issue657 Simon McVittie 2024-10-08 13:32:25 +01:00
  • 0c9646573f Handle EINTR when doing I/O on files or sockets Simon McVittie 2024-10-03 17:24:25 +01:00
  • 654a25d408 utils: Move TEMP_FAILURE_RETRY reimplementation here Simon McVittie 2024-10-03 17:16:59 +01:00
  • 2a552429ec Merge pull request #566 from TotalCaesar659/patch-1 Simon McVittie 2024-10-01 19:37:33 +01:00
  • 2cca54f7c6 Merge pull request #646 from smcv/wip/smcv/level-prefix Simon McVittie 2024-09-30 20:02:47 +01:00
  • 0f99752f6c Merge pull request #647 from sertonix/bool-options Simon McVittie 2024-09-30 20:02:27 +01:00
  • 2d382867c9 Merge pull request #627 from sertonix/stat--format Simon McVittie 2024-09-30 20:01:06 +01:00
  • c17b4a8709 tests: use stat -c instead of --format for compatibility Sertonix 2024-04-19 15:47:08 +02:00
  • 67400e1af6 Merge pull request #658 from smcv/actions Simon McVittie 2024-09-30 19:54:39 +01:00
  • fc1dd3dd37 workflows: Use latest version of actions/checkout Simon McVittie 2024-09-30 19:49:08 +01:00
  • 11b81bbf10 workflows: Use upload-artifact@v4 Simon McVittie 2024-09-30 19:46:32 +01:00
  • d2f85e51a4 Merge pull request #625 from WhyNotHugo/drop-autotools Simon McVittie 2024-09-03 14:00:12 +01:00
  • 2834c01cab Remove autotools build system Hugo Osvaldo Barrera 2024-04-03 15:15:27 +02:00
  • 89ae6b10a4 Add new --level-prefix option Simon McVittie 2024-08-01 13:37:10 +01:00
  • 9b9fa15a72 utils: Put nearly all diagnostic output through a common log function Simon McVittie 2024-07-24 15:42:31 +01:00
  • 2514597193 test-run: Assert that repeating --chdir logs a warning Simon McVittie 2024-08-15 15:00:57 +01:00
  • dc63ec667e Prepare v0.10.0 Simon McVittie 2024-08-14 09:30:44 +01:00
  • 8b7a174930 Bump version number for a 0.10.0 release candidate Simon McVittie 2024-08-12 18:58:09 +01:00
  • aeeade8ef6 meson: use boolean value for boolean options Sertonix 2024-07-25 21:47:34 +02:00
  • a253257cd2 Add --bind-fd and --ro-bind-fd to let you bind a O_PATH fd. Alexander Larsson 2024-06-18 10:20:36 +02:00
  • 973fe36146 Merge pull request #636 from alexlarsson/fix-flag-typo Simon McVittie 2024-06-18 12:20:35 +01:00
  • 83af951948 Fix SetupOpFlag value to be proper format Alexander Larsson 2024-06-18 10:04:02 +02:00
  • 8e51677abd Prepare v0.9.0 Simon McVittie 2024-03-26 21:08:55 +00:00
  • 041e3c5085 Merge pull request #624 from smcv/ssize-max Simon McVittie 2024-03-26 20:45:59 +00:00
  • b6bbba5ceb utils: Don't let ssize_t overflow when reading very large files Simon McVittie 2024-03-25 17:46:40 +00:00
  • 8653799bb6 release-checklist: Plan to make future releases with meson dist Simon McVittie 2024-03-20 17:21:11 +00:00
  • f4c7e48870 Merge pull request #623 from smcv/codeql Simon McVittie 2024-02-15 14:46:11 +00:00
  • 7fe0996b77 Merge pull request #556 from cgzones/alloc Simon McVittie 2024-02-15 14:45:53 +00:00
  • 65a19f273f Merge pull request #622 from smcv/exeext Simon McVittie 2024-02-15 14:39:11 +00:00
  • 8789aa42e4 workflows: Upgrade codeql-action to v2 Simon McVittie 2024-02-15 14:38:29 +00:00
  • 454bfbf9da Silence Automake warning for items in TESTS being renamed David M. Rogers 2023-04-14 13:52:25 -04:00
  • 82d6197e90 Merge pull request #621 from smcv/readme-sandbox-limitations Simon McVittie 2024-02-15 14:17:51 +00:00
  • 526d6ebd74 Document some potential pitfalls in sandboxing Simon McVittie 2024-02-15 14:03:32 +00:00
  • 623780a35b Merge pull request #619 from smcv/symlink-idempotent Simon McVittie 2024-02-05 11:12:16 +00:00
  • 84dc66c5ee Avoid undefined behavior in realloc Christian Göttsche 2023-02-28 21:44:42 +01:00
  • 422c078ed8 Check for allocation size overflows Christian Göttsche 2024-02-02 20:06:26 +01:00
  • 9aa1b3636b Rework xcalloc Christian Göttsche 2023-02-28 21:44:33 +01:00
  • 5bc4c68006 bwrap(1): Document idempotent creation of symlinks Simon McVittie 2024-01-31 16:45:03 +00:00
  • 913f92be36 tests: Add test coverage for #577 Simon McVittie 2024-01-31 16:19:48 +00:00
  • 51a818858c Merge pull request #577 from jkaivo/main Simon McVittie 2024-01-31 16:20:45 +00:00
  • 4109d59251 Make --symlink idempotent Jakob Kaivo 2023-04-21 18:29:37 -04:00
  • 4872aefb1d Merge pull request #615 from smcv/mount-enospc Simon McVittie 2024-01-29 12:55:39 +00:00
  • 9843f9b2b5 enable debug logging and add a bunch more tracing dev-sane Colin 2024-01-26 04:16:10 +00:00
  • 68a0330ce4 utils: Add a specialized function to print errno for mount(2) Simon McVittie 2024-01-03 15:30:07 +00:00
  • 4351ec20e8 utils: Give warnv() the ability to log strerror() or similar Simon McVittie 2024-01-03 15:02:57 +00:00
  • 5e43e8b1d2 Merge pull request #610 from WhyNotHugo/drop-py34 Simon McVittie 2023-11-02 19:53:46 +00:00
  • d165751294 Drop support for Python<3.4 in demo code Hugo Osvaldo Barrera 2023-11-02 11:20:48 +01:00
  • 7816e01298 Merge pull request #603 from quag/nixos-recursive-test-fix Simon McVittie 2023-10-02 10:08:35 +01:00
  • ebfc8ef87f Merge pull request #604 from quag/readme-test-add Simon McVittie 2023-10-02 10:07:16 +01:00
  • 9cdc26e2d7 Merge pull request #602 from quag/ok_done_testing Simon McVittie 2023-10-02 10:06:08 +01:00
  • 5e2b6a3079 Make test "can pivot to new rootfs recursively" work on NixOS Jonathan Wright 2023-10-01 11:11:28 -07:00
  • 05ce287fba Add testing instructions to README.md Jonathan Wright 2023-10-01 11:10:12 -07:00
  • 0ff3430dff Replace last /bin/bash with bash in test-run.sh Jonathan Wright 2023-09-30 22:08:25 -07:00
  • 70699505e2 Fix typo in test case name (prefxing instead of prefixing) Jonathan Wright 2023-09-30 22:01:19 -07:00
  • 1cba87136e Fix MRs conflicting when they add unit tests Jonathan Wright 2023-09-30 21:48:15 -07:00
  • 4a7bb29257 Merge pull request #599 from swick/wip/mnt-symlink-test Simon McVittie 2023-10-01 13:01:46 +01:00
  • 97468426be Merge pull request #600 from swick/wip/get-newroot-path Simon McVittie 2023-10-01 13:01:38 +01:00
  • 71aa850bf6 Merge pull request #598 from quag/argv0 Simon McVittie 2023-10-01 12:58:06 +01:00
  • 4303430642 Add --argv0 option Jonathan Wright 2023-09-27 19:19:56 -07:00
  • b367272d59 utils: Move get_newroot_path to utils Sebastian Wick 2023-09-28 18:25:37 +02:00
  • ad09be9443 tests: Skip test when host /mnt is a symlink Sebastian Wick 2023-09-28 18:08:38 +02:00
  • ad76c2d6ba Merge pull request #554 from smcv/disable-userns-tests-root Simon McVittie 2023-05-04 19:30:18 +01:00
  • d73a78f7ef Merge pull request #559 from cgzones/compiler Simon McVittie 2023-05-04 19:27:22 +01:00
  • 928638969e bwrap.xml: Get umbrella project back in sync Sebastian Pipping 2023-03-05 00:41:38 +01:00
  • 35e6b2a698 bwrap.xml: Mention CVE-2017-5226 with --new-session Sebastian Pipping 2023-03-05 00:38:51 +01:00
  • 9b246d4297 bwrap.xml: Get product intro back in sync Sebastian Pipping 2023-03-05 00:37:22 +01:00
  • 2f9ce900d4 README.md: Mention --new-session in section "Sandboxing" Sebastian Pipping 2023-03-02 03:51:55 +01:00
  • 9a1d8b7217 README.md: Add --new-session to usage example Sebastian Pipping 2023-03-02 03:54:42 +01:00
  • 29f92713ce README.md: Improve readability of usage example Sebastian Pipping 2023-03-02 03:54:10 +01:00
  • 795eeee77e README, SECURITY: Clarify that bubblewrap does not define a security model Simon McVittie 2023-03-02 17:12:03 +00:00
  • 4518233eac Update URLs to HTTPS TotalCaesar659 2023-03-04 15:35:42 +03:00
  • da63f2bddb Merge pull request #558 from cgzones/close Simon McVittie 2023-03-02 21:49:36 +00:00
  • 1a70cbe8e8 Merge pull request #562 from cgzones/cap_example Simon McVittie 2023-03-02 21:49:17 +00:00
  • 5634e3f89b bwrap.1: mention example format of capability Christian Göttsche 2023-03-02 16:55:48 +01:00
  • 7ef02842eb load_file_data: do not close fd on error to avoid double-close Christian Göttsche 2023-02-28 21:20:03 +01:00
  • ab5eb5c3f5 Declare file local variables static Christian Göttsche 2023-02-28 21:22:55 +01:00
  • fe0da5d368 Use mode_t as parameter type in mkdir_with_parents Christian Göttsche 2023-02-28 21:22:52 +01:00
  • 88004f880a Drop unnecessary cast to same type Christian Göttsche 2023-02-28 21:22:48 +01:00
  • 15ef38c4e3 Avoid implicit conversions Christian Göttsche 2023-02-28 21:22:46 +01:00
  • 2ae2ec3542 Enable and resolve sign comparisson warnings Christian Göttsche 2023-02-28 21:22:37 +01:00
  • 4ab175fe6d Prepare v0.8.0 Simon McVittie 2023-02-27 12:21:03 +00:00
  • 2ba9a9af91 tests: Try harder to evade --disable-userns Simon McVittie 2023-02-23 10:02:01 +00:00
  • 140936fd73 tests: Explicitly unshare userns when testing --disable-userns Simon McVittie 2023-02-23 10:00:47 +00:00