summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-11-26Print select collisions in the vmstat -s output.Artur Grabowski
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
2000-11-25print keytype when generating a key.Markus Friedl
2000-11-25reorder check for illegal ciphers, bugreport from espie@Markus Friedl
2000-11-24Include err.h and util.hTodd C. Miller
2000-11-24Include strings.h for strlen() prototypeTodd C. Miller
2000-11-24As it stands now, arch.c does not work.Marc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.Marc Espie
2000-11-24Take advantage of VarModifiers_Apply, which can parse a variable specMarc Espie
2000-11-24Clean-ups:Marc Espie
2000-11-23complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaultsMarkus Friedl
2000-11-22Don't use light-weight Lst_ForEach when the list is going away from underMarc Espie
2000-11-22talk about /etc/primes, okay markus@Niels Provos
2000-11-22Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21When doing tail -f from stdin don't reopen a local file named stdin.Artur Grabowski
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Document -h option and correctly describe half-reverse and half-reverseAaron Campbell
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Oops. sum(1) has a different SYNOPSIS.Aaron Campbell
2000-11-21A few updates from the sudo developement tree:Todd C. Miller
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Sync usage() output and man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Oops... alphabetize.Aaron Campbell
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Use __progname in usage() since this may be invoked as "sum" asAaron Campbell
2000-11-21errno saving inside really crummy signal handlersTheo de Raadt
2000-11-20repair; mpech@prosoft.org.lvTheo de Raadt
2000-11-20fixes; mpech@prosoft.org.lvTheo de Raadt
2000-11-20repairs; mpech@prosoft.org.lvTheo de Raadt
2000-11-17sync program usage to manual page; mpech@prosoft.org.lvTheo de Raadt
2000-11-17OpenBSD already has queue.h and this one gets in the way since OpenBSDTodd C. Miller
2000-11-17Userland programs should not include sys/select.hTodd C. Miller
2000-11-16do not use perror() in sshd, after the child is forked()Markus Friedl
2000-11-16When building default seed from the hostname, only use alphanumericTodd C. Miller
2000-11-15case insensitive key options; from stevesk@sweden.hp.comMarkus Friedl
2000-11-15Add missing \n at the end of an error message.Todd C. Miller
2000-11-15add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keysMarkus Friedl
2000-11-15typo, use .ItMarkus Friedl
2000-11-15just ignore non existing user keysMarkus Friedl
2000-11-15reorder SYNOPSISMarkus Friedl
2000-11-14do not reorder keys if a key is removedMarkus Friedl
2000-11-14check no_agent_forwarding_flag for ssh-2, tooMarkus Friedl
2000-11-14parse options only if key matches; fixes some confusing messages seen by the ...Markus Friedl
2000-11-14Sync the list of "not supported" options with the source code; fixes PR/1506Aaron Campbell
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
2000-11-12off-by-one when removing a key from the agentMarkus Friedl
2000-11-11allow prompt to be specified anywhere on the command line, make it workNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos