]> git.ozlabs.org Git - ppp.git/shortlog
ppp.git
2022-08-05 Paul Mackerraspppd: Fix compilation on Linux when IPV6 is disabled...
2022-08-04 Paul Mackerraspppdump: Avoid out-of-range access to packet buffer
2022-07-25 Paul MackerrasMerge pull request #349 from enaess/ppp-autotools
2022-07-15 Eivind NæssRemoving option to configure PPP_WITH_MAXOCTETS, helps...
2022-07-15 Eivind NæssFix build for when --without-[srp|atm|pcap|pam]=no...
2022-07-15 Eivind NæssThe use of <net/ppp_defs.h> isn't guranteed to exist...
2022-07-15 Eivind NæssNeed to use the /include directory for SunOS
2022-07-15 Eivind NæssAdding propper include guard to header files, renaming...
2022-07-15 Eivind NæssFor Linux, use the Linux / Glibc based defines instead...
2022-07-15 Eivind NæssFixup in merge/rebase, had to remove duplicate use...
2022-07-15 Eivind NæssCleanup in pppd/pppd.h, eliminate unecessary headers
2022-07-15 Eivind NæssFix include paths for plugins to use the public API...
2022-07-15 Eivind NæssRemoving patchlevel.h
2022-07-15 Eivind NæssUpdate configure.ac to use AS_IF() and correct use...
2022-07-15 Sam Jamesconfigure.ac: include systemd support in summary
2022-07-15 Sam Jamesconfigure.ac, pppd/Makefile.am: use pkg-config to link...
2022-07-15 Sam Jamesconfigure.ac: minor phrasing tidy ups in output
2022-07-15 Sam Jamesconfigure.ac: use consistent x${VAR} = x${VALUE} test
2022-07-15 Eivind NæssFixing up quotation of AC_DEFINE macro
2022-07-15 Eivind NæssChanging USE_SRP to PPP_WITH_SRP for consistency
2022-07-15 Eivind NæssChanging USE_PAM to PPP_WITH_PAM for consistency.
2022-07-15 Eivind NæssChanging defines for USE_PEAP to PPP_WITH_PEAP for...
2022-07-15 Eivind NæssChanging MAXOCTETS to PPP_WITH_MAXOCTETS
2022-07-15 Eivind NæssChanging the define USE_EAPTLS to PPP_WITH_EAPTLS for...
2022-07-15 Eivind NæssChanging PPP_FILTER to PPP_WITH_FILTER for consistency.
2022-07-15 Eivind NæssChanging PLUGIN to PPP_WITH_PLUGINS for consistency
2022-07-15 Eivind NæssChanging CBCP_SUPPORT define to PPP_WITH_CBCP to be...
2022-07-15 Eivind NæssChanging USE_TDB to PPP_WITH_TDB to be consistent.
2022-07-15 Eivind NæssChanging HAVE_MULTILINK to PPP_WITH_MULTILINK
2022-07-15 Eivind NæssChanging defines for CHAPMS, MSLANMAN, MPPE to prefix...
2022-07-15 Eivind NæssChanging INET6 to PPP_WITH_IPV6CP and adding configure...
2022-07-09 Paul MackerrasAdd SECURITY.md
2022-07-04 Fabrice Fontainepppd/eap-tls.c: fix build with libressl (#338)
2022-07-04 Paul Mackerraspppd: Add dummy noipx option
2022-07-04 Jaco Kroonpppd/auth: Pass ipparam to auth-up and auth-down scripts
2022-02-03 Eivind Næsspppd/eap: Fix bug causing incorrect response length...
2022-01-13 Richard Purdiepppd: Drop linux IPX support (#326)
2022-01-13 palipppd: Allow use of additional Bnnn constants (#325)
2022-01-13 Jaco KroonExpand byte count statistics to 64 bits (#298)
2022-01-12 Paul MackerrasMerge pull request #328 from pali/ipv6
2022-01-10 Paul MackerrasMerge pull request #330 from pali/pppoe-discovery
2022-01-08 Adrien RICCIARDIImproved Buildroot CI build speed by providing precompi...
2021-12-21 Pali Rohárpppoe-discovery: Remove duplicate and unused includes
2021-12-21 Pali Rohárpppoe-discovery: Add check that there is no additional...
2021-12-21 Pali Rohárpppoe-discovery: Do not set eth0 as default interface
2021-12-21 Pali Roháripv6cp: Add support for ipv6cp-use-remotenumber option
2021-12-21 Pali Roháripv6cp: Add support for ipv6cp-nosend option
2021-12-21 Pali Roháripv6cp: Add support for ipv6cp-noremote option
2021-12-13 Adrien RICCIARDIUpdated Solaris CI action to fix build error on macOS...
2021-12-10 Paul Mackerraspppoe: Print packet fields in hex if they contain non...
2021-11-26 Paul MackerrasMerge branch 'pppoe-discovery' of https://github.com...
2021-11-20 Daniel Barlowpppd: Add ipv6-{up,down}-script options (#321)
2021-11-20 Paul Mackerrasplugins/pppol2tp: Add '#ifdef INET6' for optional ipv6...
2021-10-28 str8fastpppol2tp.c add '#ifdef INET6' for optional ipv6
2021-10-16 Paul MackerrasMerge pull request #297 from mjeveritt/patch-11-test-pr
2021-10-16 Paul MackerrasMerge pull request #307 from enaess/ppp-peap
2021-10-16 Paul MackerrasMerge pull request #313 from Chocobo1/install
2021-09-27 Eivind NæssImprove the PEAP contribution by Rustam Kovhaev
2021-09-27 Paul MackerrasMerge branch 'fix-compiler-warnings-2' of https://githu...
2021-09-27 palipppd: Fix usage of BOTHER ioctl API on Linux (#314)
2021-09-23 Eivind NæssFix for CLang -Wformat-overflow warning, expand the...
2021-09-23 Eivind NæssFixing GCC -Wunused-result warning in chat.c resolving...
2021-09-23 Eivind NæssFixing CLang [-Wpointer-sign] warning in winbind.c
2021-09-23 Eivind NæssFixing CLang [-Wcomment] warning for using /* inside...
2021-09-23 Eivind NæssFixing CLang [-Wpointer-sign] warning in radius.c
2021-09-23 Eivind NæssClang complained about -Wformat in passing a int for...
2021-09-23 Eivind NæssFixing CLang -Wpointer-sign warnings in sendserver.c
2021-09-23 Eivind NæssCLang detected possible invalid memory access (-Wsizeof...
2021-09-23 Eivind NæssFixing signed vs. unsigned char* warnings in avpair.c
2021-09-23 Eivind NæssFixing signed vs. unsigned char * in strcpy operation.
2021-09-21 Chocobo1CI: Deduplicate configure flags by using a variable
2021-09-21 Chocobo1CI: Remove redundant check
2021-09-21 Chocobo1CI: Perform installation step
2021-09-20 Eivind NæssFixing CLang warning: format specifies type 'unsigned...
2021-09-20 Eivind NæssFixing CLang warnings related to using pointers of...
2021-09-20 Eivind NæssFixing CLang warning with regards to GNU old-style...
2021-09-20 Eivind NæssFixing CLang warnings w.r.t. GNU-style designator in...
2021-09-20 Eivind NæssFixing GCC unused result warning w.r.t. fchown() and...
2021-09-20 Eivind NæssFixing GCC warning with unused return value from ftrunc...
2021-09-20 Eivind NæssFixing GCC compile warning with unused result from...
2021-09-20 Eivind NæssFixing GCC warning -Wunused-result with setgid in winbind.c
2021-09-20 Eivind NæssFixing compiler warning with GCC, -Wunused-result and...
2021-09-20 Eivind NæssFixing compiler warnings with regards to GCC, w.r.t...
2021-09-20 Eivind NæssFixing main.c with regards to default GCC/CLANG compile...
2021-09-18 Jaco Kroonradattr: tighten permissions on radattr file to avoid...
2021-09-17 Gustavo RomeroREADME.pppoe: Fix spelling (#316)
2021-09-12 Rustam Kovhaevpppd: add experimental support for PEAP protocol, an...
2021-08-15 Michael EverittFix situation where peer may NAK with request for MS_WINS
2021-08-07 Paul MackerrasMerge pull request #305 from pali/ifnamsiz
2021-08-07 Eivind NæssFixing up a few inconsistencies in configure.ac (#306)
2021-07-31 Pali Rohárpppd: Replace IF_NAMESIZE by IFNAMSIZ for struct ifreq
2021-07-31 Pali Rohárpppd: Remove usage of incorrect constant MAXIFNAMELEN
2021-07-30 palipppoe: Remove rp-pppoe.so symlink to not conflict with...
2021-07-30 Paul MackerrasMerge pull request #303 from enaess/fix-md4
2021-07-30 Jaco Kroonradius: interim and stop frames should not depend on...
2021-07-29 Eivind NæssAdding in unit-tests for chap_ms.c in pppd
2021-07-28 Eivind NæssUsing OpenSSL for MD4 isn't compatibile how NTPasswordH...
2021-07-26 palipppd: Fix IPv6 compatibility with older kernel versions...
2021-07-24 Paul MackerrasMerge pull request #296 from enaess/ppp-autotools
2021-07-23 Eivind NæssFixing up install targets for man pages and file permis...
next