summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-03-28start to sync scp closer to rcp; ok markus@Kevin Steves
2001-03-27Get rid of bogus .UC macro, likely an artifact of old mdoc conversions.Aaron Campbell
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-03-27some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5Markus Friedl
2001-03-27use EVP_get_digestbynid, reorder some calls and fix missing free.Markus Friedl
2001-03-26try to read private f-secure ssh v2 rsa keys.Markus Friedl
2001-03-26KNFMarkus Friedl
2001-03-26Replacement for original tsort.Marc Espie
2001-03-26document more defaults; misc. cleanup. ok markus@Kevin Steves
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-03-25Add -DUVM if we are using UVM. Fixes problem where the "WHAT" fieldTodd C. Miller
2001-03-25extern __progname; from bobMichael Shalayeff
2001-03-25PrintLastLog option; from chip@valinux.com with some minorKevin Steves
2001-03-25shorten; ok markus@Damien Miller
2001-03-24unused; remove dup comments. ok markus@Kevin Steves
2001-03-23ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@Markus Friedl
2001-03-23fix put, upload to _absolute_ path, ok djm@Markus Friedl
2001-03-23authctxt is now passed to do_authenticatedMarkus Friedl
2001-03-23Compat for OpenSSH with broken Rijndael/AES. ok markus@Damien Miller
2001-03-22do not place linefeeds in bufferTheo de Raadt
2001-03-22_wall, err/warn; dummy hppa part, like othersMichael Shalayeff
2001-03-22use err/warn, space policeMichael Shalayeff
2001-03-21Add printing of pool statistics for -m.Artur Grabowski
2001-03-21New compilation scheme, more cross-compiler friendly, less error-prone.Miod Vallat
2001-03-21missing init; from mib@unimelb.edu.auMarkus Friedl
2001-03-21add -B flag to usageJakob Schlyter
2001-03-21alpha fixes, from simonb@wasabisystems.comMarkus Friedl
2001-03-21merge common ssh v1/2 codeMarkus Friedl
2001-03-20Prevent "sort -f /dev/null" from segfaulting.Todd C. Miller
2001-03-20renameMarkus Friedl
2001-03-20remove unused argMarkus Friedl
2001-03-20default to SSH protocol version 2Markus Friedl
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-03-19version 2.5.2Markus Friedl
2001-03-19undo /etc/shell and proto 2,1 change for openssh-2.5.2Markus Friedl
2001-03-19document PreferredAuthentications options; ok markus@Damien Miller
2001-03-19Document permitopen authorized_keys option; ok markus@Damien Miller
2001-03-19Report ssh connection closing correctly; ok deraadt@Damien Miller
2001-03-18specifically version match on ssh scanners. do not log scan informationTheo de Raadt
2001-03-18ignore permitopen="host:port" if AllowTcpForwarding==noMarkus Friedl
2001-03-17check /etc/shells, tooMarkus Friedl
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
2001-03-16discourage strcat/strcpyMarkus Friedl
2001-03-16fix memset and whitespaceMarkus Friedl
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
2001-03-16Add magic for vax-elf and vax-olf. At this time roughly as likely to beHugh Graham
2001-03-15pass Session to do_child + KNFMarkus Friedl
2001-03-15use %lld in printf, ok millert@/deraadt@; report from ssh@client.fiMarkus Friedl
2001-03-14note no getopt()Theo de Raadt
2001-03-14formatting error; m@procyon.comTheo de Raadt