Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

Rozdiely pre libplaton/utils/crypt/crypt.c medzi verziami 1.2 a 1.6

verzia 1.2, 2003/04/23 19:01:38 verzia 1.6, 2006/08/13 20:45:08
Riadok 1 
Riadok 1 
 /*  /*
  * Platon SDG (http://www.platon.sk/) CVS encrypted password creator   * Platon Group (http://platon.sk/) CVS encrypted password creator
  * =================================================================   * ===============================================================
  *   *
  * If you are using this software you are probably requesting CVS   * If you are using this software you are probably requesting CVS
  * account on kepler.fmph.uniba.sk development server. In this case   * account on cvs.platon.sk development server. In this case just
  * just compile this file with following command:   * compile this file with following command:
  *   *
  *    gcc -lcrypt -pedantic -Wall -o crypt crypt.c   *    gcc -lcrypt -pedantic -Wall -o crypt crypt.c
  *   *
  * Run this utility (ie. by typing ./crypt) and enter password that you   * Run this utility (ie. by typing ./crypt) and enter password that you
  * want to use for accessing your CVS account. Now copy and paste your   * want to use for accessing your CVS account. Now copy and paste your
  * encrypted password what should appear on output screen and send it   * encrypted password what should appear on output screen and send it
  * to Platon SDG CVS server administrator:   * to Platon Group CVS server administrator:
  *   *
  *    Lubomir Host <8host@pauli.fmph.uniba.sk>   *    Lubomir Host <rajo@platon.sk>
  *   *
  * Do not forget to write also username you want to use. Don't forget   * Do not forget to write also username you want to use. Don't forget
  * also to use his GnuPG public key. You should recieve it via e-mail   * also to use his GnuPG public key. You should recieve it via e-mail
  * or it should be attached to this program. If you either don't have   * or it should be attached to this program. If you either don't have
  * it, you can download it from following URL:   * it, you can download it from following URL:
  *   *
  *    http://pauli.fmph.uniba.sk/~8host/gpg.key   *    http://rajo.platon.sk/gpg.key
  *   *
  * You can import GnuPG key directly with command:   * You can import GnuPG key directly with command:
  *   *
  *    GET http://pauli.fmph.uniba.sk/~8host/gpg.key | gpg --import   *    GET http://rajo.platon.sk/gpg.key | gpg --import
  * or   * or
  *    wget -O - http://pauli.fmph.uniba.sk/~8host/gpg.key | gpg --import   *    wget -O - http://rajo.platon.sk/gpg.key | gpg --import
  *   *
  * If some problem occurs or you have some question, don't hesitate   * If some problem occurs or you have some question, don't hesitate
  * to contact us at this e-mail address:   * to contact us at this e-mail address:
  *   *
  *    <platon@pobox.sk>   *    <platon@platon.sk>
  *   *
  * That's all folks for now! Thank you for your interest and we are   * That's all folks for now! Thank you for your interest and we are
  * looking for productive cooperation.   * looking for productive cooperation.
  *   *
  * Utility developed and procedure written   * Utility developed and procedure written
  *    by  Lubomir Host <8host@pauli.fmph.uniba.sk>   *    by  Lubomir Host <rajo@platon.sk>
  *    and Ondrej Jombik <9jombik@pauli.fmph.uniba.sk>   *    and Ondrej Jombik <nepto@platon.sk>
  *   *
  * Copyright (c) 2000-2003 Platon SDG, http://www.platon.sk/   * Copyright (c) 2000-2006 Platon Group, http://platon.sk/
  * Licensed under terms of GNU General Public License.   * Licensed under terms of GNU General Public License.
  */   */
   
   /* $Platon: libplaton/utils/crypt/crypt.c,v 1.5 2004/03/16 20:29:17 nepto Exp $ */
   
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <stdlib.h>  #include <stdlib.h>

Legend:
Odstranené z verzie1.2  
zmenené riadky
  Pridané vo verzii1.6

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok