1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'fix-compiler-warnings-2' of https://github.com/enaess/ppp
paulusmack
as Paul Mackerras
More... almost 4 years ago
pppd: Fix usage of BOTHER ioctl API on Linux (#314) More... almost 4 years ago
Fix for CLang -Wformat-overflow warning, expand the destination array to fit a number. More... almost 4 years ago
Fixing GCC -Wunused-result warning in chat.c resolving comments from Paul Mackerras More... almost 4 years ago
Fixing CLang [-Wpointer-sign] warning in winbind.c More... almost 4 years ago
Fixing CLang [-Wcomment] warning for using /* inside of a /* comment. More... almost 4 years ago
Fixing CLang [-Wpointer-sign] warning in radius.c More... almost 4 years ago
Clang complained about -Wformat in passing a int for %h in snprintf. Result would have been the same. More... almost 4 years ago
Fixing CLang -Wpointer-sign warnings in sendserver.c More... almost 4 years ago
CLang detected possible invalid memory access (-Wsizeof-pointer-memaccess) More... almost 4 years ago
Fixing signed vs. unsigned char* warnings in avpair.c More... almost 4 years ago
Fixing signed vs. unsigned char * in strcpy operation. More... almost 4 years ago
CI: Deduplicate configure flags by using a variable More... almost 4 years ago
CI: Remove redundant check More... almost 4 years ago
Fixing CLang warning: format specifies type 'unsigned short' but the argument has type 'int' More... almost 4 years ago
Fixing CLang warnings related to using pointers of different signedness (int* vs unsigned int* in definition of socklen_t). More... almost 4 years ago
Fixing CLang warning with regards to GNU old-style designator in structure initialization. More... almost 4 years ago
Fixing CLang warnings w.r.t. GNU-style designator in structure declaration More... almost 4 years ago
Fixing GCC unused result warning w.r.t. fchown() and fchmod() functions. More... almost 4 years ago
Fixing GCC warning with unused return value from ftruncate(). More... almost 4 years ago
Fixing GCC compile warning with unused result from setgid/setuid. More... almost 4 years ago
Fixing GCC warning -Wunused-result with setgid in winbind.c More... almost 4 years ago
Fixing compiler warning with GCC, -Wunused-result and write() More... almost 4 years ago
Fixing compiler warnings with regards to GCC, w.r.t. unused results of setuid/setgid More... almost 4 years ago
Fixing main.c with regards to default GCC/CLANG compiler warnings More... almost 4 years ago
radattr: tighten permissions on radattr file to avoid information leakage. (#290) More... almost 4 years ago
README.pppoe: Fix spelling (#316) More... almost 4 years ago
Cleanup in pppd/pppd.h, eliminate unecessary headers More... almost 4 years ago
CI: Perform installation step More... almost 4 years ago
Fix situation where peer may NAK with request for MS_WINS More... almost 4 years ago