summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/systems.c
Commit message (Expand)AuthorAgeFilesLines
* o Clean up some #includesbrian2002-05-141-1/+0
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-18/+25
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timebrian2001-03-231-3/+3
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-1/+1
* Permit multiple ``allow user'' lines in any given sectionbrian2000-07-121-2/+11
* Plug two file descriptor leaksbrian2000-04-031-2/+6
* Don't treat # specially herebrian2000-03-281-6/+0
* Understand environment variables in commandsbrian2000-03-141-61/+85
* Correct usages of getuid() and geteuid()brian1999-12-301-2/+2
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-271-20/+13
* Understand double-quotes anywhere on a command line in the samebrian1999-12-231-1/+1
* Correct warning about unindented commands when the unindented commandbrian1999-12-231-27/+34
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-1/+1
* Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.brian1999-12-201-3/+10
* Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.brian1999-12-201-10/+6
* Use getpwuid() instead of getlogin() in ``allow users''.brian1999-12-201-4/+5
* Cosmetic: clean up some parenthesis confusionbrian1999-12-201-10/+5
* Handle comments at the end of lines.brian1999-12-201-6/+30
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-13/+16
* When logging warning messages, there are now three scenarios:brian1999-09-061-1/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't warn about ``!'' lines being unindented commands in ppp.conf.brian1999-05-241-5/+7
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* If /etc/ppp/ppp.conf doesn't exist, mention that thebrian1999-03-091-7/+19
* Don't allow root to specify non-existent labels onbrian1999-02-021-18/+25
* Allow multiple systems (config labels) on the commandbrian1998-10-311-9/+28
* Warn if we encounter an unindented line that isn'tbrian1998-10-171-2/+7
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-5/+5
* Give ``load'' optional context. It's now possible tobrian1998-06-151-8/+9
* MFMP: Make ppp multilink capable.brian1998-05-211-129/+126
* Remove unused #includes.brian1998-01-211-3/+1
* Cosmetic (style):brian1997-12-241-3/+3
* Cosmetic: Test for comment lines after the lenght has been established.brian1997-12-211-4/+2
* Allow leading whitespace before '#' when identifying comments.brian1997-12-211-1/+3
* char filename[200] => char filename[MAXPATHLEN]brian1997-12-171-2/+2
* o Log ******** instead of the actual password for "set authkey"brian1997-12-171-3/+3
* Use LogWARN for command usage messages and unrecognisedbrian1997-12-151-2/+2
* Fix prototypes.brian1997-11-221-18/+18
* Allow blank lines in config entries (they aren't terminators).brian1997-11-141-2/+2
* Fix command logging (broken with the "allow" command).brian1997-11-131-3/+2
* Don't attempt to dial if "dial label" has specifiedbrian1997-11-121-3/+4
* Pass a missing arg to LogPrintf().brian1997-11-121-2/+2
* Finish the security improvements:brian1997-11-111-13/+102
* Add the "!include" syntax.brian1997-11-091-4/+124
* Increase chat script sizes to 512brian1997-11-091-2/+2
* Null commit:brian1997-11-091-1/+1
* Introduce ID0 logging.brian1997-11-091-94/+7
* Introduce [local] to "set log [local] ...". This spitsbrian1997-11-041-3/+10
OpenPOWER on IntegriCloud