aboutsummaryrefslogtreecommitdiff
path: root/misc/syslog.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar1-1/+2
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar1-11/+28
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar1-14/+36
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat1-1/+3
2022-09-05syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella1-1/+1
2022-08-30syslog: Fix large messages (BZ#29536)Adhemerval Zanella1-7/+11
2022-04-15misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella1-8/+27
2022-04-15misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella1-34/+52
2022-04-15misc: syslog: Simplify implementationAdhemerval Zanella1-69/+26
2022-04-15misc: syslog: Fix indentation and styleAdhemerval Zanella1-251/+234
2021-04-15misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella1-5/+6
2021-04-15misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella1-1/+2
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella1-45/+4
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella1-3/+3
2021-04-13misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond1-3/+3
2020-08-18Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab1-16/+28
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-1/+1
2019-08-21Don't use the argument to time.Zack Weinberg1-1/+1
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-17/+19
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers1-2/+2
2017-08-31misc: Remove internal_function function attributeFlorian Weimer1-2/+1
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-30/+3
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-2/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-06-17Fix syslog dprintf namespace (bug 18534).Joseph Myers1-1/+1
2015-06-17Fix vsyslog namespace (bug 18533).Joseph Myers1-1/+1
2015-06-12Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers1-1/+1
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-2/+2
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-1/+1
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-1/+1
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-0/+2
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers1-4/+0
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath1-2/+2
2008-10-22* misc/syslog.c (openlog_internal): Fix __have_sock_cloexecUlrich Drepper1-3/+4
2008-07-30(openlog_internal): Fix compile problem.Ulrich Drepper1-1/+1
2008-07-26* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.Ulrich Drepper1-3/+28
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath1-7/+8
2005-12-23[BZ #1499]Ulrich Drepper1-4/+5
2005-12-21* locale/xlocale.c (_nl_C_locobj): Mark as const.Ulrich Drepper1-1/+1
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper1-0/+438
2005-01-24Moved to sysdeps/generic.Ulrich Drepper1-414/+0
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-52/+26
2007-07-122.5-18.1Jakub Jelinek1-26/+52
2004-11-20Update.Ulrich Drepper1-10/+4
2004-09-12[BZ #365]Ulrich Drepper1-1/+1
2004-08-09[BZ #108]Ulrich Drepper1-6/+8
2004-04-16Update.Ulrich Drepper1-2/+3
2003-09-25Update.Ulrich Drepper1-4/+6
2003-07-15Update.Ulrich Drepper1-52/+49