michael
4d40c1a8b9
feat: add Policy, StackPolicy, Storage, Firstrun types
2026-04-26 20:46:28 -07:00
michael
156fe7533e
feat: add Credential and Transport wire types
2026-04-26 20:46:07 -07:00
michael
eb35155c22
chore: add zvariant to workspace deps
2026-04-26 20:45:34 -07:00
michael
b18b5aa838
ci: ensure dbus is installed for daemon tests
2026-04-26 20:42:04 -07:00
michael
2ba5b4da98
chore(packaging): authforge-daemon depends on dbus + policykit
2026-04-26 20:42:03 -07:00
michael
0a6cbe0e1d
feat(packaging): install dbus, polkit, systemd assets into authforge-daemon
2026-04-26 20:42:02 -07:00
michael
aeebfd0f40
feat(packaging): postinst that enables + starts authforge-daemon
2026-04-26 20:42:01 -07:00
michael
49def6e75c
feat(packaging): polkit policy with 7 AuthForge actions
2026-04-26 20:42:00 -07:00
michael
8f35c88b54
feat(packaging): systemd unit + D-Bus activation/policy files
2026-04-26 20:41:56 -07:00
michael
31432517cc
docs: expand Phase 1 to step granularity (D-Bus, systemd, polkit)
2026-04-26 17:03:13 -07:00
michael
f50c7b2e82
Rename project: ubuntu-fido -> authforge
...
Renames the package and all artifacts to authforge to drop the
distro-specific prefix, since the roadmap targets Ubuntu + Debian +
KDE + eventually Fedora (option C in the design).
- deb packages: authforge, authforge-{daemon,pam,cli,gui,gnome-integration}
- binaries: authforged, authforgectl, authforge (GUI)
- D-Bus name: io.dangerousthings.AuthForge
- PAM module: pam_authforge_pending.so
- Paths: /etc/authforge/, /var/lib/authforge/, /usr/share/pam-configs/authforge
- PPA: ppa:dangerousthings/authforge
Filesystem path /home/work/VSCodeProjects/ubuntu_fido/ left as-is for
historical reference; can rename later via git mv at the dir level.
Verified: cargo build/test/clippy/fmt clean, pam builds, gui builds,
all 5 debs produced.
2026-04-26 16:53:11 -07:00
michael
c6a5e942c9
Fix GUI placeholder: drop ToolbarView (libadwaita-rs 0.6 feature-gate)
2026-04-26 15:29:25 -07:00
michael
c45989b876
Add BUILDING.md documenting deferred build steps
2026-04-26 15:15:57 -07:00
michael
0cb9620e42
Apply rustfmt to cli main
2026-04-26 15:09:10 -07:00
michael
98d2502244
Add GitHub Actions CI: cargo fmt/clippy/test, PAM build, deb build
2026-04-26 14:49:48 -07:00
michael
9e3090ca88
Add Debian packaging skeleton (5 component debs, debhelper-13)
2026-04-26 14:48:00 -07:00
michael
9627ca7533
Add GUI crate skeleton with libadwaita placeholder (build deferred until libgtk-4-dev/libadwaita-1-dev installed)
2026-04-26 14:43:04 -07:00
michael
e6db10f5a9
Add PAM module stub (build deferred until libpam0g-dev installed)
2026-04-26 14:42:53 -07:00
michael
ab5b158dc3
Add cli crate skeleton
2026-04-26 14:40:44 -07:00
michael
e3ab53c3c6
Add daemon crate skeleton
2026-04-26 14:31:06 -07:00
michael
97de4206d4
Add Cargo workspace + common crate with Mode and Method types
2026-04-26 14:19:47 -07:00
michael
d59fbf4e4e
Initial commit: license, gitignore, readme, design docs
2026-04-26 14:12:17 -07:00