public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/es/keychain: index.xml
@ 2009-10-26 20:37 John Christian Stoddart (chiguire)
  0 siblings, 0 replies; 3+ messages in thread
From: John Christian Stoddart (chiguire) @ 2009-10-26 20:37 UTC (permalink / raw
  To: gentoo-commits

chiguire    09/10/26 20:37:41

  Added:                index.xml
  Log:
  #290031, new spanish translation (jose maria alonso)

Revision  Changes    Path
1.1                  xml/htdocs/proj/es/keychain/index.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/es/keychain/index.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/es/keychain/index.xml?rev=1.1&content-type=text/plain

Index: index.xml
===================================================================
<?xml version='1.0' encoding="utf-8"?>


<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v 1.1 2009/10/26 20:37:40 chiguire Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">

<guide link="/proj/es/keychain.xml" lang="es">
<title>Keychain</title>

<author title="Autor original">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
<author title="Mantenedor actual">
<mail link="agriffis@n01se.net">Aron Griffis</mail>
</author>
<author title="Traductor">
  <mail link="gentoo@nimiux.org">José María Alonso</mail>
</author>

<abstract>
Esta página contiene información acerca de Keychain, una aplicación de
gestión de claves RSA/DSA OpenSSH y compatibles con SSH2 comercial.
</abstract>

<version>2.6.8</version>
<date>24 Oct 2006</date>

<chapter>
<title>Introducción</title>
<section>
<body>

<p>
Muchos de nosotros usamos el excelente <uri
link="http://www.openssh.com/">OpenSSH</uri> como un reemplazo seguro y
encriptado de los venerables comandos telnet y rsh. Una de las
características intrigantes de OpenSSH (y del SSH2 comercial) es su
habilidad para autenticar usuarios mediante los protocolos de autenticación
RSA y DSA que están basados en dos "claves" numéricas y
complementarias. Además, uno de los mayores atractivos de la autenticación
RSA y DSA es la promesa de ofrecer la capacidad de establecer conexiones con
sistemas remotos <e>sin necesidad de ofrecer una contraseña</e>. El script
<c>keychain</c> hace que el manejo de las claves RSA  DSA sea a la vez
adecuado y seguro. Actúa como front-end de <c>ssh-agent</c>, permitiéndole
mantener en ejecución durante un largo periodo de tiempo un proceso
<c>ssh-agent</c> <e>para todo el sistema</e>, en lugar de tener uno para
cada sesión de login. Esto reduce dramáticamente el número de veces que
necesita introducir su clave de una, cada nueva sesión de login, a una
<e>cada vez que su máquina es reiniciada.</e>
</p>

<p>
<c>Keychain</c> fue presentado por primera vez en una serie de artículos de
<uri link="http://www.ibm.com/developerworks">IBM developerWorks</uri>. El
primer <uri
link="http://www-106.ibm.com/developerworks/linux/library/l-keyc.html">
artículo</uri> presenta una serie de conceptos detrás de la autenticación
RSA/DSA y le muestra como implantar una autenticación básica (con
contraseña). El <uri
link="http://www-106.ibm.com/developerworks/linux/library/l-keyc2/"> segundo
artículo</uri> le muestra como usar <c>keychain</c> para implantar un acceso
<c>ssh</c> <e>sin contraseña</e> de una forma muy adecuada. <c>keychain</c>
también ofrece una forma segura y limpia para que los trabajos <c>cron</c>
tomen las ventajas de las claves RSA/DSA keys sin necesidad de usar claves
inseguras, sin encriptar o privadas. <uri
link="http://www-106.ibm.com/developerworks/linux/library/l-keyc3/">El
tercer artículo</uri> le muestra como usar el mecanismo de reenvío de
autenticación de <c>ssh-agent</c>.
</p>

<p>
Las versiones actuales de <c>keychain</c> funcionan en Linux, BSD, <uri
link="http://cygwin.com/">Cygwin</uri>, <uri
link="http://h30097.www3.hp.com/">Tru64 UNIX</uri>, <uri
link="http://www.hp.com/products1/unix/operating/">HP-UX</uri>, <uri
link="http://www.apple.com/macosx/">Mac OS X</uri>, y <uri
link="http://wwws.sun.com/software/solaris/index.html">Solaris</uri> usando
la variante del Bourne shell que esté disponible en cada uno.
</p>

</body>
</section>
</chapter>

<chapter>
<title>Captura de pantalla</title>
<section>
<body>

<figure link="keychain-ss.png" caption="Keychain en acción" />
<p>
Arriba, agriffis ejecuta <c>keychain</c>, el cual ejecuta a su vez ssh-agent
y carga id_dsa. A continuación agriffis ejecuta un comando source de las
variables en el entorno y hace login en <c>dev.gentoo.org</c>. Normalmente
<c>keychain</c> (y la consiguiente carga del entorno) deberían ser
ejecutados desde los ficheros de inicialización del shell. Su invocación se
muestra aquí.
</p>

<figure link="keychain-ss2.png" caption="Más acciones de keychain" />
<p>
En esta ocasión cuando agriffis ejecuta <c>keychain</c>, se encuentra un
ssh-agent que está corriendo y éste es usado. No es necesario cargar id_dsa
por segunda vez. Ahora agriffis hace un comando source de las variables en
el entorno y hace login en <c>dev.gentoo.org</c>. De nuevo, <c>keychain</c>
(y la consiguiente carga del entorno) deberían ser ejecutados desde los
ficheros de inicialización del shell. Su invocación se muestra aquí.
</p>

</body>
</section>
</chapter>

<chapter>
<title>Descarga e instalación</title>
<section>
<title>Gentoo Linux</title>
<body>

<p>
La instalación en Gentoo es fácil, simplemente haga emerge. ¡Por supuesto!
</p>

<pre caption="Inicialización de keychain en Gentoo">
<comment>(Instalar keychain)</comment>
# emerge keychain -pv
# emerge keychain
<comment>(Leer la ayuda)</comment>
# keychain --help
</pre>

</body>
</section>
<section>
<title>Red Hat y otras distribuciones basadas en RPM</title>
<body>

<p>
Descargue último paquete rpm desde <uri
link="http://agriffis.n01se.net/keychain/"
>http://agriffis.n01se.net/keychain/</uri>. Después de descargarlo, ejecute
estos comandos (como root) para instalar la clave GPG pública usada para
firmar el RPM, entonces puede verificar el RPM e instalarlo:
</p>

<pre caption="Instalación del RPM de keychain">
<comment>(Obtenga la clave pública usada para firmar los rpms)</comment>
# <i>gpg --keyserver subkeys.pgp.net --recv-key 20104eb0</i>
<comment>(Verifique la huella dactilar del la clave obtenida)</comment>
# <i>gpg --fingerprint 20104eb0</i>
pub  1024D/20104EB0 2003-09-28 Aron Griffis &lt;agriffis@n01se.net&gt;
     Key fingerprint = E3B6 8734 C2D6 B5E5 AE76  FB3A 26B1 C5E3 2010 4EB0
sub  1024g/A2D963E7 2003-09-28
<comment>(Importe la clave al anillo de claves de rpm)</comment>
# <i>gpg --export --armor 20104eb0 &gt; /tmp/20104eb0.pub</i>
# <i>rpm --import /tmp/20104eb0.pub</i>
# <i>rm /tmp/20104eb0.pub</i>
<comment>(Compruebe el rpm; tamto el md5 como el gpg deberían ser correctos) </comment>
# <i>rpm -K keychain-2.6.8-1.noarch.rpm</i>
<comment>(Instale el rpm)</comment>
# <i>rpm -Uvh keychain-2.6.8-1.noarch.rpm</i>
</pre>

<note>
Si su cortaguegos bloquea las conexiones GPG al servidor de claves, puede
instalar la clave GPG manualmente ejecutando <c>wget -O -
http://agriffis.n01se.net/gpg-pubkey-20104eb0.asc | gpg --import</c>
</note>

<p>
Finalmente, con un usuario normal, ejecute <c>keychain --help</c> para las
instrucciones de configuración.
</p>

</body>
</section>
<section>
<title>Fuentes</title>
<body>

<p>
Se pueden encontrar tarballs de <c>keychain</c> en <uri
link="http://agriffis.n01se.net/keychain/"
>http://agriffis.n01se.net/keychain/</uri>.
</p>

</body>
</section>
</chapter>

<chapter>
<title>Registro de cambios</title>
<section>
<body>

<pre caption="Registro de cambios de keychain">
<!-- begin automatic ChangeLog insertion
 end automatic ChangeLog insertion -->
* keychain 2.6.8 (24 Oct 2006)

  24 Oct 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Save LC_ALL for gpg invocation so that pinentry-curses works.  This affected
  peper and kloeri, though it seems to work for me in any case.

* keychain 2.6.7 (24 Oct 2006)

  24 Oct 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Prevent gpg_listmissing from accidentally loading keys

* keychain 2.6.6 (08 Sep 2006)

  08 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Make --lockwait -1 mean forever.  Previously 0 meant forever but was
  undocumented.  Add more locking regression tests #137981

* keychain 2.6.5 (08 Sep 2006)

  08 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Break out of loop when empty lockfile can't be removed #127471.  Add locking
  regression tests:
    100_lock_stale 101_lock_held 102_lock_empty 103_lock_empty_cant_remove

* keychain 2.6.4 (08 Sep 2006)

  08 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Add validinherit function so that validity of SSH_AUTH_SOCK and friends can be
  validated from startagent rather than up front.  The advantage is that warning
  messages aren't emitted unnecessarily when --inherit *-once.
  Fix --eval for fish, and add new testcases:
    053_start_with_--eval_ksh
    054_start_with_--eval_fish
    055_start_with_--eval_csh

* keychain 2.6.3 (07 Sep 2006)

  07 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Support fish: http://roo.no-ip.org/fish/
  Thanks to Ilkka Poutanen for the patch.

* keychain 2.6.2 (20 Mar 2006)

  20 Mar 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Add --confirm option and corresponding regression tests for Debian bug 296382.
  Thanks to Liyang HU for the patch.  Also add initialization for $ssh_timeout
  which was being inherited from the environment and add regression tests for
  --timeout

* keychain 2.6.1 (10 Oct 2005)

  10 Oct 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Change "unset evalopt" to "evalopt=false" and run through *all* the regression
  tests instead of just the new ones.  *sigh*

* keychain 2.6.0 (10 Oct 2005)

  10 Oct 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Add the --eval option which makes keychain startup easier.  See the man-page
  for examples.  Get rid of the release notes from README, so now this file is
  where changes are tracked.

* keychain 2.5.5 (28 Jul 2005)

  28 Jul 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Add the --env option and automatic reading of .keychain/env.  This allows
  variables such as PATH to be overridden for peculiar environments

* keychain 2.5.4.1 (11 May 2005)

  11 May 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  A minor bug in 2.5.4 resulted in always exiting with non-zero status.  Change
  back to the correct behavior of zero for success, non-zero for failure

* keychain 2.5.4 (11 May 2005)

  11 May 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 92316: If any locale variables are set, override them with LC_ALL=C.
  This fixes a multibyte issue with awk that could keep a running ssh-agent from
  being found.
  Fix bug 87340: Use files instead of symlinks for locking, since symlink
  creation is not atomic on cygwin.

* keychain 2.5.3.1 (10 Mar 2005)

  10 Mar 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix problem introduced in 2.5.3 wrt adding gpg keys to the agent.  Thanks
  to Azarah for spotting it.

* keychain 2.5.3 (09 Mar 2005)

  09 Mar 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Improve handling of DISPLAY by unsetting if blank.  Call gpg with
  --use-agent explicitly.

* keychain 2.5.2 (06 Mar 2005)

  06 Mar 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 78974 "keychain errors on Big/IP (x86 BSD variant)" by refraining
  from using ! in conditional expressions.  Fix RSA fingerprint extraction
  on Solaris, reported in email by Travis Fitch.  Use $HOSTNAME when
  possible instead of calling uname -n to improve bash_profile
  compatibility.

* keychain 2.5.1 (12 Jan 2005)

  12 Jan 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Don't accidentally inherit a forwarded agent when
  inheritwhich=local-once.  Move the --stop warning after the version
  splash.

* keychain 2.5.0 (07 Jan 2005)

  07 Jan 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Add inheritance support via --inherit.  Add parameters to --stop for
  more control.  Change the default behavior of keychain to inherit if
  there's no keychain agent running ("--inherit local-once"), and
  refrain from killing other agents unless "--stop others" is
  specified.

* keychain 2.4.3 (17 Nov 2004)

  17 Nov 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 69879: Update findpids to work again on BSD; it has been
  broken since the changes in version 2.4.2.  Now we use OSTYPE (bash)
  or uname to determine the system type and call ps appropriately.

* keychain 2.4.2.1 (30 Sep 2004)

  30 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix minor issues in the test for existing gpg keys wrt DISPLAY

* keychain 2.4.2 (29 Sep 2004)

  29 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Make gpg support more complete.  Allow adding keys, clearing the
  agent, etc.  Fix --quick support to work properly again; it was
  broken since 2.4.0.  Change default --attempts to 1 since the progs
  ask multiple times anyway.

* keychain 2.4.1 (22 Sep 2004)

  22 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bugs 64174 and 64178; support Sun SSH, which is really OpenSSH
  in disguise and a few critical outputs changed.  Thanks to Nathan
  Bardsley for lots of help debugging on Solaris 9

  15 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix pod2man output so it formats properly on SGI systems.  Thanks to
  Matthew Moore for reporting the problem.

* keychain 2.4.0 (09 Sep 2004)

  09 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 26970 with first pass at gpg-agent support

  Fix Debian bug 269722; don't filter output of ssh-add

  Fix bug reported by Marko Myllynen regarding keychain and Solaris
  awk's inability to process -F'[ :]'

  Fix bug in now_seconds calculation, noticed by me.

* keychain 2.3.5 (28 Jul 2004)

  28 Jul 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 58623 with patch from Daniel Westermann-Clark; don't put an
  extra newline in the output of listmissing

  Generate keychain.spec from keychain.spec.in automatically so that
  the version can be set appropriately.

* keychain 2.3.4 (24 Jul 2004)

  24 Jul 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 28599 reported by Bruno Pelaia; ignore defunct processes in
  ps output

* keychain 2.3.3 (30 Jun 2004)

  30 Jun 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug reported by Matthew S. Moore in email; escape the backticks
  in --help output

  Fix bug reported by Herbie Ong in email; set pidf, cshpidf and lockf
  variables after parsing command-line to honor --dir setting

  Fix bug reported by Stephan Stahl in email; make spaces in filenames
  work throughout keychain, even in pure Bourne shell

  Fix operation on HP-UX with older OpenSSH by interpreting output of
  ssh-add as well as the error status

* keychain 2.3.2 (16 Jun 2004)

  16 Jun 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 53837 (keychain needs ssh-askpass) by unsetting SSH_ASKPASS
  when --nogui is specified

* keychain 2.3.1 (03 Jun 2004)

  03 Jun 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Fix bug 52874: problems when the user is running csh

* keychain 2.3.0 (14 May 2004)

  14 May 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Rewrite the locking code to avoid procmail

* keychain 2.2.2 (03 May 2004)

  03 May 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Call loadagent prior to generating HOSTNAME-csh file so that
  variables are set.

* keychain 2.2.1 (27 Apr 2004)

  27 Apr 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Find running ssh-agent processes by searching for /[s]sh-agen/
  instead of /[s]sh-agent/ for the sake of Solaris, which cuts off ps
  -u output at 8 characters.  Thanks to Clay England for reporting the
  problem and testing the fix.

* keychain 2.2.0 (21 Apr 2004)

  21 Apr 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
  Rewrote most of the code, organized into functions, fixed speed
  issues involving ps, fixed compatibility issues for various UNIXes,
  hopefully didn't introduce too many bugs.  This version has a
  --quick option (for me) and a --timeout option (for carpaski).

  Also added a Makefile and converted the man-page to pod for easier
  editing.  See perlpod(1) for information on the format.  Note that
  the pod is sucked into keychain and colorized when you run make.

* keychain 2.0.3 (06 Apr 2003)

  06 Apr 2003; Seth Chandler &lt;sethbc@gentoo.org&gt;:
  Added keychain man page, fixed bugs with displaying colors for keychain
  --help.  Also added a $grepopts to fix the grepping for a pid on cygwin
  Also added a TODO document
  color fix based on submission by Luke Holden &lt;email@alterself.org&gt;

* keychain 2.0.2 (26 Aug 2002)

  26 Aug 2002; the Tru64 fix didn't work; it was being caused by "trap - foo"
  rather than "tail +2 -". Now really fixed.

  26 Aug 2002; fixed "ssh-add" call to only redirect stdin (thus enabling
  ssh-askpass) if ssh_askpass happens to be set; this is to work around a bug
  in openssh were redirecting stdin will enable ssh-askpass even if ssh_askpass
  isn't set, which contradicts the openssh 3.4_p1 man page. to enable
  ssh-askpass, keychain now requires that the ssh_askpass var be set to point
  to your askpass program.

* keychain 2.0.1 (24 Aug 2002)

  24 Aug 2002; "--help" fixes; the keychain files were listed as sh-${HOSTNAME}
  rather than ${HOSTNAME}-sh. Now consistent with the actual program. Thanks to
  Christian Plessl &lt;plessl@tik.ee.ethz.ch&gt;, others for reporting this issue.

  24 Aug 2002; cycloon &lt;cycloon@linux-de.org&gt;: "If you add &lt; /dev/null when
  adding the missingkeys via "ssh-add ${missingkeys}" (at line 454 of version
  2.0) so that it reads: "ssh-add ${missingkeys} &lt; /dev/null" then users can
  use program like x11-ssh-askpass in xfree to type in their passphrase. It
  then still works for users on shell, depending if $DISPLAY is set." Added.

  24 Aug 2002; A fix to calling "tail" that *should* fix things for Tru64 Unix;
  unfortunately, I have no way to test but the solution should be portable to
  all other flavors of systems. Thanks to Mark Scarborough
  &lt;Mark.Scarborough@broadwing.com&gt; for reporting the issue.

  24 Aug 2002; Changed around the psopts detection stuff so that "-x -u $me f"
  is used; this is needed on MacOS X. Thanks to Brian Bergstrand
  &lt;brian@classicalguitar.net&gt;, others for reporting this issue.

* keychain 2.0 (17 Aug 2002)

  17 Aug 2002; (Many submitters): A fix for keychain when running on HP-UX
  10.20.

  17 Aug 2002; Patrice DUMAS - DOCT &lt;dumas@centre-cired.fr&gt;: Now perform help
  early on to avoid unnecessary processing. Also added --dir option to allow
  keychain to look in an alternate location for the .keychain directory (use
  like this: "keychain --dir /var/foo")

  17 Aug 2002; Martial MICHEL &lt;martial@users.sourceforge.net&gt;: Martial also
  suggested moving help processing to earlier in the script. He also submitted
  a patch to place .ssh-agent-* files in a ~/.keychain/ directory, which makes
  sense particularly for NFS users so I integrated the concept into the code.

  17 Aug 2002; Fred Carter &lt;fred.carter@amberpoint.com&gt;: Cygwin fix to use
  proper "ps" options.

  17 Aug 2002; Adrian Howard &lt;adrianh@quietstars.com&gt;: patch so that lockfile
  gets removed even if --noask is specified.

  17 Aug 2002; Mario Wolff &lt;wolff@voll.prima.de&gt;: Replaced an awk dependency
  with a shell construct for improved performance.

  17 Aug 2002; Marcus Stoegbauer &lt;marcus@grmpf.org&gt;, Dmitry Frolov
  &lt;frolov@riss-telecom.ru&gt;: I (Daniel Robbins) solved problems reported by
  Marcus and Dmitry (mis-parsed command line issues) by following Dmitry's good
  suggestion of performing argument parsing all at once at the top of the
  script.

  17 Aug 2002; Brian W. Curry &lt;truth@bcurry.cjb.net&gt;: Added commercial SSH2
  client support; improved output readability by initializing myfail=0;
  integrated Cygwin support into the main keychain script; improved Cygwin
  support by setting "trap" appropriately. Thanks Brian!

* keychain 1.9 (04 Mar 2002)

  04 Mar 2002; changed license from "GPL, v2 or later" to "GPL v2".

  04 Mar 2002; added "keychain.cygwin" for Cygwin systems.  It may be time to
  follow this pattern and start building separate, optimized scripts for each
  platform so they don't get too sluggish.  Maybe I could use a C preprocessor
  for this.

  06 Dec 2001; several people: Solaris doesn't like '-e' comparisons; switched
  to '-f'

* keychain 1.8 (29 Nov 2001)

  29 Nov 2001; Philip Hallstrom (philip@adhesivemedia.com) Added a "--local"
  option for removing the ${HOSTNAME} from the various files that keychain
  creates.  Handy for non-NFS users.

  29 Nov 2001; Aron Griffis (agriffis@gentoo.org) Using the Bourne shell "type"
  builtin rather than using the external "which" command.  Should make things a
  lot more robust and slightly faster.

  09 Nov 2001; Mike Briseno (mike@radik.com) Solaris' "which" command outputs
  "no lockfile in..." to stdout rather than stderr.  A one-line fix (test the
  error condition) has been applied.

  09 Nov 2001; lockfile settings tweak

  09 Nov 2001; Rewrote how keychain detects failed passphrase attempts.  If you
  stop making progress providing valid passphrases, it's three strikes and
  you're out.

  09 Nov 2001; Constantine P. Sapuntzakis (csapuntz@stanford.edu) Some private
  keys can't be "ssh-keygen -l -f"'d; this patch causes keychain to look for
  the corresponding public key if the private key doesn't work.  Thanks
  Constantine!

  09 Nov 2001; Victor Leitman (vleitman@yahoo.com) CYAN color misdefined;
  fixed.

  27 Oct 2001; Brian Wellington (bwelling@xbill.org) A "quiet mode" (--quiet)
  fix; I missed an "echo".

  27 Oct 2001; J.A. Neitzel (jan@belvento.org) Missed another "kill -9"; it's
  now gone.

* keychain 1.7 (21 Oct 2001)

  21 Oct 2001; Frederic Gobry (frederic.gobry@smartdata.ch) Frederic suggested
  using procmail's lockfile to serialize the execution of critical parts of
  keychain, thus avoiding multiple ssh-agent processes being started if you
  happen to have multiple xterms open automatically when you log in.
  Initially, I didn't think I could add this, since systems may not have the
  lockfile command; however, keychain will now auto-detect whether lockfile is
  installed; if it is, keychain will automatically use it, thus preventing
  multiple ssh-agent processes from being spawned.

  21 Oct 2001; Raymond Wu (ursus@usa.net): --nocolor test is no longer inside
  the test for whether "echo -e" works.  According to Raymond, this works
  optimally on his Solaris box.

  21 Oct 2001; J.A. Neitzel (jan@belvento.org): No longer "kill -9" our
  ssh-agent processes. SIGTERM should be sufficient and will allow ssh-agent to
  clean up after itself (this reverses a previously-applied patch).

  21 Oct 2001; Thomas Finneid (tfinneid@online.no): Added argument "--quiet |
  -q" to make the program less intrusive to the user; with it, only error and
  interactive messages will appear.

  21 Oct 2001; Thomas Finneid (tfinneid@online.no): Changed the format of some
  arguments to bring them more in line with common *nix programs: added "-h" as
  alias for "--help"; added "-k" as alias for "--stop"

  21 Oct 2001; Mark Stosberg (mark@summersault.com): $pidf to "$pidf" fixes to
  allow keychain to work with paths that include spaces (for Darwin and MacOS X
  in particular).

  21 Oct 2001; Jonathan Wakely (redi@redi.uklinux.net): Small patch to convert
  "echo -n -e" to "echo -e "\c"" for FreeBSD compatibility.

* keychain 1.6 (15 Oct 2001)

  13 Oct 2001; Ralf Horstmann (ralf.horstmann@webwasher.com): Add /usr/ucb to
  path for Solaris systems.

  11 Oct 2001; Idea from Joe Reid (jreid@vnet.net): Try to add multiple keys
  using ssh-add; avoid typing in identical passphrases more than once.  Good
  idea!

*keychain 1.5 (21 Sep 2001)

  21 Sep 2001; David Hull (hull@paracel.com): misc. compatibility, signal
  handling, cleanup fixes

  21 Sep 2001; "ps" test to find the right one for your OS.

  20 Sep 2001; Marko Myllynen (myllynen@lut.fi): "grep [s]sh-agent" to "grep
  [s]sh-agent" (zsh fix)

*keychain 1.4 (20 Sep 2001)

  20 Sep 2001; David Hull (hull@paracel.com): "touch $foo" to "&gt;$foo"
  optimization and other "don't fork" fixes.  Converted ${foo#--} to a case
  statement for Solaris sh compatibility.

  20 Sep 2001; Try an alternate "ps" syntax if our default one fails.  This
  should give us Solaris and IRIX (sysV) compatibility without breaking BSD.

  20 Sep 2001; Hans Peter Verne (h.p.verne@usit.uio.no); "echo -e" to "echo $E"
  (for IRIX compatibility with --nocolor), optimization of grep ("grep
  [s]sh-agent")

  17 Sep 2001; Marko Myllynen (myllynen@lut.fi): Various fixes: trap signal 2
  if signal INT not supported (NetBSD); handle invalid keys correctly; ancient
  version of ash didn't support ~, so using $HOME; correct zsh instruction;
  minor cleanups

*keychain 1.3 (12 Sep 2001)

  12 Sep 2001; Minor color changes; the cyan was hard to read on xterm-colored
  terms so it was switched to bold.  Additional --help text added.

  10 Sep 2001; We now use .ssh-agent-[hostname] instead of .ssh-agent.  We now
  create a .ssh-agent-csh-[hostname] file that can be sourced by csh-compatible
  shells.  We also now kill all our existing ssh-agent processes before
  starting a new one.

  10 Sep 2001; Robert R. Wal (rrw@hell.pl): Very nice NFS fixes, colorization
  fixes, tcsh redirect -&gt; grep -v fix.  Thanks go out to others who sent me
  similar patches.

  10 Sep 2001; Johann Visagie (johann@egenetics.com): "source" to "."
  shell-compatibility fixes.  Thanks for the FreeBSD port.

  10 Sep 2001; Marko Myllynen (myllynen@lut.fi): rm -f $pidf after stopping
  ssh-agent fix

*keychain 1.2

  09 Sep 2001; README updates to reflect new changes.

  09 Sep 2001; Marko Myllynen (myllynen@lut.fi): bash 1/zsh/sh compatibility;
  now only tries to kill *your* ssh-agent processes, version fix, .ssh-agent
  file creation error detection.  Thanks!

*keychain 1.1; fixes for calling "pidof"; README; ChangeLog

  07 Sep 2001; Addition of README stating that keychain requires bash 2.0 or
  greater, as well as quick install directions and web URL.

  07 Sep 2001; Explicitly added /sbin and /usr/sbin to path, and then called
  "pidof".  I think that this is a bit more robust.

  06 Sep 2001; from John Ellson (ellson@lucent.com): "pidof" changed to
  "/sbin/pidof", since it's probably not in $PATH

  06 Sep 2001; New ChangeLog! :)

*keychain 1.0; initial release (Aug 2001)

</pre>

</body>
</section>
</chapter>
</guide>






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/es/keychain: index.xml
@ 2010-05-24 19:50 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2010-05-24 19:50 UTC (permalink / raw
  To: gentoo-commits

nimiux      10/05/24 19:50:23

  Modified:             index.xml
  Log:
  Changed translator's mail. Used gentoo username instead.

Revision  Changes    Path
1.2                  xml/htdocs/proj/es/keychain/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/keychain/index.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/keychain/index.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/keychain/index.xml?r1=1.1&r2=1.2

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml	26 Oct 2009 20:37:40 -0000	1.1
+++ index.xml	24 May 2010 19:50:22 -0000	1.2
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding="utf-8"?>
 
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v 1.1 2009/10/26 20:37:40 chiguire Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v 1.2 2010/05/24 19:50:22 nimiux Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/proj/es/keychain.xml" lang="es">
@@ -14,7 +14,7 @@
 <mail link="agriffis@n01se.net">Aron Griffis</mail>
 </author>
 <author title="Traductor">
-  <mail link="gentoo@nimiux.org">José María Alonso</mail>
+  <mail link="nimiux" />
 </author>
 
 <abstract>






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/es/keychain: index.xml
@ 2010-12-19  0:03 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2010-12-19  0:03 UTC (permalink / raw
  To: gentoo-commits

nimiux      10/12/19 00:03:53

  Modified:             index.xml
  Log:
  Re-add the keychain guide, but only as a redirect. No other content in the
  file. bug 336857.

Revision  Changes    Path
1.3                  xml/htdocs/proj/es/keychain/index.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/keychain/index.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/keychain/index.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/keychain/index.xml?r1=1.2&r2=1.3

Index: index.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml	24 May 2010 19:50:22 -0000	1.2
+++ index.xml	19 Dec 2010 00:03:53 -0000	1.3
@@ -1,10 +1,8 @@
 <?xml version='1.0' encoding="utf-8"?>
-
-
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v 1.2 2010/05/24 19:50:22 nimiux Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/keychain/index.xml,v 1.3 2010/12/19 00:03:53 nimiux Exp $ -->
 
-<guide link="/proj/es/keychain.xml" lang="es">
+<guide redirect="/doc/es/keychain-guide.xml">
 <title>Keychain</title>
 
 <author title="Autor original">
@@ -18,658 +16,29 @@
 </author>
 
 <abstract>
-Esta página contiene información acerca de Keychain, una aplicación de
-gestión de claves RSA/DSA OpenSSH y compatibles con SSH2 comercial.
+Página de redirección para keychain.
 </abstract>
 
-<version>2.6.8</version>
-<date>24 Oct 2006</date>
-
-<chapter>
-<title>Introducción</title>
-<section>
-<body>
-
-<p>
-Muchos de nosotros usamos el excelente <uri
-link="http://www.openssh.com/">OpenSSH</uri> como un reemplazo seguro y
-encriptado de los venerables comandos telnet y rsh. Una de las
-características intrigantes de OpenSSH (y del SSH2 comercial) es su
-habilidad para autenticar usuarios mediante los protocolos de autenticación
-RSA y DSA que están basados en dos "claves" numéricas y
-complementarias. Además, uno de los mayores atractivos de la autenticación
-RSA y DSA es la promesa de ofrecer la capacidad de establecer conexiones con
-sistemas remotos <e>sin necesidad de ofrecer una contraseña</e>. El script
-<c>keychain</c> hace que el manejo de las claves RSA  DSA sea a la vez
-adecuado y seguro. Actúa como front-end de <c>ssh-agent</c>, permitiéndole
-mantener en ejecución durante un largo periodo de tiempo un proceso
-<c>ssh-agent</c> <e>para todo el sistema</e>, en lugar de tener uno para
-cada sesión de login. Esto reduce dramáticamente el número de veces que
-necesita introducir su clave de una, cada nueva sesión de login, a una
-<e>cada vez que su máquina es reiniciada.</e>
-</p>
-
-<p>
-<c>Keychain</c> fue presentado por primera vez en una serie de artículos de
-<uri link="http://www.ibm.com/developerworks">IBM developerWorks</uri>. El
-primer <uri
-link="http://www-106.ibm.com/developerworks/linux/library/l-keyc.html">
-artículo</uri> presenta una serie de conceptos detrás de la autenticación
-RSA/DSA y le muestra como implantar una autenticación básica (con
-contraseña). El <uri
-link="http://www-106.ibm.com/developerworks/linux/library/l-keyc2/"> segundo
-artículo</uri> le muestra como usar <c>keychain</c> para implantar un acceso
-<c>ssh</c> <e>sin contraseña</e> de una forma muy adecuada. <c>keychain</c>
-también ofrece una forma segura y limpia para que los trabajos <c>cron</c>
-tomen las ventajas de las claves RSA/DSA keys sin necesidad de usar claves
-inseguras, sin encriptar o privadas. <uri
-link="http://www-106.ibm.com/developerworks/linux/library/l-keyc3/">El
-tercer artículo</uri> le muestra como usar el mecanismo de reenvío de
-autenticación de <c>ssh-agent</c>.
-</p>
-
-<p>
-Las versiones actuales de <c>keychain</c> funcionan en Linux, BSD, <uri
-link="http://cygwin.com/">Cygwin</uri>, <uri
-link="http://h30097.www3.hp.com/">Tru64 UNIX</uri>, <uri
-link="http://www.hp.com/products1/unix/operating/">HP-UX</uri>, <uri
-link="http://www.apple.com/macosx/">Mac OS X</uri>, y <uri
-link="http://wwws.sun.com/software/solaris/index.html">Solaris</uri> usando
-la variante del Bourne shell que esté disponible en cada uno.
-</p>
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
+<license/>
 
-</body>
-</section>
-</chapter>
+<version>3</version>
+<date>2010-12-16</date>
 
 <chapter>
-<title>Captura de pantalla</title>
-<section>
-<body>
-
-<figure link="keychain-ss.png" caption="Keychain en acción" />
-<p>
-Arriba, agriffis ejecuta <c>keychain</c>, el cual ejecuta a su vez ssh-agent
-y carga id_dsa. A continuación agriffis ejecuta un comando source de las
-variables en el entorno y hace login en <c>dev.gentoo.org</c>. Normalmente
-<c>keychain</c> (y la consiguiente carga del entorno) deberían ser
-ejecutados desde los ficheros de inicialización del shell. Su invocación se
-muestra aquí.
-</p>
-
-<figure link="keychain-ss2.png" caption="Más acciones de keychain" />
-<p>
-En esta ocasión cuando agriffis ejecuta <c>keychain</c>, se encuentra un
-ssh-agent que está corriendo y éste es usado. No es necesario cargar id_dsa
-por segunda vez. Ahora agriffis hace un comando source de las variables en
-el entorno y hace login en <c>dev.gentoo.org</c>. De nuevo, <c>keychain</c>
-(y la consiguiente carga del entorno) deberían ser ejecutados desde los
-ficheros de inicialización del shell. Su invocación se muestra aquí.
-</p>
-
-</body>
-</section>
-</chapter>
-
-<chapter>
-<title>Descarga e instalación</title>
-<section>
-<title>Gentoo Linux</title>
-<body>
-
-<p>
-La instalación en Gentoo es fácil, simplemente haga emerge. ¡Por supuesto!
-</p>
-
-<pre caption="Inicialización de keychain en Gentoo">
-<comment>(Instalar keychain)</comment>
-# emerge keychain -pv
-# emerge keychain
-<comment>(Leer la ayuda)</comment>
-# keychain --help
-</pre>
-
-</body>
-</section>
-<section>
-<title>Red Hat y otras distribuciones basadas en RPM</title>
-<body>
-
-<p>
-Descargue último paquete rpm desde <uri
-link="http://agriffis.n01se.net/keychain/"
->http://agriffis.n01se.net/keychain/</uri>. Después de descargarlo, ejecute
-estos comandos (como root) para instalar la clave GPG pública usada para
-firmar el RPM, entonces puede verificar el RPM e instalarlo:
-</p>
-
-<pre caption="Instalación del RPM de keychain">
-<comment>(Obtenga la clave pública usada para firmar los rpms)</comment>
-# <i>gpg --keyserver subkeys.pgp.net --recv-key 20104eb0</i>
-<comment>(Verifique la huella dactilar del la clave obtenida)</comment>
-# <i>gpg --fingerprint 20104eb0</i>
-pub  1024D/20104EB0 2003-09-28 Aron Griffis &lt;agriffis@n01se.net&gt;
-     Key fingerprint = E3B6 8734 C2D6 B5E5 AE76  FB3A 26B1 C5E3 2010 4EB0
-sub  1024g/A2D963E7 2003-09-28
-<comment>(Importe la clave al anillo de claves de rpm)</comment>
-# <i>gpg --export --armor 20104eb0 &gt; /tmp/20104eb0.pub</i>
-# <i>rpm --import /tmp/20104eb0.pub</i>
-# <i>rm /tmp/20104eb0.pub</i>
-<comment>(Compruebe el rpm; tamto el md5 como el gpg deberían ser correctos) </comment>
-# <i>rpm -K keychain-2.6.8-1.noarch.rpm</i>
-<comment>(Instale el rpm)</comment>
-# <i>rpm -Uvh keychain-2.6.8-1.noarch.rpm</i>
-</pre>
-
-<note>
-Si su cortaguegos bloquea las conexiones GPG al servidor de claves, puede
-instalar la clave GPG manualmente ejecutando <c>wget -O -
-http://agriffis.n01se.net/gpg-pubkey-20104eb0.asc | gpg --import</c>
-</note>
-
-<p>
-Finalmente, con un usuario normal, ejecute <c>keychain --help</c> para las
-instrucciones de configuración.
-</p>
-
-</body>
-</section>
+<title>Keychain</title>
 <section>
-<title>Fuentes</title>
 <body>
 
 <p>
-Se pueden encontrar tarballs de <c>keychain</c> en <uri
-link="http://agriffis.n01se.net/keychain/"
->http://agriffis.n01se.net/keychain/</uri>.
+Esta página ha sido movida. Lea la <uri link="/doc/es/keychain-guide.xml">
+Guía de keychain</uri> o la <uri
+link="http://www.funtoo.org/en/security/keychain/intro/">página principal
+del proyecto</uri>.
 </p>
 
 </body>
 </section>
 </chapter>
-
-<chapter>
-<title>Registro de cambios</title>
-<section>
-<body>
-
-<pre caption="Registro de cambios de keychain">
-<!-- begin automatic ChangeLog insertion
- end automatic ChangeLog insertion -->
-* keychain 2.6.8 (24 Oct 2006)
-
-  24 Oct 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Save LC_ALL for gpg invocation so that pinentry-curses works.  This affected
-  peper and kloeri, though it seems to work for me in any case.
-
-* keychain 2.6.7 (24 Oct 2006)
-
-  24 Oct 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Prevent gpg_listmissing from accidentally loading keys
-
-* keychain 2.6.6 (08 Sep 2006)
-
-  08 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Make --lockwait -1 mean forever.  Previously 0 meant forever but was
-  undocumented.  Add more locking regression tests #137981
-
-* keychain 2.6.5 (08 Sep 2006)
-
-  08 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Break out of loop when empty lockfile can't be removed #127471.  Add locking
-  regression tests:
-    100_lock_stale 101_lock_held 102_lock_empty 103_lock_empty_cant_remove
-
-* keychain 2.6.4 (08 Sep 2006)
-
-  08 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Add validinherit function so that validity of SSH_AUTH_SOCK and friends can be
-  validated from startagent rather than up front.  The advantage is that warning
-  messages aren't emitted unnecessarily when --inherit *-once.
-  Fix --eval for fish, and add new testcases:
-    053_start_with_--eval_ksh
-    054_start_with_--eval_fish
-    055_start_with_--eval_csh
-
-* keychain 2.6.3 (07 Sep 2006)
-
-  07 Sep 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Support fish: http://roo.no-ip.org/fish/
-  Thanks to Ilkka Poutanen for the patch.
-
-* keychain 2.6.2 (20 Mar 2006)
-
-  20 Mar 2006; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Add --confirm option and corresponding regression tests for Debian bug 296382.
-  Thanks to Liyang HU for the patch.  Also add initialization for $ssh_timeout
-  which was being inherited from the environment and add regression tests for
-  --timeout
-
-* keychain 2.6.1 (10 Oct 2005)
-
-  10 Oct 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Change "unset evalopt" to "evalopt=false" and run through *all* the regression
-  tests instead of just the new ones.  *sigh*
-
-* keychain 2.6.0 (10 Oct 2005)
-
-  10 Oct 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Add the --eval option which makes keychain startup easier.  See the man-page
-  for examples.  Get rid of the release notes from README, so now this file is
-  where changes are tracked.
-
-* keychain 2.5.5 (28 Jul 2005)
-
-  28 Jul 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Add the --env option and automatic reading of .keychain/env.  This allows
-  variables such as PATH to be overridden for peculiar environments
-
-* keychain 2.5.4.1 (11 May 2005)
-
-  11 May 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  A minor bug in 2.5.4 resulted in always exiting with non-zero status.  Change
-  back to the correct behavior of zero for success, non-zero for failure
-
-* keychain 2.5.4 (11 May 2005)
-
-  11 May 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 92316: If any locale variables are set, override them with LC_ALL=C.
-  This fixes a multibyte issue with awk that could keep a running ssh-agent from
-  being found.
-  Fix bug 87340: Use files instead of symlinks for locking, since symlink
-  creation is not atomic on cygwin.
-
-* keychain 2.5.3.1 (10 Mar 2005)
-
-  10 Mar 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix problem introduced in 2.5.3 wrt adding gpg keys to the agent.  Thanks
-  to Azarah for spotting it.
-
-* keychain 2.5.3 (09 Mar 2005)
-
-  09 Mar 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Improve handling of DISPLAY by unsetting if blank.  Call gpg with
-  --use-agent explicitly.
-
-* keychain 2.5.2 (06 Mar 2005)
-
-  06 Mar 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 78974 "keychain errors on Big/IP (x86 BSD variant)" by refraining
-  from using ! in conditional expressions.  Fix RSA fingerprint extraction
-  on Solaris, reported in email by Travis Fitch.  Use $HOSTNAME when
-  possible instead of calling uname -n to improve bash_profile
-  compatibility.
-
-* keychain 2.5.1 (12 Jan 2005)
-
-  12 Jan 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Don't accidentally inherit a forwarded agent when
-  inheritwhich=local-once.  Move the --stop warning after the version
-  splash.
-
-* keychain 2.5.0 (07 Jan 2005)
-
-  07 Jan 2005; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Add inheritance support via --inherit.  Add parameters to --stop for
-  more control.  Change the default behavior of keychain to inherit if
-  there's no keychain agent running ("--inherit local-once"), and
-  refrain from killing other agents unless "--stop others" is
-  specified.
-
-* keychain 2.4.3 (17 Nov 2004)
-
-  17 Nov 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 69879: Update findpids to work again on BSD; it has been
-  broken since the changes in version 2.4.2.  Now we use OSTYPE (bash)
-  or uname to determine the system type and call ps appropriately.
-
-* keychain 2.4.2.1 (30 Sep 2004)
-
-  30 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix minor issues in the test for existing gpg keys wrt DISPLAY
-
-* keychain 2.4.2 (29 Sep 2004)
-
-  29 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Make gpg support more complete.  Allow adding keys, clearing the
-  agent, etc.  Fix --quick support to work properly again; it was
-  broken since 2.4.0.  Change default --attempts to 1 since the progs
-  ask multiple times anyway.
-
-* keychain 2.4.1 (22 Sep 2004)
-
-  22 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bugs 64174 and 64178; support Sun SSH, which is really OpenSSH
-  in disguise and a few critical outputs changed.  Thanks to Nathan
-  Bardsley for lots of help debugging on Solaris 9
-
-  15 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix pod2man output so it formats properly on SGI systems.  Thanks to
-  Matthew Moore for reporting the problem.
-
-* keychain 2.4.0 (09 Sep 2004)
-
-  09 Sep 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 26970 with first pass at gpg-agent support
-
-  Fix Debian bug 269722; don't filter output of ssh-add
-
-  Fix bug reported by Marko Myllynen regarding keychain and Solaris
-  awk's inability to process -F'[ :]'
-
-  Fix bug in now_seconds calculation, noticed by me.
-
-* keychain 2.3.5 (28 Jul 2004)
-
-  28 Jul 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 58623 with patch from Daniel Westermann-Clark; don't put an
-  extra newline in the output of listmissing
-
-  Generate keychain.spec from keychain.spec.in automatically so that
-  the version can be set appropriately.
-
-* keychain 2.3.4 (24 Jul 2004)
-
-  24 Jul 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 28599 reported by Bruno Pelaia; ignore defunct processes in
-  ps output
-
-* keychain 2.3.3 (30 Jun 2004)
-
-  30 Jun 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug reported by Matthew S. Moore in email; escape the backticks
-  in --help output
-
-  Fix bug reported by Herbie Ong in email; set pidf, cshpidf and lockf
-  variables after parsing command-line to honor --dir setting
-
-  Fix bug reported by Stephan Stahl in email; make spaces in filenames
-  work throughout keychain, even in pure Bourne shell
-
-  Fix operation on HP-UX with older OpenSSH by interpreting output of
-  ssh-add as well as the error status
-
-* keychain 2.3.2 (16 Jun 2004)
-
-  16 Jun 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 53837 (keychain needs ssh-askpass) by unsetting SSH_ASKPASS
-  when --nogui is specified
-
-* keychain 2.3.1 (03 Jun 2004)
-
-  03 Jun 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Fix bug 52874: problems when the user is running csh
-
-* keychain 2.3.0 (14 May 2004)
-
-  14 May 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Rewrite the locking code to avoid procmail
-
-* keychain 2.2.2 (03 May 2004)
-
-  03 May 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Call loadagent prior to generating HOSTNAME-csh file so that
-  variables are set.
-
-* keychain 2.2.1 (27 Apr 2004)
-
-  27 Apr 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Find running ssh-agent processes by searching for /[s]sh-agen/
-  instead of /[s]sh-agent/ for the sake of Solaris, which cuts off ps
-  -u output at 8 characters.  Thanks to Clay England for reporting the
-  problem and testing the fix.
-
-* keychain 2.2.0 (21 Apr 2004)
-
-  21 Apr 2004; Aron Griffis &lt;agriffis@gentoo.org&gt;:
-  Rewrote most of the code, organized into functions, fixed speed
-  issues involving ps, fixed compatibility issues for various UNIXes,
-  hopefully didn't introduce too many bugs.  This version has a
-  --quick option (for me) and a --timeout option (for carpaski).
-
-  Also added a Makefile and converted the man-page to pod for easier
-  editing.  See perlpod(1) for information on the format.  Note that
-  the pod is sucked into keychain and colorized when you run make.
-
-* keychain 2.0.3 (06 Apr 2003)
-
-  06 Apr 2003; Seth Chandler &lt;sethbc@gentoo.org&gt;:
-  Added keychain man page, fixed bugs with displaying colors for keychain
-  --help.  Also added a $grepopts to fix the grepping for a pid on cygwin
-  Also added a TODO document
-  color fix based on submission by Luke Holden &lt;email@alterself.org&gt;
-
-* keychain 2.0.2 (26 Aug 2002)
-
-  26 Aug 2002; the Tru64 fix didn't work; it was being caused by "trap - foo"
-  rather than "tail +2 -". Now really fixed.
-
-  26 Aug 2002; fixed "ssh-add" call to only redirect stdin (thus enabling
-  ssh-askpass) if ssh_askpass happens to be set; this is to work around a bug
-  in openssh were redirecting stdin will enable ssh-askpass even if ssh_askpass
-  isn't set, which contradicts the openssh 3.4_p1 man page. to enable
-  ssh-askpass, keychain now requires that the ssh_askpass var be set to point
-  to your askpass program.
-
-* keychain 2.0.1 (24 Aug 2002)
-
-  24 Aug 2002; "--help" fixes; the keychain files were listed as sh-${HOSTNAME}
-  rather than ${HOSTNAME}-sh. Now consistent with the actual program. Thanks to
-  Christian Plessl &lt;plessl@tik.ee.ethz.ch&gt;, others for reporting this issue.
-
-  24 Aug 2002; cycloon &lt;cycloon@linux-de.org&gt;: "If you add &lt; /dev/null when
-  adding the missingkeys via "ssh-add ${missingkeys}" (at line 454 of version
-  2.0) so that it reads: "ssh-add ${missingkeys} &lt; /dev/null" then users can
-  use program like x11-ssh-askpass in xfree to type in their passphrase. It
-  then still works for users on shell, depending if $DISPLAY is set." Added.
-
-  24 Aug 2002; A fix to calling "tail" that *should* fix things for Tru64 Unix;
-  unfortunately, I have no way to test but the solution should be portable to
-  all other flavors of systems. Thanks to Mark Scarborough
-  &lt;Mark.Scarborough@broadwing.com&gt; for reporting the issue.
-
-  24 Aug 2002; Changed around the psopts detection stuff so that "-x -u $me f"
-  is used; this is needed on MacOS X. Thanks to Brian Bergstrand
-  &lt;brian@classicalguitar.net&gt;, others for reporting this issue.
-
-* keychain 2.0 (17 Aug 2002)
-
-  17 Aug 2002; (Many submitters): A fix for keychain when running on HP-UX
-  10.20.
-
-  17 Aug 2002; Patrice DUMAS - DOCT &lt;dumas@centre-cired.fr&gt;: Now perform help
-  early on to avoid unnecessary processing. Also added --dir option to allow
-  keychain to look in an alternate location for the .keychain directory (use
-  like this: "keychain --dir /var/foo")
-
-  17 Aug 2002; Martial MICHEL &lt;martial@users.sourceforge.net&gt;: Martial also
-  suggested moving help processing to earlier in the script. He also submitted
-  a patch to place .ssh-agent-* files in a ~/.keychain/ directory, which makes
-  sense particularly for NFS users so I integrated the concept into the code.
-
-  17 Aug 2002; Fred Carter &lt;fred.carter@amberpoint.com&gt;: Cygwin fix to use
-  proper "ps" options.
-
-  17 Aug 2002; Adrian Howard &lt;adrianh@quietstars.com&gt;: patch so that lockfile
-  gets removed even if --noask is specified.
-
-  17 Aug 2002; Mario Wolff &lt;wolff@voll.prima.de&gt;: Replaced an awk dependency
-  with a shell construct for improved performance.
-
-  17 Aug 2002; Marcus Stoegbauer &lt;marcus@grmpf.org&gt;, Dmitry Frolov
-  &lt;frolov@riss-telecom.ru&gt;: I (Daniel Robbins) solved problems reported by
-  Marcus and Dmitry (mis-parsed command line issues) by following Dmitry's good
-  suggestion of performing argument parsing all at once at the top of the
-  script.
-
-  17 Aug 2002; Brian W. Curry &lt;truth@bcurry.cjb.net&gt;: Added commercial SSH2
-  client support; improved output readability by initializing myfail=0;
-  integrated Cygwin support into the main keychain script; improved Cygwin
-  support by setting "trap" appropriately. Thanks Brian!
-
-* keychain 1.9 (04 Mar 2002)
-
-  04 Mar 2002; changed license from "GPL, v2 or later" to "GPL v2".
-
-  04 Mar 2002; added "keychain.cygwin" for Cygwin systems.  It may be time to
-  follow this pattern and start building separate, optimized scripts for each
-  platform so they don't get too sluggish.  Maybe I could use a C preprocessor
-  for this.
-
-  06 Dec 2001; several people: Solaris doesn't like '-e' comparisons; switched
-  to '-f'
-
-* keychain 1.8 (29 Nov 2001)
-
-  29 Nov 2001; Philip Hallstrom (philip@adhesivemedia.com) Added a "--local"
-  option for removing the ${HOSTNAME} from the various files that keychain
-  creates.  Handy for non-NFS users.
-
-  29 Nov 2001; Aron Griffis (agriffis@gentoo.org) Using the Bourne shell "type"
-  builtin rather than using the external "which" command.  Should make things a
-  lot more robust and slightly faster.
-
-  09 Nov 2001; Mike Briseno (mike@radik.com) Solaris' "which" command outputs
-  "no lockfile in..." to stdout rather than stderr.  A one-line fix (test the
-  error condition) has been applied.
-
-  09 Nov 2001; lockfile settings tweak
-
-  09 Nov 2001; Rewrote how keychain detects failed passphrase attempts.  If you
-  stop making progress providing valid passphrases, it's three strikes and
-  you're out.
-
-  09 Nov 2001; Constantine P. Sapuntzakis (csapuntz@stanford.edu) Some private
-  keys can't be "ssh-keygen -l -f"'d; this patch causes keychain to look for
-  the corresponding public key if the private key doesn't work.  Thanks
-  Constantine!
-
-  09 Nov 2001; Victor Leitman (vleitman@yahoo.com) CYAN color misdefined;
-  fixed.
-
-  27 Oct 2001; Brian Wellington (bwelling@xbill.org) A "quiet mode" (--quiet)
-  fix; I missed an "echo".
-
-  27 Oct 2001; J.A. Neitzel (jan@belvento.org) Missed another "kill -9"; it's
-  now gone.
-
-* keychain 1.7 (21 Oct 2001)
-
-  21 Oct 2001; Frederic Gobry (frederic.gobry@smartdata.ch) Frederic suggested
-  using procmail's lockfile to serialize the execution of critical parts of
-  keychain, thus avoiding multiple ssh-agent processes being started if you
-  happen to have multiple xterms open automatically when you log in.
-  Initially, I didn't think I could add this, since systems may not have the
-  lockfile command; however, keychain will now auto-detect whether lockfile is
-  installed; if it is, keychain will automatically use it, thus preventing
-  multiple ssh-agent processes from being spawned.
-
-  21 Oct 2001; Raymond Wu (ursus@usa.net): --nocolor test is no longer inside
-  the test for whether "echo -e" works.  According to Raymond, this works
-  optimally on his Solaris box.
-
-  21 Oct 2001; J.A. Neitzel (jan@belvento.org): No longer "kill -9" our
-  ssh-agent processes. SIGTERM should be sufficient and will allow ssh-agent to
-  clean up after itself (this reverses a previously-applied patch).
-
-  21 Oct 2001; Thomas Finneid (tfinneid@online.no): Added argument "--quiet |
-  -q" to make the program less intrusive to the user; with it, only error and
-  interactive messages will appear.
-
-  21 Oct 2001; Thomas Finneid (tfinneid@online.no): Changed the format of some
-  arguments to bring them more in line with common *nix programs: added "-h" as
-  alias for "--help"; added "-k" as alias for "--stop"
-
-  21 Oct 2001; Mark Stosberg (mark@summersault.com): $pidf to "$pidf" fixes to
-  allow keychain to work with paths that include spaces (for Darwin and MacOS X
-  in particular).
-
-  21 Oct 2001; Jonathan Wakely (redi@redi.uklinux.net): Small patch to convert
-  "echo -n -e" to "echo -e "\c"" for FreeBSD compatibility.
-
-* keychain 1.6 (15 Oct 2001)
-
-  13 Oct 2001; Ralf Horstmann (ralf.horstmann@webwasher.com): Add /usr/ucb to
-  path for Solaris systems.
-
-  11 Oct 2001; Idea from Joe Reid (jreid@vnet.net): Try to add multiple keys
-  using ssh-add; avoid typing in identical passphrases more than once.  Good
-  idea!
-
-*keychain 1.5 (21 Sep 2001)
-
-  21 Sep 2001; David Hull (hull@paracel.com): misc. compatibility, signal
-  handling, cleanup fixes
-
-  21 Sep 2001; "ps" test to find the right one for your OS.
-
-  20 Sep 2001; Marko Myllynen (myllynen@lut.fi): "grep [s]sh-agent" to "grep
-  [s]sh-agent" (zsh fix)
-
-*keychain 1.4 (20 Sep 2001)
-
-  20 Sep 2001; David Hull (hull@paracel.com): "touch $foo" to "&gt;$foo"
-  optimization and other "don't fork" fixes.  Converted ${foo#--} to a case
-  statement for Solaris sh compatibility.
-
-  20 Sep 2001; Try an alternate "ps" syntax if our default one fails.  This
-  should give us Solaris and IRIX (sysV) compatibility without breaking BSD.
-
-  20 Sep 2001; Hans Peter Verne (h.p.verne@usit.uio.no); "echo -e" to "echo $E"
-  (for IRIX compatibility with --nocolor), optimization of grep ("grep
-  [s]sh-agent")
-
-  17 Sep 2001; Marko Myllynen (myllynen@lut.fi): Various fixes: trap signal 2
-  if signal INT not supported (NetBSD); handle invalid keys correctly; ancient
-  version of ash didn't support ~, so using $HOME; correct zsh instruction;
-  minor cleanups
-
-*keychain 1.3 (12 Sep 2001)
-
-  12 Sep 2001; Minor color changes; the cyan was hard to read on xterm-colored
-  terms so it was switched to bold.  Additional --help text added.
-
-  10 Sep 2001; We now use .ssh-agent-[hostname] instead of .ssh-agent.  We now
-  create a .ssh-agent-csh-[hostname] file that can be sourced by csh-compatible
-  shells.  We also now kill all our existing ssh-agent processes before
-  starting a new one.
-
-  10 Sep 2001; Robert R. Wal (rrw@hell.pl): Very nice NFS fixes, colorization
-  fixes, tcsh redirect -&gt; grep -v fix.  Thanks go out to others who sent me
-  similar patches.
-
-  10 Sep 2001; Johann Visagie (johann@egenetics.com): "source" to "."
-  shell-compatibility fixes.  Thanks for the FreeBSD port.
-
-  10 Sep 2001; Marko Myllynen (myllynen@lut.fi): rm -f $pidf after stopping
-  ssh-agent fix
-
-*keychain 1.2
-
-  09 Sep 2001; README updates to reflect new changes.
-
-  09 Sep 2001; Marko Myllynen (myllynen@lut.fi): bash 1/zsh/sh compatibility;
-  now only tries to kill *your* ssh-agent processes, version fix, .ssh-agent
-  file creation error detection.  Thanks!
-
-*keychain 1.1; fixes for calling "pidof"; README; ChangeLog
-
-  07 Sep 2001; Addition of README stating that keychain requires bash 2.0 or
-  greater, as well as quick install directions and web URL.
-
-  07 Sep 2001; Explicitly added /sbin and /usr/sbin to path, and then called
-  "pidof".  I think that this is a bit more robust.
-
-  06 Sep 2001; from John Ellson (ellson@lucent.com): "pidof" changed to
-  "/sbin/pidof", since it's probably not in $PATH
-
-  06 Sep 2001; New ChangeLog! :)
-
-*keychain 1.0; initial release (Aug 2001)
-
-</pre>
-
-</body>
-</section>
-</chapter>
 </guide>






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-19  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 20:37 [gentoo-commits] gentoo commit in xml/htdocs/proj/es/keychain: index.xml John Christian Stoddart (chiguire)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-24 19:50 JosA MarAa Alonso (nimiux)
2010-12-19  0:03 JosA MarAa Alonso (nimiux)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox