Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque | |
ok jmc | |||
2003-05-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy | |
in biz31 for consistency. millert@ ok | |||
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque | |
(at the same time, change the command line parsing to support a -f <mode> that is slightly different from the one in gnu emacs, we apply it to all buffers created from command line arguments, so you can use "mg -f mail-mode" as your editor. manpage change coming soon) ok henning | |||
2003-05-04 | the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAME | Anil Madhavapeddy | |
to avoid unnecessary truncation millert@ ok | |||
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre | |
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | |||
2003-05-02 | Update to conform to Posix 1003.1-2001. | Nils Nordman | |
* what now accepts a -s parameter which causes it to quit searching after finding the first match. * stdin is no longer valid for input, one or more filenames have to be provided. * Backslash is recoqnized as a pattern delimiter. * The exit status reflects the number of mathes found (0 if any matches were found, 1 otherwise). Also replace strncpy -> strlcpy. Mostly a sync with netbsd. Input pjanzen@, vincent@. ok millert@. | |||
2003-05-02 | o Don't close stdout in interactive mode; mpech@ | Todd C. Miller | |
Extra paranoia: o Close keyfile by hand each time in -a mode so we don't leak an fd to sendmail o If any of std{out,in,err} are not open, open /dev/null in their stead. o If stdout is not open and -i was specified, just exit since there is nowhere to print the info. Thanks for mpech@ for his testing and bug finding ;-) | |||
2003-05-01 | i386 is elf now; pt out by ldcosta@arnet.com.ar | Michael Shalayeff | |
2003-05-01 | 3.3 has left the building... | Michael Shalayeff | |
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis, and add a place for the NUL byte that was missing | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-30 | fix invalid .Pf macro usage introduced in previous commit | David Krause | |
ok jmc@ mouring@ | |||
2003-04-30 | Add missing period. | Todd C. Miller | |
2003-04-30 | kill warning about implicit decl of strlen | Jason Wright | |
2003-04-30 | Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550 | mouring | |
and * escaping suggested by jmc@. | |||
2003-04-29 | fix the clean thursday; from tm@openbsd.ru | Michael Shalayeff | |
2003-04-28 | Don't try to close key.keyfile in -a mode, skeygetnext() will have | Todd C. Miller | |
already done it and we are headed for exit anyway. | |||
2003-04-28 | string cleaning. ok millert@ tdeval@ | Ted Unangst | |
2003-04-28 | stdlib.h | Theo de Raadt | |
2003-04-26 | get rid of incorrectly sized buffer by using strdup/asprintf, | Peter Valchev | |
also simplifies things; ok millert | |||
2003-04-26 | -t in usage(); rogier@quaak.org | Theo de Raadt | |
2003-04-26 | string cleaning | Theo de Raadt | |
2003-04-26 | string cleaning; ok tdeval | Theo de Raadt | |
2003-04-25 | comment | Theo de Raadt | |
2003-04-25 | oops | Theo de Raadt | |
2003-04-25 | sprintf -> snprintf and add a couple of size checks to ensure against | Kenneth R Westerback | |
overflow. ok tdeval@ deraadt@ dhartmei@ | |||
2003-04-25 | fix comment | Theo de Raadt | |
2003-04-25 | sprintf bye bye | Theo de Raadt | |
2003-04-25 | comment fix | Theo de Raadt | |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev | |
to be NULL in such case; ok millert | |||
2003-04-25 | Don't assume that asprintf() will leave "tempfile" unmolested when | Todd C. Miller | |
memory allocation fails. Noted and OK by pval@ | |||
2003-04-25 | add bounds to some more %s in sscanf | Anil Madhavapeddy | |
ok millert@ | |||
2003-04-25 | add missing .El's for .Bl macros; | Jason McIntyre | |
2003-04-25 | minor tweak to error message, from Eric in pr3235 | Ted Unangst | |
2003-04-22 | some entries from encyclopedia 'holy ross' by o. platonov | Michael Shalayeff | |
2003-04-22 | Tell glob() to do tilde and brace expansion too. | Todd C. Miller | |
2003-04-21 | Stop parsing arguments when we hit "--". | Todd C. Miller | |
2003-04-21 | build expanded brace with more explicit bound checking. | Marc Espie | |
okay millert@ | |||
2003-04-21 | mdocify; apparently no one every reads this man page. | Todd C. Miller | |
2003-04-21 | mdoc version from NetBSD (wiz) with minor modifications and local changes. | Todd C. Miller | |
2003-04-21 | Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf(). | Todd C. Miller | |
Based on a diff from krw but this uses the strlcpy() / snprintf() return values. millert tested, krw approved... | |||
2003-04-19 | string handling, ok deraadt@ | Daniel Hartmeier | |
2003-04-19 | string handling, partly from and ok deraadt@ | Daniel Hartmeier | |
2003-04-19 | sync w/ the sudo cvs tree and sudo 1.6.7p4 | Todd C. Miller | |
2003-04-19 | strcpy/strcat/sprintf removal; krw@ OK | Todd C. Miller | |
2003-04-18 | hackers of the planet earth | Michael Shalayeff | |
2003-04-18 | get some | Michael Shalayeff | |
2003-04-17 | Hard-code charset if SMALL | Todd C. Miller | |
2003-04-17 | nuke strcpy + -Wall | Henning Brauer | |
parts from and ok mickey@ |