summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-04-17eliminate strcpy/sprintf. reviewed by deraadt and millert.Jun-ichiro itojun Hagino
2003-04-16no more less.nroTodd C. Miller
2003-04-16mdoc format man pages from jmc@Todd C. Miller
2003-04-16strcpy() removal; based on a patch from henning@ but simplifiedTodd C. Miller
2003-04-16Fix a buffer overflow in complt_list(); it was allocating spaceTodd C. Miller
based on nrow when it wanted ncol. Also make the space-padding more bulletproof and avoid trying to pad w/ 0 characters. Closed PR 3190; vincent@ OK
2003-04-16document struct Authctxt; with solarMarkus Friedl
2003-04-16lalloc() - return NULL on error, not FALSETodd C. Miller
lrealloc() - don't realloc if new size <= old size. Avoids a realloc(p, 0) vincent@ OK
2003-04-16kill += snprintfTheo de Raadt
2003-04-15I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that.Todd C. Miller
2003-04-15Remove trailing space in "Whois Server: " since not all recordsTodd C. Miller
have whitespace separating that string and the hostname of the whois server (and we strip out whitespace before the hostname anyway). Fixes lookups of .org and probably others.
2003-04-15No, vi does not ignore SIGQUITTodd C. Miller
2003-04-15^Z Stop systat -> ^Z Suspend systat;Jason McIntyre
from Okan Demirmen; ok millert@
2003-04-15kill a += snprintfTheo de Raadt
2003-04-15various cleaningTheo de Raadt
2003-04-15snprintf of courseTheo de Raadt
2003-04-15incorrect buf size; ok itojunTheo de Raadt
2003-04-15a bit of string cleaningTheo de Raadt
2003-04-14Missing globfree(&g) in process_put() spotted by Vince Brimhallmouring
<VBrimhall@novell.com>. ok@ Theo
2003-04-14recommit, with the typo fixedTheo de Raadt
2003-04-14oopsTheo de Raadt
2003-04-14No more LESSECHO environment variableTodd C. Miller
2003-04-14help.o now needs HELPFILE defined tooTodd C. Miller
2003-04-14less uses the "lessecho" command to do globbing on systems thatTodd C. Miller
don't have libc glob routines. We have glob(3) but for some reason, less only uses this on DOS w/ djgppc. I have pared down lglob.h to just have the glob(3) bits and to include glob.h itself. This removes the need for lessecho on OpenBSD.
2003-04-14use correct string functions in exampleTheo de Raadt
2003-04-14Make the GNU_OPTIONS define actually do something (was a no-op)Todd C. Miller
2003-04-14o go back to using a help file instead of embedding it in the binaryTodd C. Miller
o deal with HELPFILE not being defined o add a SMALL definition to make a smaller less for the boot floppies This still needs to be pared down a bit for the SMALL case
2003-04-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-04-14built in -> built-in;Jason McIntyre
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@
2003-04-14strlcpy, pretty easyTheo de Raadt
2003-04-14remove old commentTheo de Raadt
2003-04-14spring cleaning; ok millertTheo de Raadt
2003-04-14More strlcpy/strlcat and use memmove for equivalent() so it is moreTodd C. Miller
readable. deraadt@ OK
2003-04-14strlcat, but i memset 0 before to be safeTheo de Raadt
2003-04-14string cleaning; my bugs found by millert and krwTheo de Raadt
2003-04-14fix time spec even better; emmf26@umr.eduTheo de Raadt
2003-04-13correct snprintf bound value, ok millert@, deraadt@Anil Madhavapeddy
2003-04-13Whoops, this is less 381, not 390 (my mistake)Todd C. Miller
2003-04-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2003-04-13Stock less-390 with some unneeded DOS/Windoze files removedTodd C. Miller
2003-04-12document -V switch, fix wording; ok markus@Christian Weisgerber
2003-04-12debug->debug2Markus Friedl
2003-04-12hide cipher details; ok djm@Markus Friedl
2003-04-11support LDSTATICTodd C. Miller
2003-04-10Some style from Andrey MatveevTodd C. Miller
o avoid including sys/types.h and sys/param.h together o sort includes o in one place warn(3) -> warnx(3) o proper usage() (argument `todir' is optional) Also, fromdir was marked as optional in the manual--it is not.
2003-04-10more POSIX chownTodd C. Miller
2003-04-10Only print the "helpful" prompt in -d mode if there is room on theTodd C. Miller
bottom line for it. Closes PR 3189.
2003-04-10unbreak linking on elf - stupid kerberosPeter Valchev
2003-04-09strip trailing whitespace from config lines before parsing. Fixes bz 528;Damien Miller
ok markus@
2003-04-09syetem -> system;Jason McIntyre
from Marko Cehaja closes PR 3187
2003-04-09Disable Kerberos 4 support.Hans Insulander
ok markus@