aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* ppp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+3
* usr.sbin: Remove repeated wordsElyes Haouas2024-04-111-1/+1
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16119-238/+0
* ppp: specify OpenSSL 1.1 APIsPierre Pronchery2023-05-241-0/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12115-115/+115
* ppp: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-248-12/+12
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* ppp: Remove trailing semicolonElyes Haouas2023-03-151-2/+2
* ppp: improve MSS clampingMichael Tuexen2022-12-081-14/+62
* Bump .Dd for recently modified manual pagesFernando ApesteguĂ­a2022-06-271-1/+1
* Remove references to named(8)Fernando ApesteguĂ­a2022-06-261-5/+1
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-201-5/+3
* pkgbase: Put ppp in it's own packageEmmanuel Vadot2021-01-041-0/+1
* ppp: Document the fact that ppp_nat is enabled by defaultAllan Jude2020-07-111-1/+10
* Remove all the RELEASE_CRUNCH defines, they are useless.Warner Losh2019-12-161-8/+0
* Retire the -DRELEASE_CRUNCH define.Warner Losh2019-07-123-13/+2
* Make ppp(8) buildable.Jung-uk Kim2018-09-191-5/+5
* Add u3g ppp.conf entry. It provides some starting point to makingEdward Tomasz Napierala2018-09-111-0/+7
* Add the possibility to mark packets urgent based on their length.Nick Hibma2018-08-175-4/+38
* ppp(8): fix code producing debugging logsEugene Grosbein2018-02-106-17/+21
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+1
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27116-1/+233
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-1/+5
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* ppp(8): style(9) fix after r325157Eugene Grosbein2017-10-301-4/+2
* Fix ppp(8) to add RTF_HOST flag to created host route.Eugene Grosbein2017-10-301-0/+4
* Update several more URLsEitan Adler2017-10-291-2/+2
* ppp(8): Fix various bugs in NOPAM section of auth_CheckPasswdConrad Meyer2017-10-021-4/+10
* Before returning because of an memory allocation error, free the memoryStephen J. Kiernan2017-06-061-0/+1
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-244-289/+0
* ftp.microsoft.com is dead and the document was not archived, point to the fullSevan Janiyan2017-03-251-4/+4
* Fix build of ppp when WITHOUT_PAM is setBaptiste Daroussin2016-07-041-0/+1
* Revert r301137 and r301163, and implement a correct fixGlen Barber2016-06-012-0/+40
* Revert r289096:Glen Barber2016-06-012-40/+0
* Don't walk off the end of the array when proto isn't explicitlyDon Lewis2016-05-161-7/+7
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-152-2/+2
* Fix a ton of speelling errorsEitan Adler2015-10-212-3/+3
* Use existing CONFDIR instead of adding a new CONFIGDIRBaptiste Daroussin2015-10-111-1/+1
* Install bsd.confs.mkBaptiste Daroussin2015-10-101-1/+1
* Move ppp.conf into the ppp sourcesBaptiste Daroussin2015-10-092-0/+40
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+27
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0