~ubuntu-branches/ubuntu/raring/audit/raring

« back to all changes in this revision

Viewing changes to src/auditd-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-05 05:30:01 UTC
  • mfrom: (1.1.8 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090505053001-kleofwpeay024l3y
Tags: 1.7.13-1ubuntu1
* Merge from debian unstable. Remaining changes LP: #371971
  - debian/install:
    + /usr/lib/python*/site-packages/ > /usr/lib/python*/*-packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* auditd-config.h -- 
2
 
 * Copyright 2004-2008 Red Hat Inc., Durham, North Carolina.
 
2
 * Copyright 2004-2009 Red Hat Inc., Durham, North Carolina.
3
3
 * All Rights Reserved.
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify
72
72
        const char *disk_error_exe;
73
73
        unsigned long tcp_listen_port;
74
74
        unsigned long tcp_listen_queue;
 
75
        int use_libwrap;
75
76
        unsigned long tcp_client_min_port;
76
77
        unsigned long tcp_client_max_port;
77
78
        unsigned long tcp_client_max_idle;