~ubuntu-branches/ubuntu/saucy/openvpn/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/ipv6-payload.patch/options.c

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-31 04:55:56 UTC
  • mfrom: (1.1.18) (10.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20111231045556-3fwmrbggevr9iqxd
Tags: 2.2.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
 + debian/openvpn.init.d:
    - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    - Show per-VPN result messages.
    - Add "--script-security 2" by default for backwards compatabliity.
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()
  + debian/update-resolv-conf: Support multiple domains.
  + fix bug where '--script-security 2' would be passed for all
    daemons after the first. (LP: #794916)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
  "--connect-retry-max n : Maximum connection attempt retries, default infinite.\n"
117
117
#ifdef GENERAL_PROXY_SUPPORT
118
118
  "--auto-proxy    : Try to sense proxy settings (or lack thereof) automatically.\n"
 
119
  "--show-proxy-settings : Show sensed proxy settings.\n"
119
120
#endif
120
121
#ifdef ENABLE_HTTP_PROXY
121
122
  "--http-proxy s p [up] [auth] : Connect to remote host\n"
516
517
  "--pkcs12 file   : PKCS#12 file containing local private key, local certificate\n"
517
518
  "                  and optionally the root CA certificate.\n"
518
519
#ifdef ENABLE_X509ALTUSERNAME
519
 
  "--x509-username-field : Field used in x509 certificat to be username.\n"
 
520
  "--x509-username-field : Field used in x509 certificate to be username.\n"
520
521
  "                        Default is CN.\n"
521
522
#endif
522
523
#ifdef WIN32