Age | Commit message (Expand) | Author |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-23 | If we are in -k/-K mode, just spew to stderr. It is not unusual | Todd C. Miller |
2003-12-22 | remove a suplicate comment | Michael Shalayeff |
2003-12-22 | do not re-include name in err() call; andrushock@korovino.net | Theo de Raadt |
2003-12-22 | EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr | Markus Friedl |
2003-12-22 | tidy up moduli generation debugging, add -v (verbose/debug) option to | Damien Miller |
2003-12-20 | - use .I and .B instead of .IT and .UL, respectively, to respect punctuation | Jason McIntyre |
2003-12-19 | Pass SIGINT to dc process. | Otto Moerbeek |
2003-12-19 | Do something sensible on ^C: unwind stack and be ready for new input. | Otto Moerbeek |
2003-12-19 | - adjust some list widths for better postscript output | Jason McIntyre |
2003-12-19 | add an example showing how to print to standard error; | Jason McIntyre |
2003-12-18 | document various aspects of awk behaviour: | Jason McIntyre |
2003-12-18 | random numbers are obtained via arc4random(3), not random(3); | Jason McIntyre |
2003-12-17 | - add -w to options description | Jason McIntyre |
2003-12-17 | remove old -M and -N; 3608 | Theo de Raadt |
2003-12-16 | do not implement -L (print copyright) with SMALL | Henning Brauer |
2003-12-16 | really don't implement unzip #ifdef SMALL | Henning Brauer |
2003-12-16 | really don't do -V #ifdef SMALL | Henning Brauer |
2003-12-16 | do not include rcsids with -DSMALL and as it is meaningless then do not | Henning Brauer |
2003-12-16 | when we read the original file size from the gzp header in uncompress mode | Henning Brauer |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-12-16 | Avoid segmentation fault when empty commands are specified in the | Otto Moerbeek |
2003-12-16 | Support MANPAGER environment variable plus some KNF I had in my tree. | Todd C. Miller |
2003-12-16 | avoid name clash with newer libz; breaks on static archs | Henning Brauer |
2003-12-16 | use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < DH_GR... | Markus Friedl |
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl |
2003-12-16 | expand documentation of built-ins: | Jason McIntyre |
2003-12-15 | jot.1: | Jason McIntyre |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-15 | shorter function names | Vincent Labrecque |
2003-12-14 | install awk USD; | Jason McIntyre |
2003-12-14 | we don't support GSS KEX; from Simon Wilkinson | Markus Friedl |
2003-12-12 | - update SYNOPSIS | Jason McIntyre |
2003-12-12 | Update, mostly from FreeBSD: | Otto Moerbeek |
2003-12-12 | term 3 cleanup, ok from brezak | Theo de Raadt |
2003-12-12 | reomve some junk | Theo de Raadt |
2003-12-11 | Sync usage() with SYNOPSIS in grep(1). | Ryan Thomas McBride |
2003-12-11 | Document use of [pattern] without -e, give example of -v with multiple | Ryan Thomas McBride |
2003-12-09 | Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@ | Darren Tucker |
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl |
2003-12-09 | don't modify argv for ssh -o; similar to sshd.c 1.283 | Markus Friedl |
2003-12-09 | fix -o and HUP; ok henning@ | Markus Friedl |
2003-12-09 | make ClientKeepAlive work for ssh -N, too (no login shell requested). | Markus Friedl |
2003-12-09 | Prevent ssh-keygen -T from outputting moduli with a generator of 0, since | Darren Tucker |
2003-12-09 | better description of yylval, from mickey@ | Jason McIntyre |
2003-12-09 | install lex PSD; | Jason McIntyre |
2003-12-09 | missing printf arg; from Alf Schlichting | Michael Shalayeff |
2003-12-09 | Fixes based on a patch from Moritz Jodeit; mickey@ OK | Todd C. Miller |
2003-12-09 | a few new entries from netbsd | Michael Shalayeff |
2003-12-09 | user err/warn | Michael Shalayeff |