[PR #242] [MERGED] 1.10.0 #1900

Closed
opened 2026-04-27 22:35:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/242
Author: @oschwartz10612
Created: 2/23/2026
Status: Merged
Merged: 2/23/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

4 files changed (+219 additions, -63 deletions)

View changed files

📝 authdaemon/connection.go (+2 -2)
📝 authdaemon/host_linux.go (+192 -45)
📝 authdaemon/routes.go (+4 -2)
📝 main.go (+21 -14)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/242 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`051ab6c`](https://github.com/fosrl/newt/commit/051ab6ca9d9df871423a8927d59dbf71d829dc48) Remove legacy ssh - [`9526768`](https://github.com/fosrl/newt/commit/9526768dfe996c6cf1dc3de005d1d74456a18ac4) Add basic newt command relay to auth daemon - [`0af6fb8`](https://github.com/fosrl/newt/commit/0af6fb8fef53145f49c1f7f021d59cf5c149c56b) Add round trip tracking for any message - [`e06b8de`](https://github.com/fosrl/newt/commit/e06b8de0a74e5b90b65a4b5f1c5d6bf05a02b8f0) add auth daemon - [`8609be1`](https://github.com/fosrl/newt/commit/8609be130e62686c1a1506567e813ba811ef6697) remove defaults - [`759e4c5`](https://github.com/fosrl/newt/commit/759e4c5bac7afa28420e85889edae282adee0cd5) Add daemon into newt - [`60dac98`](https://github.com/fosrl/newt/commit/60dac985144b19f1f338934b2967988398eb207f) fix flag - [`5d04be9`](https://github.com/fosrl/newt/commit/5d04be92f79d5e4d66f2ce184efa538874914f37) Allow sudo passwordless - [`556be90`](https://github.com/fosrl/newt/commit/556be90b7ed5a1ed871bda55c3ec2403f20aecae) support sudo configuration and daemon mode - [`01e2ba3`](https://github.com/fosrl/newt/commit/01e2ba31b70c7c217f6b2ee20cef8752e7233f04) Merge branch 'main' into dev ### 📊 Changes **4 files changed** (+219 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `authdaemon/connection.go` (+2 -2) 📝 `authdaemon/host_linux.go` (+192 -45) 📝 `authdaemon/routes.go` (+4 -2) 📝 `main.go` (+21 -14) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 22:35:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1900