summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-09-18better end-condition, fix tracing of dnl.Marc Espie
2001-09-18Tracing facilities. Same style as gnu-m4, because it's mostly used forMarc Espie
2001-09-18instrumentation for tracing mode: macro expansionMarc Espie
2001-09-18better gnu m4 emulation for dumpdefMarc Espie
2001-09-18let dumpdef go thru dump_one_def for each def.Marc Espie
2001-09-18let defn(builtin) work enough so thatMarc Espie
2001-09-18One single point for all macros/builtin expansion.Marc Espie
2001-09-188 bit clean look-ahead.Marc Espie
2001-09-18Fix regexp substitution.Marc Espie
2001-09-18slightly buggy macrosMarc Espie
2001-09-18Make a private copy of pwd via pw_dup() since its contents can getTodd C. Miller
2001-09-17missing -B in usage stringKevin Steves
2001-09-17Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@Paul Janzen
2001-09-17document flags for cuTheo de Raadt
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
2001-09-17don't send fake dummy packets on CR (\r)Markus Friedl
2001-09-17try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example;Markus Friedl
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
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
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
2001-09-161) In skin(), only add a space after a comma if there is actually a spaceTodd C. Miller
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
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
2001-09-10Do not make symlinks to files for architectures which do not useDale Rahn
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