Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-23 | cleanup after vacationing hippies and make dhclient create the | Bob Beck | |
dhclient.leases file if it doesn't exist, so that install floppies work again, thanks Brian Kifiak <bk@rt.fm> | |||
2001-02-22 | set default values to sane things for OpenBSD, these are normally | Bob Beck | |
set by Makefile.bsd-wapper, but this causes grief for people building just suexec if they aren't there, noticed in pr1680 by James Ponder <james@squish.net> | |||
2001-02-21 | Add back code in find_jobs() that got dropped in cron merge. | Todd C. Miller | |
2001-02-20 | Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD). | Todd C. Miller | |
Save the GMT offset in a global so cron_sleep can use it. This means the offset can only change in set_time() which is really what we want. | |||
2001-02-19 | Normalize the time in minutes to GMT so we can really catch DST changes | Todd C. Miller | |
(since time() does not change during a DST switch). This makes cron correctly detect DST changes. It does not fix the problem of wildcard jobs running multiple times. Also, don't rely on tm_gmtoff since that is non-standard (but use it when we have it). | |||
2001-02-19 | We handle the clock going backwards. | Todd C. Miller | |
2001-02-18 | Try every bpf device, not only the even-numbered ones; jason@ ok | Miod Vallat | |
2001-02-18 | Don't run sendmail with the -or0s arg since it causes sendmail to | Todd C. Miller | |
drop root privileges when specified on the command line. | |||
2001-02-18 | NULL vs '\0' | Todd C. Miller | |
2001-02-18 | Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before). | Todd C. Miller | |
2001-02-18 | Update to ISC cron 4.0b1 + our patches. This is now under a BSD license. | Todd C. Miller | |
I also fixed the signal handlers while I was at it. | |||
2001-02-16 | Nicer EXAMPLES format. | Aaron Campbell | |
2001-02-15 | obey mdoc(4). | Jun-ichiro itojun Hagino | |
2001-02-15 | kill old default port number (telnet was assumed before) | Jun-ichiro itojun Hagino | |
2001-02-15 | no argument is not permitted (inetd mode disabled for openbsd) | Jun-ichiro itojun Hagino | |
2001-02-15 | pull latest KAME faithd. access control is possible by /etc/faithd.conf. | Jun-ichiro itojun Hagino | |
req'ed by todd | |||
2001-02-15 | sshd is not in /etc/services, but ssh is .. provide a working example. | Todd T. Fries | |
2001-02-15 | There has been confusion wrt IP protocols 4, 94 and 98. Make us | Niklas Hallqvist | |
consistent, and make IPSEC tunnelmode tcpdumping work as expected. | |||
2001-02-15 | MAXLOGNAME; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-14 | fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-13 | Don't even look at af_family if accept() returns sa->sa_len == 0 | brian | |
2001-02-13 | rely on constants; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-12 | Define MAX_UNAME in terms of _PW_NAME_LEN. Potential problem found by | Todd C. Miller | |
achter05@IE.HVA.NL | |||
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller | |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell | |
2001-02-08 | put debug code in by default, and make it work | Theo de Raadt | |
2001-02-08 | pull latest kame tree. ndp -n -a printing is now prettier with long | Jun-ichiro itojun Hagino | |
IPv6 addresses. -l is deprecated (ignored). | |||
2001-02-07 | spelling | Todd T. Fries | |
2001-02-07 | spelling | Todd T. Fries | |
2001-02-07 | bring in latest kame code. | Jun-ichiro itojun Hagino | |
- correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame | |||
2001-02-07 | Remove support for #!. It's not intuitive and if you happen to add | Federico G. Schwindt | |
lines as the end of a stock syslog.conf you're going to spend some time figuring why is not working as it should; problem found by riq@core-sdi.com, millert@ ok. | |||
2001-02-05 | etherip printing code... handles draft (v2) and current (v3) | Jason Wright | |
2001-02-05 | sprintf purge | Theo de Raadt | |
2001-02-05 | always double check the work you do in a 757 over northern Brazil. | Theo de Raadt | |
2001-02-05 | typo. ntohl -> htonl. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-04 | Add a ``Usable'' function to the ccp switch. The function | brian | |
is called prior to sending a CCP configure request for a given protocol. The default is to send the request, but this is overridden for MPPE which checks to see if the lcp negotiations agreed CHAP81, and if not fails. Use the same function to decide if we should reject peer requests for MPPE. This should get rid of those boring messages about not being able to initialise MPPE when we don't negotiate CHAP81. | |||
2001-02-04 | setting of maximum fd was wrong; patch from pr 1670: "Evgeni Belin" ↵ | Jason Wright | |
<ebelin@sauron.dnsalias.net>. | |||
2001-02-04 | Add support for pseudo devices. This is done by adding more information | Mats O Jansson | |
in ioconf.c. The only thing that can be done with pseudo devices is changing the number of created units. -moj ok deraadt@ | |||
2001-02-04 | avoid infinite loop when -s is specified (select loop mistake). | Jun-ichiro itojun Hagino | |
make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame. | |||
2001-02-04 | MPPE_MasterKeyValid is only there if HAVE_DES is defined | brian | |
2001-02-04 | Don't send an authentication failure response if we fail sending | brian | |
a radius accounting packet. | |||
2001-02-04 | Make the MPPE MasterKey Invalid messages a bit clearer (it now | brian | |
complains that you can't do MPPE without CHAP81). Reset MasterKeyValid to zero when we hit phase DEAD. | |||
2001-02-04 | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | brian | |
CLOSE_NORMAL meanings. CLOSE_NORMAL doesn't change the currently required state, the others do. This should stop ppp from entering DATALINK_READY when LCP shutdown doesn't end up happening cleanly. Bump our version number to reflect this change. | |||
2001-02-03 | ELF: fallback to malloc when mmap fails. for /dev/ksyms. | Artur Grabowski | |
2001-01-31 | Dont write kernel if nothing has changed. ok @deraadt. -moj | Mats O Jansson | |
2001-01-31 | 32 character user names | Chris Cappuccio | |
2001-01-31 | resolve.c is unnecessary (and conflicts with the same file from | Artur Grabowski | |
libkrb. XXX - we really, really, really want to unify libroken between arla and krb4 (and krb5 in the future). | |||
2001-01-31 | silence a few more targets | Brad Smith | |
2001-01-30 | Supply an always safe path to configure | Niklas Hallqvist | |
2001-01-30 | Forgotten version number update | Niklas Hallqvist | |