summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-03-04Interim JPEG size support; PNG and other lesser image formats added.Ian Darwin
2003-03-03Add config.h described in previous commitIan Darwin
2003-03-03Bring in readelf.c from Christos' version 3.41 to head off a localIan Darwin
stack attack noted by iDefense, and for more complete 64-bit ELF support. Add hand-made config.h to avoid running configure but still be able to use Christos' code. In print.c add error(...)-->err(1,...) wrapper. Tested on i386, sparc64, macppc.
2003-03-03Add back fix from 1.32 that was lost in latest syncTodd C. Miller
2003-03-03ray coniffMichael Shalayeff
2003-02-28intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)Jason Wright
2003-02-26additions to calendar.music, translated from the German calendar.musik fileDavid Krause
(with help from pb@ to get some of the cities/countries right) died -> dies in a few places for consistency add the year to a few entries missing it ok mickey@
2003-02-26Add some more U.S. space happenings.David Krause
It wouldn't hurt for someone to add more Russian space history too. ok mickey@
2003-02-24bye byeTheo de Raadt
2003-02-24Fix copy/paste typoAlexander Yurchenko
art@ ok
2003-02-21A little scatological humour goes a long way.Ryan Thomas McBride
"this is fine" henning@
2003-02-21...sizeof(&adat.session) is not good here.Mike Pechkin
henning@, deraadt@, millert@
2003-02-21print sshd_config filename in debug2 mode.Markus Friedl
2003-02-21move server only kex and monitor code to sshd.Markus Friedl
2003-02-20Sync with ISC cron-current + my at(1) integration.Todd C. Miller
The at(1) code is now more tightly integrated into the cron codebase.
2003-02-19Move contents of /var/at into /var/cron since at is now intergrated intoTodd C. Miller
cron. When ISC cron 5.0 is out the integration will be even tighter. Also rename /var/cron/{allow,deny} -> /var/cron/cron.{allow,deny} for consistency with POSIX and at.{allow,deny} and install an empty cron.deny file (as we do at.deny) since crontab will require this in the near future for POSIX compliance. After a "make build" you can update your system as follows: # mv /var/at/* /var/cron # mv /var/cron/jobs /var/cron/atjobs # mv /var/cron.allow /var/cron/cron.allow # mv /var/cron.deny /var/cron/cron.deny # rm -rf /var/at # kill `cat /var/run/cron.pid` ; cron
2003-02-19sequence file is no longer usedTodd C. Miller
2003-02-19improve docs; raj@cerias.purdue.eduTheo de Raadt
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright
minimum compression threshold.
2003-02-19ansiTheo de Raadt
2003-02-19one strcpy -> strlcpyTheo de Raadt
2003-02-19make this work on sparc64, some borrowed from netbsd; raj@cerias.purdue.eduTheo de Raadt
2003-02-19Kill an errant space.Todd C. Miller
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-18copyrights added;Jason McIntyre
Serge V. Vakulenko thanks espie@ for help
2003-02-18copyrights added;Jason McIntyre
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano
2003-02-18copyrights added;Jason McIntyre
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan
2003-02-18copyrights added;Jason McIntyre
these are all Sun Microsystems
2003-02-18copyrights added;Jason McIntyre
these are all Regents of the University of California
2003-02-18Use the SUN_LEN macro to set sun_len correctlyTodd C. Miller
2003-02-18KNF and pedantification. OK millert@Chad Loder
2003-02-17Missing #include <limits.h>Todd C. Miller
2003-02-17Fix double free; Brian PooleTodd C. Miller
2003-02-17copyrights added;Jason McIntyre
des_crypt(3): Eric Young aac(4): Michael Smith, BSDi, Niklas Hallqvist; ok niklas@ bktr(4): Amancio Hasty, Roger Hardiman getopt(1): Henry Spencer (public domain) pcnfds(8): Sun
2003-02-17ha, challengerMichael Shalayeff
2003-02-17typos;Jason McIntyre
2003-02-16fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@Markus Friedl
2003-02-16Forgot to document -o, somehow.Marc Espie
2003-02-16split kex into client and server code, no need to linkMarkus Friedl
server code into the client; ok provos@
2003-02-16Fix format string bug. I believe this grep is currently not used (inChad Loder
favor of the GNU version), but it gets fixed anyways. ok mickey@
2003-02-16Correct format string bug introduced in r1.7. ok mickey@Chad Loder
2003-02-15copyrights added;Jason McIntyre
file(1), magic(5): Ian F. Darwin afterboot(8): Marshall M. Midden x99token(1): Paul Borman
2003-02-15copyrights added;Jason McIntyre
these are all (c) aaron@ ok aaron@
2003-02-14man page is under same license as the programTodd C. Miller
2003-02-14Pull in copyright info from the respective .pod files which gets lostTodd C. Miller
in the conversion from pod -> man (since it is just a comment). This will probably get lost again the next time I update sudo but all the copyright info is in the LICENSE file anyway...
2003-02-13add libedit support.Federico G. Schwindt
from Pedro Bastos <pbastos at grad dot inf dot puc-rio dot br>, minus SMALL support. minor change by me. millert@ ok.
2003-02-12replace crc32.c with a BSD licensed version; noted by David TurnerMarkus Friedl
2003-02-12Add support for rotating files at a specific time; from FreeBSDTodd C. Miller
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-12merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@Markus Friedl