Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-12 | big overhaul: | Jason Wright | |
o SNAP encapsulated IP filtering o static address cache entries o address deletion from cache o dynamic & full cache flush o filter packets based on each interface, not on the bridge as a whole o KNF nits o allow addition of ~IFF_UP interfaces o man page & user level fixes to match the above | |||
1999-03-11 | cleanup | Aaron Campbell | |
1999-03-11 | cleanup | Aaron Campbell | |
1999-03-11 | cleanup | Aaron Campbell | |
1999-03-11 | Tone down the log levels (Log{ERROR,WARN} -> LogCCP) | brian | |
when we've simply missed a packet. When our Predictor1 CRC is wrong (implying we've dropped a packet), don't send a ResetReq(). Instead, send another CCP ConfigReq(). *shrug* My tests show this as being far worse than the ResetReq as we may have further Nak/Rejs etc and we're basically resetting both our incoming and outgoing compression dictionaries, but rfc1978 says the ConfigReq is correct, so we'd better go along... | |||
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen | |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen | |
1999-03-09 | Remove all PacketAlias diagnostics to stdout/stderr with | brian | |
#ifdef DEBUG. Statify functions in alias_nbt.c | |||
1999-03-09 | If /etc/ppp/ppp.conf doesn't exist, mention that the | brian | |
configuration file can't be found rather than saying that the label can't be found. Pointed out by: Greg Black <gjb@comkey.com.au> | |||
1999-03-08 | Don't destroy the old server socket another ``set server'' | brian | |
call fails. | |||
1999-03-08 | put more example images on default home page. | Bob Beck | |
1999-03-08 | Some eye candy to stick on the default home page for people to use. | Bob Beck | |
1999-03-08 | Fix stupid apache Configure date sillyness here - hopefully avoiding another ↵ | Bob Beck | |
resurfacing. | |||
1999-03-08 | better string handling | Jason Wright | |
1999-03-08 | Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl> | Marco S Hyman | |
1999-03-08 | Add proxying & transparent proxying support (``alias proxy''). | brian | |
Add PPTP packet aliasing (GRE fixed address) support (``alias pptp''). Add a 0 to the front of the mode to signify octal. Thanks to: Charles Mott <cmott@srv.net> & Dru Nelson <dnelson@redwoodsoft.com> | |||
1999-03-07 | don't fatal out on init if RSA doesn't work, so as not to die if an RSA | Bob Beck | |
libssl isn't installed and we only want to do http | |||
1999-03-07 | Don't forget to call modem_Found() when connecting | brian | |
via an external program - otherwise we get no throughput stats and connection count increase. | |||
1999-03-07 | Correctly drop existing connections when reopening the diagnostic | brian | |
socket. | |||
1999-03-07 | Read from fd[0] and write to fd[1] where `fd' is the | brian | |
result of a pipe(). This matters under OpenBSD. | |||
1999-03-07 | Use socketpair() instead of pipe()... pipe() doesn't return | brian | |
two bi-directional descriptors under OpenBSD. | |||
1999-03-07 | Reopen descriptor 0 as /dev/tty when in interactive mode | brian | |
in OpenBSD as well as FreeBSD (I still don't know why). Add a debug diagnostic when creating a child process as a link. | |||
1999-03-05 | bump cache timeout up a bit | Jason Wright | |
1999-03-05 | Make address cache expiration actually work and provide a knob | Jason Wright | |
for adjusting the timeout. | |||
1999-03-04 | Extend the ``set redial'' command to allow incremental | brian | |
redial timeouts. | |||
1999-03-03 | Correct some ntohl/htonl bogons in the netmask handling. | brian | |
This was pretty harmless as netmasks on a POINTOPOINT interface are pretty much ignored, but it looked funny. Mention the configured netmask in ``show ipcp''. Describe in more detail what a proxy arp entry is. | |||
1999-03-03 | Don't install .wml files in doc tree. | Bob Beck | |
1999-03-02 | Shouldn't be here. Autogenerated. | Bob Beck | |
1999-03-01 | Fix build bug (don't install CVS stuff in man) and remove ssl Makefile | Bob Beck | |
and ssl_expr_scan.c which are autogenerated. | |||
1999-03-01 | document 'maxaddr' command | Jason Wright | |
1999-03-01 | When negotiating ACCMAPs, sync our ACCMAP with the | brian | |
peers by ORing the two together and NAKing or REQing the result rather than allowing seperate local/peer values. If the peer REJs our ACCMAP and our ACCMAP isn't 0, warn about it and ignore the rejection. | |||
1999-03-01 | insert a missing .Ar; d@ | Aaron Campbell | |
1999-03-01 | cleanup; d@ | Aaron Campbell | |
1999-03-01 | vary -> very; d@ | Aaron Campbell | |
1999-03-01 | .Ar -> .Pa, rearrange Xr's, remove redundant .Nm arguments, other cleanup; d@ | Aaron Campbell | |
1999-03-01 | cleanup; d@ | Aaron Campbell | |
1999-03-01 | Fix stupid makefile mistake. | Bob Beck | |
1999-03-01 | Makefile changes and forgotten file for mod_ssl | Bob Beck | |
1999-03-01 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
1999-03-01 | completely (almost) revamped ioctl's: | Jason Wright | |
o new ioctls for getting/setting cache size (default == 100) o changed SIOCBRDGRT -> SIOCBRDGRTS o changed SIOCBRDGIDX -> SIOCBRDGIFS | |||
1999-03-01 | mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, but | Bob Beck | |
mostly harmless otherwise). | |||
1999-03-01 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
1999-03-01 | Comment why we do a TLF when we get a ``Down'' event in state | brian | |
``closing''. Pointed out by: archie Don't do a TLF when we get a ``Catastrphic Protocol Reject'' event in state ``closed'' or ``stopped''. Pointed out but not suggested by: archie This makes no difference in the current implementation as LcpLayerFinish() does nothing but log the event, but I disagree in principle because it unbalances the TLF/TLS calls which (IMHO) doesn't fit with the intentions of the RFC. Maybe the RFC author had a reason for this. It can only happen in two circumstances: - if LCP has already been negotiated then stopped or closed and we receive a protocol reject, then we must already have done a TLF. Why do one again and stay in the same state ? - if LCP hasn't yet been started and we receive an unsolicted protocol reject, why should we TLF when we haven't done a TLS ? | |||
1999-03-01 | Not present in 1.3.4 | Bob Beck | |
1999-03-01 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
1999-03-01 | Apache 1.3.4 | Bob Beck | |
1999-03-01 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
1999-03-01 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
1999-03-01 | Apache 1.3.4 | Bob Beck | |