summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-06typo in error messageJason Wright
2001-04-06Typo in comment (henric@aimnet.com)Angelos D. Keromytis
2001-04-06Get rid of vm_pmap.Artur Grabowski
beck@ ok.
2001-04-06Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set.Federico G. Schwindt
Don't panic if I/O cannot be mapped at egattach, print and return instead.
2001-04-06Only define offsetof for KERNEL mode. Avoids breaking userlandConstantine Sapuntzakis
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-06Free the right variable on errorConstantine Sapuntzakis
2001-04-05keep the ssh session even if there is no active channel.Markus Friedl
this is more in line with the protocol spec and makes ssh -N -L 1234:server:110 host more useful. based on discussion with <mats@mindbright.se> long time ago and recent mail from <res@shore.net>
2001-04-05Also mention mode requirements for the private key file, plus one less typo.Hakan Olsson
2001-04-05Be more clear about configuration file mode requirements.Hakan Olsson
2001-04-05As the isakmpd.policy file can contain sensitive information, we wantHakan Olsson
the same mode checks we use for isakmpd.conf. Style.
2001-04-05Style.Hakan Olsson
2001-04-05let check_file_secrecy() set errnoHakan Olsson
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.