log src/libpam/conversation.rs @ 98:b87100c5eed4

age author description
Tue, 24 Jun 2025 04:25:25 -0400 Paul Fisher Start on environment variables, and make pointers nicer.
Mon, 23 Jun 2025 19:10:34 -0400 Paul Fisher Implement "stateless" application-side PAM calls.
Mon, 23 Jun 2025 14:26:34 -0400 Paul Fisher Make conversation trait use immutable references.
Mon, 23 Jun 2025 13:02:58 -0400 Paul Fisher Remove undefined behavior per MIRI.
Fri, 13 Jun 2025 05:22:48 -0400 Paul Fisher Simplify memory management in Questions.
Tue, 10 Jun 2025 04:40:01 -0400 Paul Fisher Well and truly separate the Linux extensions.
Tue, 10 Jun 2025 01:09:30 -0400 Paul Fisher Start using PAM headers; improve owned/borrowed distinction.
Sun, 08 Jun 2025 03:48:40 -0400 Paul Fisher Rename files, reorder structs, remove annoying BorrowedBinaryData type.