summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow random IP number allocation to peer.brian1997-12-131-2/+2
* Abstract the CCP layer a level.brian1997-12-031-42/+37
* Fix prototypes.brian1997-11-221-22/+38
* Fix interactive mode so that it doesn't require a passwd (again!).brian1997-11-181-1/+4
* DropClient() when read() returns 0 (as it did before).brian1997-11-181-2/+2
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-181-11/+4
* Don't SetLabel() 'till we've done the SelectSystem(). Thisbrian1997-11-171-13/+17
* Add id strings to tun.[ch].brian1997-11-171-2/+3
* Abstract data read from and written to the tun device,brian1997-11-161-3/+17
* Don't run if ppp.conf is writable.brian1997-11-131-1/+17
* Log a warning when a -direct invocation is denied.brian1997-11-131-1/+9
* Fix command logging (broken with the "allow" command).brian1997-11-131-9/+4
* Null commit: The last commit made some warning messages clearer.brian1997-11-131-1/+1
* Don't delete interface routes when we do an LcpDown.brian1997-11-131-4/+5
* Finish the security improvements:brian1997-11-111-46/+46
OpenPOWER on IntegriCloud