summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-22save auth method before monitor_reset_key_state(); bugzilla bug #284;Kevin Steves
ok provos@
2002-06-22oops. remove Cisco 340/350, it's a an(4) card.Federico G. Schwindt
2002-06-22document -T option, PR#2766. ok deraadt@Jakob Schlyter
2002-06-22add pcmcia and wi support; deraadt ok.Federico G. Schwindt
2002-06-22adjust big-endian warningTheo de Raadt
2002-06-22note the existance of big-endian pcmcia bussesTheo de Raadt
2002-06-22a wireless section is dumbTheo de Raadt
2002-06-22add wi at pci; move wi to wireless section.Federico G. Schwindt
2002-06-22Add 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-22ansiTheo de Raadt
2002-06-22don't call setsid() if debugging or run from inetd; no "Operation notKevin Steves
permitted" errors now; ok millert@ markus@
2002-06-22gid is u_intTheo de Raadt
2002-06-22use strtok_rTheo de Raadt
2002-06-22use process ID vs. pid/PID/process identifierKevin Steves
2002-06-22typoKevin Steves
2002-06-22Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@Todd C. Miller
2002-06-22check /var/empty owner mode; ok provos@Kevin Steves
2002-06-22add /var/empty in FILES sectionKevin Steves
2002-06-22use 8-bits when accessing the wi_cor_offset; millert@ ok.Federico G. Schwindt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-22typoChristian Weisgerber
2002-06-22add a commented out scrub exampleHenning Brauer
ok frantzen@
2002-06-22uid are unsigned outside of germanyTheo de Raadt
2002-06-22remove BUGS section; this library uses strtok_r(3) now.Federico G. Schwindt
2002-06-22syncTheo de Raadt
2002-06-22syncTheo de Raadt
2002-06-22syncTheo de Raadt
2002-06-22section 5 not 4 for ssh_configKevin Steves
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-06-22correct commentKevin Steves
2002-06-22Use strtok_r() instead of strsep() since the latter treats consecutiveTodd C. Miller
field separators as empty field. This is not what we want for whitespace-delimited fields.
2002-06-22replace argument only if it is not copied in the kernel already (has lengthNiels Provos
> 0)
2002-06-21make pserver code IPv6 ready. markus okJun-ichiro itojun Hagino
2002-06-21Correctly close the writing end of the pipe when dup'ing the fd toTodd C. Miller
stdout. This was a pasto/thinko on my part. Problem found by jean-philippe wan-hoi.
2002-06-21Bump version to help distinquish new memory probe and fixes.Tobias Weingartner
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