4
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 22 hours ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documented in a comment a possible C strict aliasing rules violation if the caller's data buffer has effective type that cannot be aliased by MD5_u32plus
Solar Designer
as solar
More... almost 8 years ago
Explicitly cast 8-bit portions of MD5_u32plus values to unsigned char to avoid warnings from clang, as reported by Werner LEMBERG along with a suggested fix:
Solar Designer
as solar
More... almost 8 years ago
Added const qualifiers where appropriate
Solar Designer
as solar
More... over 10 years ago
Renamed the local variable "free" to "available", so that there's no clash with libc function free(). We don't currently use free() in those functions that had the variable "free", yet this change may help avoid confusion and compiler warnings in the future. Suggested by Werner LEMBERG (except for the new variable name).
Solar Designer
as solar
More... over 10 years ago
Applied a trivial patch by Werner LEMBERG to make md5.c compile with g++ (e.g., if reused in a C++ program)
Solar Designer
as solar
More... over 10 years ago
1.0.3: - Handle possible NULL returns from crypt(). - Revised the included MD5 routines to help the compiler detect a common subexpression between steps in round 3. - Switched to heavily cut-down BSD license.
Solar Designer
as solar
More... over 11 years ago
Switched to heavily cut-down BSD license
Solar Designer
as solar
More... over 11 years ago
Help the compiler detect a common subexpression between steps in round 3.
Solar Designer
as solar
More... over 11 years ago
Handle possible NULL returns from crypt()
Solar Designer
as solar
More... over 11 years ago
Updated the public domain statements (added fallback to permissive license).
Solar Designer
as solar
More... over 13 years ago
Updated a comment to reflect the fact that both F and G are different from the RFC 1321 definitions.
Solar Designer
as solar
More... over 17 years ago
Refer to RFC 1321 in the comment at top.
Solar Designer
as solar
More... over 17 years ago
s/which/that/ in a comment
Solar Designer
as solar
More... over 17 years ago
"there're" -> "there are"
Solar Designer
as solar
More... almost 18 years ago
1.0.2:
Solar Designer
as solar
More... almost 18 years ago
Use socklen_t where appropriate.
Solar Designer
as solar
More... about 18 years ago
Separate sentences with two spaces in comments.
Solar Designer
as solar
More... about 18 years ago
1.0.1: sysconf(_SC_CLK_TCK) instead of CLK_TCK
Solar Designer
as solar
More... about 18 years ago
popa3d_date is no longer a result of RCS $Date$ keyword expansion.
Solar Designer
as solar
More... about 18 years ago
1.0.1
Solar Designer
as solar
More... about 18 years ago
Use sysconf(_SC_CLK_TCK) instead of CLK_TCK when _SC_CLK_TCK is known to be available or CLK_TCK is not.
Solar Designer
as solar
More... about 18 years ago
Use $(CC) for LD to make it easier to override both CC and LD at once.
Solar Designer
as solar
More... about 18 years ago
$Id$ -> $Owl$
Solar Designer
as solar
More... over 18 years ago
popa3d 1.0.
Solar Designer
as solar
More... almost 19 years ago
Bumped the default limits to values that are way too high for most systems (I'm sure these will still be insufficient for some, though, but hopefully those systems actually got experienced sysadmins).
Solar Designer
as solar
More... almost 19 years ago
With Sun PAM, insist on only one PAM message per call to the conversation function because of differences in the layout of the "msg" parameter. It can be an array of pointers to struct pam_message (Linux-PAM, OpenPAM) or a pointer to an array of struct pam_message (Sun PAM). We only fully support the former.
Solar Designer
as solar
More... almost 19 years ago
Corrected the source code to not break C strict aliasing rules.
Solar Designer
as solar
More... almost 19 years ago
Sync the #ifdef which finds out whether to use "const" with that currently in pam_passwdqc.
Solar Designer
as solar
More... almost 19 years ago
Obfuscated the mailing list subscription address as well. The rationale is to produce fewer unsolicited subscription confirmation requests that are being sent in response to spam and virus messages with forged addresses.
Solar Designer
as solar
More... almost 19 years ago
Obfuscated e-mail addresses.
Solar Designer
as solar
More... over 19 years ago