index
:
wg-wrap.git
main
wg-wrap runs commands in network namespaces configured with userspace wireguard tunnels.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
namespace
/
namespace.go
Age
Commit message (
Expand
)
Author
2026-05-29
feat: harden bootstrap and optimize network data path
James O'Doherty
2026-05-29
refactor: improve resource management and cleanup patterns
James O'Doherty
2026-05-29
Refactor rootless namespace joining to use C launcher
James O'Doherty
2026-05-29
security, refactor: resolve critical namespace escapes, path traversal, concu...
James O'Doherty
2026-05-29
refactor: optimize file cleanups, propagate exit codes, and fix Makefile
James O'Doherty
2026-05-29
feat: implement userspace wireguard data-path and unprivileged host fd-passing
James O'Doherty
2026-05-22
Security hardening: prevent shell injection and null-byte crashes, implement ...
James O'Doherty
2026-05-22
feat: add argument verification diagnostic and secure temp files for launcher
James O'Doherty
2026-05-22
docs: update README and AGENTS.md to reflect embedded launcher architecture
James O'Doherty
2026-05-22
feat: implement rootless network isolation bootstrap and C launcher
James O'Doherty
2026-05-22
Implement platform compatibility stubs and update AGENTS.md
James O'Doherty