aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export
Commit message (Expand)AuthorAgeFilesLines
* Don't add a second tls-auth line when exporting for Viscosity.jim-p2014-04-242-2/+2
* Bump here toojim-p2014-04-241-1/+1
* Fix various OpenVPN Client Export protocol issues that prevented the export f...jim-p2014-04-241-5/+18
* Avoid a PHP error in OpenVPN client export if the user chooses one of the aut...jim-p2014-04-242-1/+4
* fix typoChris Buechler2014-04-231-1/+1
* fix Viscosity OpenVPN client export with advanced optionsChris Buechler2014-04-161-1/+1
* Fixup URLs:Renato Botelho2014-03-181-5/+5
* Instruct the client to use a random local port for OpenVPN in the exported co...jim-p2013-11-253-10/+46
* Bump version againjim-p2013-11-141-1/+1
* Missed this file in the previous commit.jim-p2013-11-141-14/+20
* Bring back tls-remote as a non-default option for those stuck on older client...jim-p2013-11-132-9/+21
* OpenVPN Client Export - Update OpenVPN installers to 2.3.2-I003. Fix 64-bit p...jim-p2013-11-134-16/+226
* Don't include a pkcs12 line in the Viscosity config, it uses individual ca/ce...jim-p2013-11-122-2/+2
* Disable "verify-x509-name" in some cases. It can cause problems with auth-onl...jim-p2013-11-112-2/+4
* Allow the client export package to properly match the compression setting on 2.2jim-p2013-10-312-3/+9
* Version bump for OpenVPN Client Exportjim-p2013-10-311-1/+1
* tls-remote is deprecated, use verify-x509-name, which also works on the iOS c...jim-p2013-10-311-2/+2
* Add auth line to client config if configured on the server (drop-down is ther...jim-p2013-10-311-0/+4
* Add an "Automatic" multi-wan option to the client export package that will lo...jim-p2013-10-233-21/+116
* Use OpenVPN Manager client management port if specified for the server concernedPhil Davis2013-08-251-2/+7
* RFC2136 hostnames should also be listed as choices for openvpn client export ...jim-p2013-07-152-1/+6
* Replace spaces in a CN with _ in filenames when exporting an OpenVPN client. ...jim-p2013-07-142-3/+3
* Properly handle filenames containing spaces when exporting an archive. Fixes ...jim-p2013-07-111-4/+8
* When we don't need a client cert, add a line to tell the client that we don't...jim-p2013-07-111-0/+3
* Add Proxy Type OptionN0YB2013-06-061-10/+12
* Add Proxy Type OptionN0YB2013-06-061-1/+1
* Add Proxy Type OptionN0YB2013-06-061-14/+31
* Add Proxy Type OptionN0YB2013-06-052-7/+30
* Attempt to fix openvpn client export http proxy password entry.jim-p2013-05-012-2/+2
* fix typo/wording.jim-p2013-04-271-1/+1
* We are crafting a URL, not user output. Use & not & here. Unbreaks export.jim-p2013-02-061-16/+16
* Update HTML code in OpenVPN ExportColin Fleming2013-02-063-134/+139
* Do not mix OpenVPN's secure modesbcyrill2013-01-272-2/+2
* Reword inline config link for iOS since that same client also exists for Andr...jim-p2013-01-232-10/+24
* Update OpenVPN Client Export again, rearrange options to make them more clear...jim-p2013-01-223-45/+84
* Fix up the inline config format a little to make Android and iOS both happy.jim-p2013-01-172-17/+11
* The 2.3 client is no longer beta.jim-p2013-01-151-6/+6
* Don't offer a server certificate to export. It doesn't work, and can just lea...jim-p2013-01-071-1/+1
* Normalize line endingsjim-p2012-12-191-92/+92
* Merge pull request #339 from PiBa-NL/openvpn-client-export-certchecksJim P2012-11-241-13/+22
|\
| * removed purpose checking because: "Certs created before 2.0.1 can have the "w...PiBa-NL2012-11-241-6/+0
| * openvpn-client-export, better checking/error reporting on unsupported/illogic...PiBa-NL2012-11-241-13/+28
* | openvpn-client-export, use certificate common-name in the exported files file...PiBa-NL2012-11-241-6/+5
* | openvpn-client-export, use certificate common-name in the exported files file...PiBa-NL2012-11-212-6/+8
|/
* openvpn-client-export, added option to include OpenVPNManager in windows setu...PiBa-NL2012-11-054-52/+299
* Write client install exe to temp dirPhil Davis2012-10-031-4/+4
* Add export option for OpenVPN 2.3 beta client as well as the existing one.jim-p2012-10-022-11/+39
* Make quoting the server CN optional since it seems to break more clients than...jim-p2012-09-183-14/+52
* Enclose this in quotes, since it may contain spaces. Otherwise, openvpn will ...jim-p2012-08-092-2/+2
* Fix inline client exportjim-p2012-08-092-1/+3
>646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962