~ubuntu-branches/debian/sid/rsyslog/sid

« back to all changes in this revision

Viewing changes to runtime/rsyslog.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Daniel Pocock
  • Date: 2014-03-11 19:52:49 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140311195249-phbsh9be8lebawti
Tags: 7.4.8-1
[ Michael Biebl ]
* New upstream release.
* Update Build-Depends:
  - Bump libestr-dev to (>= 0.1.9).
  - Tighten liblognorm-dev to (<< 1.0.0).
  - Replace libjson0-dev with libjson-c-dev, we no longer need the
    transitional package.
* Bump Standards-Version to 3.9.5. No further changes.

[ Daniel Pocock ]
* Make template parameter not mandatory in mongodb output plugin. Patch
  cherry-picked from upstream Git. (Closes: #740869, #721277)
* Ensure JSON templates are NUL terminated. Patch cherry-picked from
  upstream Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * Begun 2005-09-15 RGerhards
5
5
 *
6
 
 * Copyright (C) 2005-2008 by Rainer Gerhards and Adiscon GmbH
 
6
 * Copyright (C) 2005-2013 by Rainer Gerhards and Adiscon GmbH
7
7
 *
8
8
 * This file is part of the rsyslog runtime library.
9
9
 *
413
413
        RS_RET_CRY_INVLD_ALGO = -2326,/**< user specified invalid (unkonwn) crypto algorithm */
414
414
        RS_RET_CRY_INVLD_MODE = -2327,/**< user specified invalid (unkonwn) crypto mode */
415
415
        RS_RET_QUEUE_DISK_NO_FN = -2328,/**< disk queue configured, but filename not set */
 
416
        RS_RET_CA_CERT_MISSING = -2329,/**< a CA cert is missing where one is required (e.g. TLS) */
 
417
        RS_RET_CERT_MISSING = -2330,/**< a cert is missing where one is required (e.g. TLS) */
 
418
        RS_RET_CERTKEY_MISSING = -2331,/**< a cert (private) key is missing where one is required (e.g. TLS) */
416
419
 
417
420
        /* RainerScript error messages (range 1000.. 1999) */
418
421
        RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */