Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-29 | a few more aen definitions, from freebsd | Michael Shalayeff | |
2001-04-29 | cleanup, remove incorrect comment | Artur Grabowski | |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl | |
2001-04-29 | ddb command `machine halt' is superceded by `boot halt' now, so remove it | Miod Vallat | |
and remove `machine reboot' as well. | |||
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat | |
Idea from art's todolist, art@ ok. | |||
2001-04-29 | fix whitespace | Markus Friedl | |
2001-04-29 | Use S_ISXXX macros where possible instead of doing this by hand | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | Add comment chars to (or just remove) bare words after #endif/#else for ANSI. | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | If errmsg() is passed a negative argument return strerror(errno) | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | sync | Theo de Raadt | |
2001-04-29 | another puc | Theo de Raadt | |
2001-04-29 | actually it is called 3CR990; tree unlock | Theo de Raadt | |
2001-04-29 | When expanding the session table, only copy the number of sessions already | Jason Wright | |
there to the new table; from stephen@etunnels.com (PR 1801). | |||
2001-04-28 | openssh will be at 2.9 | Theo de Raadt | |
2001-04-25 | oops, this needs to be updated in 2.9 too | Theo de Raadt | |
2001-04-25 | Quick fix for code path in RENAME in case relookup doesn't find the file again | Constantine Sapuntzakis | |
Also, get rid of a bogus comment. Patch from art@ | |||
2001-04-25 | General cleanup and updates here too, ok deraadt@ | Miod Vallat | |
2001-04-25 | Last update before release. | Miod Vallat | |
2001-04-25 | After tree lock, undo a bullshit change that was obviously NOT tested. | Theo de Raadt | |
Come on guys! Will you ever learn to not put radical untested shit into the source tree in the last few weeks before a release? A few of you do this time after time! | |||
2001-04-25 | move txp from unsupported but lotsa questions about... to supported | Jason Wright | |
more consistent handling of "including" vs "including:" | |||
2001-04-24 | Clean up spelling, some punctuation. | Dale Rahn | |
2001-04-24 | No need to keep installation notes for architectures we never | Miod Vallat | |
have supported. | |||
2001-04-24 | Update supported hardware list, fix typos, use m4.common macros | Miod Vallat | |
whenever possible, remove obsolete information, etc. ok fries@ | |||
2001-04-24 | Update introduction text. | Miod Vallat | |
ok fries@ | |||
2001-04-24 | Update floppy disk descriptions. | Miod Vallat | |
Add a macro to document floppyC. Add a macro to document generic upgrade instructions. Fix a few typos. ok fries@ | |||
2001-04-24 | More explaination/better wording on what is necessary for shared disks. | Dale Rahn | |
2001-04-24 | Update whatis to include details of what has changed between 2.8 and 2.9 | Dale Rahn | |
for powerpc | |||
2001-04-24 | Last-minute fix for flavor deps. Very, very late. | Marc Espie | |
Thanks, Theo. | |||
2001-04-24 | enable txp(4) | Theo de Raadt | |
2001-04-24 | Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com to | Theo de Raadt | |
release the 3CR990 microcode under an acceptable licence. | |||
2001-04-24 | Major update to powerpc specific distribution notes. | Dale Rahn | |
Minor tweaking may be necessary but this is the mass of the change. | |||
2001-04-24 | update for XF4 | Todd T. Fries | |
2001-04-24 | update, etc | Hugh Graham | |
2001-04-24 | missing splx, found by art, not yet tested by smurph, but he has run out of time | Theo de Raadt | |
2001-04-24 | OpenSSH-2.9 | Markus Friedl | |
2001-04-24 | compatility -> compatibility; mpech@prosoft.org.lv | Aaron Campbell | |
2001-04-24 | Correct SA refcounting. Fixes a bug where isakmpd could die when a peer was | Niklas Hallqvist | |
discovered to have rebooted, and old now invalid SAs had to be garbage- collected. | |||
2001-04-24 | remove unecessary code and data | Jason Wright | |
initialize more of the client state in client_mode() add sessionid check on incoming packets. Non-matching packets are just ignored (this allows multiple pppoe's to run on the same interface without freaking out). Thanks again to Russell T Hunt <alaric@MIT.EDU>. | |||
2001-04-24 | Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>. | Jason Wright | |
2001-04-24 | PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytes | Jason Wright | |
less. (This is the MTU between ppp and bpf, not to be confused with the link negotiated ppp mtu). Many thanks to Russell T Hunt <alaric@MIT.EDU> and Brian Somers <brian@Awfulhak.org> for finding this. | |||
2001-04-24 | make a clearer statement about unsupported functionality | Michael Shalayeff | |
2001-04-24 | linksys wpc11 is supported | Michael Shalayeff | |
2001-04-23 | remove debug | Markus Friedl | |
2001-04-23 | allow public key for -e, too | Markus Friedl | |
2001-04-23 | regen | Todd C. Miller | |
2001-04-23 | The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs but | Todd C. Miller | |
it is a Prism2 card. We add fake entries in pcmciadevs and the wi_pcmcia_product list so that it gets treated as Prism2. | |||
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell | |
2001-04-23 | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. | Artur Grabowski | |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback | |
a) meaningful but not voluminous debug info is printed and clearly associated with the offending siop bus. b) instead of panic'ing, reset the scsi bus and return. This problem was only seen under heavy load on powerpc. Plus fix one typo (exeption -> exception). ok deraadt@ | |||
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback | |
Spotted by fgsch@. |