summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-07-17KNFHenning Brauer
2002-07-17we have both SYSVSEM_SERIALIZED_ACCEPT and FLOCK_SERIALIZED_ACCEPT. allowHenning Brauer
2002-07-17use fdcache as wellHenning Brauer
2002-07-17get rid of the "Unclean shutdown" warning if started in secure mode.Henning Brauer
2002-07-17o add ap_server_chroot_desired in http_main which just returns ap_server_chrootHenning Brauer
2002-07-17introduce fdcache, a simple wrapper to keep a copy of fds outsideHenning Brauer
2002-07-16no need to terminate the buffer after gethostname, especially by overwriting ...Michael Shalayeff
2002-07-16correct lseek arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.Federico G. Schwindt
2002-07-16correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.Federico G. Schwindt
2002-07-16correct error messageHenning Brauer
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15minor tweaksTheo de Raadt
2002-07-15fix typo (pw vs. pwd) in unused codeTodd C. Miller
2002-07-15ansiTheo de Raadt
2002-07-15Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routinesTodd C. Miller
2002-07-15Move login_close() out of #ifdef BSD_AUTH blockTodd C. Miller
2002-07-15-Wall was for testingTodd C. Miller
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
2002-07-15nuke more leftovers from pre-1.3.24Henning Brauer
2002-07-15nuke old, unused, pre-apache-1.3.24 leftoversHenning Brauer
2002-07-15don't try things we are not able to do if chrooted on graceful restarts.Henning Brauer
2002-07-14ansiTheo de Raadt
2002-07-14various cleanupsTheo de Raadt
2002-07-14ansiTheo de Raadt
2002-07-14kill sprintfTheo de Raadt
2002-07-14ansiTheo de Raadt
2002-07-13use snprintfTheo de Raadt
2002-07-13make sure to clean all files.Artur Grabowski
2002-07-13slight cleanupTheo de Raadt
2002-07-12In TTEST2(), check to make sure the "l" argument isn't so large thatPeter Valchev
2002-07-12Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn'tJason Wright
2002-07-12fixing this program is nearly futile, but cloder@acm.org takes a shot at itTheo de Raadt
2002-07-12Do not collapse \\ -> \ in a command, the shell will be unhappy withTodd C. Miller
2002-07-12chroot awareHenning Brauer
2002-07-12remove printing of soon-to-be-gone flags.Artur Grabowski
2002-07-11No need to compare sizes of new/old crontab file now that weTodd C. Miller
2002-07-11More syncing with my cron 4.0 patch tree, basically cosmetic:Todd C. Miller
2002-07-11do not let the group access the semTheo de Raadt
2002-07-11Add a new error code for memory allocation failures, e_memory andTodd C. Miller
2002-07-11print FQDN strings using correct length; ok ho@ jakob@Kevin Steves
2002-07-11chroot awareHenning Brauer
2002-07-11sample entry for UserDir /var/www/users; create empty /var/www/users;Markus Friedl
2002-07-11incorrect header; jj.walker@auckland.ac.nzTheo de Raadt
2002-07-11open /dev/crypto with OpenSSL_add_all_algorithms() before calling chroot;Markus Friedl
2002-07-10sync w/kame (style)Jun-ichiro itojun Hagino
2002-07-10Fix encryption method prompt; Nick NauwelaertsTodd C. Miller
2002-07-10check malloc return; from Chad Loder <cloder@acm.org>Todd T. Fries
2002-07-10chroot aware as wellHenning Brauer
2002-07-10make work inside chrootHenning Brauer
2002-07-10works inside chroot nowHenning Brauer