summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-05syncTheo de Raadt
2001-04-05don't request a session for 'ssh -N', pointed out slade@shore.netMarkus Friedl
2001-04-05better error messageMarkus Friedl
2001-04-05undo changes which did not even compileTheo de Raadt
2001-04-05doc flags; js3guj@gold.ocn.ne.jpTheo de Raadt
2001-04-05Tell the users what to report when the kernel crashes.Artur Grabowski
2001-04-05for ~R print message if server does not support rekeying. (and fix ~R).Markus Friedl
2001-04-05Remove X386 and X11R4Todd C. Miller
Treat foo.n as a -man page, not a -me doc
2001-04-05doc -s and -f, though -f does not work that way anymore.. hmm; chuck@snew.comTheo de Raadt
2001-04-05Skip entries starting with '+' in duplicate user ID check so we don'tTodd C. Miller
get false positives for YP stuff. Closes PR 1755
2001-04-05document RCS $OpenBSD matching; adrian@ubergeeks.comTheo de Raadt
2001-04-05remove extra continue statementsTheo de Raadt
2001-04-05permit tree build with NOMAN is setTheo de Raadt
2001-04-05another euid mixup; wiz@danbala.ifoer.tuwien.ac.atTheo de Raadt
2001-04-05move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@Kevin Steves
2001-04-05ssh defaults to protocol v2; from quisar@quisar.ambre.netMarkus Friedl
2001-04-05TypoMarc Espie
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-04-05From 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-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-05temporary version 2.5.4 (supports rekeying).Markus Friedl
this is not an official release.
2001-04-05reset compress state per direction when rekeying.Markus Friedl
2001-04-052.3.x does old GEX, too; report jakob@Markus Friedl
2001-04-05Updates and corrections from gluk@ after recent softupdates changes.Aaron Campbell
2001-04-05When we change the interface MTU, run through the routing table and tweakbrian
all route MTUs too.
2001-04-05merge with freebsd/netbsd; mainly a conversion to miiJason Wright
2001-04-05Fix:Grigoriy Orlov
- two overflow of static buffer by device name. - one overflow of dynamic buffer.
2001-04-04clear+free keys,iv for rekeying.Markus Friedl
+ fix DH mem leaks. ok niels@
2001-04-04Roll Core minor. Ansify source. Handles are now 16 bits. Addmjacob
ISPCTL_RUN_MBOXCMD entry point. Add ISPASYNC_UNHANDLED_RESPONSE definition.
2001-04-04Add some additional mailbox definitions. Rename ICBOPT_PORTNAME tomjacob
ICBOPT_BOTH_WWNS as being more descriptive.
2001-04-04Keep up with the Joneses- sync up with core code for (eventual) usage here.mjacob
2001-04-04Roll platform major/minor. Ansify. Add the appropriate bits formjacob
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-04Ansify source. Set poenings to maxcmds again. Turn on interruptmjacob
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-04Ansify source. Handles are now 16 bits.mjacob
2001-04-04Ansify source. Say which channel the initiator ID is for. Renamemjacob
ICBOPT_PORTNAME to ICBOPT_BOTH_WWNS as being more descriptive. Change handles to 16 bits. Add ISPCTL_RUN_MBOXCMD control function.
2001-04-04bye bye -U (soft updates).Grigoriy Orlov
2001-04-04Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob
Handles are 16 bits now.
2001-04-04parse full kexinit packet.Markus Friedl
make server-side more robust, too.
2001-04-04there is no such thing as autoconf(3), but there is autoconf(4)Bruno Rohee
2001-04-04we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
don't send channel data after rekeying is started.
2001-04-04Document softdep option.Grigoriy Orlov
>From NetBSD. art@ ok.
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepGrigoriy Orlov
and otherwise are disabled. art@ ok.
2001-04-04match on a few more cards, prism2 support; aaron@ ok; from NetBSDMichael Shalayeff
2001-04-04Disable 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-04f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.govMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
todo: we should not send any non-KEX messages after we send KEXINIT
2001-04-04missung euid swapout; j@ida.interface-business.deTheo de Raadt
2001-04-04don't sent multiple kexinit-requests.Markus Friedl
send newkeys, block while waiting for newkeys. fix comments.
2001-04-04Lay the groundwork for disabling ATAPI DMA on controllersConstantine Sapuntzakis
where we have trouble. Note, in theory, ATAPI DMA is no different than ATA DMA. "Promise" not to tell anybody