Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2003-03-10 | correct use of getnameinfo. PR 3138 | Jun-ichiro itojun Hagino | |
2003-03-10 | Correct SYNOPSIS, document option `-C', add /etc/man.conf to section FILES, | Todd C. Miller | |
add references to man.conf(5) and makewhatis(8); Andrey Matveev | |||
2003-03-10 | spelling fixes | David Krause | |
ok millert@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl | |
2003-03-04 | Interim JPEG size support; PNG and other lesser image formats added. | Ian Darwin | |
2003-03-03 | Add config.h described in previous commit | Ian Darwin | |
2003-03-03 | Bring in readelf.c from Christos' version 3.41 to head off a local | Ian 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-03 | Add back fix from 1.32 that was lost in latest sync | Todd C. Miller | |
2003-03-03 | ray coniff | Michael Shalayeff | |
2003-02-28 | intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff) | Jason Wright | |
2003-02-26 | additions to calendar.music, translated from the German calendar.musik file | David 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-26 | Add 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-24 | bye bye | Theo de Raadt | |
2003-02-24 | Fix copy/paste typo | Alexander Yurchenko | |
art@ ok | |||
2003-02-21 | A 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-21 | print sshd_config filename in debug2 mode. | Markus Friedl | |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl | |
2003-02-20 | Sync 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-19 | Move contents of /var/at into /var/cron since at is now intergrated into | Todd 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-19 | sequence file is no longer used | Todd C. Miller | |
2003-02-19 | improve docs; raj@cerias.purdue.edu | Theo de Raadt | |
2003-02-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright | |
minimum compression threshold. | |||
2003-02-19 | ansi | Theo de Raadt | |
2003-02-19 | one strcpy -> strlcpy | Theo de Raadt | |
2003-02-19 | make this work on sparc64, some borrowed from netbsd; raj@cerias.purdue.edu | Theo de Raadt | |
2003-02-19 | Kill an errant space. | Todd C. Miller | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
Serge V. Vakulenko thanks espie@ for help | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | |||
2003-02-18 | copyrights 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-18 | copyrights added; | Jason McIntyre | |
these are all Sun Microsystems | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-18 | Use the SUN_LEN macro to set sun_len correctly | Todd C. Miller | |
2003-02-18 | KNF and pedantification. OK millert@ | Chad Loder | |
2003-02-17 | Missing #include <limits.h> | Todd C. Miller | |
2003-02-17 | Fix double free; Brian Poole | Todd C. Miller | |
2003-02-17 | copyrights 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-17 | ha, challenger | Michael Shalayeff | |
2003-02-17 | typos; | Jason McIntyre | |
2003-02-16 | fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@ | Markus Friedl | |
2003-02-16 | Forgot to document -o, somehow. | Marc Espie | |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl | |
server code into the client; ok provos@ | |||
2003-02-16 | Fix format string bug. I believe this grep is currently not used (in | Chad Loder | |
favor of the GNU version), but it gets fixed anyways. ok mickey@ | |||
2003-02-16 | Correct format string bug introduced in r1.7. ok mickey@ | Chad Loder | |
2003-02-15 | copyrights added; | Jason McIntyre | |
file(1), magic(5): Ian F. Darwin afterboot(8): Marshall M. Midden x99token(1): Paul Borman | |||
2003-02-15 | copyrights added; | Jason McIntyre | |
these are all (c) aaron@ ok aaron@ |