[5173] in linux-announce channel archive
Linux-Announce Digest #466
daemon@ATHENA.MIT.EDU (Digestifier)
Tue Sep 26 08:13:09 2006
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Tue, 26 Sep 2006 08:13:06 EDT
Linux-Announce Digest #466, Volume #5 Tue, 26 Sep 2006 08:13:06 EDT
Contents:
Pe-Peach project (giorgio.tani@email.it)
delsafe 0.3.0 released (Paulo da Silva)
----------------------------------------------------------------------------
From: giorgio.tani@email.it
Subject: Pe-Peach project
Date: Tue, 26 Sep 2006 06:21:34 -0500
Hi, I would like to introduce a project for a file archiver I developed
in last months.
https://sourceforge.net/projects/pea-peach
It supports it's native .pea archive format and raw file split/join,
it's released under LGPL (.pea file format specifications are released
under public domain)
It is an os-portable archiver performing in a single passage:
- (optional) integrity check of uncompressed input objects, including
object attributes, file age and full qualified name;
- (optionally) compress non-empty files (deflate based compression
scheme described in the documentation)
- (optionally) encrypt and authenticate all object in the archive as a
single stream of data (described in details in the documentation)
- write the output data to arbitrarily sized volumes and (optionally)
checksum or hash volumes for integrity check
It's developed under Lazarus/FreePascal and built for Windows and
Linux; it uses the Delphi/Pascal crypto library developed and mantained
by Wolfgang Ehrhardt
http://home.netsurf.de/wolfgang.ehrhardt/index.html
Any comment is welcome, thank you
Giorgio
[this was cross posted to sci.crypt and comp.compression]
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: Paulo da Silva <psXdaXsilva@esotericaX.ptX>
Subject: delsafe 0.3.0 released
Date: Tue, 26 Sep 2006 06:21:58 -0500
delsafe 0.3.0 is released.
DELSAFE is a set of utilities to hopefully allow you to recover
recently deleted files. Basically, when you delete or in certain cases
overwrite a file the original file is moved into a TRASH CAN. It does
this by overriding original unlink, rename, open and fopen library calls
using the Linux LD_PRELOAD mechanism. Because of this, files deleted by
statically linked programs are not recoverable. TRASH CANS are placed on
top of each mount point and are accessible by each user directly or
through links placed at user's home directory. This makes deletion very
fast because, in fact, it is only a rename. To each filename in the
TRASH CAN is appended a time/version stamp. You can then use "undel"
utility to recover files. System administrators can run "delsafe_clean"
utility to clean the trash cans.
FEATURES
* Very fast!. Deletes are transformed into renames; When used in
mass deletions, initializations and initial computations like regexps
compilations are only done once; There is a trash can per mount point -
no copy is done; Some configuration options, specified during install,
are automatically hardcoded into the source code.
* Easy recovery of files by date/time/version. You may use the undel
utility or manually using the usual *nix tools - cp, mv, gzip, ....
* Easy automatic installation. Manual and more controlled
installation is also possible.
* A configurable cleaner utility that trys to compress/delete files
from trash cans.
* Per user links to trash cans.
Homepage of DELSAFE is http://homepage.esoterica.pt/~nx0yew/delsafe.
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************