4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prepare to release Ximenia tomorrow. More... 10 months ago
In openpam_subst(3), avoid incrementing past the end of the template. More... 10 months ago
Decrement optc when removing an option. More... 10 months ago
Remove unused variable. More... 10 months ago
Remove unnecessary log messages. More... over 2 years ago
Add unit tests for openpam_straddch(3). More... over 2 years ago
Replace the coverage script with a Makefile target. More... over 2 years ago
Whitespace cleanup. More... over 2 years ago
Switch wiki markup from Trac to Gitea. More... over 2 years ago
Switch to clang code coverage. More... over 2 years ago
Drop mkpkgng in favor of a generated port Makefile. More... over 2 years ago
Gitify. More... over 2 years ago
In openpam_ttyconv(3), wait to print the prompt until after we're ready to accept input. Otherwise, there is a small but non-zero chance that input provided after the prompt appears is discarded when we flush the tty buffer. More... over 3 years ago
Enable FALLBACK_TO_OTHER since we don't use (or need) a policy. More... about 5 years ago
Prepare to release Tabebuia on Sunday. More... about 5 years ago
Bump copyright years. More... about 5 years ago
Fix an off-by-one bug in pam_getenv() which was inadvertantly introduced when pam_getenv() was (needlessly) rewritten as part of r913. Rewrite pam_getenv() again (but correctly, this time) to reduce the number of times we iterate over the same string. Add a few unit tests for pam_{get,put,set}env(), including one which would have caught the bug. More... about 5 years ago
r940 relied on Cryb's own autoconf macros, which obviously aren't available unless Cryb itself is available, which is precisely what we're trying to figure out. Use plain pkg-config instead, as intended. More... about 5 years ago
We haven't needed libcrypto since the OATH code was removed. More... about 5 years ago
Use pkg-config / pkgconf to locate libcryb-test. More... about 5 years ago
Switch from $Id$ to $OpenPAM$. More... almost 7 years ago
Markip nit More... almost 7 years ago
Rename release to Residacea. More... almost 7 years ago
Bump copyright year. More... almost 7 years ago
Prepare to release OpenPAM Reboulia on Sunday. More... almost 7 years ago
Add PAM_BAD_FEATURE and PAM_BAD_CONSTANT. More... almost 7 years ago
Add two more error codes for situations where we used PAM_SYMBOL_ERR. More... almost 7 years ago
Introduce an array of error strings and use it wherever applicable. More... almost 7 years ago
Remove the NONNULL annotation since we reintroduced the NULL check. More... almost 7 years ago
Add the new error codes and rewrite the error code handling to support negated entries, e.g. in cases a() calls b() and b() can return code X in certain situations, but a() ensures that this never happens. More... almost 7 years ago