stunnel/ 0040755 0005671 0000012 00000000000 07701233261 012233 5 ustar jcameron wheel stunnel/help/ 0040775 0005671 0000012 00000000000 07701233260 013164 5 ustar jcameron wheel stunnel/help/intro.ca.html 0100755 0005671 0000012 00000006035 07701233260 015571 0 ustar jcameron wheel
SSL s un protocol per xifrar dades en una connexi TCP en el seu viatge per
la xarxa. Originalment, es va desenvolupar per protegir el trnsit entre els
navegadors web i els servidors, per es pot utilitzar per xifrar qualsevol
mena de cadena de dades que es pugui enviar normalment a travs del protocol
TCP.
El protocol SSL permet que els clients i els servidors s'autentifiquin els
uns als altres, de manera que un client pot estar segur que s'est connectant
al host que es pensa que s. Aix es fa emprant certificats emesos per una
autoritat certificadora reconeguda pel client (per tal que pugui ser verificat)
i associat amb un nom de host particular. Sense certificats, un atacant podria
redireccionar una connexi SSL al seu propi servidor i capturar informaci
sensible d'un client que es pensa que est parlant amb el servidor real.
Totes les dades que circulen a travs d'Internet sense xifrar poden ser
capturades i llegides per un atacant amb accs a una de les xarxes a travs
de les quals passen. Fins i tot les dades viatjant entre un client i un sistema
servidor en una xarxa local pot ser fcilment piratejada. Quan et connectes
a un servidor telnet, FTP o POP3 la teva contrasenya s'envia per la xarxa
i pot ser capturada per un atacant.
Es pot utilitzar SSL per protegir les dades en aquesta mena de situacions,
per noms si tant el client com el servidor ho suporten. La majoria de
navegadors i clients de correu poden fer connexions HTTP, POP3 i IMAP xifrades
amb SSL, per no tots els servidors Web i POP3 ho accepten. En particular,
POP3 s difcil de protegir, perqu el servidor estndard que ve amb la
majoria de sistemes Unix no suporta SSL en absolut. Afortunadament, hi ha una
soluci:STunnel.
STunnel s un programa senzill que converteix les connexions sense xifrar
en una de xifrada amb SSL. Tpicament, es configura per executar-se des d'un
superservidor com inetd o xinetd, i llavors executa alguns altres programes
com el servidor POP3, que no suporten SSL. Aquest disseny permet protegir
qualsevol servidor que normalment s'executa des d'inetd, com ara els servidors
telnet, NNTP i IMAP.
Tot i aix, no tots els servidors es poden protegir de forma til amb xifratge,
perqu no tenen cap client per fer servir el mode SSL. Per exemple, no he
sentit parlar mai de cap client telnet o FTP que pugui fer servir SSL,
perqu el paquet SSH normal ja permet entrades remotes i transferncies de
fitxers xifrades.
Aquest mdul Webmin facilita la configuraci de superserveis que executen
STunnel per iniciar algun programa servidor. Tot i que aix es pot fer
manualment utilitzant el mdul de Serveis d'Internet, aquest est especficament
dissenyat per configurar STunnel. Detecta automticament si tens installat
inetd o xinetd, en llegeix les configuracions per buscar tnels SSL existents
i els hi afegeix quan crees un tnel nou. Si tots dos estan installats, els
nous tnels SSL s'afegeixen a la configuraci de xinetd per tal com, en la meva
opini, s el millor dels dos.
stunnel/help/intro.html 0100664 0005671 0000012 00000005531 07701233260 015206 0 ustar jcameron wheel Introduction to SSL Tunnels
SSL is a protocol for encrypting data in a TCP connection as it travels over the network. It was originally developed to protect the traffic between web browsers and servers, but can be used to encrypt any kind of data stream that would normally be sent via the TCP protocol.
The SSL protocol allows clients and servers to authenticate themselves to each other, so that a client can be sure it is really connecting to the host it thinks it is. This is done using certificates which are issued by a certificate authority recognized by the client (so that they can be verified) and associated with a particular hostname. Without certificates, an attacker could re-direct an SSL connection to his own server and capture sensitive information from a client that thinks it is talking to the real server.
Any data that travels across the Internet un-encrypted can be captured and read by an attacker with access to one of the networks that it passes through. Even data traveling between a client and server system on a LAN can be easily listening in on. When you connect to a telnet, FTP or POP3 server your password is sent over the network and thus can be captured by an attacker.
SSL can be used to protect data in these kinds of situations, but only if both the client and server support it. Most web browsers and mail clients can make SSL-encrypted HTTP, POP3 and IMAP connections, but not all web and POP3 servers can accept them. POP3 in particular is hard to protect, because the standard server that comes with most Unix systems does not support SSL at all. Fortunately though there is a solution - STunnel.
STunnel is a simple program that converts an un-encrypted connection into an SSL-encrypted one. It is typically set up to be run from a super-server like inetd or xinetd, and then run some other program like the POP3 server that does not support SSL. This design allows it to protect any server that is normally run from inetd, such as telnet, NNTP and IMAP servers.
Not all servers can be usefully protected with encryption though, because no client exists to use them in SSL mode. For example, I have never heard of a telnet or FTP client that can use SSL, because the common SSH package already allows encrypted remote logins and files transfers.
This Webmin module makes it easy to set up super-server services that run STunnel to start some server program. Even though this can be done manually using the Internet Services module, this one is specifically designed for setting up and configuring STunnel. It automatically detects if you have inetd and/or xinetd installed, reads their configurations to check for existing SSL tunnels and adds to them when you create a new tunnel. If both are installed, new SSL tunnels are added to the xinetd configuration as it is the superior of the two in my opinion.
stunnel/lang/ 0040775 0005671 0000012 00000000000 07701233261 013156 5 ustar jcameron wheel stunnel/lang/en 0100664 0005671 0000012 00000005150 07701233260 013500 0 ustar jcameron wheel index_title=SSL Tunnels
index_name=Service name
index_port=TCP port
index_active=Active?
index_command=STunnel command
index_add=Add new SSL tunnel.
index_none=No SSL tunnels are currently setup to run from inetd or xinetd.
index_estunnel=The STunnel command $1 was not found on your system. Maybe STunnel is not installed, or your module configuration is incorrect.
index_apply=Apply Changes
index_applymsg1=Click this button to make your current SSL tunnel configuration active by sending HUP signals to the running inetd and xinetd processes.
index_applymsg2=Click this button to make your current SSL tunnel configuration active by sending HUP signals to the running inetd process.
index_applymsg3=Click this button to make your current SSL tunnel configuration active by sending HUP signals to the running xinetd process.
index_return=SSL tunnel listing
index_action=Tunnel destination
index_cmd=Run command $1
index_remote=Connect to host $1
index_rport=Connect to port $1
index_version=STunnel version $1
edit_title=Edit SSL Tunnel
create_title=Create SSL Tunnel
edit_header1=Tunnel source options
edit_name=Service name
edit_port=TCP port
edit_active=Active?
edit_header2=Tunnel destination options
edit_mode0=Run inetd style program
edit_mode1=Run program in PTY
edit_mode2=Connect to remote host
edit_cmd=Path to program
edit_args=with arguments
edit_rhost=Remote hostname
edit_rport=Remote port
edit_header3=Other options
edit_pem=SSL certificate and key file
edit_pem0=Compiled-in default
edit_pem1=Use Webmin's cert
edit_pem2=Use cert in file
edit_cmode=Tunnel mode
edit_cmode0=Accept SSL and connect normally
edit_cmode1=Accept normal and connect with SSL
edit_tcpw=TCP-wrappers name
edit_auto=Automatic
edit_iface=Outgoing source address
edit_type=Run from
save_err=Failed to save SSL tunnel
save_enclash=The service name $2 is already used on port $1.
save_einetd=There is already an inetd service called $1.
save_ename=Missing or invalid service name
save_eport=Missing or invalid port number
save_ecmd=Missing or invalid program to run
save_erhost=Invalid remote host name
save_erport=Invalid remote port
save_epclash=The port $1 is already used by the service $2.
save_epem=SSL certificate file $1 does not exist
save_etcpw=Missing or invalid TCP-wrappers name
save_eiface=Missing or invalid outgoing source address
save_exinetd=There is already an xinetd service called $1
save_export=The port $1 is already used by xinetd service $2
log_apply=Applied Changes
log_create=Created SSL tunnel $1
log_delete=Deleted SSL tunnel $1
log_modify=Modified SSL tunnel $1
stunnel/lang/ca 0100644 0005671 0000012 00000005520 07701233260 013460 0 ustar jcameron wheel index_title=Tnels SSL
index_name=Nom del servei
index_port=Port TCP
index_active=Actiu
index_command=Ordre STunnel
index_add=Afegeix un nou tnel SSL
index_none=Actualment no hi ha cap tnel SSL configurat per executar des d'inetd o xinetd.
index_estunnel=No s'ha trobat al sistema l'ordre $1 de STunnel. Pot ser que STunnel no estigui installat, o b que la configuraci del mdul sigui incorrecta.
index_apply=Aplica els Canvis
index_applymsg1=Fes clic sobre aquest bot per activar la configuraci actual de tnel SSL enviant senyals HUP als processos inetd i xinetd en execuci.
index_applymsg2=Fes clic sobre aquest bot per activar la configuraci actual de tnel SSL enviant senyals HUP al procs inetd en execuci.
index_applymsg3=Fes clic sobre aquest bot per activar la configuraci actual de tnel SSL enviant senyals HUP al procs xinetd en execuci.
index_return=a la llista de tnels SSL
index_action=Destinaci del tnel
index_cmd=Executa l'ordre $1
index_remote=Connecta't al host $1
index_rport=Connecta't al port $1
index_version=Versi STunnel $1
edit_title=Edici de Tnel SSL
create_title=Creaci de Tnel SSL
edit_header1=Opcions del recurs de tnel
edit_name=Nom del servei
edit_port=Port TCP
edit_active=Actiu
edit_header2=Opcions de destinaci del tnel
edit_mode0=Executa un programa estil inetd
edit_mode1=Executa un programa a PTY
edit_mode2=Connecta't al host remot
edit_cmd=Cam del programa
edit_args=amb els arguments
edit_rhost=Nom del host remot
edit_rport=Port remot
edit_header3=Altres opcions
edit_pem=Certificat SSL i fitxer de claus
edit_pem0=Valor compilat per defecte
edit_pem1=Fes servir la certificaci Webmin
edit_pem2=Fes servir la certificaci al fitxer
edit_cmode=Mode de tnel
edit_cmode0=Accepta SSL i connecta normalment
edit_cmode1=Accepta normal i connecta amb SSL
edit_tcpw=Nom dels embolcalls TCP
edit_auto=Automtic
edit_iface=Adrea origen de sortida
edit_type=Executa des de
save_err=No he pogut desar el tnel SSL
save_enclash=El nom de servei $2 ja est en s al port $1.
save_einetd=Ja hi ha un servei inetd anomenat $1.
save_ename=Hi falta el nom del servei o b s invlid
save_eport=Hi falta el nmero del port o b s invlid
save_ecmd=Hi falta el programa a executar o b s invlid
save_erhost=Nom de host remot invlid
save_erport=Port remot invlid
save_epclash=El port $1 ja est en s pel servei $2.
save_epem=El fitxer de certificat SSL $1 no existeix
save_etcpw=Hi falta el nom de l'embolcall TCP o b s invlid
save_eiface=Hi falta l'adrea origen de sortida o b s invlida
save_exinetd=Ja hi ha un servei xinetd anomenat $1
save_export=El port $1 ja est en s pel servei xinetd $2
log_apply=He aplicat els canvis
log_create=He creat el tnel SSL $1
log_delete=He suprimit el tnel SSL $1
log_modify=He modificat el tnel SSL $1
stunnel/lang/es 0100644 0005671 0000012 00000005603 07701233260 013506 0 ustar jcameron wheel index_title=Tneles SSL
index_name=Nombre de servicio
index_port=Puerto TCP
index_active=Activo?
index_command=Comando de STunnel
index_add=Aadir un nuevo tnel SSL.
index_none=No hay configurados en este momento tneles SSL para ser ejecutados desde inetd o xinetd.
index_estunnel=El comando de STunnel $1 no fue hallado en tu sistema. Quizs STunnel no est instalado o tu configuracin del mdulo es incorrecta.
index_apply=Aplicar Cambios
index_applymsg1=Hac click en este botn para poner activa tu configuracin de tnel SSL mediante el envo de seales HUP a los procesos en ejecucin inetd y xinetd.
index_applymsg2=Haz click en este botn para poner activa tu configuracin de tnel SSL mediante el envo de seales HUP al proceso inetd en ejecucin.
index_applymsg3=Haz click en este botn para poner activa tu configuracin de tnel SSL mediante el envo de seales HUP al proceso xinetd en ejecucin.
index_return=Listado de tnel SSL
index_action=Destino del tnel
index_cmd=Ejecutar comando $1
index_remote=Conectar a mquina $1
index_rport=Conectar a puerto $1
index_version=Versin $1 de STunnel
edit_title=Editar Tnel SSL
create_title=Crear Tnel SSL
edit_header1=Opciones fuente de tnel
edit_name=Nombre de servicio
edit_port=Puerto TCP
edit_active=Activo?
edit_header2=Opciones de destino de tnel
edit_mode0=Ejecutar programa del estilo de inetd
edit_mode1=Ejecutar programa en PTY
edit_mode2=Conectar a mquina remota
edit_cmd=Trayectoria a programa
edit_args=con argumentos
edit_rhost=Nombre de mquina remota
edit_rport=Puerto remoto
edit_header3=Otras opciones
edit_pem=Certificado SSL y archivo de clave
edit_pem0=El compilado por defecto
edit_pem1=Usa certificado de Webmin
edit_pem2=Usa certificado en archivo
edit_cmode=Modo de tnel
edit_cmode0=Acepta SSL y conecta normlmente
edit_cmode1=Acepta normal y conecta mediante SSL
edit_tcpw=Nombre de envolturas-TCP
edit_auto=Automtico
edit_iface=Direccin fuente de salida
edit_type=Ejecutar desde
save_err=No pude salvar tnel SSL
save_enclash=El nombre del servicio $2 ya est en uso en el puerto $1.
save_einetd=Ya hay un servicio inetd llamado $1.
save_ename=El nombre de servicio falta o es invlido
save_eport=El nmero de puerto falta o es invlido
save_ecmd=El programa a ejecutar falta o es invlido
save_erhost=Nombre remoto de mquina invlido
save_eport=Puerto remoto invlido
save_epclash=El puerto $1 ya est siendo usado por el servicio $2
save_epem=El archivo $1 de certificado SSL no existe
save_etcpw=El nombre de envoltorios-TCP falta o es invlido
save_eiface=La direccin fuente de salida falta o es invlida
save_exinetd=Ya hay un servicio xinetd llamado $1
save_export=El puerto $1 ya est siendo usado por el servicio $2 de xinetd
log_apply=Cambios Aplicados
log_create=Creado tnel SSL $1
log_delete=Borrado tnel SSL $1
log_modify=Modificado tnel SSL $1
stunnel/lang/de 0100644 0005671 0000012 00000005704 07701233261 013472 0 ustar jcameron wheel index_title=SSL Tunnels
index_name=Service name
index_port=TCP Port
index_active=Aktiv?
index_command=STunnel Kommando
index_add=Einen neuen SSL Tunnel hinzufügen.
index_none=Zur Zeit sind keine SSL Tunnels konfiguriert, die von inetd oder xinetd ausgeführt werden.
index_estunnel=Das STunnel Kommando $1 wurde nicht auf dem System gefunden. Vielleicht ist STunnel nicht installiert, oder die Module Konfiguration ist fehlerhaft.
index_apply=Änderungen zuweisen
index_applymsg1=Drücken Sie diesen Button, um die aktuellen SSL Tunnel durch Senden des HUP Signals an dir laufenden inetd und xinetd Prozesse zu aktivieren.
index_applymsg2=Drücken Sie diesen Button, um die aktuellen SSL Tunnel durch Senden des HUP Signals an den laufenden inetd Prozess zu aktivieren.
index_applymsg3=Drücken Sie diesen Button, um die aktuellen SSL Tunnel durch Senden des HUP Signals an den laufenden xinetd Prozess zu aktivieren.
index_return=SSL Tunnel Liste
index_action=Tunnel Ziel
index_cmd=Kommando $1 ausführen
index_remote=Verbinde zu Server $1
index_rport=Verbinde zu Port $1
index_version=STunnel Version $1
edit_title= SSL Tunnel bearbeiten
create_title= SSL Tunnel erstellen
edit_header1=Tunnel Quelle Optionen
edit_name=Service Name
edit_port=TCP Port
edit_active=Aktiv?
edit_header2=Tunnel Ziel Optionen
edit_mode0=Programm im inetd ausführen
edit_mode1=Programm im PTY ausführen
edit_mode2=verbinde zu entferntem Server
edit_cmd=Pfad zum Programm
edit_args=mit Argumenten
edit_rhost=entfernter Servername
edit_rport=entfernter Port
edit_header3=Andere Optionen
edit_pem=SSL Zertifikat und Schlüssel Datei
edit_pem0=Compiled-in Voreinstellungen
edit_pem1=Benutze Webmin's cert
edit_pem2=Benutze cert in Datei
edit_cmode=Tunnel Modus
edit_cmode0=Akzeptiere SSL und verbinde normal
edit_cmode1=Akzeptiere normal und verbinde mit SSL
edit_tcpw=TCP-wrappers Name
edit_auto=Automatisch
edit_iface=Ausgehende Quelladresse
edit_type=ausführen von
save_err=Speichern des SSL Tunnels fehlgeschlagen
save_enclash=Der Service Name $2 wird schon auf Port $1 benutzt.
save_einetd=Es gibt schon einen inetd Service mit Namen $1.
save_ename=Fehlender oder ungültiger Service Name
save_eport=Fehlende oder ungültige Port Nummer
save_ecmd=Fehledes oder ungültiges Programm
save_erhost=ungüter entfernter Server Name
save_erport=ungüter entfernter Port
save_epclash=Der Port $1 wird bereits vom Service $2 benutzt.
save_epem=SSL ZertifiKat Datei $1 existiert nicht
save_etcpw=Fehlender oder ungültiger TCP-Wrappers Name
sace_eiface=Fehlende oder ungültige ausgehende Quelladdresse
save_exinetd=Es existiert bereits ein xinetd Service mit Namen $1
save_export=The Port $1 wir bereits vom xinetd Service $2 benutzt
log_apply=Änderungen angewendet
log_create=SSL Tunnel $1 erstellt
log_delete=SSL Tunnel $1 gelöscht
log_modify=SSL Tunnel $1 modifiziert
stunnel/lang/ru_SU 0100644 0005671 0000012 00000005440 07701233261 014134 0 ustar jcameron wheel index_title=SSL-
index_name=
index_port= TCP
index_active=?
index_command= STunnel
index_add= SSL-.
index_none= SSL- inetd xinetd.
index_estunnel= $1 . , STunnel .
index_apply=
index_applymsg1= SSL-. inetd xinetd HUP.
index_applymsg2= SSL-. inetd HUP.
index_applymsg3= SSL-. xinetd HUP.
index_return= SSL-
index_action=
index_cmd= $1
index_remote= $1
index_rport= $1
index_version= STunnel $1
edit_title= SSL-
create_title= SSL-
edit_header1=
edit_name=
edit_port= TCP
edit_active=?
edit_header2=
edit_mode0= inetd
edit_mode1= PTY
edit_mode2=
edit_cmd=
edit_args=
edit_rhost=
edit_rport=
edit_header3=
edit_pem= SSL
edit_pem0=
edit_pem1= Webmin
edit_pem2=
edit_cmode=
edit_cmode0= SSL
edit_cmode1= SSL
edit_tcpw= TCP-wrappers
edit_auto=
edit_iface=
edit_type=
save_err= SSL-
save_enclash= $2 $1.
save_einetd= inetd $1 .
save_ename=
save_eport=
save_ecmd=
save_erhost=
save_erport=
save_epclash= $1 $2.
save_epem= SSL $1
save_etcpw= TCP-wrappers
save_eiface=
save_exinetd= xinetd $1
save_export= $1 xinetd $2
log_apply=
log_create= SSL- $1
log_delete=SSL- $1
log_modify=SSL- $1
stunnel/lang/ru_RU 0100664 0005671 0000012 00000005434 07701233261 014140 0 ustar jcameron wheel log_create= SSL- $1
index_name=
edit_cmode=
save_export= $1 xinetd $2
index_return= SSL-
save_einetd= inetd $1 .
edit_rport=
edit_rhost=
edit_title= SSL-
save_exinetd= xinetd $1
save_epclash= $1 $2.
create_title= SSL-
index_active=?
log_delete=SSL- $1
edit_tcpw= TCP-wrappers
index_none= SSL- inetd xinetd.
index_remote= $1
save_eport=
edit_pem0=
edit_pem1= Webmin
edit_pem2=
save_eiface=
save_err= SSL-
edit_args=
index_estunnel= $1 . , STunnel .
index_command= STunnel
edit_active=?
edit_cmode0= SSL
edit_cmode1= SSL
index_rport= $1
edit_header1=
index_title=SSL-
edit_port= TCP
edit_header2=
save_erport=
edit_header3=
edit_mode0= inetd
save_erhost=
edit_mode1= PTY
save_ename=
index_apply=
index_action=
edit_mode2=
index_port= TCP
log_apply=
index_cmd= $1
index_applymsg1= SSL-. inetd xinetd HUP.
index_applymsg2= SSL-. inetd HUP.
index_applymsg3= SSL-. xinetd HUP.
edit_iface=
edit_auto=
edit_name=
log_modify=SSL- $1
edit_cmd=
edit_pem= SSL
index_add= SSL-.
index_version= STunnel $1
edit_type=
save_etcpw= TCP-wrappers
save_epem= SSL $1
save_ecmd=
save_enclash= $2 $1.
stunnel/lang/zh_CN 0100664 0005671 0000012 00000004035 07701233261 014101 0 ustar jcameron wheel index_title=SSLͨ
index_name=
index_port=TCP˿
index_active=
index_command=Stunnel
index_add= SSL ͨ
index_none=ǰûаװ SSL ͨ inetd xinetd
index_estunnel=ϵͳûҵ STunnel $1ûаװ STunnelģ
index_apply=Ӧñ
index_applymsg1=˰ťͨе inetd xinetd HUP ź㵱ǰ SSL ͨá
index_applymsg2=˰ťͨеinetdHUPź㵱ǰ SSL ͨá
index_applymsg3=˰ťͨе xinetd HUPź㵱ǰ SSL ͨá
index_return=SSL ͨб
index_action=ͨĿļ
index_cmd= $1
index_remote=ӵ $1
index_rport=ӵ˿ $1
index_version=STunnel 汾 $1
edit_title=༭ SSL ͨ
create_title= SSL ͨ
edit_header1=ͨԴѡ
edit_name=
edit_port=TCP ˿
edit_active=
edit_header2=ͨĿļѡ
edit_mode0= inetd
edit_mode1= PTY г
edit_mode2=ӵԶ
edit_cmd=·
edit_args=Ա
edit_rhost=Զ
edit_rport=Զ̶˿
edit_header3=ѡ
edit_pem=SSL ֤Կļ
edit_pem0=Ĭֵ
edit_pem1=ʹ Webmin ֤
edit_pem2=ʹļе֤
edit_cmode=ͨģʽ
edit_cmode0= SSL
edit_cmode1= SSL
edit_tcpw=TCP-wrappers
edit_auto=Զ
edit_iface=ͳԴַ
edit_type=
save_err= SSL ͨ
save_enclash= $2 ڶ˿ $1
save_einetd=ѾһΪ $1 inetd ˡ
save_ename=δЧķ
save_eport=ЧԶ̶˿
save_ecmd=δЧij
save_erhost=ЧԶ
save_eport=ЧԶ̶˿
save_epclash=˿ $1 ڷ $2
save_epem=SSL ֤ļ $1
save_etcpw=δЧ TCP-wrappers
save_eiface=δЧͳԴַ
save_exinetd=һΪ $1 xinetd
save_export=˿ $1 xinetd $2
log_apply=Ӧñ
log_create=Ѵ SSL ͨ $1
log_delete=ɾ SSL ͨ $1
log_modify= SSL ͨ $1
stunnel/images/ 0040775 0005671 0000012 00000000000 07701233300 013474 5 ustar jcameron wheel stunnel/images/tunnel.jpg 0100644 0005671 0000012 00000023342 07701233261 015510 0 ustar jcameron wheel JFIF ` ` LEAD Technologies Inc. V1.01
4"@.0&4LCPOKCIHT_yfTYr[HIijr}Qey>"">WIW
} !1AQa"q2#BR$3br
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQaq"2B #3Rbr
$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz , ? BZN1NM
d2R H*N;P"
bzr6itx-p 8 0+PNޔ\ I4Sn
)$q\du0UQ@:!(&UzS3ؚ# `ޘƘa
IgbܚYXWqi R:t2(Sځ*+~J ,Jހbg$(
m>6FE0!nҘ^z2x?w$:@C)ǵCdgJY#U:{S8 8 -I&