summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add "iface name" and "iface description" commands.brian2011-02-071-5/+6
* When ``ppp -direct'' is invoked by a program that uses pipe(2) tobrian2009-08-241-2/+4
* Update to the "new" libalias API (and thus fix world breakage).piso2008-03-121-1/+2
* The C define is NONAT.ru2004-12-211-1/+1
* Send NAS-IP-Address as well as NAS-Identifierbrian2004-11-291-1/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-7/+8
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Don't use SignalBundle if it's not setbrian2002-06-281-3/+6
* Add some missing #includes that weren't required due to namespace polutionbrian2002-05-221-0/+1
* o Clean up some #includesbrian2002-05-141-2/+0
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-2/+2
* Probe for the availability of AF_INET6 at startup. If it's notbrian2001-08-151-3/+2
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-1/+5
* Make the last fix work properly on descriptors 1 and 2 (not just 0)brian2001-07-041-1/+1
* Handle any of descriptors 0, 1 or 2 being closed when we'rebrian2001-07-041-1/+18
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-18/+24
* Don't say ``PPP enabled'' if we're given the -quiet switchbrian2001-04-031-2/+4
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timebrian2001-03-231-1/+1
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-261-1/+10
* Various whitespace changes.brian2000-10-301-2/+2
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-091-34/+42
* Add a missing ``break''brian2000-04-091-0/+1
* When running ppp -background, show comfort messages showingbrian2000-04-071-24/+23
* Call bundle_CleanDatalinks() after UpdateSet() in case we'rebrian2000-03-221-0/+1
* Correct some typos introduced in the descriptor -> fdescriptor change.brian2000-03-141-2/+2
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-141-3/+4
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-0/+2
* To avoid namespace polution in NetBSD:brian2000-03-141-2/+2
* Use TUNSIFPID when we change our PID (if it exists).brian2000-01-211-0/+1
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* depricated -> deprecated + mention the -alias flag status in README.changesbrian1999-11-291-2/+2
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-3/+2
* Fix ``set proctitle'' by using setproctitle().brian1999-11-171-5/+3
* Don't recurse into datalink_UpdateSet() afterbrian1999-11-091-2/+2
* Correct the ``-unix X'' parsing (last time I only correctedbrian1999-11-091-1/+2
* Don't treat -unit as a mode flag when counting mode flags.brian1999-11-091-0/+1
* Add the -unit command line switch for specifying the tun device.brian1999-10-191-38/+66
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-62/+75
* Insist that ppp.conf and it's parent directories aren't `other'brian1999-08-091-2/+5
* Ignore repeated signals sent to the parent in backgroundbrian1999-05-131-1/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-2/+2
* Add support for NetBSDbrian1999-04-261-4/+4
* Maintain a `necessary' marker to indicate that we *probably*brian1999-03-301-1/+12
* Reopen descriptor 0 as /dev/tty when in interactive modebrian1999-03-071-6/+4
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-1/+3
* Don't allow root to specify non-existent labels onbrian1999-02-021-5/+4
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Don't SEGV when ``set proctitle'' is used in the defaultbrian1999-01-251-4/+10
OpenPOWER on IntegriCloud