Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-19 | Do away with some literal text that is never switched | brian | |
off - I *think* these were groff bugs. | |||
1999-03-19 | Add the ability to mark an interface as "non-learning" | Jason Wright | |
1999-03-19 | Replace hardcoded quoting with Sq or Dq. | brian | |
1999-03-19 | Don't forget to fully initialise the configured values | brian | |
for MYADDR and HISADDR in ``set ifaddr'' so that unspecified values don't end up retaining their `width'. | |||
1999-03-18 | Use ``Sx'' when xref'ing sections. | brian | |
1999-03-18 | Remove all remaining [ and ] characters (and do things properly). | brian | |
1999-03-17 | i386, sparc, hp300 not vax, tahoe, hp300 | Todd C. Miller | |
1999-03-17 | Remove all hardcoded [...] syntax. | brian | |
With help from: Daniel C. Sobral <dcs@newsguy.com> | |||
1999-03-16 | Mention changes to the default authentication behaviour. | brian | |
1999-03-16 | Detect pred1 packets where the length != the packet length | brian | |
Use a maximum of MAX_MRU + 2 bytes for incoming packets, not MAX_MTU + 2. Tidy up some diagnostics. | |||
1999-03-13 | proper URL for fetching package; evanc@concer.to | Theo de Raadt | |
1999-03-12 | fix usage | Theo de Raadt | |
1999-03-12 | userdir off by default, damnit | Theo de Raadt | |
1999-03-12 | cleanup | Aaron Campbell | |
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 | |