Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin | |
be a single digit. Powered by mantoya@. millert@ ok. | |||
2001-09-05 | Call do_select() with sigset_t *, not a sigset_t. | Todd C. Miller | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | correct select(FD_SETSIZE,...) misuse | Bob Beck | |
2001-09-05 | sync with latest kame | Jun-ichiro itojun Hagino | |
- fix select() size. from deraadt - constify, remove bogus ERRSTR macro, and others | |||
2001-09-05 | sync with the latest kame route6d. | Jun-ichiro itojun Hagino | |
- no select() with FD_SETSIZE. from deraadt - use sin6 as varaible name, not sin, to avoid symbol conflict with sin(). - other minor cleanups. | |||
2001-09-05 | do not select(20, ...) | Theo de Raadt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-09-04 | Fix a diagnostic | brian | |
2001-09-04 | Consider alignment requirements when moving data about. | brian | |
Mostly submitted by: kamath@cesa.opbu.xerox.com | |||
2001-09-04 | another username limit issue; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-09-03 | doreap() needn't preserve errno, since it's not a signal handler. | Paul Janzen | |
2001-09-03 | correct error message when unable to open /etc/master.passwd; ↵ | Todd C. Miller | |
raj@cerias.purdue.edu | |||
2001-09-03 | only print pf rules when using -e flag; <canacar@eee.metu.edu.tr> | Jakob Schlyter | |
2001-09-03 | print day and month using -ttt flag; <canacar@eee.metu.edu.tr> | Jakob Schlyter | |
2001-09-02 | bad typecast | Jakob Schlyter | |
2001-09-02 | to much copy and paste; cleanup | Jakob Schlyter | |
2001-09-02 | add support for printing id and seq with icmp echo/echoreply; based on patch ↵ | Jakob Schlyter | |
from cyxob@thief.dyndns.org | |||
2001-09-01 | More fallout for the powerpc -> macppc port rename. | Dale Rahn | |
2001-08-31 | Restore mouse resolution to default value at exit. | jbm | |
2001-08-30 | When using dup2() to make a socket be stdout, first check that it | Todd C. Miller | |
is not already stdout (fd 1). Otherwise we end up closing stdout which is not the intention. Also use STDOUT_FILENO instead of 1. From a conversation with huntting@glarp.com. | |||
2001-08-30 | o kill register | Todd C. Miller | |
o add const to rcsid and copyright strings o placate -Wall | |||
2001-08-30 | Better buffer lengths (MAXFOO and FOO_MAX) based on a patch from | Todd C. Miller | |
ianm@cit.uws.edu.au. | |||
2001-08-30 | Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are not | Todd C. Miller | |
full paths (cannot contain a slash). From discussion with drosih@rpi.edu | |||
2001-08-29 | Fix buffer oflow reading from queue file. While we are at it, crank | Todd C. Miller | |
the size of buffers that can hold filenames to MAXPATHLEN. | |||
2001-08-28 | fix a segfault occuring in dhclient when the server specifies his name. | Matthieu Herrb | |
ok beck@ | |||
2001-08-27 | Send a reset request for every packet received when our encryption | brian | |
dictionaries are out of sync. This avoids the complications that happen when our original reset request gets lost in transit (quite likely in hind sight, given a lossy link) when we end up ignoring the peer for the next (up to) 256 packets. | |||
2001-08-27 | o) AUTHOR -> AUTHORS; | Mike Pechkin | |
o) fix broken sentence; millert@ ok. | |||
2001-08-26 | Fix typo: 'On after defining ...' -> 'After defining ...' | Kenneth R Westerback | |
2001-08-26 | Fix two typos that had the effect that ethernet addresses where always logged | Matthieu Herrb | |
as <null> and that hostname lookups didn't work, forcing people to use IP adresses instead of names. ok krw@ | |||
2001-08-25 | Remove dangling comma. | Aaron Campbell | |
2001-08-25 | Lower syslog priority from NOTICE to INFO to avoid | Camiel Dobbelaar | |
logging ending up in daemon _and_ messages. ok millert@, solar | |||
2001-08-24 | Remove references to non-existant stuff | Bruno Rohee | |
Reference some interresting stuff Standardize a little, but it's not mdoc | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-23 | typo fixes (/var/rnu -> /var/run) by itojun. | Kenjiro Cho | |
2001-08-22 | More manpage mania. Crontab entries are comprised of a certain number | Hugh Graham | |
of fixed fields (the time spec, etc) and a command which may itself be one or more fields long. Make this clear. | |||
2001-08-22 | o System crontab has seven (7) fields | Heikki Korpela | |
o User crontab has six (6) fields o Closes PR 2021; thanks jamesez@cerberus.jimz.net o Okay millert@ | |||
2001-08-22 | ftp-proxy | Bob Beck | |
2001-08-22 | must quote set device line; mcbride@countersiege.com (pr2020... I can patch ↵ | Jason Wright | |
clearly now the rej is gone...) | |||
2001-08-22 | snprintf() return audit. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-22 | ether_hton(3) -> ether_hostton(3) | Brad Smith | |
2001-08-21 | adjust dummy salt: normal users have 6 blowfish rounds | Camiel Dobbelaar | |
2001-08-21 | use FLOCK | Camiel Dobbelaar | |
from Solar; ran it by millert@ | |||
2001-08-21 | Enable IFF_MULTICAST when first opening the tun device | brian | |
Don't bring the interface up immediately Don't complain about unrecognised interface flags in ``show iface''. | |||
2001-08-21 | BSD license; Thomas H. Ptacek | Jakob Schlyter | |
2001-08-21 | Add some comments to make it clearer how we're handling signals. | brian | |
2001-08-21 | Treat an interface address as conflicting if it's destination address | brian | |
matches any existing destination addresses on the interface. This unbreaks ``enable iface-alias''. | |||
2001-08-21 | Handle snprintf() returning < -1 | brian | |
2001-08-21 | Restore whitespace clobbered with the last commit | brian | |
2001-08-21 | Remove some conflicting copyright lines. | brian | |