Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-28 | correct COPTS whacking code; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-28 | kldload ng_ether if we need to under FreeBSD. | brian | |
2000-06-25 | safe shell quoting | Dug Song | |
2000-06-25 | pass variables to dhclient-script via a constructed environment, instead of ↵ | Dug Song | |
a temporary shell script | |||
2000-06-24 | Don't assign an MTU based on the peers first-link MRU in MP mode. | brian | |
Use the peers MRRU as we're supposed to. | |||
2000-06-23 | Fix a printf-style arg cast (again) | brian | |
2000-06-23 | Improved 227, 229 and EPRT support in the nat code; FreeBSD | brian | |
Moved security checks into one place; FreeBSD Remove ``nat pptp'' now that it's transparent | |||
2000-06-23 | fix dhcpd to not abandon addresses forever when they are pinged before use | Bob Beck | |
which creates a nice denial of service when people use static addresses in the dhcp range. - instead abandon the address only for the default lease time so that it may be re-used afterwards. Tested and committed with aaron and jason while drinking beer and wearing balloons on my head in the bar at the USENIX party. | |||
2000-06-22 | Correct PPPoE in multi-link mode; jason@ | brian | |
2000-06-20 | sync with latest kame ndp(8). | Jun-ichiro itojun Hagino | |
accept scoped address notation. avoid infinite loop in certain routing table setup. | |||
2000-06-20 | add encryption for svnd's for Erich <hh@cyberpass.net>. You can do a | Niels Provos | |
poor man's encrypted file system with this. Blame the Greek. okay niklas@ | |||
2000-06-20 | Allow padding in LQR ECHO requests | brian | |
Problem found by: Tomaz Borstnar <tomaz.borstnar@over.net> | |||
2000-06-20 | pretty | Jason Wright | |
2000-06-20 | include configuration for exec from ppp | Jason Wright | |
2000-06-20 | reorder sections as per mdoc.template | Jason Wright | |
2000-06-20 | use stdin instead of exec'n ppp(8). It's expected that ppp will give us | Jason Wright | |
a AF_LOCAL,SOCK_DGRAM socket as stdin | |||
2000-06-20 | Remove some debugging code, and prepare to become an 'exec' client of ppp(8) | Jason Wright | |
2000-06-20 | hush | Jason Wright | |
2000-06-20 | more info for pppoe strings | Jason Wright | |
2000-06-19 | Don't mis-match interface names in iface_Create() | brian | |
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> | |||
2000-06-19 | honor scopeid when compare ipv6 addrs | Jun-ichiro itojun Hagino | |
2000-06-18 | Fix a printf-style format error | brian | |
2000-06-18 | Improve RIP support; PR#1266, James Ponder <james@oaktree.co.uk> | Jakob Schlyter | |
* Fixes the way version numbers are handled so that it is compliant with RFC 1058 in the order that you should look at things. * Adds support for the authentication attribute with cleartext passwords. * Improves readability in output. * Handles version 0 of RIP and unknown conditions a lot better | |||
2000-06-18 | OpenBSD tag | Jason Wright | |
2000-06-18 | add pppoe | Jason Wright | |
2000-06-18 | import my pppoe code | Jason Wright | |
2000-06-16 | update and sort list of vflags, iflags, nfsflags, mntflags. also | assar | |
update man-page to be compatible with the code. | |||
2000-06-16 | Fix PR 1279. | Hakan Olsson | |
2000-06-15 | Full support for passive mode FTP | brian | |
Ensure that the segment preceding a PORT/227 segment terminates with a \r\n, the IP address in the PORT/227 matches the source IP address of the packet and the port number in the PORT command or 277 reply is greater than or equal to 1024. Obtained from: FreeBSD | |||
2000-06-14 | clarify tcp4/tcp6 interaction. | Jun-ichiro itojun Hagino | |
2000-06-13 | Add ``set ifqueue'' to adjust the number of packets ppp buffers. | brian | |
Handle an ``open'' correctly from state DATALINK_READY. Don't disable the autoload timer when bringing down the second last auto link or bringing up the last auto link. Allow ``set urgent none'' to disable IPTOS_LOWDELAY prioritisation. Honour ``set speed sync'' for ``!program'' links and use a udp socketpair between ppp and ``program''. HUP ``program'' when a ``!program'' link comes down. Don't complain about valid padded ppp frames, but complain and drop the data if the length claims to be more than the payload. Correct the umask when creating a new /etc/resolv.conf (when dns is enabled), and don't segfault when trying to rewrite the previous (non-existent) contents. Be more verbose about ``inappropriate peer'' messages in MP mode. Allow ``nat target MYADDR'' (to redirect incoming connections to the gateway). Pass everything through the NAT engine - let it decide if it wants it. Fix the return code when failing to create a tcp link | |||
2000-06-12 | sync with latest kame traceroute6. print src address. -g (source route). | Jun-ichiro itojun Hagino | |
dont choke with unexpected icmp6 packet. | |||
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller | |
2000-06-11 | Merge libalias stuff from FreeBSD: | brian | |
Ppp only really benefits from a bunch of typo fixes, transparent pptp support and ftp/EPRT support. | |||
2000-06-09 | chown has moved to /sbin | Todd C. Miller | |
2000-06-09 | chown moved into chmod | Michael Shalayeff | |
2000-06-07 | Strip trailing slashes from dir names and give a reasonable error if | Todd C. Miller | |
what is specified on the command line is not a mount point or device. | |||
2000-06-06 | Make quot work when passed a filesystem mount point like the documentation | Todd C. Miller | |
leads one to believe. Also some -Wall and other cleanup. | |||
2000-06-05 | correct option parser typo. -f, not -b. | Jun-ichiro itojun Hagino | |
2000-06-03 | Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from | Todd C. Miller | |
complaining "Can't ignore signal CHLD, forcing to default". Setting SIGCHLD to SIG_IGN means "don't provide exit status for my children" on some OSes which is not what we want--we just don't want to catch SIGCHLD since our parent does that for us. | |||
2000-05-31 | sync with the latest kame code. insufficient len in malloc() call is | Jun-ichiro itojun Hagino | |
corrected. | |||
2000-05-31 | Remove hard sentence breaks. | Aaron Campbell | |
2000-05-29 | More text about config file format, some of it unfortunately at the | Angelos D. Keromytis | |
expense of Theo's artistic expression. | |||
2000-05-29 | start to describe config file format | Theo de Raadt | |
2000-05-24 | Fix apache configure assumption that helper scripts are executable. | Bob Beck | |
(thanks binkertn@umich.edu). - Closes PR 1175 | |||
2000-05-24 | handle 64 bit arch in -f; janjaap@stack.nl | Theo de Raadt | |
2000-05-23 | forgot to cvs add dump.[ch] | Jun-ichiro itojun Hagino | |
strict prototype | |||
2000-05-23 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" <todd@fries.net> | |||
2000-05-22 | Group command synopsis uses group... | Marc Espie | |
2000-05-20 | typo; bsdi | Theo de Raadt | |