summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2006-04-25Prevent ssh from trying to open private keys with bad permissions more thanDarren Tucker
2006-04-22remove extra spacesKevin Steves
2006-04-22use setres[ug]id() to permanently revoke privileges; ok deraadt@Damien Miller
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
2006-04-20simplify; ok djm@Markus Friedl
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with aDamien Miller
2006-04-18Move Buffer bignum functions into their own file, bufbn.c. This means thatDarren Tucker
2006-04-16reorder sanity test so that it cannot dereference past the end of theDamien Miller
2006-04-16avoid making a tiny 4-byte write to send the packet length of sftpDamien Miller
2006-04-16introduce atomiciov() function that wraps readv/writev to retryDamien Miller
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-04-03GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066Damien Miller
2006-04-02sessionid can be 32 bytes now too when sha256 kex is used; ok djm@Darren Tucker
2006-04-01ANSIfy; requested deraadt@Damien Miller
2006-04-01xasprintification; ok deraadt@Damien Miller
2006-04-01minimal lint cleanup (unused crud, and some size_t); ok djmTheo de Raadt
2006-04-01$OpenBSD$ in here tooDamien Miller
2006-03-31remote user escape is %r not %h; spotted by jmc@Damien Miller
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-30Prevent duplicate log messages when privsep=yes; ok djm@Darren Tucker
2006-03-30Correctly handle truncated files while converting keys; ok djm@Darren Tucker
2006-03-30add percent escape chars to the IdentityFile option, bz #1159 basedDamien Miller
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
2006-03-30ARGSUSED for dispatch table-driven functionsDamien Miller
2006-03-28use strtonum() to parse the pid from the file, and range check itTheo de Raadt
2006-03-28do not accept unreasonable X ports numbers; ok djmTheo de Raadt
2006-03-28spacingTheo de Raadt
2006-03-27always use a format string for addargs; spotted by mouring@Damien Miller
2006-03-27use strtonum() instead of atoi(), limit dhg size to 64k; ok djmTheo de Raadt
2006-03-27we can do the size & nmemb check before the integer overflow check; evolTheo de Raadt
2006-03-26typoTheo de Raadt
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-25delete cast not requiredTheo de Raadt
2006-03-25remove (char *) casts to a function that accepts void * for the argTheo de Raadt
2006-03-25use strtonum() instead of atoi() [limit X screens to 400, sorry]Theo de Raadt
2006-03-25mark two more signal handlers ARGSUSEDTheo de Raadt
2006-03-25cast strtonum() result to right typeTheo de Raadt
2006-03-25nicer size_t and time_t typesTheo de Raadt
2006-03-25spacingTheo de Raadt
2006-03-25needed casts (always will be needed)Theo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25"abormally" is a perfectly cromulent word, but "abnormally" is betterDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-22remove IV support from the CRC attack detector, OpenSSH has never usedDamien Miller
2006-03-22simplify SSHFP example; ok jmc@Jakob Schlyter
2006-03-20spacingTheo de Raadt
2006-03-20spacingTheo de Raadt
2006-03-20be strict with tolower() castingTheo de Raadt
2006-03-20spacingTheo de Raadt