From d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 12:36:58 -0600 Subject: Initial import of year-and-a-half-old upstream version 0.9.6a --- src/profilepptpoptionsbase.ui | 697 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 697 insertions(+) create mode 100644 src/profilepptpoptionsbase.ui (limited to 'src/profilepptpoptionsbase.ui') diff --git a/src/profilepptpoptionsbase.ui b/src/profilepptpoptionsbase.ui new file mode 100644 index 0000000..1871e0d --- /dev/null +++ b/src/profilepptpoptionsbase.ui @@ -0,0 +1,697 @@ + +ProfilePptpOptionsBase + + + ProfilePptpOptionsBase + + + + 0 + 0 + 513 + 206 + + + + PPTP/L2TP + + + + unnamed + + + + tabWidget5 + + + + MppeTab + + + MPPE + + + + unnamed + + + + layout85 + + + + unnamed + + + + layout84 + + + + unnamed + + + + spacer69 + + + Horizontal + + + Expanding + + + + 196 + 20 + + + + + + RequireMppeCheckbox + + + Re&quire MPPE + + + Alt+Q + + + Require Microsoft Point-To-Point Encrpytion (enabled by default) + + + + + AllowStatefulModeCheckbox + + + A&llow MPPE stateful mode + + + Alt+L + + + Check this for allow stateful mode of MPPE + + + + + Refuse40BitEncryptionCheckbox + + + Refuse 4&0 bit encryption + + + Alt+0 + + + Refuse 40 bit length encryption of MPPE + + + + + Refuse128BitEncryptionCheckbox + + + Refuse &128 bit encryption + + + Alt+1 + + + Refuse 128 bit length encryption of MPPE + + + + + UseNoMPPECompressionCheckbox + + + Do not use &MPPC compression + + + Alt+M + + + Do not use the Microsoft Poit-To-Point Compression protocol. <br>I.e. for compatibility with watchguard firebox (disabled by default) + + + Check this for disable Microsoft Point-to-Point Compression (MPPC) (i.e. for compatibility with watchguard firebox). + + + + + + + spacer70 + + + Vertical + + + Expanding + + + + 21 + 31 + + + + + + + + + + PppTab + + + PPP + + + + unnamed + + + + layout92 + + + + unnamed + + + + layout91 + + + + unnamed + + + + UseNoDeflateCheckbox + + + Do not use deflate met&hod + + + Alt+H + + + Do not use deflate decompression method (disabled by default) + + + + + DisableCcpCheckbox + + + Disable CCP negotiation + + + + + + Disable Compression Control Protocol negotiation + + + Check to disabe CCP (Compression Control Protocol) negotiation. This option should only be required if the peer is buggy and gets confused by requests from pppd for CCP negotiation. + + + + + spacer73 + + + Horizontal + + + Expanding + + + + 181 + 21 + + + + + + DisableIpxCheckbox + + + Disable IPX + + + + + + Disables the IPXCP and IPX protocols + + + Disables the IPXCP and IPX protocols. This option should only be required if the peer is buggy and gets confused by requests from pppd for IPXCP negotiation. + + + + + UseNoIpDefaultCheckbox + + + Use no IP b&y default + + + Alt+Y + + + + + UseNoBsdCompCheckbox + + + Do not use BSD compression + + + + + + Do not use BSD compression (disabled by default) + + + + + DisableHeaderCompressionCheckbox + + + Disable TCP/IP header compression + + + + + + Disables the Van Jacobson style TCP/IP header compression + + + Disables the Van Jacobson style TCP/IP header compression in both the transmit and the receive direction. + + + + + DisableAdressControlCompressionCheckbox + + + Disable adress control compression + + + + + + Disable Address/Control compression in both directions + + + Disable Address/Control compression in both directions (send and receive). + + + + + DisableMagicNumberNegotiationCheckbox + + + Disable magic number negotiation + + + + + + Disables the magic number negotiation + + + Disable magic number negotiation. With this option, pppd cannot detect a looped-back line. This option should only be needed if the peer is buggy. + + + + + DisableProtocolFieldCompressionCheckbox + + + Disable protocol field compression + + + + + + Disable protocol field compression negotiation + + + Disable protocol field compression negotiation in both the receive and the transmit direction + + + + + + + spacer3 + + + Vertical + + + Expanding + + + + 20 + 138 + + + + + + + + + + AuthenticationTab + + + Authentication + + + + unnamed + + + + layout89 + + + + unnamed + + + + layout88 + + + + unnamed + + + + layout7 + + + + unnamed + + + + textLabel1 + + + Authorization method: + + + + + AuthMethodComboBox + + + + + + + RequireEapCheckbox + + + Re&quire EAP + + + Alt+Q + + + Require EAP (disabled by default), should be disabled + + + + + layout7 + + + + unnamed + + + + layout6 + + + + unnamed + + + + L2tpdDaemonLabel + + + L2TP daemon + + + + + spacer4 + + + Horizontal + + + Expanding + + + + 111 + 21 + + + + + + + + + l2tpd/xl2tpd + + + + + openl2tp + + + + L2tpDaemonComboBox + + + + + + + + + spacer72 + + + Vertical + + + Expanding + + + + 20 + 51 + + + + + + + + + + DnsTab + + + DNS + + + + unnamed + + + + layout87 + + + + unnamed + + + + layout86 + + + + unnamed + + + + DnsServerLineedit + + + false + + + + + + IP address of the DNS server (no hostname) + + + + + DnsServerCheckbox + + + Use specified DNS server: + + + Use specified DNS server instead of retrieved from peer + + + + + SearchDomainInResolvConfLineedit + + + false + + + + + + IP address of the DNS server (no hostname) + + + + + UseDomainInResolvConfCheckbox + + + Use specified DNS domain: + + + Use specified DNS server instead of retrieved from peer + + + + + UseSearchDomainInResolvConfCheckbox + + + Use specified DNS search domain: + + + Use specified DNS server instead of retrieved from peer + + + + + DomainInResolvConfLineedit + + + false + + + + + + IP address of the DNS server (no hostname) + + + + + + + spacer71 + + + Vertical + + + Expanding + + + + 20 + 71 + + + + + + + + + + + + + DnsServerCheckbox + toggled(bool) + ProfilePptpOptionsBase + useDnsServerToggled(bool) + + + UseDomainInResolvConfCheckbox + toggled(bool) + ProfilePptpOptionsBase + useDomainInResolvConfToggled(bool) + + + UseSearchDomainInResolvConfCheckbox + toggled(bool) + ProfilePptpOptionsBase + useSearchDomainInResolvConfToggled(bool) + + + + DnsServerCheckbox + DnsServerLineedit + Refuse40BitEncryptionCheckbox + Refuse128BitEncryptionCheckbox + RequireMppeCheckbox + AllowStatefulModeCheckbox + UseNoBsdCompCheckbox + UseNoDeflateCheckbox + UseNoIpDefaultCheckbox + UseNoMPPECompressionCheckbox + + + mtuToggled(bool) + useDnsServerToggled(bool) + keepDefaultRouteToggled(bool) + useNtDomainNameToggled(bool) + useSearchDomainInResolvConfToggled(bool) + useDomainInResolvConfToggled(bool) + + + + kcombobox.h + kcombobox.h + klineedit.h + klineedit.h + klineedit.h + + -- cgit v1.2.3