Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-28 | -u0 DNS for user@host | Kevin Steves | |
2002-02-28 | no, that error message was bad. | Bob Beck | |
2002-02-28 | DenyUsers allows user@host pattern also | Kevin Steves | |
2002-02-28 | Some new servers return the hostname as type X | Bob Beck | |
this ensures we check against the right thing and don't reject leases when we shouldn't. | |||
2002-02-28 | delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers | Kevin Steves | |
for sshd -u0; ok markus@ | |||
2002-02-28 | Check in some new vnode man page from FreeBSD. Thanks to Peter Werner | Constantine Sapuntzakis | |
2002-02-28 | remove more 0 byte files. | Brad Smith | |
2002-02-28 | remove 0 byte files. these files should have been removed over 14 months | Brad Smith | |
ago. | |||
2002-02-28 | use red-black tree for lookup_entry. the red-black tree case for | Niels Provos | |
map_findspace is still broken on alpha. this will make debugging easier. okay millert@ | |||
2002-02-28 | another bug | Todd C. Miller | |
2002-02-28 | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | Markus Friedl | |
2002-02-28 | setting prevlcv to 0 doesnt require additional checks. from chs@ | Niels Provos | |
2002-02-28 | Don't force /dev/pf to be opened read-write for pfctl -t/-m when values | Daniel Hartmeier | |
are only queried but not set. | |||
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl | |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller | |
Now I can sleep. | |||
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller | |
2002-02-28 | Remove feature-poor GPL'd deroff clone, we have a better, BSD-licensed one now. | Todd C. Miller | |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller | |
I have ANSIfied, stylized, and Wallified it and converted it use "modern" things such as getopt(). I also fixed some obvious buffer overflows and updated the man page. | |||
2002-02-28 | Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove the | Kenneth R Westerback | |
restrictions as the results of the INQUIRY command and the quirks table indicate. This should (for drivers that pay attention) make for more successful communication with devices having quirks, by using the lowest common denominator until more information is available. Issue a second TEST_UNIT_READY command after the INQUIRY command has been processed to allow drivers waiting for valid quirks data to set sync/wide/tags asap. Rework a little bit of the logic to ensure that negotiation messages produced by the TEST_UNIT_READY command do not get mixed up with attachment messages. This has the side benefit of putting the negotiation messages before the device description, where they have usually been displayed in the past. If a driver is examining and using quirks data before the INQUIRY command is processed, and not renegotiating after the INQUIRY command, it may now end up with async 8 bit, non-tagged transfers. Before it would have ended up with possibly unusable transfer parameters when talking to a device with quirks. ok costa@ | |||
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves | |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat | |
2002-02-27 | ANSI decls. okay millert@ | Marc Espie | |
2002-02-27 | Add regress test for ksh bug, crash trigger provided by nino@. ok espie@ | Daniel Hartmeier | |
2002-02-27 | Fix three off-by-one errors. ok espie@, millert@, miod@ | Daniel Hartmeier | |
2002-02-27 | And adjust regress tests to match the rule number output. | Daniel Hartmeier | |
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier | |
counter. Helps debugging rule sets that are not loaded. Suggested by John Kerbawy. | |||
2002-02-27 | don't execute the pmap_update() call if we have no watch list. bo-bo art :-) | Per Fogelstrom | |
2002-02-27 | make SPLAY_MIN and SPLAY_MAX (and thus SPLAY_FOREACH) safe on an emptry tree | Mike Frantzen | |
ok niels@ | |||
2002-02-27 | Add a test for inheriting kqueue descriptors on fork. | Artur Grabowski | |
2002-02-27 | Correct plural/singular in one sentence, omitting protocol specification | Daniel Hartmeier | |
causes the rule to apply to packets of any protocol. | |||
2002-02-27 | We have memcpy and memset in the kernel. | Artur Grabowski | |
2002-02-27 | Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compile | Hans Insulander | |
when KRB524 is not defined. Closes PR #2305 | |||
2002-02-26 | mdoc fixes from pjanzen | Peter Valchev | |
2002-02-26 | Cut/pasto: don't forget to scan for the source address | Jason Wright | |
2002-02-26 | use socklen_t | Kevin Steves | |
2002-02-26 | if ${DESTDIR} exists, do not modify the mode | Theo de Raadt | |
2002-02-26 | no, look closely. the comma was highlighted. split .Ic even more | Theo de Raadt | |
2002-02-26 | > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | mouring | |
Last Ic on the first line should not have a space between it and the final comma. | |||
2002-02-26 | Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | Theo de Raadt | |
2002-02-26 | raw MD5 and raw SHA1 are supported, too | Jason Wright | |
2002-02-26 | rc4 is supported; deraadt@ | Jason Wright | |
2002-02-26 | Add test for PR 2311 | Marc Espie | |
2002-02-26 | cvspserver 2401/tcp; ok millert@ | lebel | |
2002-02-26 | close PR 2311 | Marc Espie | |
2002-02-26 | supply ::1 reverse lookup on ip6.arpa too. from todd | Jun-ichiro itojun Hagino | |
2002-02-26 | KNF; from Dennis Schwarz <denniss@hoofbite.net>; closes pr#2432 | Todd T. Fries | |
2002-02-26 | rephrase warning; from miod | Peter Valchev | |
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier | |
until pool exhaustion causes problems no more. | |||
2002-02-26 | fix errx(3) arg. | Federico G. Schwindt | |
2002-02-26 | fucntion->function. | Federico G. Schwindt | |