diff src/libpam/conversation.rs @ 163:a75a66cb4181

Add end-to-end tests; fix issues found by tests. - Create tests and installer/remover shell script - Fix Pointer/pointee problems - Add Debug formatting - Misc cleanup
author Paul Fisher <paul@pfish.zone>
date Mon, 14 Jul 2025 17:40:11 -0400
parents 4b3a5095f68c
children e27c5c667a5a
line wrap: on
line diff
--- a/src/libpam/conversation.rs	Mon Jul 14 15:07:16 2025 -0400
+++ b/src/libpam/conversation.rs	Mon Jul 14 17:40:11 2025 -0400
@@ -69,6 +69,7 @@
 }
 
 /// A conversation owned by a PAM handle and lent to us.
+#[derive(Debug)]
 pub struct PamConv(libpam_sys::pam_conv);
 
 impl Conversation for PamConv {