summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
markus@ ok
2004-06-21dont compare int with NULL, compare to 0 instead, otto@ okAnil Madhavapeddy
2004-06-21Actually commit right (r&b tree) version, instead of hash tableOtto Moerbeek
one. Previous commit from wrong tree. Spotted by Andre Lucas <andre at ae-35 dot com> ok millert@ canacar@
2004-06-20mention new -n flagDamien Miller
2004-06-20make "ls -l" listings print user/group names, add "ls -n" to show uid/gidDamien Miller
(like /bin/ls); idea & ok markus@
2004-06-20Implement -I option: ignore changes matching a set of regexes. FromOtto Moerbeek
Jared Yanovich, with twists from millert@ and me. Testing by brad@, sturm@ and pval@. ok millert@
2004-06-20filter passed env vars at slave in connection sharing case; ok markus@Damien Miller
2004-06-19avoid a null pointer dereference if the .DEFAULT target has no commands;Robert Nagy
ok espie@
2004-06-18Unbreak handling of standard diffs (which have an empty context).Otto Moerbeek
ok @millert
2004-06-18clientloop.cDamien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
allow interrupting of setup (e.g. if master is stuck); ok markus@
2004-06-18If a new hunk immediately follows the previous one, merge themOtto Moerbeek
into a single hunk. This makes diff produce the same diff as gdiff in more cases. Found by brad@ and sturm@ using the ports tree. ok millert@
2004-06-18Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@Darren Tucker
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-17Remove trailing whitespace and, for printf, uid/gid are unsignedTodd C. Miller
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
shared connections; ok markus@
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-16Add a new -n option that replaces the old -number option (which nowTodd C. Miller
only exists for backwards compat). Based on a diff from robert@; OK robert@ and deraadt@
2004-06-15missed one unset_nonblock; spotted by Tim RiceDamien Miller
2004-06-14Teach patch(1) to detect if a diff creating a file (or one addingOtto Moerbeek
lines to an empty file) already has been applied; be a bit less chatty about empty contexts. Testing hshoexer@ ok millert@
2004-06-14- use fmt_scaled(3) instead of home grown function to print -h numbersOtto Moerbeek
- do not use a linear list to keep track of inodes with link count > 2, use a red & black tree. Based on freebsd code that uses auto-sizing hash maps; this tree version by canacar@. ok millert@ canacar@
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-14remove debug messageTheo de Raadt
2004-06-14let vmstat -i still work on older kernels; spotted by tholoTheo de Raadt
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
ok jmc@
2004-06-131-byte overflow; ryo@nerv.org, otto okTheo de Raadt
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
since 2.0); ok markus@
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
"looks fine" jmc@, ok markus@
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
existing diffie-hellman-group1-sha1); ok markus@
2004-06-12make M-x gid try to guess the symbol name to look up by looking at theVincent Labrecque
current word. ok beck@
2004-06-11div etime by ncpuTheo de Raadt
2004-06-11handle the KI_NOCPU case, pointed out by markusTheo de Raadt
2004-06-11divide etime by ncpuTheo de Raadt
2004-06-11oopsTheo de Raadt
2004-06-11on i386 machines, attempt to peek inside apic_intrhand[] as well, so thatTheo de Raadt
MP machines get interrupt counters. will be replaced by a MI subsystem one day. most code from drahn, few final bugs fixed by me
2004-06-11only print /# if > 1 cpu on a machineTheo de Raadt
2004-06-11export cpuid via kproc2, and make ps & top aware... from niklasTheo de Raadt
2004-06-11hide top breakage, until the next commit which will do it rightTheo de Raadt
2004-06-08include err.h, from Jared YanovichPedro Martelletto
2004-06-07gotta love this one ...Michael Shalayeff
2004-06-07dig gpio ioctlsMichael Shalayeff
2004-06-07Allow -a to specify an alternative auth method, even if secure modeOtto Moerbeek
is used. Only bail out if the user has no skey entry and requests secure mode without specifying an alternative auth method. ok hshoexer@ millert@
2004-06-07Use -a skey to use S/Key for initial authentication in normal mode.Otto Moerbeek
ok hshoexer@ millert@
2004-06-06- add -S to usage()Jason McIntyre
- for some reason -s was also missing from one of them - sync
2004-06-06make -S description match the rest of the page (in terms of tense);Jason McIntyre
2004-06-06double `the';Jason McIntyre
2004-06-06- skeyprune is section 8, not 1Jason McIntyre
- kill whitespace - -offset for display
2004-06-06- skeyprune is section 8, not 1Jason McIntyre
- use -offset for display
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
entry. "netstat -nrSf inet". ok deraadt@ mcbride@