Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-09 | typo | Theo de Raadt | |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-11-07 | Don't assume that a SOCK_DGRAM descriptor in -direct mode is an | brian | |
unconnected socket. | |||
2000-11-07 | Pass the correct option data to the compression modules Init function | brian | |
rather than the data associated with the first protocol REQuested. Initiate MPPE session keys correctly based on whether we're client or server | |||
2000-11-02 | Some whitespace changes | brian | |
Some slightly better diagnostics Add MPPE and chapv2 support; Ustimenko Semen <semen@iclub.nsu.ru> Bump the version number Add ``all'' logging; perhaps@yes.no Handle quoted hash characters properly Honour ``nat deny_incoming'' properly Fix radius accounting initialisation Moan about tcsetattr() failures | |||
2000-11-02 | Improvements for ICMP and GRE/PPTP; FreeBSD | brian | |
2000-10-31 | some buffer care; jakob | Theo de Raadt | |
2000-10-30 | Fix up this man page considerably. | Aaron Campbell | |
2000-10-30 | accept unknown options in leases by default; beck | Theo de Raadt | |
2000-10-29 | Eek, typo in my last commit; noticed by huynh.29@osu.edu | Aaron Campbell | |
2000-10-28 | Close PR 1419, use modified patch (original from peter.galbavy@knowledge.com) | Angelos D. Keromytis | |
2000-10-26 | Close pr1295 - Only a DHCPNAK bootreply should have a yiaddr of 0.0.0.0, | Bob Beck | |
this makes sure we ignore bootreplies that aren't NAK's which have a 0 yiaddr. | |||
2000-10-23 | Remove duplicate (and wrong) description of @option. | Marc Espie | |
ok aaron@ | |||
2000-10-23 | Format string paranoia w/use of bootpd's local stdarg report() routine. | Aaron Campbell | |
2000-10-23 | Call get_errmsg() properly; from NetBSD. | Aaron Campbell | |
2000-10-23 | Spelling: wierd -> weird | Aaron Campbell | |
2000-10-23 | Use the standard option descriptions introduction. | Aaron Campbell | |
2000-10-20 | Fix various typos; spotted by gluk@ptci.ru. | Aaron Campbell | |
2000-10-19 | code for printing bridge spanning tree packets | Jason Wright | |
also fix a bug where llc encoded frames are hex dumped twice when -x is used | |||
2000-10-18 | this was overlooked in the last commit. ok beck@. | Todd T. Fries | |
2000-10-18 | due to over agressive quoting, various space separated variables were failing. | Todd T. Fries | |
o remove un-necessary quotes, the source of several reported problems. o remove un-necessary variable assignments (paranoia) o remove un-necessary cases (when var="", $var evaluates to nothing) Ok beck@, testing by beck@. | |||
2000-10-18 | Version 2 of the mod_rewrite fix from apache, fixes problem with | Bob Beck | |
mod_rewrite not working for lookup tables | |||
2000-10-18 | fix preprocessor warning | Jason Wright | |
2000-10-17 | Clean. | Aaron Campbell | |
2000-10-17 | - Add $OpenBSD$ tag. | Aaron Campbell | |
- Remove hard sentence breaks. | |||
2000-10-16 | fix from 1.3.14 for mod_vhost_alias to ensure cgi script contents are not sent | Bob Beck | |
out by the server | |||
2000-10-16 | Add spppcontrol | Chris Cappuccio | |
2000-10-16 | spppcontrol from FreeBSD | Chris Cappuccio | |
This allows users to set PAP/CHAP information for if_spppsubr (sync PPP) when it's in PPP mode Now working on a good way to switch between HDLC and PPP (and frame relay soon) for sppp | |||
2000-10-16 | mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewrite | Bob Beck | |
configs allowing access to any file on the server. | |||
2000-10-16 | respect CC. | Brad Smith | |
2000-10-16 | use "cc -shared" to link the modules on 2.8 and up. | Brad Smith | |
Ok'd by beck@, espie@ and deraadt@ | |||
2000-10-16 | include the revision of OpenBSD with the output. | Brad Smith | |
2000-10-16 | Xr sa | Theo de Raadt | |
2000-10-16 | Let pkg_add be slightly more informative on tar balls that happen not | Marc Espie | |
to be packages. Partially based on suggestions made on misc@, thanks guys ! | |||
2000-10-16 | Re-align with reality: We use ARP for all Ethernet types. | Christian Weisgerber | |
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok millert@ | |||
2000-10-16 | use sigjmp_buf's, and use poll instead of select. various other small | Theo de Raadt | |
tweaks. tested by aaron. | |||
2000-10-15 | add note that pkg_add is not to be used for system distribution files. | Marco S Hyman | |
I'd like to reference some other doc/man page... any ideas as to what? | |||
2000-10-14 | - "Available options:" -> "The options are as follows:". | Aaron Campbell | |
- Move HISTORY section above BUGS. | |||
2000-10-14 | - Correct .Nm usage. | Aaron Campbell | |
- Compatify SYNOPSIS. - Introduce the options. - Add some punctuation. | |||
2000-10-14 | Capitalization. | Aaron Campbell | |
2000-10-13 | fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au> | Jakob Schlyter | |
2000-10-12 | cleanups | Theo de Raadt | |
2000-10-10 | Remove useless line; mj@who.net | Todd C. Miller | |
2000-10-10 | cast size_t to u_long on printing, be friendly with alpha. sync with kame | Jun-ichiro itojun Hagino | |
2000-10-10 | Use supplied vax support. Don't know if it works. | Hugh Graham | |
2000-10-09 | Don't exit when we get ENOBUFS from writev(), drop the packet instead. | brian | |
2000-10-09 | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian | |
of a second before attempting to write it again (unless there's something else to do instead). | |||
2000-10-09 | fix ndp -c (flush link-locals properly) | Jun-ichiro itojun Hagino | |
sync with latest kame. | |||
2000-10-09 | Create fd_sets big enough to handle getdtablesize() descriptors. | brian | |
2000-10-07 | sync with kame, to make future upgrade easier | Jun-ichiro itojun Hagino | |