Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-23 | uid_t is unsigned | Theo de Raadt | |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-22 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | Kevin Steves | |
ok provos@ | |||
2002-06-22 | oops. remove Cisco 340/350, it's a an(4) card. | Federico G. Schwindt | |
2002-06-22 | document -T option, PR#2766. ok deraadt@ | Jakob Schlyter | |
2002-06-22 | add pcmcia and wi support; deraadt ok. | Federico G. Schwindt | |
2002-06-22 | adjust big-endian warning | Theo de Raadt | |
2002-06-22 | note the existance of big-endian pcmcia busses | Theo de Raadt | |
2002-06-22 | a wireless section is dumb | Theo de Raadt | |
2002-06-22 | add wi at pci; move wi to wireless section. | Federico G. Schwindt | |
2002-06-22 | Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such. | Federico G. Schwindt | |
Replace ugly kludge with a macro that tests on sparc if it's pcmcia and tries to deal with it correctly (card mapped as be). This makes possible to have wi at pcmcia and pci on sparc64; from theo and myself. Tested with the PLX adapter and the SBus pcmcia bridge. millert@ ok. | |||
2002-06-22 | ansi | Theo de Raadt | |
2002-06-22 | don't call setsid() if debugging or run from inetd; no "Operation not | Kevin Steves | |
permitted" errors now; ok millert@ markus@ | |||
2002-06-22 | gid is u_int | Theo de Raadt | |
2002-06-22 | use strtok_r | Theo de Raadt | |
2002-06-22 | use process ID vs. pid/PID/process identifier | Kevin Steves | |
2002-06-22 | typo | Kevin Steves | |
2002-06-22 | Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@ | Todd C. Miller | |
2002-06-22 | check /var/empty owner mode; ok provos@ | Kevin Steves | |
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 | |