summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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@
2004-06-06First sequence number should be 100, as promised by man page.Otto Moerbeek
ok hshoexer@ millert@
2004-06-06Explain the the usage of the first key printed by skeyinit; addOtto Moerbeek
example and .Xr's. ok hshoexer@ millert@
2004-06-06Format example using -literal, add .Xr's. From millert@Otto Moerbeek
2004-06-04Consistently use "secret passphrase" for the passphrase made up by the userOtto Moerbeek
and "one-time password" for the generated passwords. ok jmc@ millert@
2004-06-04knf + new interface: hid_start() is non-exit non-stderr spewing version of ↵Theo de Raadt
hid_init(); ok matthieu millert
2004-06-04sync w/ usd docs;Jason McIntyre
ok millert@
2004-06-04update mail docs w/ reality;Jason McIntyre
help and ok millert@
2004-06-03Verify that argc > 0 before trying to use argv and mark usage as __dead.Todd C. Miller
from Dmitry V. Levin
2004-06-03initialize pointers, ok markus@Pedro Martelletto
2004-06-03merge back two chunks that are different hereTed Unangst
2004-06-03ogg vorbis magic i found on a redhat boxTed Unangst
2004-06-03merge in new magic from file 4.09. Mostly from Bruno RoheeTed Unangst
2004-06-02Use errx() rather than err() when errno isn't set.Tom Cosgrove
ok otto@
2004-06-02Don't want text in err() call following malloc failures.Tom Cosgrove
ok henning@
2004-06-01Remove redundant #include; ok markus@Darren Tucker
2004-05-31#ifndef errno declaration. ok millert@Otto Moerbeek
2004-05-31mdoc & update references (from wiz@netbsd); remove disclaimer.Otto Moerbeek
ok millert@ jmc@
2004-05-31zap unused variables, ok beck@Pedro Martelletto
2004-05-27Kill dead code after fatal(); ok djm@Darren Tucker
2004-05-26missing freeaddrinfo; Andrey MatveevMarkus Friedl
2004-05-26if one process is killed, kill the other ourself; various okTheo de Raadt
2004-05-26exit -> _exit in forked child on error; from andrushock AT korovino.netDamien Miller
2004-05-25kill whitespace;Jason McIntyre
2004-05-25name parameters for built-ins, so that we get less awkward phrasing.Marc Espie
Leave out the changed description of changecom/changequote for later.
2004-05-23Add MaxAuthTries sshd config option; ok markus@Darren Tucker
2004-05-22with modern disks data transfers rates above 10000 kByte/s are seenHenning Brauer
regularily, make the disk columns a little wider so it doesn't run into the neighboring column, theo ok
2004-05-22kill whitespace at eol;Jason McIntyre
2004-05-22use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@Damien Miller
2004-05-21bz #756: add support for the cancel-tcpip-forward request for the server andDamien Miller
the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@