Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-09-11 | Fix pasto: repquota does not report user quotas when a volume argument is given | Todd C. Miller | |
and there are no group quotas set. canacar@eee.metu.edu.tr | |||
2000-09-11 | Could someone please tell me why cvs did not bother to commit | Artur Grabowski | |
those two files? | |||
2000-09-11 | Reenable afs. | Artur Grabowski | |
2000-09-11 | New Arla userland from Arla between 0.34.2 and current in arla cvs. | Artur Grabowski | |
Too many new features and fixes to mention here. | |||
2000-09-11 | Import of arla-0.35.7 | Artur Grabowski | |
2000-09-11 | Disable afs temporarily until the new code is comitted. | Artur Grabowski | |
2000-09-09 | i386 only | Theo de Raadt | |
2000-09-07 | Install manpage on powerpc also. | Dale S. Rahn | |
2000-09-07 | wscons is used on powerpc also. | Dale S. Rahn | |
2000-09-07 | Remove redundant includes | brian | |
2000-09-06 | Correct a typo; Dag-Erling Smorgrav <des@ofug.org> | brian | |
2000-09-05 | undo security hole peter just commited | Theo de Raadt | |
2000-09-05 | Remove quotes from arguement lists to for loops. | Peter Galbavy | |
This applied to two type of dhcp option, "domain_name_servers" and "routers". This fixes the problem of seeing mutliple nameservers on one nameserver line in resolv.conf. If anyone used multiple routers, then it would fix this too. | |||
2000-09-04 | Set reasonable default rate/resolution values for PS/2 mice. | Aaron Campbell | |
TODO: Still need to reset these values if we detect the mouse going away and coming back (i.e., through the use of a KVM switch). From Jean-Baptiste.Marchand@epita.fr. | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-09-02 | strtok() -> strsep() | brian | |
2000-09-02 | name-server -> nameserver | brian | |
2000-09-02 | Don't delete sticky routes on exit as we may not have successfully | brian | |
added them yet. Instead just rely on our deleting all routes associated with our interface. | |||
2000-09-02 | Some misc tidyups | brian | |
strtok() -> strsep() Handle icmp replies for requests originating outside the ``public'' interface correctly Obtained from: FreeBSD | |||
2000-09-01 | A start at fixing this man page up, but I must go out now, so I'll finish it | Aaron Campbell | |
a bit later. | |||
2000-09-01 | Userland mouse daemon for new PCVT mouse features. The daemon must be started | Aaron Campbell | |
for the mouse to work. A common usage for a PS/2 mouse might be: /usr/sbin/moused -p /dev/psm0 -M2=3 -m IntelliMouse This sets the mouse port to /dev/psm0, maps the right mouse button to paste (by default, the right mouse button is for "extending" selections and the middle button pastes), and the -m flag sets the specific model, in this example for a Microsoft IntelliMouse, which enables the wheel scrollback functionality. Note that for wheel mice you also need "option INTELLIMOUSE" compiled into the kernel. This daemon comes from FreeBSD and was ported to OpenBSD by Jean-Baptiste Marchand. | |||
2000-09-01 | repair a routine to grab interface MTU information. | Jun-ichiro itojun Hagino | |
2000-08-31 | Use arc4random() instead of random() | brian | |
Suggested by: Theo |