summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't assume stdout is a tty in interactive modebrian1998-05-271-4/+4
* o Don't try to transfer tty device descriptors as there's no way ofbrian1998-05-251-8/+8
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-3/+10
* MFMP: Make ppp multilink capable.brian1998-05-211-830/+274
* Move handle_signals() to before the FD_SETs. handle_signals()brian1998-02-101-3/+6
* Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHbrian1998-01-291-2/+5
* Cosmetic:brian1998-01-271-15/+3
* Remove unused #includes.brian1998-01-211-6/+3
* Allow an optional delay when specifying "set openmode active".brian1998-01-201-13/+9
* Lose <net/if_var.h> !brian1998-01-111-4/+1
* Zap any addresses on the network side of the `tun' as soonbrian1998-01-081-1/+2
* Allow "set device" to close the open modem if we're inbrian1997-12-301-28/+30
* Don't expect select() to adjust the passed time when it'sbrian1997-12-281-7/+6
* If a packet causes a dial, continue to test whether it'sbrian1997-12-281-15/+5
* Show who closes the diagnostic connection.brian1997-12-271-4/+9
* Cosmetic (style):brian1997-12-241-7/+9
* Don't forget to ntohs(sin.sin_port) (DUH!)brian1997-12-221-3/+3
* Log the source of client connections to the diagnostic port.brian1997-12-171-8/+32
* If we've got a descriptor table that's bigger than anbrian1997-12-171-1/+12
OpenPOWER on IntegriCloud