summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* When using ``set device !someprogram'', when ``someprogram''brian1998-12-101-3/+7
* Allow multiple systems (config labels) on the commandbrian1998-10-311-58/+51
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-2/+5
* Sync with OpenBSD ifdefsbrian1998-09-171-4/+8
* Don't forget to call PacketAliasInit().brian1998-08-091-1/+7
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+2
* On receipt of a sig 15, do a full bundle_Close() even ifbrian1998-08-021-3/+2
* Remove redundant includesbrian1998-06-271-5/+1
* Don't dlopen()/dlsym() libalias, use it in the same waybrian1998-06-271-7/+10
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.brian1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatbrian1998-06-241-6/+28
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-3/+4
* Don't bring the modem offline or hangup when ``down lcp''brian1998-06-161-2/+2
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* Give ``load'' optional context. It's now possible tobrian1998-06-151-3/+3
* Make `close lcp' just close the LCP layer and not hangup. This isbrian1998-06-151-3/+3
* Put the correct pid in /var/run/tunX.pidbrian1998-06-061-1/+3
* o If there's a session leader left running for a descriptorbrian1998-05-291-5/+3
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-46/+36
* o #define the name "tun" in defs.h against the future possibilitybrian1998-05-281-19/+2
OpenPOWER on IntegriCloud