summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2001-11-08don't print ROOT in CAPS for the authentication messages, i.e.Markus Friedl
2001-11-08mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@Markus Friedl
2001-11-08don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.Markus Friedl
2001-11-07crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.comMarkus Friedl
2001-11-07unused includesMarkus Friedl
2001-11-07s/Keepalive/KeepAlive/; from openbsd@davidkrause.comMarkus Friedl
2001-11-07missing free and sync dss/rsa code.Markus Friedl
2001-11-07ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supportedMarkus Friedl
2001-11-07rpcgen is not nearly KNF, but it now generates close to KNF codeTheo de Raadt
2001-11-07pad using the padding field from the ssh2 packet instead of sendingMarkus Friedl
2001-11-07more is no more. less has been used as more for more or less most of theArtur Grabowski
2001-11-07fix signal raceTheo de Raadt
2001-11-07When mixing the -l and -i flags sort on each individual user'sTodd C. Miller
2001-11-06change a stat() to lstat()Todd C. Miller
2001-11-06implement missing sorting optionsTodd C. Miller
2001-11-06New vm includes.Artur Grabowski
2001-11-06add pablo, born pau casals. 'i owe nearly all my talent at music to the influ...Michael Shalayeff
2001-11-06Must zero out timeout by hand now that it is no longer global.Todd C. Miller
2001-11-06Restore asyncronous RPC code now that I found the uninitialized variableTodd C. Miller
2001-11-05Add more sanity checks of path data in the vi recovery file; potential proble...Todd C. Miller
2001-11-05make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.auTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-11-05use _exit in signal handlerTheo de Raadt
2001-11-05mark a zone of signal racesTheo de Raadt
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
2001-11-02replace fprintf(stderr)/exit w/ err/warnMichael Shalayeff
2001-11-02Change 2 Exit() -> exit()Todd C. Miller
2001-11-02Revert to clnt_broadcast() method until an alignment problem with theTodd C. Miller
2001-11-02avoid stdio in signal handlerTheo de Raadt
2001-11-02use _exit() in signal handlerTheo de Raadt
2001-11-01Major overhaul.Todd C. Miller
2001-11-01printf() format string fix.Miod Vallat
2001-10-30undo (disable debug again)Markus Friedl
2001-10-30ssh.1Markus Friedl
2001-10-29hostbased: check for client hostkey before building chostMarkus Friedl
2001-10-28remove bogus error-check, resolve pr#2147Jakob Schlyter
2001-10-28fix getaddrinfo error handlingJakob Schlyter
2001-10-28fix stupid typoJakob Schlyter
2001-10-28remove unused variableJakob Schlyter
2001-10-28indentTheo de Raadt
2001-10-28fix -z; jarle@uninett.noTheo de Raadt
2001-10-27Send User-Agent: OpenBSD ftp to WWW servers and proxies.Heikki Korpela
2001-10-26add eisensteinMichael Shalayeff
2001-10-25better docu for fingerprinting, ok deraadt@Markus Friedl
2001-10-24Misplaced space in fprintf "Execute get, put orappend to initiate transfer"Todd C. Miller
2001-10-24make ~& (backgrounding) work again for proto v1; add support ~& for v2, tooMarkus Friedl
2001-10-24kill registerTodd C. Miller
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-10-24ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@Markus Friedl