delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; q=dns; s=default; b=GC | |
gFiMQjvOUjZb+ojCraIVvEbuumzMV8SqMMKscdaImOFQQ7jFsOoypg+giY/CM7yP | |
uBWNyuxE0wR+TWl62IEvxt2DKiSsNy0Lg8wQ2vr/NVZ2M3/a1AVqEmmtmqc2RSia | |
Sc2C/Qu5qNl/gGDCZJ9ERNZZ1suQpEw+1uxacC8lI= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; s=default; bh=TaA9ZuZ1 | |
bceNEi3V9d2cxRbbGV4=; b=cI1syEg7JNg9tbWp4+d2yA4mKf8naydjRBZC+GV4 | |
fluEChrXqPnL/VyGBDX8smMXCOLyZe2NUAI+nJi/Kmi8qAvjISvsbpWEU7k8jOcV | |
QvV4/+E15X46z4edqTdDoekR6eVf1Src4I6s7rYiQIG5YoIe4EfNT+sw0niWUrj1 | |
mYk= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Spam-SWARE-Status: | No, score=0.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_CC autolearn=ham version=3.3.1 |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=mLCCAk2D3e2HxojiGNHZwsvblOU1YERtW/sz53TJwWU=; b=OqPRpWkYBjIYcFtgqCU3gTGb4Bzr0ZLeKbUK8eID84Uo8bV+DtIHxh3Mc9NRt6w4wr mwKi8GySR/HmDscNrZr2SLtk9BXzHJ/TE52GdVEZBcNGmn7PwegMAY7keYaiXWuYzOwV FU+oLchSK/xOConAgHx3w6fskEyL4HU7PawVyPUKu7PL1eZ5ofa/NJXh8ToSNlMwh5iS vUehcIWWFkPPfgOtHkGgo/4o5ncRmeCLpUtn7+2EsblJ+V9Hbg+TVe/dN9arWalhDl8G 9OuUMBQKvfFjtb0VmFk1SoURcJhliNuaOcCvvSII/x28p476nvGObs+sWr43UHV25iqe StyA== |
MIME-Version: | 1.0 |
X-Received: | by 10.180.10.168 with SMTP id j8mr1828396wib.15.1372412555630; Fri, 28 Jun 2013 02:42:35 -0700 (PDT) |
In-Reply-To: | <51CD59F9.4000702@gmail.com> |
References: | <CAEDML181=7wPEXohFBJZU=K8Yw_tB5esWHGkZxd-6vz9-XWbKg AT mail DOT gmail DOT com> <51CD59F9 DOT 4000702 AT gmail DOT com> |
Date: | Fri, 28 Jun 2013 10:42:35 +0100 |
Message-ID: | <CAEDML19YF9bTAgkb416DYQ1kAwXC_cb2tGSXMosFGfohagJSWg@mail.gmail.com> |
Subject: | Re: Cygwin ccrypt differs to linux ccrypt |
From: | Chris Mingay <chris AT chrismingay DOT co DOT uk> |
To: | cygwin AT cygwin DOT com |
X-Gm-Message-State: | ALoCoQlpqcWc/WGwfrcTuf/anEOoDCiuk8OdZHpCTIFOIjQk5hV6EIwgBs2fEU1qb7kdC00IbA6x |
Thanks for replying Marco, I wanted to post my own reply but didn't know how! I feel like a bit of a moron now, it wasn't anything to do with ccrypt/cygwin it was to do with file read and write permissions... so needless to say, once I had sorted that, all was well. I've not made a file permission stuff up in a long time, so hopefully that's it for another year or two :D Thanks again -Chris On 28 June 2013 10:40, marco atzeri <marco DOT atzeri AT gmail DOT com> wrote: > Il 6/28/2013 10:52 AM, Chris Mingay ha scritto: > >> Hi all, >> >> Up to date Cygwin running on Windows 2003 Server with ccrypt version >> 1.10 (up to date) >> >> Up to date Ubuntu 12.04 with ccrypt version 1.9 (up to date, according >> to apt-get) >> >> I've encrypted a file using ccrypt in Cygwin and I am unable to >> decrypt it on the linux box (Ubuntu 12.04). I am able to decrypt it on >> my Windows 7 box which also runs cygwin. >> >> I'm looking for confirmation as to whether this might be considered >> normal behaviour? I understand if this is the case, but I am unable to >> find written confirmation anywhere regarding it. >> >> Thanks >> -Chris >> > > Hi Chris, > does the reverse works : > Crypting on Ubuntu and decrypting on Cygwin ? > > > these are all the changes reported upstream between 1.10 and 1.9: > > ----------------------------------------------------------------- > v1.10 2012/10/18 > (2012/10/16) PS1 - ccguess: tweaked the ordering of guesses > (2012/10/16) PS1 - ccguess: added -t option > (2012/10/15) PS1 - ccguess: use a 64-bit counter > (2012/10/14) PS1 - ccguess: updated exit status > (2012/10/14) PS1 - ccguess: added -n option > (2012/10/14) PS1 - ccguess: do not turn off character echoing on > password entry. > (2012/10/14) PS1 - ccguess: allow multiple files to be tested > simultaneously. > (2012/10/12) PS1 - ccguess: added -c option > (2012/10/11) PS1 - removed intltool build dependency > (2012/10/11) PS1 - fixed fchown() compiler warning, again > (2012/10/10) PS1 - added ccguess program > (2012/08/31) PS1 - man page: fixed name and usage of emacs package > (2011/05/13) PS1 - autoconf: new CADD variable to add to CFLAGS > (2011/01/08) PS1 - more error handling improvements: check output > of fflush, crypt > (2011/01/07) PS1 - fixed potential buffer overrun in make_nonce() > (2011/01/07) PS1 - better separation of i/o errors and other > system errors > (2011/01/07) PS1 - test suite: added environment variable > CHECK_CCRYPT to allow binaries outside the build tree to be tested > (2010/12/28) PS1 - emacs support: use existing buffer password > when re-reading a file; improved status messages > (2010/12/24) PS1 - more handling of unlikely errors > (2010/12/23) PS1 - fixed Rijndael reference code compiler warnings > (2010/12/23) PS1 - check for i/o errors in stream mode > (2010/12/23) PS1 - added frees in error handlers and at top level > (2010/12/23) PS1 - fixed fchown() compiler warning > (2010/11/10) PS1 - emacs support: fixed mapcar compiler warnings > (2010/08/08) PS1 - build a convenience library libccrypt.a > (2009/11/16) PS1 - rpm.spec: fix deprecated copyright tag, > reported by Johannes Ruscheinski. > (2009/09/09) PS1 - portability: made sources C++ compatible. > (2009/09/04) PS1 - autoconf: added --disable-emacs option. > (2009/09/04) PS1 - portability: fixed $EXEEXT error (bug > #2851058). > ------------------------------------------------------------------ > > the cygwin package is 99.99% a vanilla one. > I just adjusted the build system, but not touched at all the source. > > Regards > Marco > > > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |