Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-05 | sync | Theo de Raadt | |
2001-04-05 | don't request a session for 'ssh -N', pointed out slade@shore.net | Markus Friedl | |
2001-04-05 | better error message | Markus Friedl | |
2001-04-05 | undo changes which did not even compile | Theo de Raadt | |
2001-04-05 | doc flags; js3guj@gold.ocn.ne.jp | Theo de Raadt | |
2001-04-05 | Tell the users what to report when the kernel crashes. | Artur Grabowski | |
2001-04-05 | for ~R print message if server does not support rekeying. (and fix ~R). | Markus Friedl | |
2001-04-05 | Remove X386 and X11R4 | Todd C. Miller | |
Treat foo.n as a -man page, not a -me doc | |||
2001-04-05 | doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.com | Theo de Raadt | |
2001-04-05 | Skip entries starting with '+' in duplicate user ID check so we don't | Todd C. Miller | |
get false positives for YP stuff. Closes PR 1755 | |||
2001-04-05 | document RCS $OpenBSD matching; adrian@ubergeeks.com | Theo de Raadt | |
2001-04-05 | remove extra continue statements | Theo de Raadt | |
2001-04-05 | permit tree build with NOMAN is set | Theo de Raadt | |
2001-04-05 | another euid mixup; wiz@danbala.ifoer.tuwien.ac.at | Theo de Raadt | |
2001-04-05 | move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@ | Kevin Steves | |
2001-04-05 | ssh defaults to protocol v2; from quisar@quisar.ambre.net | Markus Friedl | |
2001-04-05 | Typo | Marc Espie | |
2001-04-05 | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | Markus Friedl | |
2001-04-05 | From angelos: (he can't commit this himself right now) | Artur Grabowski | |
> I must have been on drugs...a deep copy is needed, or else there's double > free's when there's IPsec. [...] > This should solve the crash problems. | |||
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl | |
2001-04-05 | temporary version 2.5.4 (supports rekeying). | Markus Friedl | |
this is not an official release. | |||
2001-04-05 | reset compress state per direction when rekeying. | Markus Friedl | |
2001-04-05 | 2.3.x does old GEX, too; report jakob@ | Markus Friedl | |
2001-04-05 | Updates and corrections from gluk@ after recent softupdates changes. | Aaron Campbell | |
2001-04-05 | When we change the interface MTU, run through the routing table and tweak | brian | |
all route MTUs too. | |||
2001-04-05 | merge with freebsd/netbsd; mainly a conversion to mii | Jason Wright | |
2001-04-05 | Fix: | Grigoriy Orlov | |
- two overflow of static buffer by device name. - one overflow of dynamic buffer. | |||
2001-04-04 | clear+free keys,iv for rekeying. | Markus Friedl | |
+ fix DH mem leaks. ok niels@ | |||
2001-04-04 | Roll Core minor. Ansify source. Handles are now 16 bits. Add | mjacob | |
ISPCTL_RUN_MBOXCMD entry point. Add ISPASYNC_UNHANDLED_RESPONSE definition. | |||
2001-04-04 | Add some additional mailbox definitions. Rename ICBOPT_PORTNAME to | mjacob | |
ICBOPT_BOTH_WWNS as being more descriptive. | |||
2001-04-04 | Keep up with the Joneses- sync up with core code for (eventual) usage here. | mjacob | |
2001-04-04 | Roll platform major/minor. Ansify. Add the appropriate bits for | mjacob | |
going to a synchronous restart queue blockage model. Add bits that say that scsi xfer has a timer active. Ha. ha ha. Add the bits that note that we have sense data when we get it. | |||
2001-04-04 | Ansify source. Set poenings to maxcmds again. Turn on interrupt | mjacob | |
driven mailbox commands if we've gotten past coldstart. Go to a synchronous restart queue blockage model for REQUEST QUEUE overflow conditions. Make sure that we only delete timers for commands that haven't gotten expired timers. | |||
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob | |
2001-04-04 | Ansify source. Say which channel the initiator ID is for. Rename | mjacob | |
ICBOPT_PORTNAME to ICBOPT_BOTH_WWNS as being more descriptive. Change handles to 16 bits. Add ISPCTL_RUN_MBOXCMD control function. | |||
2001-04-04 | bye bye -U (soft updates). | Grigoriy Orlov | |
2001-04-04 | Ansify. Fix botch that kept ISP 1020 firmware from being compiled in. | mjacob | |
Handles are 16 bits now. | |||
2001-04-04 | parse full kexinit packet. | Markus Friedl | |
make server-side more robust, too. | |||
2001-04-04 | there is no such thing as autoconf(3), but there is autoconf(4) | Bruno Rohee | |
2001-04-04 | we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@ | Markus Friedl | |
2001-04-04 | more robust rekeying | Markus Friedl | |
don't send channel data after rekeying is started. | |||
2001-04-04 | Document softdep option. | Grigoriy Orlov | |
>From NetBSD. art@ ok. | |||
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov | |
and otherwise are disabled. art@ ok. | |||
2001-04-04 | match on a few more cards, prism2 support; aaron@ ok; from NetBSD | Michael Shalayeff | |
2001-04-04 | Disable ATAPI DMA on Promise controllers and some ALi controllers. | Constantine Sapuntzakis | |
Change Bus Master DMA Stop to not trust what we read from the device. | |||
2001-04-04 | f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov | Markus Friedl | |
2001-04-04 | enable server side rekeying + some rekey related clientup. | Markus Friedl | |
todo: we should not send any non-KEX messages after we send KEXINIT | |||
2001-04-04 | missung euid swapout; j@ida.interface-business.de | Theo de Raadt | |
2001-04-04 | don't sent multiple kexinit-requests. | Markus Friedl | |
send newkeys, block while waiting for newkeys. fix comments. | |||
2001-04-04 | Lay the groundwork for disabling ATAPI DMA on controllers | Constantine Sapuntzakis | |
where we have trouble. Note, in theory, ATAPI DMA is no different than ATA DMA. "Promise" not to tell anybody |