summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2001-11-03Add a ``log'' command for logging specific information.Brian Somers
2001-06-13Convert IIJ copyrights to BSD copyrights.Brian Somers
2000-03-14Understand environment variables in commandsBrian Somers
1999-12-20Notice and warn about unterminated quoted strings in commands.Brian Somers
1999-09-06$FreeBSD$ -> __DATE__Brian Somers
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-09Use the correct pid when substituting PROCESSID.Brian Somers
1999-02-11When resending chap challenges, resend the same challengeBrian Somers
1998-06-15Fix a rather nasty use of `static'. This caused a SEGVBrian Somers
1998-06-15Give ``load'' optional context. It's now possible toBrian Somers
1998-05-21MFMP: Make ppp multilink capable.Brian Somers
1998-05-01Cosmetic: Make our external function names consistent.Brian Somers
1998-04-30o Create a new ``timer'' log level. This lets us ``setBrian Somers
1998-04-16o Move the accept/deny/disable/enable globals either to theBrian Somers
1998-04-14Pass all command arguments around with struct cmdargs ratherBrian Somers
1998-04-07o Move alias function pointers into loadalias.cBrian Somers
1998-04-03Deglobalise `struct prompt':Brian Somers
1998-04-03o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers
1998-04-03o Move struct lcp and struct ccp into struct link.Brian Somers
1998-03-17Make all CCP negotiation data dynamic and add aBrian Somers
1998-02-17Introduce the ``link'' command for controllingBrian Somers
1998-02-10Move the terminal/diagnostic socket stuff out of main.cBrian Somers
1998-02-07o Hook the FSMs into our bundle.Brian Somers
1998-02-02Create `struct bundle' - the top level control structure.Brian Somers
1998-01-29This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn
1997-11-22Fix prototypes.Brian Somers
1997-11-13Fix command logging (broken with the "allow" command).Brian Somers
1997-11-11Finish the security improvements:Brian Somers
1997-11-04Introduce [local] to "set log [local] ...". This spitsBrian Somers
1997-10-26Cosmetic (no functional changes):Brian Somers
1997-09-25Allow Microsoft CHAP authentication.Brian Somers
1997-09-22Correct the way the uucp lock file and the ttyXX.if lockBrian Somers
1997-08-25Make the code format more in line with style(9).Brian Somers
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-02-26New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai
1995-01-31(no commit message)Atsushi Murai