4c814e01fa* If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t() are only macros to buffer_{append,copy}_long() * ltostr() returns the string length instead of always 0 * Don't check return value of buffer_prepare_append(buffer *b), since it only returns -1 if b == NULL, which we do a few lines above anyway. * Improved buffer_path_simplify(). No "dot_stack" required anymore. Operation can also be performed inplace. * Check errno also against EACCES at pidfile-unlink for not logging a "Permission denied".Jan Kneschke2005-02-28 10:38:16 +00:00
75fae49e37* If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t() are only macros to buffer_{append,copy}_long() * ltostr() returns the string length instead of always 0 * Don't check return value of buffer_prepare_append(buffer *b), since it only returns -1 if b == NULL, which we do a few lines above anyway. * Improved buffer_path_simplify(). No "dot_stack" required anymore. Operation can also be performed inplace. * Check errno also against EACCES at pidfile-unlink for not logging a "Permission denied".Jan Kneschke2005-02-28 10:38:16 +00:00
390fa3c979* Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says: Older versions of Automake required the use of AM_CONFIG_HEADER; this is no longer the case today.Jan Kneschke2005-02-28 10:36:12 +00:00
d9fd24a0f7* Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says: Older versions of Automake required the use of AM_CONFIG_HEADER; this is no longer the case today.Jan Kneschke2005-02-28 10:36:12 +00:00
56690eb7a1tolerate \n\n instead of \r\n\r\n and handle overlapping EOL correctlyJan Kneschke2005-02-28 09:35:06 +00:00
aa63120540tolerate \n\n instead of \r\n\r\n and handle overlapping EOL correctlyJan Kneschke2005-02-28 09:35:06 +00:00
2a343ae169replace inet_addr() by inet_aton() as the man-page on linux recommends and as solaris likes for SunForteJan Kneschke2005-02-22 00:18:04 +00:00
bc7f12ca71replace inet_addr() by inet_aton() as the man-page on linux recommends and as solaris likes for SunForteJan Kneschke2005-02-22 00:18:04 +00:00
3e88e04e9afix segfault in log_error_write if host is emptyJan Kneschke2005-02-22 00:17:11 +00:00
44997909b1fix segfault in log_error_write if host is emptyJan Kneschke2005-02-22 00:17:11 +00:00