log src/constants.rs @ 88:c9fc7e6257d3 default tip

age author description
Tue, 10 Jun 2025 04:40:01 -0400 Paul Fisher Well and truly separate the Linux extensions.
Tue, 10 Jun 2025 02:43:31 -0400 Paul Fisher fix THE REST OF THE CONSTANTS
Tue, 10 Jun 2025 02:42:29 -0400 Paul Fisher fix more openpam compat stuff
Tue, 10 Jun 2025 02:35:11 -0400 Paul Fisher do some real irritating i32/u32 juggling to make bindgen happy
Tue, 10 Jun 2025 01:09:30 -0400 Paul Fisher Start using PAM headers; improve owned/borrowed distinction.
Sun, 08 Jun 2025 01:03:46 -0400 Paul Fisher Update the libpam module to work with the new structure.
Tue, 03 Jun 2025 21:54:58 -0400 Paul Fisher Reorganize everything again???
Tue, 03 Jun 2025 01:21:59 -0400 Paul Fisher Implement low-level conversation primitives.
Thu, 22 May 2025 01:52:32 -0400 Paul Fisher More organization; add lots of docs. v0.0.5
Wed, 21 May 2025 23:19:43 -0400 Paul Fisher Move MessageStyle to conv, the only place it is used.
Wed, 21 May 2025 19:00:51 -0400 Paul Fisher The Big Refactor: clean up docs and exports.
Wed, 21 May 2025 00:27:18 -0400 Paul Fisher Fix string copyting and improve error situation.
Sun, 04 May 2025 02:56:55 -0400 Paul Fisher Big big refactor. Probably should have been multiple changes.
Sun, 04 May 2025 00:58:04 -0400 Paul Fisher Make PamResultCode implement Error.
Tue, 15 Apr 2025 00:50:23 -0400 Paul Fisher Rename to “nonstick”, move to root, update docs and license. base pam/src/constants.rs@562522db1067
Sat, 23 Sep 2017 14:30:18 -0600 Anthony Nowell make PamResultCode an enum
Sun, 26 Feb 2017 11:32:08 +0100 Marc Brinkmann Make comments actually show up in rust doc in constants module.
Sun, 26 Feb 2017 11:29:31 +0100 Marc Brinkmann Ran everything through rustfmt.
Thu, 05 Mar 2015 16:25:10 -0800 Jesse Hallett initial commit