summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-09-17ensure that DV has a /dev/ in itTheo de Raadt
2001-09-17handle names without / in themTheo de Raadt
2001-09-17more versions suffering the SSH_BUG_DEBUG bug;Markus Friedl
3.0.x reported by dbutts@maddog.storability.com
2001-09-17don't send fake dummy packets on CR (\r)Markus Friedl
bugreport from yyua@cs.sfu.ca via solar@@openwall.com
2001-09-17try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example;Markus Friedl
with Lutz.Jaenicke@aet.TU-Cottbus.DE,
2001-09-17better error handling if you try to export a bad key to ssh.comMarkus Friedl
2001-09-17cleanup and document -1, -s and -S; ok markus@Kevin Steves
2001-09-17never keep a connection to the smartcard open.Markus Friedl
allows ssh-keygen -D U while the agent is running; report from jakob@
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-09-17add -Fssh_config option; ok markus@Kevin Steves
2001-09-17Remove STATIC memory optimization. It's buggy (see regression test trip)Marc Espie
2001-09-17make vi exit if it can't create a temp file. From NetBSD, ok millertPeter Valchev
2001-09-16remove some unneeded includes; ok millertPeter Valchev
2001-09-16special-case MACRO (without parens) recognition, so that $# is set to 0Marc Espie
as it should.
2001-09-16Fix \\ in recognition in patsubst: must advance beyond it as well.Marc Espie
2001-09-16Optimize space-eating loop since we've already checked that theTodd C. Miller
first char is a space. Patch from sacrificial-spam-address@horizon.com
2001-09-161) In skin(), only add a space after a comma if there is actually a spaceTodd C. Miller
in the input buffer. This prevents a rare buffer overflow on very long header lines where one or more entries has a comment in it but the entries have no space after the comma *and* the amount of extra space needed to add a space after each comma is greater than the length of the comments that will be removed. This is debian bug #108677 2) In skin(), use a temporary variable in the realloc() and don't die if realloc() fails since its only purpose is to shrink the buffer, not expand it (and thus is not fatal).
2001-09-16calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943Markus Friedl
2001-09-16%llu instead of %qu and explicit casts.Artur Grabowski
2001-09-16Make make cross-compilable.Artur Grabowski
2001-09-15fix a pasto, fix pr 1969Michael Shalayeff
2001-09-15Obvious omissions.Miod Vallat
2001-09-14command=xxx overwrites subsystems, tooMarkus Friedl
2001-09-14typoMarkus Friedl
2001-09-13missing $OpenBSD:Markus Friedl
2001-09-12don't forward agent for non third-party copies; ok markus@Kevin Steves
2001-09-11locale ru_SU is obsolete, replace with ru_RUHeikki Korpela
mickey@ ok
2001-09-11gcc on sparc64 needs -O0 or it barfsJason Wright
2001-09-11add fgenJason Wright
2001-09-10Now that the makefile does not create symlinks to files for archsDale Rahn
which do not build, these files are no longer necessary.
2001-09-10Do not make symlinks to files for architectures which do not useDale Rahn
this gprof. This wasy sparc64.c does not need to be created.
2001-09-10Don't use this gprofJason Wright
2001-09-10link k5 before k4 (new binutils is more picky than old ld)Jason Wright
2001-09-10Don't build old binutils on sparc64.Artur Grabowski
2001-09-10remove bogus #include <getopt.h>Todd C. Miller
2001-09-09implement some more command line options for cu and use getopt(3)Todd C. Miller
2001-09-09fix typo in function prototypeTodd C. Miller
2001-09-09Add ~v escape to print all variables and their values.Todd C. Miller
In cu, the phone number argument is optional. However, *some* argument must be specified and this is not currently obvious from the man page or usage warning.
2001-09-09feed the line after eof, make it behave like other utils we have; rees@ okMichael Shalayeff
2001-09-09Link cu to tip now that UUCP is a port.Todd C. Miller
2001-09-08Update to latest version of the One True Awk. See the FIXES fileTodd C. Miller
for details.
2001-09-07Repair regular expression substitution.Marc Espie
Even though the code can share some common parts, there is an important difference I had missed.
2001-09-07Sanity check length of -u argument to avoid truncation later on.Todd C. Miller
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
be a single digit. Powered by mantoya@. millert@ ok.
2001-09-06bye bye sleeperTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05oopsJakob Schlyter
2001-09-05grammar; PR#2048Jakob Schlyter
2001-09-05select correctly, and on the right file descriptors too!Theo de Raadt
2001-09-05avoid first person in manual pagesTheo de Raadt