aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Make the last fix work properly on descriptors 1 and 2 (not just 0)Brian Somers2001-07-041-1/+1
* Handle any of descriptors 0, 1 or 2 being closed when we'reBrian Somers2001-07-041-1/+18
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-18/+24
* Don't say ``PPP enabled'' if we're given the -quiet switchBrian Somers2001-04-031-2/+4
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timeBrian Somers2001-03-231-1/+1
* Allow ``set server closed'' to close the diagnostic socket.Brian Somers2001-01-261-1/+10
* Various whitespace changes.Brian Somers2000-10-301-2/+2
* Create fd_sets big enough to handle getdtablesize() descriptors.Brian Somers2000-10-091-34/+42
* Add a missing ``break''Brian Somers2000-04-091-0/+1
* When running ppp -background, show comfort messages showingBrian Somers2000-04-071-24/+23
* Call bundle_CleanDatalinks() after UpdateSet() in case we'reBrian Somers2000-03-221-0/+1
* Correct some typos introduced in the descriptor -> fdescriptor change.Brian Somers2000-03-141-2/+2
* Introduce LOCALNAT and LOCALRAD defines so that the sources can stayBrian Somers2000-03-141-3/+4
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibBrian Somers2000-03-141-0/+2
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-2/+2
* Use TUNSIFPID when we change our PID (if it exists).Brian Somers2000-01-211-0/+1
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* depricated -> deprecated + mention the -alias flag status in README.changesBrian Somers1999-11-291-2/+2
* Make -foreground a proper option (allowing ``allow mode foreground'',Brian Somers1999-11-281-3/+2
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-171-5/+3
* Don't recurse into datalink_UpdateSet() afterBrian Somers1999-11-091-2/+2
* Correct the ``-unix X'' parsing (last time I only correctedBrian Somers1999-11-091-1/+2
* Don't treat -unit as a mode flag when counting mode flags.Brian Somers1999-11-091-0/+1
* Add the -unit command line switch for specifying the tun device.Brian Somers1999-10-191-38/+66
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-62/+75
* Insist that ppp.conf and it's parent directories aren't `other'Brian Somers1999-08-091-2/+5
* Ignore repeated signals sent to the parent in backgroundBrian Somers1999-05-131-1/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-2/+2
* Add support for NetBSDBrian Somers1999-04-261-4/+4
* Maintain a `necessary' marker to indicate that we *probably*Brian Somers1999-03-301-1/+12
* Reopen descriptor 0 as /dev/tty when in interactive modeBrian Somers1999-03-071-6/+4
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-1/+3
* Don't allow root to specify non-existent labels onBrian Somers1999-02-021-5/+4
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Don't SEGV when ``set proctitle'' is used in the defaultBrian Somers1999-01-251-4/+10
* When using ``set device !someprogram'', when ``someprogram''Brian Somers1998-12-101-3/+7
* Allow multiple systems (config labels) on the commandBrian Somers1998-10-311-58/+51
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-2/+5
* Sync with OpenBSD ifdefsBrian Somers1998-09-171-4/+8
* Don't forget to call PacketAliasInit().Brian Somers1998-08-091-1/+7
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* On receipt of a sig 15, do a full bundle_Close() even ifBrian Somers1998-08-021-3/+2
* Remove redundant includesBrian Somers1998-06-271-5/+1
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-7/+10
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.Brian Somers1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-6/+28
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-3/+4
* Don't bring the modem offline or hangup when ``down lcp''Brian Somers1998-06-161-2/+2
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2