Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
91:039aae9a01f7 | 92:5ddbcada30f2 |
---|---|
31 | 31 |
32 pub mod handle; | 32 pub mod handle; |
33 | 33 |
34 #[cfg(feature = "link")] | 34 #[cfg(feature = "link")] |
35 mod libpam; | 35 mod libpam; |
36 pub mod logging; | |
36 | 37 |
37 #[cfg(feature = "link")] | 38 #[cfg(feature = "link")] |
38 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle}; | 39 pub use crate::libpam::{LibPamHandle, OwnedLibPamHandle}; |
39 #[doc(inline)] | 40 #[doc(inline)] |
40 pub use crate::{ | 41 pub use crate::{ |