Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-22 | add /var/empty in FILES section | Kevin Steves | |
2002-06-22 | use 8-bits when accessing the wi_cor_offset; millert@ ok. | Federico G. Schwindt | |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller | |
2002-06-22 | typo | Christian Weisgerber | |
2002-06-22 | add a commented out scrub example | Henning Brauer | |
ok frantzen@ | |||
2002-06-22 | uid are unsigned outside of germany | Theo de Raadt | |
2002-06-22 | remove BUGS section; this library uses strtok_r(3) now. | Federico G. Schwindt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | section 5 not 4 for ssh_config | Kevin Steves | |
2002-06-22 | use strtok_r() instead of strtok(); millert ok | Theo de Raadt | |
2002-06-22 | correct comment | Kevin Steves | |
2002-06-22 | Use strtok_r() instead of strsep() since the latter treats consecutive | Todd C. Miller | |
field separators as empty field. This is not what we want for whitespace-delimited fields. | |||
2002-06-22 | replace argument only if it is not copied in the kernel already (has length | Niels Provos | |
> 0) | |||
2002-06-21 | make pserver code IPv6 ready. markus ok | Jun-ichiro itojun Hagino | |
2002-06-21 | Correctly close the writing end of the pipe when dup'ing the fd to | Todd C. Miller | |
stdout. This was a pasto/thinko on my part. Problem found by jean-philippe wan-hoi. | |||
2002-06-21 | Bump version to help distinquish new memory probe and fixes. | Tobias Weingartner | |
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@ |