Age | Commit message (Expand) | Author |
2002-07-18 | ansify, pull some prototypes | Peter Valchev |
2002-07-18 | Correct CFLAGS for vax; deraadt says ok. | Hugh Graham |
2002-07-18 | more indent | Theo de Raadt |
2002-07-18 | space nits | Theo de Raadt |
2002-07-18 | inet_aton | Theo de Raadt |
2002-07-18 | ansify, style changes, removal of bogus libc function prototypes; ok deraadt | Peter Valchev |
2002-07-18 | ANSIfy; ok deraadt | Peter Valchev |
2002-07-17 | Include limits.h since we use LONG_MAX; we squeaked by with an | Todd C. Miller |
2002-07-17 | un-KNF to match apache source code style. requested by theo. | Henning Brauer |
2002-07-17 | correctly free() all list members in _closeall. | Henning Brauer |
2002-07-17 | with -i, flag on command line and flag displayed are different, and it does | Jun-ichiro itojun Hagino |
2002-07-17 | KNF | Henning Brauer |
2002-07-17 | we have both SYSVSEM_SERIALIZED_ACCEPT and FLOCK_SERIALIZED_ACCEPT. allow | Henning Brauer |
2002-07-17 | use fdcache as well | Henning Brauer |
2002-07-17 | get rid of the "Unclean shutdown" warning if started in secure mode. | Henning Brauer |
2002-07-17 | o add ap_server_chroot_desired in http_main which just returns ap_server_chroot | Henning Brauer |
2002-07-17 | introduce fdcache, a simple wrapper to keep a copy of fds outside | Henning Brauer |
2002-07-16 | no need to terminate the buffer after gethostname, especially by overwriting ... | Michael Shalayeff |
2002-07-16 | correct lseek arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt |
2002-07-16 | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt |
2002-07-16 | correct error message | Henning Brauer |
2002-07-15 | 5 new uid/gid sets; millert ok | Theo de Raadt |
2002-07-15 | minor tweaks | Theo de Raadt |
2002-07-15 | fix typo (pw vs. pwd) in unused code | Todd C. Miller |
2002-07-15 | ansi | Theo de Raadt |
2002-07-15 | Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routines | Todd C. Miller |
2002-07-15 | Move login_close() out of #ifdef BSD_AUTH block | Todd C. Miller |
2002-07-15 | -Wall was for testing | Todd C. Miller |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller |
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 |
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 |
2002-07-12 | Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn't | Jason Wright |
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 |
2002-07-12 | chroot aware | Henning Brauer |
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 |
2002-07-11 | More syncing with my cron 4.0 patch tree, basically cosmetic: | Todd C. Miller |
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 |