summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing CLang [-Wpointer-sign] warning in winbind.cEivind Næss2021-09-231-2/+2
* Fixing CLang [-Wcomment] warning for using /* inside of a /* comment.Eivind Næss2021-09-231-1/+1
* Fixing CLang [-Wpointer-sign] warning in radius.cEivind Næss2021-09-231-4/+4
* Clang complained about -Wformat in passing a int for %h in snprintf. Result w...Eivind Næss2021-09-231-1/+1
* Fixing CLang -Wpointer-sign warnings in sendserver.cEivind Næss2021-09-231-6/+6
* CLang detected possible invalid memory access (-Wsizeof-pointer-memaccess)Eivind Næss2021-09-232-1/+1
* Fixing signed vs. unsigned char* warnings in avpair.cEivind Næss2021-09-231-4/+4
* Fixing signed vs. unsigned char * in strcpy operation.Eivind Næss2021-09-231-1/+1
* Fixing CLang warning: format specifies type 'unsigned short' but the argument...Eivind Næss2021-09-201-2/+2
* Fixing CLang warnings related to using pointers of different signedness (int*...Eivind Næss2021-09-201-2/+2
* Fixing CLang warning with regards to GNU old-style designator in structure in...Eivind Næss2021-09-201-11/+11
* Fixing CLang warnings w.r.t. GNU-style designator in structure declarationEivind Næss2021-09-201-11/+11
* Fixing GCC unused result warning w.r.t. fchown() and fchmod() functions.Eivind Næss2021-09-201-3/+9
* Fixing GCC warning with unused return value from ftruncate().Eivind Næss2021-09-201-2/+5
* Fixing GCC compile warning with unused result from setgid/setuid.Eivind Næss2021-09-201-3/+9
* Fixing GCC warning -Wunused-result with setgid in winbind.cEivind Næss2021-09-201-2/+7
* Fixing compiler warning with GCC, -Wunused-result and write()Eivind Næss2021-09-201-6/+16
* Fixing compiler warnings with regards to GCC, w.r.t. unused results of setuid...Eivind Næss2021-09-201-5/+9
* Fixing main.c with regards to default GCC/CLANG compiler warningsEivind Næss2021-09-201-15/+48
* radattr: tighten permissions on radattr file to avoid information leakage. (#...Jaco Kroon2021-09-181-0/+5
* README.pppoe: Fix spelling (#316)Gustavo Romero2021-09-181-1/+1
* Merge pull request #305 from pali/ifnamsizPaul Mackerras2021-08-074-9/+8
|\
| * pppd: Replace IF_NAMESIZE by IFNAMSIZ for struct ifreqPali Rohár2021-07-311-2/+2
| * pppd: Remove usage of incorrect constant MAXIFNAMELENPali Rohár2021-07-314-7/+6
* | Fixing up a few inconsistencies in configure.ac (#306)Eivind Næss2021-08-071-7/+7
|/
* pppoe: Remove rp-pppoe.so symlink to not conflict with real rp-pppoe.so plugi...pali2021-07-301-8/+0
* Merge pull request #303 from enaess/fix-md4Paul Mackerras2021-07-304-2/+142
|\
| * Adding in unit-tests for chap_ms.c in pppdEivind Næss2021-07-294-0/+138
| * Using OpenSSL for MD4 isn't compatibile how NTPasswordHash is using it.Eivind Næss2021-07-281-2/+4
* | radius: interim and stop frames should not depend on successful start. (#299)Jaco Kroon2021-07-301-16/+5
|/
* pppd: Fix IPv6 compatibility with older kernel versions (#301)pali2021-07-261-2/+18
* Merge pull request #296 from enaess/ppp-autotoolsPaul Mackerras2021-07-24134-1285/+2562
|\
| * Fixing up install targets for man pages and file permissions of secrets filesEivind Næss2021-07-223-3/+7
| * Setting version to 2.4.10-dev per request of NeustradamusEivind Næss2021-07-211-1/+1
| * Updating .gitignore filesEivind Næss2021-07-202-0/+48
| * Remove obsolete Makefile(s) and configure scriptsEivind Næss2021-07-2017-1050/+0
| * Removing dead code per review by James CarlsonEivind Næss2021-07-201-27/+0
| * Fixing up libpcap configure option on SunOSEivind Næss2021-07-203-7/+16
| * Incorporating review feedback from David Seifert.Eivind Næss2021-07-2012-68/+53
| * Updated Buildroot CI to make it work with autotools.RICCIARDI-Adrien2021-07-201-4/+20
| * Compiling with clang encounters an error in eap-tls.cEivind Næss2021-07-201-14/+22
| * Use autoconf/automake to configure and make pppEivind Næss2021-07-20117-195/+2479
|/
* chat: Clean up usage of clean() functionPaul Mackerras2021-07-191-12/+8
* plugins/radius: Add RFC8044 dictionary compatibility for IPv4 address (#291)Adrian2021-07-161-1/+1
* plugins/radius: Use snprintf in rc_mksidPaul Mackerras2021-07-101-1/+1
* ipv6cp: Fix enforcing local and peer non-random IPv6 interface identifiers (#...pali2021-06-191-5/+19
* ipv6cp: Fix ipv6cp-accept-local and ipv6cp-accept-remote options (#282)pali2021-06-191-2/+2
* ipv6cp: Fix enforcing peer IPv6 interface identifier (#281)pali2021-06-191-2/+7
* pppd: Allow users to use Engine and ID strings unmodified to the OpenSSL engi...Eivind Næss2021-06-191-38/+32
* pppd: Fix vslprintf %ld for negative values (#279)Maks Naumov2021-06-071-4/+6