Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-18 | fix typos; Jon Bernard | Todd C. Miller | |
2002-11-18 | kill unused #define which was a workaround with old OpenSSL versions | Henning Brauer | |
from David Krause, Thanks! | |||
2002-11-18 | kill duplicate int retry; from David Krause, Thanks! | Henning Brauer | |
2002-11-18 | strto* usage audit. deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-18 | atoi -> strto*. correct -p parsing (don't allow 65536). deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-17 | typo fix: high_class should be med_class in priq example. | Kenjiro Cho | |
PR2847 | |||
2002-11-16 | Remove pccon which is a left-over from the i386 pccons console driver. | Matthieu Herrb | |
Noticed by David Krause. Thanks. | |||
2002-11-14 | Create our own version.c instead of snurking it out of ../named/obj | Todd C. Miller | |
2002-11-14 | search in obj dir for version.c. OK pval. | Marco S Hyman | |
2002-11-14 | version.c should be generated from Version.c and ${VER} | Todd C. Miller | |
It makes no sense to keep a generated version in the tree that needs to be updated each time; OK pvalchev@ | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-14 | Sync with bind-4.9.11-REL; fixes the problems listed in: | Todd C. Miller | |
http://www.isc.org/products/BIND/bind-security.html including a buffer overflow that could lead to remote code execution. | |||
2002-11-11 | Pass gcc -ansi -pedantic; Chad Loder | Todd C. Miller | |
2002-11-09 | remove references to unexistent manpages; miod ok. | Federico G. Schwindt | |
2002-11-09 | yet another round of SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-08 | Use STDIN_FILENO and STDOUT_FILENO & ANSI prototypes; Chad Loder | Todd C. Miller | |
2002-11-07 | Check for non-existent group in groupdel just like userdel; Sebastian Stark | Todd C. Miller | |
2002-11-07 | Change some err/warn -> errx/warnx. Should maybe do the same for | Todd C. Miller | |
the short write cases. | |||
2002-11-07 | mention restart issues with 3rd party modules | Henning Brauer | |
PR 2902, Francesco Toscan, Thanks! | |||
2002-11-07 | Allow '$' in a username as long as it is the last character since | Todd C. Miller | |
samba wants to create usernames that end in '$'. From Paul Chakravarti | |||
2002-11-07 | httpd(8), not (1)... | Henning Brauer | |
PR 2891, jlouis at diku dk, Thanks! | |||
2002-11-07 | fix typo; Nick Nauwelaerts | Todd C. Miller | |
2002-11-07 | check (server == NULL) to not crash "altqstat -s -i lo0" | Kenjiro Cho | |
when altqd is not running. report and fix by Chad Loder <cloder@loder.us> | |||
2002-11-06 | no need for makeinfo --no-warn anymore; fgs removed offending parts in | Peter Valchev | |
last commit | |||
2002-11-02 | - fix broken nodes and remove repeated items. | Federico G. Schwindt | |
- remove FSinfo, we don't install it. millert pvalchev ok. | |||
2002-11-02 | Actually, this is bind 4.9.9-REL | Todd C. Miller | |
2002-11-01 | add a comment how to get secure maps built; millert@ ok. | Federico G. Schwindt | |
2002-10-30 | o for gre version 1, correctly check if kp (key present) is unset. | Federico G. Schwindt | |
o remove trailing spaces for better output. o print sequence, acknowledge and callid as unsigned, and remove key from version 1 since it's actually the payload length (not including the gre header). jason@ ok. | |||
2002-10-29 | Add -U option to set uid, gid, and group vector based on password database. | Todd C. Miller | |
2002-10-28 | merge mod-ssl 2.8.12 | Henning Brauer | |
fixes a cross site scripting bug fixes 2 off-by-ones | |||
2002-10-28 | fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org> | Peter Valchev | |
2002-10-26 | use poll(2). sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-26 | prototype shouldn't carry variable name | Jun-ichiro itojun Hagino | |
2002-10-26 | use poll(2). sync w/kame originally from netbsd | Jun-ichiro itojun Hagino | |
2002-10-26 | use strtoul, not atoi. some error handling sync w/kame. | Jun-ichiro itojun Hagino | |
2002-10-25 | copy over the code for hpux to be used for a BSD case, not tested, but at ↵ | Michael Shalayeff | |
least compiles, the name of the file is bogus now (; hin@ ok and promissed to sync it w/ arla repo | |||
2002-10-25 | prepend the underscore always for elf, this makes kvm_bsd.db work on elf ↵ | Michael Shalayeff | |
platforms; drahn@ millert@ ok | |||
2002-10-25 | Add options to set the uid, gid, and group vector after the chroot; | Todd C. Miller | |
adapted from NetBSD. OK markus@ and previously discussed with Theo. | |||
2002-10-25 | Remove PATH_NATRULES, since nat is no longer in a seperate file. | Camiel Dobbelaar | |
2002-10-25 | - spelling/grammar | Camiel Dobbelaar | |
- nat rules are no longer in a seperate file, combine nat example - /32 on all addresses is clutter, since it's the default | |||
2002-10-25 | - be even more careful with data supplied from outside | Camiel Dobbelaar | |
- check explicitly for negative values from snprintf (-pedantic) - use MAXLOGNAME - use parentheses with all sizeof's for consistency | |||
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
ok millert@ hin@ | |||
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
ok millert@ | |||
2002-10-25 | escape a couple of literal \n's so they print correctly | Jason Wright | |
2002-10-24 | be more picky about arg parsing. check ERANGE on strtoul. sync w/kame. | Jun-ichiro itojun Hagino | |
2002-10-23 | Replace tmpnam() with mkstemp() to avoid possible /tmp race. | Todd C. Miller | |
Problem found by David Wagner (among others). | |||
2002-10-23 | integer overflow cleanup - convert to u_long so strtoul can handle comparisons | Mark Grimes | |
itojun@ ok | |||
2002-10-15 | improve english | Jakob Schlyter | |
2002-10-14 | Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@ | Matthieu Herrb | |
FreeBSD commit messages say: Some BIOSs are using MTRR values that are only documented under NDA to control the mapping of things like the ACPI and APM into memory. The problem is that starting X changes these values, so if something was using the bits of BIOS mapped into memory (say ACPI or APM), then next time they access this memory the machine would hang. This patch refuse to change MTRR values it doesn't understand, unless a new "force" option is given. This means X doesn't change them by accident but someone can override that if they really want to. PR: 28418 Tested by: Christopher Masto <chris at netmonger dot net>, David Bushong <david at bushong dot net>, Santos <casd at myrealbox dot com> Make the MTRR code a bit more defensive - this should help people trying to run X on some Athlon systems where the BIOS does odd things (mines an ASUS A7A266, but it seems to also help on other systems). Here's a description of the problem and my fix: The problem with the old MTRR code is that it only expects to find documented values in the bytes of MTRR registers. To convert the MTRR byte into a FreeBSD "Memory Range Type" (mrt) it uses the byte value and looks it up in an array. If the value is not in range then the mrt value ends up containing random junk. This isn't an immediate problem. The mrt value is only used later when rewriting the MTRR registers. When we finally go to write a value back again, the function i686_mtrrtype() searches for the junk value and returns -1 when it fails to find it. This is converted to a byte (0xff) and written back to the register, causing a GPF as 0xff is an illegal value for a MTRR byte. To work around this problem I've added a new mrt flag MDF_UNKNOWN. We set this when we read a MTRR byte which we do not understand. If we try to convert a MDF_UNKNOWN back into a MTRR value, then the new function, i686_mrt2mtrr, just returns the old value of the MTRR byte. This leaves the memory range type unchanged. I have seen one side effect of the fix, which is that ACPI calls after X has been run seem to hang my machine. As running X would previously panic the machine, this is still an improvement ;-) PR: 28418, 25958 Tested by: jkh, Christopher Masto <chris at netmonger dot net> | |||
2002-10-13 | Xr files.conf(5) | Miod Vallat | |