log src/conv.rs @ 156:66e662cde087 default tip

age author description
Sun, 06 Jul 2025 19:10:26 -0400 Paul Fisher Split PAM items into their own separate struct.
Sat, 05 Jul 2025 22:12:46 -0400 Paul Fisher Turn everything into OsString and Just Walk Out! for strings with nul.
Tue, 01 Jul 2025 06:11:43 -0400 Paul Fisher Transfer over (almost) completely to using libpam-sys.
Mon, 23 Jun 2025 14:26:34 -0400 Paul Fisher Make conversation trait use immutable references.
Mon, 23 Jun 2025 13:04:27 -0400 Paul Fisher Replace todo! with unimplemented! in documentation.
Mon, 23 Jun 2025 13:02:58 -0400 Paul Fisher Remove undefined behavior per MIRI.
Tue, 10 Jun 2025 04:40:01 -0400 Paul Fisher Well and truly separate the Linux extensions.