summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17add more MLINKsTodd C. Miller
1999-11-17add MLINKsTodd C. Miller
1999-11-17allow to compile without -DFFS. okay deraadt@David Leonard
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-17mii fixups and merge with freebsd:Jason Wright
1999-11-17New interface to ATA registers that goes through the lower-level deviceConstantine Sapuntzakis
1999-11-16typoTheo de Raadt
1999-11-16bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ieMarkus Friedl
1999-11-16add OpenSSH information to AUTHOR section. okay markus@Niels Provos
1999-11-16close-on-exec for auth-socket, ok deraadtMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus Friedl
1999-11-16- Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder...Aaron Campbell
1999-11-16force logging to stderr while loading private key fileMarkus Friedl
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-16noone needs this anymoreTheo de Raadt
1999-11-16typo in doc refMichael Shalayeff
1999-11-16flush the cache once we patched memory in ddbMichael Shalayeff
1999-11-16Close PR 961, approved by millert@Marc Espie
1999-11-16tabs vs spacesMichael Shalayeff
1999-11-16make a copy of attach args for each attachmentMichael Shalayeff
1999-11-16define TLB_BITS for %bMichael Shalayeff
1999-11-16fix argument access macro (+1 fuzz), align frame per hp requirementsMichael Shalayeff
1999-11-16openbsd/hppa is ELFDATA2MSBMichael Shalayeff
1999-11-16hpt_hashsize no more, using cr24 insteadMichael Shalayeff
1999-11-16stack does grows up; ddb breakpoints done (local); add note for btlb workMichael Shalayeff
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels Provos
1999-11-16Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed.Artur Grabowski
1999-11-16Remove duplicate variable definitions.Artur Grabowski
1999-11-16No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0)Artur Grabowski
1999-11-16Opps.. remove stuff that shouldn't be in the last commit.Artur Grabowski
1999-11-16Optimize the case of writing to /dev/zero like we do in for /dev/nullArtur Grabowski
1999-11-16Remove unused (ifdef:d away) variables.Artur Grabowski
1999-11-16We don't need a prototype for kmem_alloc.Artur Grabowski
1999-11-15more detailed messages about adding and checking hostkeysMarkus Friedl
1999-11-15I'm a moron...Marc Espie
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15Quote metachars on expand_word too; ok millert@Federico G. Schwindt
1999-11-15a note for legay systems about secuity issues with permanently_set_uid(),Markus Friedl
1999-11-15Remove a duplicate #include.Aaron Campbell
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-15o Make -q option the defaultTodd C. Miller
1999-11-15typosTheo de Raadt
1999-11-15fix .XrEric Jackson
1999-11-15honour ddb.console; ok deraadt@David Leonard
1999-11-15Fix tcp retransmit/persist timers, provos@ OK.Hugh Graham