git.lucas.co / cce-authenticator
login authentication (PAM + fingerprint)
git clone https://git.lucas.co/cce-authenticator.git

DateMessageAuthor
2026-09-24Spacing: the ladder, not literalsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Root plate: the toolkit's standard spec, not a hand copyLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Pin workspace dependencies to GitHub, the crates' originLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20PlateSpec carries a Material (cce-ui RFC material, step 2a)Lucas Galante
2026-09-19Depend on cce-ui through git.lucas.co, so this crate builds aloneLucas Galante
2026-09-19docs: three statics, not four; name the test that covers the orderingsLucas Galante
2026-09-19docs: committing is not publishing — origin is a pushable bare repoLucas Galante
2026-09-11idle_poll_interval: tick polls a channel the runner cannot seeLucas Galante
2026-09-06Rename the internal backplate vocabulary to root plate (cce-ui RFC 7a-4)Lucas Galante
2026-08-25feat: root plate onto PlateSpec (cce-ui RFC 7b-2)Lucas Galante
2026-08-25chore: root_plate_* — cce-ui 7a-2 caller migrationLucas Galante
2026-08-22feat: declare the prompt a Utility window — it shouldn't inherit a sizeLucas Galante
2026-08-22feat: paint the dialog as a cce window — plate, carved wells, widget reliefLucas Galante
2026-08-22test: settle the simulation veto with a pure function, not a live bypassLucas Galante
2026-08-22docs: the success path is verifiable too — pkexec's exit status is the oracleLucas Galante
2026-08-22docs: the retry path is verified now, and record how without risking a lockoutLucas Galante
2026-08-22fix: reap the helper on cancel — every cancelled prompt leaked a zombieLucas Galante
2026-08-22fix: stop printing the PAM finger prompt twice, once cut mid-wordLucas Galante
2026-08-22fix: resolve the user from passwd, drop eight unused deps, document the crateLucas Galante
2026-08-22fix: never simulate under a real request, retry failed attempts, honor every cancelLucas Galante
2026-08-21feat: ship the polkit-agent unit — cce-authenticator is the session's authenticatorLucas Galante
2026-08-13build: drop the unused glyphon declarationLucas Galante
2026-08-13build: drop the unused raw-window-handle and pollster declarationsLucas Galante
2026-08-13build: drop the wgpu and bytemuck declarations this crate never usedLucas Galante
2026-08-13build: install via ccebuild instead of hand-listing binariesLucas Galante
2026-07-13refactor: dispatch roots go by WidgetId (cce-ui plumbing retype)Lucas Galante
2026-07-12refactor: cce-authenticator on routed events (6bd shrink — the tail is done)Lucas Galante
2026-07-12refactor: Element -> WidgetHost (cce-ui 6bd flip)Lucas Galante
2026-07-11refactor: widget text via the paint walk, not the text_labels getters (Phase 6ao)Lucas Galante
2026-07-10feat: whole frame via display_list (Phase 6ag) — off legacy path; FIXES invisible textLucas Galante
2026-07-09chore: TextBox -> Adapted<TextBox> (cce-ui Phase 5q migration)Lucas Galante
2026-07-08refactor: adapt Switcher/ContentBg fields to cce-ui Phase 5nLucas Galante
2026-07-08refactor: adapt Button fields to the cce-ui Phase 5 migrationLucas Galante
2026-07-07refactor: create FontSystem via cce_ui::create_font_system_with_system_fontsLucas Galante
2026-06-24refactor: modernize and systematize workspace loggingLucas Galante
2026-06-24Implement ui_context for Application to support default draggable windowLucas Galante
2026-06-19Clean up compiler warningsLucas Galante
2026-06-18refactor: update dependencies and rename clear-ui to cce-uiLucas Galante
2026-06-09Refactor and adapt widgets to use UiContext and scale factorLucas Galante
2026-06-07fix: use VerifyStart with 'any' parameter signature for fprintd D-Bus APILucas Galante
2026-06-07fix: remove insecure success fallback on fingerprint scan errorLucas Galante
2026-06-07docs & logs: trace success and exit paths, fix password verification in Polkit simulationLucas Galante
2026-06-07Allow simulation mode in Polkit agent if CCE_AUTH_SIMULATE is setLucas Galante
2026-06-07Fix Polkit BeginAuthentication D-Bus method signatureLucas Galante
2026-06-07Fix D-Bus object path type signature for RegisterAuthenticationAgentLucas Galante
2026-06-07Implement Polkit authentication agent daemon modeLucas Galante
2026-06-07Initial commitLucas Galante