Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-16 | better realloc. ok deraadt@ | Ted Unangst | |
2003-10-16 | duh | Michael Shalayeff | |
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt | |
2003-10-15 | also print the uvmexp.zeropages if there is space in vm screen | Michael Shalayeff | |
2003-10-15 | check pmonitor != NULL | Markus Friedl | |
2003-10-14 | 10X for mkdtemp; djm@ | Markus Friedl | |
2003-10-14 | update | Jakob Schlyter | |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter | |
2003-10-13 | don't refer to options related to forwarding; ok jmc@ | Markus Friedl | |
2003-10-13 | remember the new filename on ^X^W | Vincent Labrecque | |
ok deraadt | |||
2003-10-13 | better realloc. ok deraadt jose | Ted Unangst | |
2003-10-13 | realloc stuff. ok deraadt@ jose@ | Ted Unangst | |
2003-10-12 | sort options and sync usage(); | Jason McIntyre | |
from wiz@netbsd | |||
2003-10-12 | note that EnableSSHKeySign should be in the non-hostspecific section; | Jason McIntyre | |
remove unnecessary .Pp; ok markus@ | |||
2003-10-11 | Division and modulus operator (~). From hugh@. | Otto Moerbeek | |
2003-10-11 | return NULL for missing banner; ok djm@ | Markus Friedl | |
2003-10-11 | search keys in reverse order; fixes #684 | Markus Friedl | |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl | |
untrusted cookies; ForwardX11Trusted=yes restores old behaviour. ok deraadt; feedback and ok djm/fries | |||
2003-10-08 | default GSS API to no in client, too; ok jakob, deraadt@ | Markus Friedl | |
2003-10-08 | scp and sftp: add options list and sort options. options list requested | Jason 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-07 | Fix printing of "Only in foo" when foo is "/" (trailing slash removal | Todd C. Miller | |
was overzealous in this case). Fix tested by Hugo Villeneuve and myself. | |||
2003-10-07 | set ptr to NULL after free | Theo de Raadt | |
2003-10-07 | missing free(). Andrey Matveev via deraadt@. ok deraadt@ | Ted Unangst | |
2003-10-07 | oopsie. | Ted Unangst | |
2003-10-07 | check 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-07 | handle ; terminators for strings like other sed programs do. this is | Theo 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-07 | check strdup, from jared yanovich. fix realloc while i'm here. | Ted Unangst | |
ok deraadt@ henning@ millert@ | |||
2003-10-07 | sftp quoting fix from admorten AT umich.edu; ok markus@ | Damien Miller | |
2003-10-07 | Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707. | Darren Tucker | |
ok markus@ | |||
2003-10-06 | better output on error; ok henning@ | Federico G. Schwindt | |
2003-10-04 | oops | Theo de Raadt | |
2003-10-04 | - sort options | Jason McIntyre | |
- document -o - sync usage() with SYNOPSIS - various tweaks ok otto@ | |||
2003-10-04 | tweaks from andrushock@korovino.net | Theo de Raadt | |
2003-10-04 | negotation -> negotiation; | Jason McIntyre | |
from Marc Balmer | |||
2003-10-04 | whois port hack thingy; rperkins@tcsg.net | Theo de Raadt | |
2003-10-03 | deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt ok | Jun-ichiro itojun Hagino | |
2003-10-02 | print openssl version, too, several requests; ok henning/djm. | Markus Friedl | |
2003-10-02 | missing $OpenBSD:; dtucker | Markus Friedl | |
2003-10-02 | use err/warn instead of fprintf/exit | Michael Shalayeff | |
2003-10-01 | .Xr compress 3 and a typo; | Jason McIntyre | |
2003-10-01 | tweak; | Jason McIntyre | |
ok otto@ | |||
2003-10-01 | handle failed strdup; reported by jjy2+@pitt.edu | Theo de Raadt | |
2003-09-30 | parse elf now; help from millert | Michael Shalayeff | |
2003-09-30 | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. | Otto Moerbeek | |
2003-09-30 | Teach dc(1) how to read strings with unbalanced braces by introducing | Otto 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-30 | Flush stdout after P operator. Improves interaction with bc(1). | Otto Moerbeek | |
2003-09-29 | GSSAPICleanupCreds -> GSSAPICleanupCredentials | Markus Friedl | |
2003-09-29 | knf | Theo de Raadt | |
2003-09-29 | realloc fix; ok henning cloder | Theo de Raadt | |