Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-15 | Correct the arg count after parsing a line with an unescaped # that isn't | brian | |
preceeded with whitespace. | |||
2001-06-13 | Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp | brian | |
2001-06-13 | va_start/end for every call to vfprintf, ok brian@ | Markus Friedl | |
2001-06-07 | Depricate the -alias option (it's been -nat for a long time) | brian | |
Handle carriage-return/line-feed stuff for ftp natting more generically Fix an alignment bug when logging DNS traffic Fix/add some copyrights | |||
2001-06-04 | Show the correct dial timeout when a random pause is configured | brian | |
Understand ipencap traffic properly Optimise out SIOCIFADDR ioctls that aren't necessary Handle peers that don't send an initial IFADDR option during IPCP negotiations Fix markup for the /etc/ttys example Always use 4 arguments in examples of ``set ifaddr'' | |||
2001-04-05 | When we change the interface MTU, run through the routing table and tweak | brian | |
all route MTUs too. | |||
2001-04-03 | Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM | brian | |
rather than dropping out immediately. | |||
2001-04-03 | Don't say ``PPP enabled'' if we're given the -quiet switch | brian | |
2001-04-01 | Don't assume challenges and responses don't contain embedded '\0's. | brian | |
Mschapv2 response generation may produce embedded NULs... causing us to send a bogus response to the radius server and end up failing the client's valid response. Problem pointed out by: Eugene Vigovskiy <vigov@com2com.ru> | |||
2001-03-28 | Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD) | brian | |
2001-03-25 | Remove an extraneous decl | brian | |
2001-03-25 | Add some style(9) to alias*.h | brian | |
2001-03-25 | If we're adding an interface address that is already one of the interface's | brian | |
aliases with the same netmask and destination, don't remove it and then re-add exactly the same thing. | |||
2001-03-24 | Remove some unprotected prototype variable names | brian | |
MAXPATHLEN -> PATH_MAX Handle ENOENT from opening /dev/tun* properly Rename _PATH_PPP -> PPP_CONFDIR and allow it to be redefined at compile time Reduce MIN_LQRPERIOD and MIN_FSMRETRY to 1 second Be smarter about identifying sockets on stdin Allow primary DNS IP negotiation when the secondary IP has been rejected Fix the call to PacketAliasProxyRule() properly. Add/fix some comments Fix man page markups; ru@FreeBSD.org Use localhost when no hostname is configured | |||
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian | |
Submitted by: martin.hopkins@insignia.com | |||
2001-03-09 | Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD. | brian | |
2001-03-05 | Avoid a core-dump under NetBSD | brian | |
2001-02-13 | Don't even look at af_family if accept() returns sa->sa_len == 0 | brian | |
2001-02-04 | Add a ``Usable'' function to the ccp switch. The function | brian | |
is called prior to sending a CCP configure request for a given protocol. The default is to send the request, but this is overridden for MPPE which checks to see if the lcp negotiations agreed CHAP81, and if not fails. Use the same function to decide if we should reject peer requests for MPPE. This should get rid of those boring messages about not being able to initialise MPPE when we don't negotiate CHAP81. | |||
2001-02-04 | MPPE_MasterKeyValid is only there if HAVE_DES is defined | brian | |
2001-02-04 | Don't send an authentication failure response if we fail sending | brian | |
a radius accounting packet. | |||
2001-02-04 | Make the MPPE MasterKey Invalid messages a bit clearer (it now | brian | |
complains that you can't do MPPE without CHAP81). Reset MasterKeyValid to zero when we hit phase DEAD. | |||
2001-02-04 | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | brian | |
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently required state, the others do. This should stop ppp from entering DATALINK_READY when LCP shutdown doesn't end up happening cleanly. Bump our version number to reflect this change. | |||
2001-01-29 | Add a few ``const''s to silence some -Wwrite-strings warnings | brian | |
2001-01-29 | Fix some log_Printf() casting; NetBSD (pkgsrc) | brian | |
2001-01-29 | Only remove socket files with ``set server open''. | brian | |
Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description. | |||
2001-01-29 | Ignore leading witespace in the string given to PacketAliasProxyRule(). | brian | |
2001-01-28 | Don't pass a buffer with leading spaces to PacketAliasProxyRule() | brian | |
2001-01-26 | Fix arg count | brian | |
2001-01-26 | Allow ``set server closed'' to close the diagnostic socket. | brian | |
Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous. | |||
2001-01-26 | If executing the stuff from ppp.linkdown results in a state change, | brian | |
don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup. | |||
2001-01-22 | NetBSD can't handle ``.Oc Oc^M.Xc''. | brian | |
2000-12-29 | Log the ``MPPE: MasterKey is invalid...'' message as a CCP | brian | |
diagnostic rather than a warning. | |||
2000-12-29 | Forwarding is set in sysctl.conf, not rc.conf (madey@openbsd.pl) | Angelos D. Keromytis | |
2000-12-15 | Correct documented defaults for mppe, chap80 and chap81 | brian | |
2000-12-14 | Display MSCHAP as CHAP80 in ``show cpp'' | brian | |
Display the interface mtu in ``show iface'' | |||
2000-11-29 | Spelling and punctuation fixes; FreeBSD | brian | |
2000-11-28 | Add ``enable/disable'' tcpmssfixup - enabled by default. | brian | |
2000-11-28 | Use only the bit after the ``\'' when hashing the challenge in | brian | |
MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> | |||
2000-11-22 | Enable and accept MPPE by default (deflate & pred1 are preferred) | brian | |
Accept MSCHAPv2 by default. Hard sentence breaks Describe tunneling more clearly Some cosmetic netgraph fixes (Not used in OpenBSD) | |||
2000-11-16 | Fix password clearing bug; FreeBSD | brian | |
2000-11-16 | Be more consistent with .Bl tags | brian | |
2000-11-16 | Be a bit more precise about what ``nat deny_incoming yes'' does. | brian | |
2000-11-11 | Increase M_MAXBUF so that it's greater than HDLCSIZE | brian | |
2000-11-07 | Don't assume that a SOCK_DGRAM descriptor in -direct mode is an | brian | |
unconnected socket. | |||
2000-11-07 | Pass the correct option data to the compression modules Init function | brian | |
rather than the data associated with the first protocol REQuested. Initiate MPPE session keys correctly based on whether we're client or server | |||
2000-11-02 | Some whitespace changes | brian | |
Some slightly better diagnostics Add MPPE and chapv2 support; Ustimenko Semen <semen@iclub.nsu.ru> Bump the version number Add ``all'' logging; perhaps@yes.no Handle quoted hash characters properly Honour ``nat deny_incoming'' properly Fix radius accounting initialisation Moan about tcsetattr() failures | |||
2000-11-02 | Improvements for ICMP and GRE/PPTP; FreeBSD | brian | |
2000-10-09 | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian | |
of a second before attempting to write it again (unless there's something else to do instead). | |||
2000-10-09 | Create fd_sets big enough to handle getdtablesize() descriptors. | brian | |