Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-21 | Clear wi_hostap_info.apflags in wi_attach() to guarantee wihap_shutdown() | Todd C. Miller | |
doesn't do the wrong thing with quick card insert/ejects. | |||
2002-06-21 | Alphabetise. From Mike Pechkin. | Tobias Weingartner | |
2002-06-21 | skeleton queue handling for the enc/auth piece of the chip (fed with nops via | Jason Wright | |
timeout for now). | |||
2002-06-21 | login_fbtab(3) fixes: | Todd C. Miller | |
o make first arg const since we don't modify it o use strsep() instead of strtok() as strtok() changes internal state o add some bounds checking and use strlcat() instead of pointer arithmetic o ANSI function headers Originally based on a patch from Lars J. Buitinck but much modified. | |||
2002-06-21 | OpenSSH_3.3 | Markus Friedl | |
2002-06-21 | No .Pp before .Sh; from wiz@danbala.ifoer.tuwien.ac.at | Niels Provos | |
2002-06-21 | change BUGS section to mention that only clone is a problem now. | Niels Provos | |
2002-06-21 | rewrite all system call arguments in the permit case. use realpath | Niels Provos | |
when we still have the root and we of the monitored process. this eliminates almost all race coniditions. | |||
2002-06-21 | system call argument rewriting framework via stackgap; okay art@ | Niels Provos | |
2002-06-21 | Document CVSREADONLYFS and -R. ok henning@, tholo@ | Kjell Wooding | |
2002-06-21 | tabify | Jun-ichiro itojun Hagino | |
2002-06-21 | regen | Markus Friedl | |
2002-06-21 | add some ICH4 devices; ok deraadt@ | Markus Friedl | |
2002-06-21 | regen. | Federico G. Schwindt | |
2002-06-21 | add Netgear MA401RA | Henning Brauer | |
ok millert@ | |||
2002-06-21 | add support for Netgear MA401RA (Prism-2.5) | Henning Brauer | |
2002-06-21 | make this more quiet on card insertion. | Federico G. Schwindt | |
2002-06-21 | missing tab. | Federico G. Schwindt | |
2002-06-21 | Add hash(9) and hashinit(9). | Tobias Weingartner | |
2002-06-21 | kill gratuitous hex; millert ok | Theo de Raadt | |
2002-06-21 | Add some missing casts of sc->wi_txbuf -> caddr_t | Todd C. Miller | |
2002-06-21 | sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgsch | Theo de Raadt | |
2002-06-21 | Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attach | Todd C. Miller | |
routines have been called. Avoids a panic when you insert & eject a card very quickly on a slow machine. | |||
2002-06-21 | put the objects in a better order, so that they align correctly. | Theo de Raadt | |
whoever made struct ieee80211_nwid an odd-sized structure and created this particular little corner of alignment hell surely deserves a boot to the head. | |||
2002-06-21 | don't convert these to little-endian. now ifconfig shows the nwid on | Federico G. Schwindt | |
sparc64 and macppc; tested by me and drahn@ on i386, macppc and sparc64. | |||
2002-06-21 | sync | Theo de Raadt | |
2002-06-21 | configure HID0, and show cache status for IBM750FX. from netbsd | Jun-ichiro itojun Hagino | |
2002-06-21 | bye bye, use netstat -inalv; itojun ok | Theo de Raadt | |
2002-06-21 | o change some 0-2 to *_FILENO | Todd C. Miller | |
o don't #ifdef RLIMIT_NOFILE o dup2() safety o some NULL vs. 0 changes deraadt@ OK | |||
2002-06-21 | o Resize nicely when we receive SIGWINCH | Todd C. Miller | |
o Also change some 0-2 to *_FILENO | |||
2002-06-21 | Don't initialise compression buffers when compression=no in sshd_config; | Damien Miller | |
ok Niels@ | |||
2002-06-21 | fix bad usage of strlcpy()'s return value. (made pointers point | Vincent Labrecque | |
beyond the boundaries of buffers) ok deraadt@ | |||
2002-06-21 | more strlcpy | Theo de Raadt | |
2002-06-21 | skeleton for queue handling on the pk side of the chip. For now it just | Jason Wright | |
enqueues nops and handles them. | |||
2002-06-21 | ugly kludge to deal correctly with endianess in sparc and sparc64. | Federico G. Schwindt | |
millert@ ok. | |||
2002-06-21 | o Use *_FILENO defines instead of numbers | Todd C. Miller | |
o Kill sockt global, it is not needed o Use STDOUT_FILENO as the 1st arg to sendto(). Previously we used sockt in sendto() which only worked because a) globals are intialized to 0 and b) inetd sets up fds 0-2 dup'd to the same thing so it didn't matter that we were sending to stdin, not stdout. | |||
2002-06-21 | remove the "extern" for a variable that does not exist anymore. | Vincent Labrecque | |
2002-06-21 | Remove pointless macro. | Artur Grabowski | |
2002-06-21 | Trial and error gives me this tweak for the trumpion 0x1100 device. | Artur Grabowski | |
2002-06-21 | sync | Artur Grabowski | |
2002-06-21 | Add Trumpion Microelectronics (Who comes up with those names?) | Artur Grabowski | |
and a product that I actually don't know what it is (could be one of three possible chips). | |||
2002-06-21 | identify 0x7000 (IBM750FX). snprintf. | Jun-ichiro itojun Hagino | |
do we need "IBM" or "Motorola" in cpu_model? | |||
2002-06-20 | add Compression | Markus Friedl | |
2002-06-20 | sync | Theo de Raadt | |
2002-06-20 | sync | Theo de Raadt | |
2002-06-20 | allow Compression=yes/no in sshd_config | Markus Friedl | |
2002-06-20 | Close log file when leaving syslog_r(). deraadt@ ok | Jean-Jacques Bernard-Gundol | |
2002-06-20 | bunch more reg defns (pkh/pke mostly). | Jason Wright | |
2002-06-20 | Fix 4GB memory probing and other memory probing issues. | Tobias Weingartner | |
Outstanding issue is with Compaq 16MB detection problem. ok deraadt@, and various people from the 'net. | |||
2002-06-20 | typo | Kevin Steves | |