summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-21Clear 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-21Alphabetise. From Mike Pechkin.Tobias Weingartner
2002-06-21skeleton queue handling for the enc/auth piece of the chip (fed with nops viaJason Wright
timeout for now).
2002-06-21login_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-21OpenSSH_3.3Markus Friedl
2002-06-21No .Pp before .Sh; from wiz@danbala.ifoer.tuwien.ac.atNiels Provos
2002-06-21change BUGS section to mention that only clone is a problem now.Niels Provos
2002-06-21rewrite all system call arguments in the permit case. use realpathNiels Provos
when we still have the root and we of the monitored process. this eliminates almost all race coniditions.
2002-06-21system call argument rewriting framework via stackgap; okay art@Niels Provos
2002-06-21Document CVSREADONLYFS and -R. ok henning@, tholo@Kjell Wooding
2002-06-21tabifyJun-ichiro itojun Hagino
2002-06-21regenMarkus Friedl
2002-06-21add some ICH4 devices; ok deraadt@Markus Friedl
2002-06-21regen.Federico G. Schwindt
2002-06-21add Netgear MA401RAHenning Brauer
ok millert@
2002-06-21add support for Netgear MA401RA (Prism-2.5)Henning Brauer
2002-06-21make this more quiet on card insertion.Federico G. Schwindt
2002-06-21missing tab.Federico G. Schwindt
2002-06-21Add hash(9) and hashinit(9).Tobias Weingartner
2002-06-21kill gratuitous hex; millert okTheo de Raadt
2002-06-21Add some missing casts of sc->wi_txbuf -> caddr_tTodd C. Miller
2002-06-21sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgschTheo de Raadt
2002-06-21Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attachTodd C. Miller
routines have been called. Avoids a panic when you insert & eject a card very quickly on a slow machine.
2002-06-21put 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-21don't convert these to little-endian. now ifconfig shows the nwid onFederico G. Schwindt
sparc64 and macppc; tested by me and drahn@ on i386, macppc and sparc64.
2002-06-21syncTheo de Raadt
2002-06-21configure HID0, and show cache status for IBM750FX. from netbsdJun-ichiro itojun Hagino
2002-06-21bye bye, use netstat -inalv; itojun okTheo de Raadt
2002-06-21o change some 0-2 to *_FILENOTodd C. Miller
o don't #ifdef RLIMIT_NOFILE o dup2() safety o some NULL vs. 0 changes deraadt@ OK
2002-06-21o Resize nicely when we receive SIGWINCHTodd C. Miller
o Also change some 0-2 to *_FILENO
2002-06-21Don't initialise compression buffers when compression=no in sshd_config;Damien Miller
ok Niels@
2002-06-21fix bad usage of strlcpy()'s return value. (made pointers pointVincent Labrecque
beyond the boundaries of buffers) ok deraadt@
2002-06-21more strlcpyTheo de Raadt
2002-06-21skeleton for queue handling on the pk side of the chip. For now it justJason Wright
enqueues nops and handles them.
2002-06-21ugly kludge to deal correctly with endianess in sparc and sparc64.Federico G. Schwindt
millert@ ok.
2002-06-21o Use *_FILENO defines instead of numbersTodd 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-21remove the "extern" for a variable that does not exist anymore.Vincent Labrecque
2002-06-21Remove pointless macro.Artur Grabowski
2002-06-21Trial and error gives me this tweak for the trumpion 0x1100 device.Artur Grabowski
2002-06-21syncArtur Grabowski
2002-06-21Add 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-21identify 0x7000 (IBM750FX). snprintf.Jun-ichiro itojun Hagino
do we need "IBM" or "Motorola" in cpu_model?
2002-06-20add CompressionMarkus Friedl
2002-06-20syncTheo de Raadt
2002-06-20syncTheo de Raadt
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-06-20Close log file when leaving syslog_r(). deraadt@ okJean-Jacques Bernard-Gundol
2002-06-20bunch more reg defns (pkh/pke mostly).Jason Wright
2002-06-20Fix 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-20typoKevin Steves