aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/systems.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-3/+4
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+25
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timeBrian Somers2001-03-231-3/+3
* MAXPATHLEN -> PATH_MAXBrian Somers2001-03-081-1/+1
* Permit multiple ``allow user'' lines in any given sectionBrian Somers2000-07-121-2/+11
* Plug two file descriptor leaksBrian Somers2000-04-031-2/+6
* Don't treat # specially hereBrian Somers2000-03-281-6/+0
* Understand environment variables in commandsBrian Somers2000-03-141-60/+84
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-2/+2
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-19/+12
* Understand double-quotes anywhere on a command line in the sameBrian Somers1999-12-231-1/+1
* Correct warning about unindented commands when the unindented commandBrian Somers1999-12-231-27/+34
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-1/+1
* Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.Brian Somers1999-12-201-3/+10
* Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.Brian Somers1999-12-201-10/+6
* Use getpwuid() instead of getlogin() in ``allow users''.Brian Somers1999-12-201-4/+5
* Cosmetic: clean up some parenthesis confusionBrian Somers1999-12-201-10/+5
* Handle comments at the end of lines.Brian Somers1999-12-201-6/+30
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-13/+16
* When logging warning messages, there are now three scenarios:Brian Somers1999-09-061-1/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't warn about ``!'' lines being unindented commands in ppp.conf.Brian Somers1999-05-241-5/+7
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* If /etc/ppp/ppp.conf doesn't exist, mention that theBrian Somers1999-03-091-7/+19
* Don't allow root to specify non-existent labels onBrian Somers1999-02-021-18/+25
* Allow multiple systems (config labels) on the commandBrian Somers1998-10-311-9/+28
* Warn if we encounter an unindented line that isn'tBrian Somers1998-10-171-2/+7
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-5/+5
* Give ``load'' optional context. It's now possible toBrian Somers1998-06-151-8/+9
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-129/+126
|\
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-36/+6
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-17/+16
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-2/+2
| * Pass all command arguments around with struct cmdargs ratherBrian Somers1998-04-141-3/+3
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-39/+26
| * Remove unused includes.Brian Somers1998-04-061-9/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-18/+13
| * Make the server descriptor into a `sort' of struct descriptor.Brian Somers1998-02-091-1/+2
| * Parse configuration files a bit better.Brian Somers1998-02-041-53/+99
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-9/+16
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+366
* Remove unused #includes.Brian Somers1998-01-211-3/+1
* Cosmetic (style):Brian Somers1997-12-241-3/+3
* Cosmetic: Test for comment lines after the lenght has been established.Brian Somers1997-12-211-4/+2