summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1999-03-12big 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-11cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1999-03-11Tone 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-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-03-09Remove all PacketAlias diagnostics to stdout/stderr withbrian
#ifdef DEBUG. Statify functions in alias_nbt.c
1999-03-09If /etc/ppp/ppp.conf doesn't exist, mention that thebrian
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-08Don't destroy the old server socket another ``set server''brian
call fails.
1999-03-08put more example images on default home page.Bob Beck
1999-03-08Some eye candy to stick on the default home page for people to use.Bob Beck
1999-03-08Fix stupid apache Configure date sillyness here - hopefully avoiding another ↵Bob Beck
resurfacing.
1999-03-08better string handlingJason Wright
1999-03-08Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl>Marco S Hyman
1999-03-08Add 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-07don't fatal out on init if RSA doesn't work, so as not to die if an RSABob Beck
libssl isn't installed and we only want to do http
1999-03-07Don't forget to call modem_Found() when connectingbrian
via an external program - otherwise we get no throughput stats and connection count increase.
1999-03-07Correctly drop existing connections when reopening the diagnosticbrian
socket.
1999-03-07Read from fd[0] and write to fd[1] where `fd' is thebrian
result of a pipe(). This matters under OpenBSD.
1999-03-07Use socketpair() instead of pipe()... pipe() doesn't returnbrian
two bi-directional descriptors under OpenBSD.
1999-03-07Reopen descriptor 0 as /dev/tty when in interactive modebrian
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-05bump cache timeout up a bitJason Wright
1999-03-05Make address cache expiration actually work and provide a knobJason Wright
for adjusting the timeout.
1999-03-04Extend the ``set redial'' command to allow incrementalbrian
redial timeouts.
1999-03-03Correct 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-03Don't install .wml files in doc tree.Bob Beck
1999-03-02Shouldn't be here. Autogenerated.Bob Beck
1999-03-01Fix build bug (don't install CVS stuff in man) and remove ssl MakefileBob Beck
and ssl_expr_scan.c which are autogenerated.
1999-03-01document 'maxaddr' commandJason Wright
1999-03-01When negotiating ACCMAPs, sync our ACCMAP with thebrian
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-01insert a missing .Ar; d@Aaron Campbell
1999-03-01cleanup; d@Aaron Campbell
1999-03-01vary -> very; d@Aaron Campbell
1999-03-01.Ar -> .Pa, rearrange Xr's, remove redundant .Nm arguments, other cleanup; d@Aaron Campbell
1999-03-01cleanup; d@Aaron Campbell
1999-03-01Fix stupid makefile mistake.Bob Beck
1999-03-01Makefile changes and forgotten file for mod_sslBob Beck
1999-03-01import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
1999-03-01completely (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-01mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, butBob Beck
mostly harmless otherwise).
1999-03-01import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
1999-03-01Comment why we do a TLF when we get a ``Down'' event in statebrian
``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-01Not present in 1.3.4Bob Beck
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01Apache 1.3.4Bob Beck
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01Apache 1.3.4Bob Beck