summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-10-16better realloc. ok deraadt@Ted Unangst
2003-10-16duhMichael Shalayeff
2003-10-15on fatal error, repair tty; millert okTheo de Raadt
2003-10-15also print the uvmexp.zeropages if there is space in vm screenMichael Shalayeff
2003-10-15check pmonitor != NULLMarkus Friedl
2003-10-1410X for mkdtemp; djm@Markus Friedl
2003-10-14updateJakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-10-13don't refer to options related to forwarding; ok jmc@Markus Friedl
2003-10-13remember the new filename on ^X^WVincent Labrecque
ok deraadt
2003-10-13better realloc. ok deraadt joseTed Unangst
2003-10-13realloc stuff. ok deraadt@ jose@Ted Unangst
2003-10-12sort options and sync usage();Jason McIntyre
from wiz@netbsd
2003-10-12note that EnableSSHKeySign should be in the non-hostspecific section;Jason McIntyre
remove unnecessary .Pp; ok markus@
2003-10-11Division and modulus operator (~). From hugh@.Otto Moerbeek
2003-10-11return NULL for missing banner; ok djm@Markus Friedl
2003-10-11search keys in reverse order; fixes #684Markus Friedl
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl
untrusted cookies; ForwardX11Trusted=yes restores old behaviour. ok deraadt; feedback and ok djm/fries
2003-10-08default GSS API to no in client, too; ok jakob, deraadt@Markus Friedl
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
2003-10-07Fix printing of "Only in foo" when foo is "/" (trailing slash removalTodd C. Miller
was overzealous in this case). Fix tested by Hugo Villeneuve and myself.
2003-10-07set ptr to NULL after freeTheo de Raadt
2003-10-07missing free(). Andrey Matveev via deraadt@. ok deraadt@Ted Unangst
2003-10-07oopsie.Ted Unangst
2003-10-07check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>.Ted Unangst
ok deraadt@
2003-10-07- check if result is valid before using it.Federico G. Schwindt
- correctly set *freePtr, not freePtr. input and ok espie@.
2003-10-07handle ; terminators for strings like other sed programs do. this isTheo de Raadt
apparently an extension, but without it you cannot express longer labelled sed scripts as one-liners. noted by seb@todesplanet.de apr 2002. also noted by cerille lefevre a bit later. fixed by otto and myself, tested on tree builds to be careful
2003-10-07check strdup, from jared yanovich. fix realloc while i'm here.Ted Unangst
ok deraadt@ henning@ millert@
2003-10-07sftp quoting fix from admorten AT umich.edu; ok markus@Damien Miller
2003-10-07Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707.Darren Tucker
ok markus@
2003-10-06better output on error; ok henning@Federico G. Schwindt
2003-10-04oopsTheo de Raadt
2003-10-04- sort optionsJason McIntyre
- document -o - sync usage() with SYNOPSIS - various tweaks ok otto@
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-04negotation -> negotiation;Jason McIntyre
from Marc Balmer
2003-10-04whois port hack thingy; rperkins@tcsg.netTheo de Raadt
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-10-02print openssl version, too, several requests; ok henning/djm.Markus Friedl
2003-10-02missing $OpenBSD:; dtuckerMarkus Friedl
2003-10-02use err/warn instead of fprintf/exitMichael Shalayeff
2003-10-01.Xr compress 3 and a typo;Jason McIntyre
2003-10-01tweak;Jason McIntyre
ok otto@
2003-10-01handle failed strdup; reported by jjy2+@pitt.eduTheo de Raadt
2003-09-30parse elf now; help from millertMichael Shalayeff
2003-09-30Make sure strings and error messages sent to dc(1) properly escape [, ] and \.Otto Moerbeek
2003-09-30Teach dc(1) how to read strings with unbalanced braces by introducingOtto Moerbeek
backslash as an escape char. This is needed for bc(1), which is required by Posix to handle strings with brackets in them.
2003-09-30Flush stdout after P operator. Improves interaction with bc(1).Otto Moerbeek
2003-09-29GSSAPICleanupCreds -> GSSAPICleanupCredentialsMarkus Friedl
2003-09-29knfTheo de Raadt
2003-09-29realloc fix; ok henning cloderTheo de Raadt