Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-15 | nuke more leftovers from pre-1.3.24 | Henning Brauer | |
2002-07-15 | nuke old, unused, pre-apache-1.3.24 leftovers | Henning Brauer | |
2002-07-15 | don't try things we are not able to do if chrooted on graceful restarts. | Henning Brauer | |
this does not mean a chrooted httpd survives a graceful restart (yet). | |||
2002-07-14 | ansi | Theo de Raadt | |
2002-07-14 | various cleanups | Theo de Raadt | |
2002-07-14 | ansi | Theo de Raadt | |
2002-07-14 | kill sprintf | Theo de Raadt | |
2002-07-14 | ansi | Theo de Raadt | |
2002-07-13 | use snprintf | Theo de Raadt | |
2002-07-13 | make sure to clean all files. | Artur Grabowski | |
2002-07-13 | slight cleanup | Theo de Raadt | |
2002-07-12 | In TTEST2(), check to make sure the "l" argument isn't so large that | Peter Valchev | |
"snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. From tcpdump CVS via fenner@FreeBSD | |||
2002-07-12 | Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn't | Jason Wright | |
go to the console). | |||
2002-07-12 | fixing this program is nearly futile, but cloder@acm.org takes a shot at it | Theo de Raadt | |
2002-07-12 | Do not collapse \\ -> \ in a command, the shell will be unhappy with | Todd C. Miller | |
bare backslashes. | |||
2002-07-12 | chroot aware | Henning Brauer | |
testing help by nick@ | |||
2002-07-12 | remove printing of soon-to-be-gone flags. | Artur Grabowski | |
2002-07-11 | No need to compare sizes of new/old crontab file now that we | Todd C. Miller | |
stash the st_mtimespec of the original and use that to compare. | |||
2002-07-11 | More syncing with my cron 4.0 patch tree, basically cosmetic: | Todd C. Miller | |
o change an instance of e_none to e_memory that I missed (forgot?) o kill some whitespace o modify malloc failure recovery a bit | |||
2002-07-11 | do not let the group access the sem | Theo de Raadt | |
2002-07-11 | Add a new error code for memory allocation failures, e_memory and | Todd C. Miller | |
use that instead of e_none when we run out of memory. | |||
2002-07-11 | print FQDN strings using correct length; ok ho@ jakob@ | Kevin Steves | |
2002-07-11 | chroot aware | Henning Brauer | |
2002-07-11 | sample entry for UserDir /var/www/users; create empty /var/www/users; | Markus Friedl | |
ok henning@, deraadt@ | |||
2002-07-11 | incorrect header; jj.walker@auckland.ac.nz | Theo de Raadt | |
2002-07-11 | open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot; | Markus Friedl | |
2002-07-10 | sync w/kame (style) | Jun-ichiro itojun Hagino | |
2002-07-10 | Fix encryption method prompt; Nick Nauwelaerts | Todd C. Miller | |
2002-07-10 | check malloc return; from Chad Loder <cloder@acm.org> | Todd T. Fries | |
ok me, henning@ | |||
2002-07-10 | chroot aware as well | Henning Brauer | |
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. |