Age | Commit message (Expand) | Author |
2001-10-24 | Use CMSG_DATA and CMSG_SPACE macros; FreeBSD | brian |
2001-10-24 | Write static arp entries as uid 0. | brian |
2001-10-24 | Fix a PASV bug; FreeBSD | brian |
2001-09-13 | Fix some return code checks (FreeBSD only) | brian |
2001-09-13 | Be a bit more paranoid about CTCP traffic; FreeBSD | brian |
2001-09-13 | Add TFTP support; FreeBSD | brian |
2001-09-13 | Spell syslog.conf correctly; FreeBSD | brian |
2001-09-08 | The generated ppp.8 should be removed by 'make clean'. brian@ ok. | Hakan Olsson |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-09-04 | Fix a diagnostic | brian |
2001-09-04 | Consider alignment requirements when moving data about. | brian |
2001-08-27 | Send a reset request for every packet received when our encryption | brian |
2001-08-21 | Enable IFF_MULTICAST when first opening the tun device | brian |
2001-08-21 | Add some comments to make it clearer how we're handling signals. | brian |
2001-08-21 | Treat an interface address as conflicting if it's destination address | brian |
2001-08-21 | Handle snprintf() returning < -1 | brian |
2001-08-21 | Restore whitespace clobbered with the last commit | brian |
2001-08-21 | Remove some conflicting copyright lines. | brian |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-20 | When attempting to change the default route under FreeBSD, don't write | brian |
2001-08-19 | Add IPv6 support. | brian |
2001-08-18 | Deal with snprintf returns properly | brian |
2001-08-18 | Deal with snprintf() return codes properly | brian |
2001-08-18 | A better fix | brian |
2001-08-18 | Fix a possible buffer overflow; theo | brian |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-08-15 | When updating the MTU for the default route, pass the mask and gateway | brian |
2001-08-10 | Change copyright to BSD-style copyright. | brian |
2001-08-09 | Grrr...here it is. | Jason Peel |
2001-08-09 | add m4 preprocessing based on enabled features; ok brian@, input | Jason Peel |
2001-08-02 | Declare prompt_vPrintf as being printf-link when __GNUC__ is defined | brian |
2001-08-02 | Add a comment | brian |
2001-08-02 | Formatting and whitespace cleanup | brian |
2001-08-02 | Sync with FreeBSD (doesn't apply to obsd) | brian |
2001-07-31 | Don't include a NUL at the end of our CHAP SUCCESS packet. | brian |
2001-07-31 | Remove an irritating diagnostic emitted to LogPHASE when a | brian |
2001-07-31 | When we receive a CHAP81 challenge response, we always expect the last | brian |
2001-07-30 | If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we're | brian |
2001-07-28 | If the peer sends a REQ without the IPADDR option, only reject it | brian |
2001-07-26 | Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference. | brian |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-17 | Ignore (with a warning message) mtu/mru configurations that are greater | brian |
2001-07-13 | Perform MSS fixups on incoming packets as well as outgoing. | brian |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-09 | Staticise SHA1_End() | brian |
2001-07-09 | Oops, groff still doesn't do more than 8 args :( | brian |
2001-07-09 | Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch. | brian |
2001-07-07 | Don't try to dereference the -1th ccp algorithm array entry when we | brian |
2001-07-07 | When we miss one or more packets in stateful mode *and* need to | brian |
2001-07-04 | Make the last fix work properly on descriptors 1 and 2 (not just 0) | brian |