Commit Graph

6 Commits

Author SHA1 Message Date
dhill
3aa5948388 update to 1.0.1 2012-02-28 02:26:41 +00:00
dhill
392a39d82f update to 0.6.1
New filebrowser
UTF-8 support for file names
Correct -P behavior
2012-01-07 01:52:45 +00:00
dhill
23c7099536 update to 0.4.2.
Some important changes since last OpenBSD package:
  - New metadata format introduced; shrinks md archives for most users
    by not storing redundant path names for each file
  - Speed up operations that do not need crypto secrets by not
    decrypting secrets upon startup
  - Add ctctl tool to change local crypto password
  - Fixed a metadata bug that made mixed endian architectures fail
  - Extract creates temporary files and then renames them instead of
    extracting directly into the original filename
  - Add support for include and exclude patterns for archive mode
  - Validate metadata file before commencing extract operation
  - Fix a bug where crypto secrets could not be copied between little and
    big endian machines and vice versa
  - Dramatically decrease memory footprint of cyphertite
  - Print out the filesize and mtime from the server prettily in md list mode
  - Permit differential backups of absolute paths to come from different working
    directories

ok sthen@
2011-08-29 21:42:54 +00:00
dhill
013300b6c0 update to cyphertite 0.2.0
- added automated remote metadata mode
- added remote differential backup capability
- added restart support for metadata upload and download.
- enabled keeplives on connected sockets
- enabled throughput TOS on IPv4 connected sockets
- startup wizard enhancements
- version printing of dependencies
- permissions now set with umask 077
- manpage updates
- minor bug fixes
2011-07-04 16:41:45 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
dhill
94bb1f3e98 Cyphertite is a tar-like secure remote deduplicating archiver.
It deduplicates, compresses, and encrypts data prior to transmission
providing total privacy while keeping chattering down on the wire.
It seamlessly supports both IPv6 and IPv4 on a variety of platforms.


ok and much help from sthen@ landry@
2011-06-06 21:12:28 +00:00