summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.c
Commit message (Expand)AuthorAgeFilesLines
...
* logger: fix rfc5424 format crashKarel Zak2015-03-161-1/+2
* logger: use errx() when checking user inputSami Kerola2015-03-161-2/+2
* logger: check xgethostname() return valueSami Kerola2015-03-161-7/+10
* logger: tidy few indentation issuesSami Kerola2015-03-161-57/+58
* logger: Fix use of errno after strtol() without zeroing firstStef Walter2015-03-161-0/+1
* logger: use xstrdup()Karel Zak2015-03-131-4/+4
* logger: small change in usage()Karel Zak2015-03-111-1/+1
* logger: add --msgid option, permits to set RFC5424 MSGID fieldRainer Gerhards2015-03-101-4/+13
* logger: fix multiple format bugs in rfc5424 formatterRainer Gerhards2015-03-101-21/+57
* logger: check for ntp_gettime() rather than for timex.hKarel Zak2015-03-101-4/+3Star
* logger: add --skip-empty-lines to prevent logging empty linesRainer Gerhards2015-03-101-3/+11
* logger: bugfix: missing sanity checks with --prio-prefix optionRainer Gerhards2015-03-101-37/+48
* logger: refactor message generationRainer Gerhards2015-03-101-44/+47
* logger: permit to send messages larger than 1024 charactersRainer Gerhards2015-03-101-7/+16
* Merge branch 'logger-fix-tcp-framing' of https://github.com/rgerhards/util-linuxKarel Zak2015-03-061-13/+27
|\
| * logger: bugfix: tcp syslog framing is broken, -T unusableRainer Gerhards2015-03-061-0/+15
| * logger: refactor the way output is writtenRainer Gerhards2015-03-061-13/+12Star
* | logger: use username as the default tagKarel Zak2015-03-061-1/+1
|/
* Merge branch 'logger-kernel-regression' of https://github.com/rgerhards/util-...Karel Zak2015-03-061-1/+3
|\
| * logger: fix -p kern.* priority is accepted regressionRainer Gerhards2015-03-051-0/+2
| * logger: messages are logged with kern.* priority by defaultRainer Gerhards2015-03-051-1/+1
* | logger: fix whitespace and compiler warning [-Wunused-variable]Karel Zak2015-03-061-2/+1Star
* | Merge branch 'logger-fix-local-timestamp' of https://github.com/rgerhards/uti...Karel Zak2015-03-061-13/+29
|\ \
| * | logger: fix invalid timestamp regression in local formatRainer Gerhards2015-03-051-13/+29
| |/
* | logger: add commentKarel Zak2015-03-061-1/+1
* | logger: fix inconsistent format regression when logging locallyRainer Gerhards2015-03-051-8/+6Star
|/
* Merge branch 'logger-fix-rfc5424-timestamp' of https://github.com/rgerhards/u...Karel Zak2015-03-051-2/+6
|\
| * logger: fix invalid timestamp in rfc5425 formatRainer Gerhards2015-03-041-2/+6
* | logger: fix -i argument parsing regressionSami Kerola2015-03-051-4/+9
|/
* logger: move /dev/log to pathnames.hSami Kerola2015-02-241-1/+2
* logger: add --socket-errors compatibility optionSami Kerola2015-02-161-12/+63
* Merge branch 'timex' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-01-261-1/+8
|\
| * logger: check availability of ntp_gettime()Samuel Thibault2015-01-231-1/+8
* | logger: improve usage()Karel Zak2015-01-261-14/+14
* | textual: put option and its description into a single translatable stringBenno Schulenberg2015-01-261-2/+2
* | textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-1/+1
|/
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* logger: gettimeofday needs <sys/time.h>Andreas Henriksson2014-09-221-1/+1
* logger: use generic --id=<id>Karel Zak2014-08-201-30/+12Star
* logger: set function arguments read-only when possibleSami Kerola2014-08-151-9/+9
* logger: optimize string initializationsSami Kerola2014-08-151-2/+4
* logger: remove openlog(3) optionsSami Kerola2014-08-151-8/+8
* logger: allow use of --id=ppid when logging locallySami Kerola2014-08-151-11/+27
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* logger: fix untranslated messageKarel Zak2014-07-291-1/+1
* logger: require --{server,socket} to remote rfc542/rfc3164 logKarel Zak2014-07-291-0/+5
* logger: fix -i=ppidKarel Zak2014-07-291-2/+6
* logger: clean up strings usageKarel Zak2014-07-291-28/+38
* logger: add hostname to rfc3164 messageSami Kerola2014-07-281-3/+8
* logger: warn when --file and command line message are combinedSami Kerola2014-07-281-2/+5