Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-10-07 | use poll to avoid fd_set overflow | Theo de Raadt | |
2000-10-07 | - Add console/X mouse transparency, so you don't have to kill moused to run X. | Aaron Campbell | |
- Introduce `select units' (by char/word/line). Behaves more like an xterm now. - Serial mice should now work after this commit. - Many bug fixes. Work by Jean-Baptiste.Marchand@epita.fr, except for the X cohabitation code which was written by Julien.Montagne@epita.fr. | |||
2000-10-06 | use dynamic fd_set to avoid overflow | Theo de Raadt | |
2000-10-06 | printf string format audit. from: sommerfeld@netbsd.org | Jun-ichiro itojun Hagino | |
2000-10-06 | Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSD | brian | |
2000-10-03 | set bsize for hash to some reasonable value instead of | Michael Shalayeff | |
defaulting to the underlying fs block size. add rcsid tag. millert@ ok. | |||
2000-10-03 | Add $OpenBSD$. (jakob@ ok) | Hakan Olsson | |
2000-10-03 | Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok) | Hakan Olsson | |
2000-10-03 | Print IKE notifications (with -v). Style. (jakob@ ok) | Hakan Olsson | |
2000-10-03 | Compile with -Wall. Add $OpenBSD$. (jakob@ ok) | Hakan Olsson | |
2000-10-03 | More careful ntohs/ntohl etc. From Gunnar Lindberg <lindberg@cdg.chalmers.se> | Hakan Olsson | |
2000-10-03 | More format string paranoia; deraadt@ ok | Aaron Campbell | |
2000-09-30 | Some format string problems that were missed during initial audit; deraadt@ and | Aaron Campbell | |
millert@ ok | |||
2000-09-28 | according to the strlcpy man page the order of arguments | Michael Shalayeff | |
is: destination, source, size. it seems in the commit of version 1.3 a couple of maxwell daemons of the second kind exchanged second and third arguments in every call to the stlcpy, thanks gcc. at this late hour we hope they are up to their eternity-spanning poker game for hot molecules and the diff will finally get in untampered. | |||
2000-09-24 | Correctly ignore -n flag with -d when both options are separate (i.e. | Miod Vallat | |
arp -n -d, not arp -nd), millert@ ok | |||
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith | |
2000-09-21 | do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@ | Michael Shalayeff | |
2000-09-18 | make process.S compile on mips. ok art@. -moj | Mats O Jansson | |
2000-09-16 | synchronize with latest kame. | Jun-ichiro itojun Hagino | |
- improve exit code and logging. - repair multicast address rejection (IN_MULTICAST takes host endian value) - repair ftp relaying, when the result of PASV does not have paren. - repair ftp relaying, when EPSV is sent from client. | |||
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-14 | Fix some style nits | brian | |
2000-09-14 | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | |
Submitted by: Jakob Stoklund Olesen <stoklund@taxidriver.dk> | |||
2000-09-14 | Understand IPPROTO_ESP and IPPROTO_AH packets | brian | |
Submitted by: Angelos D. Keromytis <angelos@dsl.cis.upenn.edu> | |||
2000-09-13 | Use vis(3) when escaping non-printable characters instead of doing it | Todd C. Miller | |
(poorly) by hand. Also fixes a potential one byte overflow noted by Solar Designer. |