I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use modern style function definition More... over 8 years ago
int -> size_t for string length More... over 8 years ago
fix forward declaration More... over 8 years ago
don't "save" one letter from variable names More... over 8 years ago
c99 style for loops More... over 8 years ago
type fixing, make *_uid uid_t More... over 8 years ago
Fix typos in documentation More... over 8 years ago
int len -> size_t len More... over 8 years ago
change various pid variables type to pid_t from int More... over 8 years ago
make DoWait more readable More... over 8 years ago
USE_SETEUID -> HAVE_SETEUID More... over 8 years ago
check for langinfo.h header More... over 8 years ago
after 3 failed login attempts, don't continue More... over 8 years ago
authentication. some cleanups + handle more results More... over 8 years ago
make pam not depend on pam_misc More... over 8 years ago
further password cleanups More... over 8 years ago
remove unneeded password stuff from socket attach/detach More... over 8 years ago
error out if we fail pam check More... over 8 years ago
introduce new auth handling More... over 8 years ago
add setreuid detection to configure.ac More... over 8 years ago
remove unused variable More... over 8 years ago
make utmp log windows properly More... over 8 years ago
get version from one place More... over 8 years ago
fix null pointer dereference in RC_LOGFILE More... over 8 years ago
move config.h to top of includes More... over 8 years ago
fix header includes for openpty() More... over 8 years ago
bzero() -> memset() More... over 8 years ago
bcmp() -> memcmp More... over 8 years ago
replace alloca() with calloc() free() More... over 8 years ago
rewrite configure.ac from scratch More... over 8 years ago