Age | Commit message (Expand) | Author |
2001-09-19 | don't advertise -V in usage; ok markus@ | Kevin Steves |
2001-09-19 | missing -t in usage | Kevin Steves |
2001-09-19 | Xref modload(8), not modstat(8). | Miod Vallat |
2001-09-19 | use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses | Kevin Steves |
2001-09-19 | add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | Kevin Steves |
2001-09-19 | key_read() now returns -1 on type mismatch, too | Markus Friedl |
2001-09-19 | inline some very common putback/chrsave. Worth roughly 10% | Marc Espie |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-19 | command=xxx applies to subsystem now, too | Markus Friedl |
2001-09-19 | Define ENTIRE_LINE to be -1 instead of 0 because we may want to copy 0 charac... | Peter Valchev |
2001-09-19 | Fix a bug where ^@ wouldn't behave as expected when reading an ex | Peter Valchev |
2001-09-18 | forgot to add -t handling. | Marc Espie |
2001-09-18 | check strdup() rval | Todd C. Miller |
2001-09-18 | better end-condition, fix tracing of dnl. | Marc Espie |
2001-09-18 | Tracing facilities. Same style as gnu-m4, because it's mostly used for | Marc Espie |
2001-09-18 | instrumentation for tracing mode: macro expansion | Marc Espie |
2001-09-18 | better gnu m4 emulation for dumpdef | Marc Espie |
2001-09-18 | let dumpdef go thru dump_one_def for each def. | Marc Espie |
2001-09-18 | let defn(builtin) work enough so that | Marc Espie |
2001-09-18 | One single point for all macros/builtin expansion. | Marc Espie |
2001-09-18 | 8 bit clean look-ahead. | Marc Espie |
2001-09-18 | Fix regexp substitution. | Marc Espie |
2001-09-18 | slightly buggy macros | Marc Espie |
2001-09-18 | Make a private copy of pwd via pw_dup() since its contents can get | Todd C. Miller |
2001-09-17 | missing -B in usage string | Kevin Steves |
2001-09-17 | Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@ | Paul Janzen |
2001-09-17 | document flags for cu | Theo de Raadt |
2001-09-17 | ensure that DV has a /dev/ in it | Theo de Raadt |
2001-09-17 | handle names without / in them | Theo de Raadt |
2001-09-17 | more versions suffering the SSH_BUG_DEBUG bug; | Markus Friedl |
2001-09-17 | don't send fake dummy packets on CR (\r) | Markus Friedl |
2001-09-17 | try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example; | Markus Friedl |
2001-09-17 | better error handling if you try to export a bad key to ssh.com | Markus Friedl |
2001-09-17 | cleanup and document -1, -s and -S; ok markus@ | Kevin Steves |
2001-09-17 | never keep a connection to the smartcard open. | Markus Friedl |
2001-09-17 | u_char*/char* cleanup; ok markus@ | Kevin Steves |
2001-09-17 | add -Fssh_config option; ok markus@ | Kevin Steves |
2001-09-17 | Remove STATIC memory optimization. It's buggy (see regression test trip) | Marc Espie |
2001-09-17 | make vi exit if it can't create a temp file. From NetBSD, ok millert | Peter Valchev |
2001-09-16 | remove some unneeded includes; ok millert | Peter Valchev |
2001-09-16 | special-case MACRO (without parens) recognition, so that $# is set to 0 | Marc Espie |
2001-09-16 | Fix \\ in recognition in patsubst: must advance beyond it as well. | Marc Espie |
2001-09-16 | Optimize space-eating loop since we've already checked that the | Todd C. Miller |
2001-09-16 | 1) In skin(), only add a space after a comma if there is actually a space | Todd C. Miller |
2001-09-16 | calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943 | Markus Friedl |
2001-09-16 | %llu instead of %qu and explicit casts. | Artur Grabowski |
2001-09-16 | Make make cross-compilable. | Artur Grabowski |
2001-09-15 | fix a pasto, fix pr 1969 | Michael Shalayeff |
2001-09-15 | Obvious omissions. | Miod Vallat |
2001-09-14 | command=xxx overwrites subsystems, too | Markus Friedl |