~ubuntu-branches/ubuntu/oneiric/apache2/oneiric-updates

« back to all changes in this revision

Viewing changes to server/gen_test_char.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-02-22 13:02:08 UTC
  • mfrom: (14.3.23 sid)
  • Revision ID: james.westby@ubuntu.com-20110222130208-5hrxnun6a8uygfhv
Tags: 2.2.17-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debain/apache2.py, debian/apache2.2-common.isntall: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "apr_lib.h"
31
31
 
32
32
#if defined(WIN32) || defined(OS2)
33
 
#define WANT_WIN32_OS2
 
33
#define NEED_ENHANCED_ESCAPES
34
34
#endif
35
35
 
36
36
#endif
80
80
            printf("\n    ");
81
81
 
82
82
        /* escape_shell_cmd */
83
 
#if defined(WANT_WIN32_OS2)
 
83
#ifdef NEED_ENHANCED_ESCAPES
84
84
        /* Win32/OS2 have many of the same vulnerable characters
85
85
         * as Unix sh, plus the carriage return and percent char.
86
86
         * The proper escaping of these characters varies from unix