diff src/lib.rs @ 92:5ddbcada30f2

Add the ability to log against a PAM handle. PAM impls provide a way to log to syslog. This exposes it via nonstick.
author Paul Fisher <paul@pfish.zone>
date Sun, 22 Jun 2025 19:29:32 -0400
parents c30811b4afae
children f3e260f9ddcb
line wrap: on
line diff
--- a/src/lib.rs	Wed Jun 18 16:30:41 2025 -0400
+++ b/src/lib.rs	Sun Jun 22 19:29:32 2025 -0400
@@ -33,6 +33,7 @@
 
 #[cfg(feature = "link")]
 mod libpam;
+pub mod logging;
 
 #[cfg(feature = "link")]
 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle};