Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-10 | make work inside chroot | Henning Brauer | |
2002-07-10 | works inside chroot now | Henning Brauer | |
2002-07-10 | make work in chroot | Henning Brauer | |
2002-07-10 | make UserDir work w/ chroot. | Henning Brauer | |
of course the userdirs must still live inside /var/www/. | |||
2002-07-10 | use arc4random() from libc instead of reading /dev/arandom; allows chroot; ↵ | Markus Friedl | |
ok henning@ | |||
2002-07-09 | make mod_alias work inside the chroot. | Henning Brauer | |
2002-07-09 | detect memory failure; cloder | Theo de Raadt | |
2002-07-09 | o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via string | Todd C. Miller | |
concatenation at compile time rather than run time. o Some minor cosmetic changes to simplify diffing. | |||
2002-07-09 | o Rename clean_turds() in crontab.c to die() and just _exit(ERROR_EXIT) | Todd C. Miller | |
instead of resetting the signal handler to SIG_DFL and redelivering. o Use kill(2) instead of raise(3) (which is just a wrapper) | |||
2002-07-09 | I am getting sick of telling people to use the style of the code they change | Theo de Raadt | |
2002-07-09 | apache chroot and privilege drop. | Henning Brauer | |
httpd will chroot itself into ServerRoot (/var/www) and drop root privileges now. This is enabled by default. Make sure to read httpd(8). help deraadt@ ssl mutex fixes beck@ "commit" deraadt@ | |||
2002-07-09 | mandoc, and doc the upcoming -u option | Theo de Raadt | |
2002-07-09 | We already did a closelog(); no need for it here. | Todd C. Miller | |
2002-07-08 | minor cosmetic change to reduce diffs | Todd C. Miller | |
2002-07-08 | Merge in some changes from Paul Vixie's tree; most are cosmetic | Todd C. Miller | |
o ANSI function headers o return (foo) not return foo o add -oi to sendmail flags o update email address in man pages o make some strings const o completely remove globbing cruft from popen.c o whitespace changes o add DOW_STAR to flags for "monthly", "weekly", and "daily" cron entries | |||
2002-07-08 | ANSI | Theo de Raadt | |
2002-07-08 | don't install Apache bench. | Brad Smith | |
-- Idea from: Chad Loder <cloder@acm.org> via PR 2800 Ok'd by: deraadt@ | |||
2002-07-08 | actual signals; seb@todesplanet.de | Theo de Raadt | |
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-07-04 | Back out the previous revision | brian | |
Objected to by: Andre Oppermann <oppermann@pipeline.ch> After Andre's objection, I've re-examined rfc 2759 and noted that it says that the domain name shouldn't be used when generating the NT-Response field. So it looks like the bug is in freeradius rather than in ppp. | |||
2002-07-04 | support non-"objdir" build. From: David Krause <openbsd@davidkrause.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | correct udp-from-broadcast check. from <andre@ae-35.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | minor KNF | Theo de Raadt | |
2002-07-04 | Fix off by one error found by aaron@; my fix | Todd C. Miller | |
2002-07-03 | missing or incorrect checks for malloc failure; cloder@acm.org | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | If we've given a domain name prefix as the authentication name, strip | brian | |
it off before passing it on to the RADIUS server for authentication. | |||
2002-07-02 | Check malloc() return value; Chad Loder | Todd C. Miller | |
2002-07-02 | Remove whitespace at eol | brian | |
2002-07-02 | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian | |
Instead, use the correct values based on the number of bits actually negotiated. | |||
2002-07-02 | Remove some misleading/wrong diagnostics | brian | |
2002-07-01 | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | Theo de Raadt | |
pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story. | |||
2002-07-01 | Fix a FreeBSD specific latency problem. | brian | |
2002-07-01 | typo | brian | |
2002-07-01 | Don't allow the use of MPPE with RADIUS unless the RADIUS server has provided | brian | |
keys. | |||
2002-07-01 | Handle mis-formatted messages from RADIATOR (now fixed in RADIATOR) | brian | |
2002-07-01 | Spelling | brian | |
2002-07-01 | typo. | Brad Smith | |
-- PR 2781 | |||
2002-07-01 | Add a call to tzset() so we don't need /etc/localtime in the chroot jail. | Todd C. Miller | |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt | |
2002-06-29 | make -I and -P exclusive; constrain -p and -P to their respective maximums; | Theo de Raadt | |
itojun ok | |||
2002-06-29 | check -p out of range. sync w/kame, hint from deraadt | Jun-ichiro itojun Hagino | |
2002-06-29 | ansi | Theo de Raadt | |
2002-06-28 | minor KNF | Theo de Raadt | |
2002-06-28 | Don't use SignalBundle if it's not set | brian | |
Submitted by: Federico G. Schwindt <fgsch@olimpo.com.br> | |||
2002-06-27 | Document why it's static. | Artur Grabowski | |
2002-06-27 | %d/%u mixup | Jun-ichiro itojun Hagino | |
2002-06-27 | boundary check in IPv4/v6 mapped address case (affects dig(1)). | Jun-ichiro itojun Hagino | |
from jimpa@tla.se | |||
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. |