~ubuntu-branches/ubuntu/utopic/openvpn/utopic-proposed

« back to all changes in this revision

Viewing changes to 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:
117
117
  "--connect-retry-max n : Maximum connection attempt retries, default infinite.\n"
118
118
#ifdef GENERAL_PROXY_SUPPORT
119
119
  "--auto-proxy    : Try to sense proxy settings (or lack thereof) automatically.\n"
 
120
  "--show-proxy-settings : Show sensed proxy settings.\n"
120
121
#endif
121
122
#ifdef ENABLE_HTTP_PROXY
122
123
  "--http-proxy s p [up] [auth] : Connect to remote host\n"
530
531
  "--pkcs12 file   : PKCS#12 file containing local private key, local certificate\n"
531
532
  "                  and optionally the root CA certificate.\n"
532
533
#ifdef ENABLE_X509ALTUSERNAME
533
 
  "--x509-username-field : Field used in x509 certificat to be username.\n"
 
534
  "--x509-username-field : Field used in x509 certificate to be username.\n"
534
535
  "                        Default is CN.\n"
535
536
#endif
536
537
#ifdef WIN32