cha0smaster
01946494c2
Fix typos in ChangeLog
2005-07-19 23:22:37 +00:00
cha0smaster
53a1ae67f9
* Fix similar bug in ntfs_fuse_getxattr.
...
* Update changelog.
2005-07-19 22:58:51 +00:00
cha0smaster
7b9cac2912
Update ChangeLog and auto scripts.
2005-07-19 21:36:07 +00:00
antona
1fa9a39d9a
Do the 1.11.0 release.
2005-07-19 09:59:51 +00:00
antona
2fbe1a701c
- Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC from configure.ac as we
...
do not provide replacement functions for them and they break cross
compilation. (Christophe)
- Update everything for 1.11.0 release.
2005-07-18 13:51:16 +00:00
cha0smaster
fc2382b742
libntfs/volume.c: fix ntfs_check_if_mounted to cope with dirrerent names of same file.
...
ntfsprogs/ntfsmount.c: don't put relative path to /etc/mtab.
2005-07-18 02:09:43 +00:00
antona
4ed406e68e
Add new utility (make extra) - ntfsdecrypt. (Yuval)
2005-07-16 06:53:40 +00:00
szaka
9f50872ec2
Spelling typos, Debian bug #300073
2005-07-12 16:18:10 +00:00
szaka
d37968ee84
Update ntfsfix manual
2005-07-10 22:44:00 +00:00
antona
47b52b54e3
Update changelog, fox more mkntfs bugs (thanks Timur!) and update build system
...
to SuSE 9.3 again.
2005-07-10 21:42:39 +00:00
antona
9cd8edce5f
mkntfs: Fix backup bootsector creation. Thanks to Timur Amirkhanov
...
for pointing this stupidity out. (We forgot to set the size before
doing it.) (Anton)
2005-07-09 21:24:02 +00:00
cha0smaster
0b060773f5
- layout.h: update info about EA's.
...
- ntfsinfo: dump EA and EA_INFORMATION attributes.
2005-07-09 00:09:53 +00:00
szaka
2af728c6c4
ntfsresize: support bad clusters list ($BadClus:$Bad)
2005-07-03 23:21:01 +00:00
cha0smaster
3727a729c2
- Add new utility - ntfsmount. It's a FUSE module that rely on libntfs. So,
...
you need FUSE to compile it, xattr is also highly recommended. This module
support file overwrite changing it size and can list/read/write/add/remove
named data streams via xattr interface.
- Update auto{make,conf} stuff respectively.
2005-07-03 00:18:37 +00:00
cha0smaster
67731b14c8
Update changelog for changes that were lost after 1.10.0 release.
2005-07-02 18:30:46 +00:00
cha0smaster
b8e1188102
Fix memory managament error in ntfs_inode_close. ntfs_extent_inode_open
...
allocates buffer for up to 4 extent inodes, to prevent many reallocates.
But ntfs_inode_close always reallocate buffer to store exactly @nr_extents
inodes. Bug will arise in following scenario:
1) ntfs_extent_inode_open (1 extent, allocate buffer for 4)
2) ntfs_extent_inode_open (2 extents, use already allocated buffer)
3) ntfs_inode_close(extent_ni) (1 extent, reallocate buffer for 1 extent)
4) ntfs_extent_inode_open (2 extents, don't reallocate buffer because it should be for 4 elements, but really it's for 1, write to unitialized space, segfault)
2005-07-02 13:58:02 +00:00
antona
ca873f0474
Eeek. Someone did a commit just as I was about to commit so the commit
...
message was lost! )-:
Now again...
Monster commit from me due to lack of time. Sorry about that.
Features:
- Version to 1.10.0
- Update readme, etc ready for release.
- Update build system to suse linux 9.3 versions.
- Fix warnings appearing for me on suse 9.3 with --enable-warnings --enable-debug.
- Set attr_name to NULL in libntfs/attrib.c::__ntfs_attr_init() and fixup all
callers apropriately. Thanks to FlatCap/Rich for pointing this out.
- Determine endianness in ./configure and use that in addition to existing
mechanisms for determining endianness.
2005-06-20 14:31:30 +00:00
cha0smaster
e323ed6a03
Move utils_pathname_to_inode from to library (dir.c), adapt it for library, rename it to ntfs_pathname_to_inode, update all users.
2005-06-12 18:12:55 +00:00
cha0smaster
676d8782e8
- Update attribute definition handling. (Anton, Yura)
2005-06-09 22:09:39 +00:00
cha0smaster
4b000b3d13
- Implement FILE_NAME attributes update in index during inode sync and enable code that set/clean sparse bit. Also add new inode state bit FileNameDirty to indicate that FILE_NAME attributes need update. At least after attribute resize we leave absolutely consist volume.
...
- Bugfixes to collate.c and index.c.
- Minor formating fixed to ntfscp and ntfsinfo.
2005-06-05 14:55:08 +00:00
cha0smaster
2d8dc1736d
- Port collate.[ch] from kernel to library and implement
...
2005-06-04 00:57:58 +00:00
antona
c4cb316418
mkntfs: Add new option -T which fakes the time to be 00:00:00 UTC,
...
Jan 1, 1970 instead of the current system time.
2005-06-03 22:22:12 +00:00
antona
b8a543a27e
Do dynamic run-time detection of SetFilePointerEx() instead of defunct
...
autoconf crap.
Also, fix a really stupid bug in the emulated SetFilePointerEx() which caused
the segfaults. (It unconditionally wrote to a pointer even when it was NULL.)
2005-06-03 10:27:32 +00:00
szaka
683b707b43
Don't mark NTFS dirty if the backup boot sector could be created
2005-06-02 18:36:43 +00:00
szaka
6aa5cc17fe
ntfsresize: fix segfault during fsck if $Bitmap was larger than expected
2005-05-24 21:13:51 +00:00
antona
cf2646d607
Update
2005-05-19 21:54:59 +00:00
szaka
fbbefe0c70
- read-write ntfs_mount() returns EPERM if the partition is hibernated
2005-05-10 16:53:48 +00:00
cantab.net!aia21
c4761f35bf
Update
...
(Logical change 1.699)
2005-04-25 07:26:08 +00:00
cantab.net!aia21
b13242445a
Update
...
(Logical change 1.698)
2005-04-22 13:52:16 +00:00
cantab.net!aia21
ac492c10bb
update
...
(Logical change 1.697)
2005-04-19 12:01:38 +00:00
void!yura
9b0a58972a
update
...
(Logical change 1.694)
2005-04-06 15:47:43 +00:00
elisa-laajakaista.fi!szaka
da1b0e094b
ntfsclone: make --metadata work with the new $Logfile checking code.
...
Save at least the first 16 KiB of $Logfile (the two RSTR records
should always be included if present). Save also records used for
checking empty $Logfile.
(Logical change 1.691)
2005-03-05 19:08:57 +00:00
cantab.net!aia21
19b8d3c7d1
Update
...
(Logical change 1.686)
2005-03-03 23:57:13 +00:00
elisa-laajakaista.fi!szaka
420c3cb606
ntfsfix: fix invalid mft records in $MFTMirr.
...
(Logical change 1.683)
2005-03-01 23:11:20 +00:00
elisa-laajakaista.fi!szaka
cb2cd394b3
ntfsclone: added a new option, --rescue. It ignores read errors
...
so disks having bad sectors (dying disks) can be rescued. The content
of the cluster having bad sectors is filled by character '2' and the
start of the cluster is marked by "BadClusteR".
(Logical change 1.682)
2005-03-01 21:48:00 +00:00
elisa-laajakaista.fi!szaka
5d86dff231
ntfsclone: added a new option, --ignore-fs-check. It can be used only with
...
the --metadata option. The clusters causing the inconsistency are saved too.
(Logical change 1.681)
2005-02-28 19:23:20 +00:00
elisa-laajakaista.fi!szaka
c65b34b709
ntfsfix: empty journal and mark volume dirty for chkdsk if ntfs_mount failed. This makes read-write mounting of NTFS metadata images possible by
...
ntfsprogs and the kernel driver what were created by versions of ntfsclone previous than 2.0.0.
(Logical change 1.680)
2005-02-20 22:20:54 +00:00
cantab.net!aia21
b6b7655c55
Update
...
(Logical change 1.677)
2005-02-17 17:03:50 +00:00
void!yura
b8da6570e0
ntfscp: Added SIGINT (Ctrl+C) handler, improved error handling in
...
sync failed case. (Yura)
(Logical change 1.675)
2005-02-07 20:44:07 +00:00
void!yura
d5eac44ab9
update
...
(Logical change 1.672)
2005-01-30 18:13:25 +00:00
void!yura
1354e9b446
Update.
...
(Logical change 1.666)
2005-01-25 21:41:25 +00:00
(none)!yura
14db887f8e
Rename NTFS_SECTOR_SIZE to NTFS_BLOCK_SIZE to keep in sync with kernel driver.
...
(Logical change 1.653)
2005-01-11 20:28:28 +00:00
(none)!yura
b86f85b7f1
Update.
...
(Logical change 1.651)
2004-12-22 18:06:07 +00:00
cantab.net!aia21
cabfe89386
Manual merge
...
2004/12/22 12:40:19+02:00 (none)!yura
Update.
(Logical change 1.647)
2004-12-22 14:22:58 +00:00
cantab.net!aia21
19fbf5b490
Update
...
(Logical change 1.646)
2004-12-22 14:22:09 +00:00
cantab.net!aia21
b12041e518
Update
...
(Logical change 1.645)
2004-12-22 14:04:41 +00:00
(none)!yura
a6258ef736
Rename layout.h::ATTR_RECORD::{compressed_non_,non_,}resident_attr_end
...
to more shorter {non_,}resident_end and compressed_end.
(Logical change 1.637)
2004-11-21 10:53:22 +00:00
(none)!yura
2a2aecdb2a
Update.
...
(Logical change 1.632)
2004-11-12 17:09:24 +00:00
(none)!yura
77802ca092
Update
...
(Logical change 1.627)
2004-11-05 19:53:34 +00:00
(none)!yura
3cb8b787bd
- Remove attrlist.[ch]::ntfs_attrlist_set because it was very bad idea to separate it from ntfs_attrlist_entry_{add,rm}.
...
- Update ntfs_attrlist_entry_{add,rm} and ntfs_inode_add_attrlist to work without it.
- Some other fixes, improvements and cleanups.
(Logical change 1.615)
2004-10-17 15:56:39 +00:00
(none)!yura
c59b032f7e
update
...
(Logical change 1.613)
2004-10-15 11:38:45 +00:00
(none)!yura
5d5f6497e9
update
...
(Logical change 1.612)
2004-10-14 18:23:21 +00:00
(none)!yura
488e4b5d30
move ntfscp from extra to standard program set
...
(Logical change 1.607)
2004-10-12 20:05:02 +00:00
(none)!yura
7c1b950052
update
...
(Logical change 1.603)
2004-10-11 16:26:16 +00:00
(none)!yura
419e3ce8b7
Remove inode.h::NIno{Clear,Set,}AttrListNonResident and attr_list_rl field from inode.h::_ntfs_inode struct. Adapt all users.
...
(Logical change 1.600)
2004-10-11 09:16:35 +00:00
(none)!yura
07a8918a4c
update
...
(Logical change 1.599)
2004-10-10 17:20:48 +00:00
(none)!yura
f79110c80d
Update.
...
(Logical change 1.596)
2004-10-08 16:50:36 +00:00
(none)!yura
a929f9f0ba
Update.
...
(Logical change 1.592)
2004-10-07 14:04:09 +00:00
elisa-laajakaista.fi!szaka
63b6f9ff3f
ntfsclone: honor bad clusters list ($BadClus:$Bad), known bad sectors aren't tried to be saved anymore (Szaka)
...
(Logical change 1.587)
2004-09-30 18:16:48 +00:00
cantab.net!aia21
8b3c03e173
Rename scpu_to_le{16,32,64}() to cpu_to_sle{16,32,64}() to match the kernel.
...
(Logical change 1.586)
2004-09-30 15:00:31 +00:00
(none)!yura
030e531012
SCCS merged
...
2004/09/29 18:21:24+03:00 (none)!yura
SCCS merged
2004/09/29 18:16:34+03:00 (none)!yura
Update.
(Logical change 1.584)
2004-09-29 15:43:22 +00:00
cantab.net!aia21
a18fb7244f
Update
...
(Logical change 1.583)
2004-09-29 14:45:16 +00:00
elisa-laajakaista.fi!szaka
e68a61101a
- ntfsclone: save by using our, not NTFS cluster allocation bitmap.
...
This gives more control in the future what to save.
(Logical change 1.582)
2004-09-28 23:43:15 +00:00
(none)!yura
1e589f3db3
Update.
...
(Logical change 1.580)
2004-09-26 19:31:31 +00:00
(none)!yura
e418cf5345
Update.
...
(Logical change 1.579)
2004-09-25 20:10:16 +00:00
cantab.net!aia21
4a7a060f86
Update
...
(Logical change 1.570)
2004-09-20 14:46:38 +00:00
(none)!yura
edc3e44834
Update
...
(Logical change 1.569)
2004-09-20 11:31:28 +00:00
(none)!yura
eba2ebee2c
Update
...
(Logical change 1.568)
2004-09-19 19:30:37 +00:00
cantab.net!aia21
e4220d109a
Update
...
(Logical change 1.561)
2004-09-16 22:43:10 +00:00
cantab.net!aia21
50e082c5e7
Update
...
(Logical change 1.560)
2004-09-16 10:22:11 +00:00
cantab.net!aia21
fe587b2319
Update
...
(Logical change 1.558)
2004-09-16 09:32:23 +00:00
cantab.net!aia21
21248874a3
Update.
...
(Logical change 1.554)
2004-09-15 15:21:47 +00:00
cantab.net!aia21
b82469ba50
Remove vol->nr_mft_records and update all users. (Anton)
...
(Logical change 1.549)
2004-09-13 10:28:54 +00:00
cantab.net!aia21
a5b6b89456
Update
...
(Logical change 1.548)
2004-09-13 09:31:42 +00:00
(none)!yura
a95cff8404
update
...
(Logical change 1.547)
2004-09-12 18:46:04 +00:00
(none)!yura
8930729433
update
...
(Logical change 1.545)
2004-09-11 16:23:34 +00:00
(none)!yura
a5c2060597
update
...
(Logical change 1.543)
2004-09-09 17:21:40 +00:00
(none)!yura
92492d6d91
update
...
(Logical change 1.541)
2004-09-09 14:18:53 +00:00
cantab.net!aia21
3da1cc0cb9
Merge.
...
2004/09/06 11:07:20+01:00 cantab.net!aia21
Add ntfs_debug() and ntfs_error() to make kernel<->userspace porting easier.
(Logical change 1.538)
2004-09-09 07:54:06 +00:00
(none)!yura
674fdcbc7d
update
...
(Logical change 1.537)
2004-09-08 16:35:01 +00:00
cantab.net!aia21
dcdc9a4b7a
Start 2.0.0-WIP
...
(Logical change 1.534)
2004-09-06 09:44:16 +00:00
cantab.net!aia21
756e93cd89
Update.
...
(Logical change 1.531)
2004-09-04 09:58:47 +00:00
elisa-laajakaista.fi!szaka
ecd038b30e
Updated for 1.9.4 release
...
(Logical change 1.529)
2004-09-03 20:00:47 +00:00
(none)!yura
cbb262f047
Move "ntfsls -R" change to proper place (mistakenly was placed to 1.9.2)
...
(Logical change 1.527)
2004-09-03 14:08:02 +00:00
cantab.net!aia21
453d87b43f
Update for 1.9.3 release.
...
(Logical change 1.520)
2004-09-03 09:30:16 +00:00
cantab.net!aia21
f9209a456e
Auto merged
...
2004/08/31 16:12:21+01:00 cantab.net!aia21
Update
(Logical change 1.519)
2004-08-31 15:37:05 +00:00
cantab.net!aia21
fcdb401959
Exclude
...
(Logical change 1.518)
2004-08-31 15:33:48 +00:00
(none)!yura
eade09d2e5
Update and move "ntfsls -R" changing to proper place.
...
(Logical change 1.517)
2004-08-31 14:05:19 +00:00
cantab.net!aia21
b1aaf86adf
Update
...
(Logical change 1.516)
2004-08-30 20:41:14 +00:00
cantab.net!aia21
c41f53eeb3
Update
...
(Logical change 1.515)
2004-08-28 21:26:52 +00:00
cantab.net!aia21
3c32bde90c
Update
...
(Logical change 1.502)
2004-08-18 10:27:49 +00:00
cantab.net!aia21
ddd4ce7688
Update
...
(Logical change 1.498)
2004-08-15 21:04:22 +00:00
cantab.net!aia21
d85cb21fed
Update
...
(Logical change 1.491)
2004-08-12 08:21:50 +00:00
cantab.net!aia21
9df3149c48
Update
...
(Logical change 1.490)
2004-08-12 08:15:25 +00:00
flatcap.org!ntfs
95fc34e169
ntfsls recursive option
...
(Logical change 1.486)
2004-08-11 09:09:56 +00:00
(none)!yura
ba508305e3
update
...
(Logical change 1.470)
2004-08-03 17:53:48 +00:00
(none)!yura
d2743d4216
update
...
(Logical change 1.469)
2004-08-02 17:09:20 +00:00
(none)!yura
f81543dbc9
Update
...
(Logical change 1.466)
2004-08-01 11:05:46 +00:00
flatcap.org!ntfs
f76bf5b5fa
SCCS merged
...
2004/07/15 19:21:58+01:00 flatcap.org!ntfs
ntfsundelete truncate option
(Logical change 1.464)
2004-07-15 18:28:05 +00:00
cantab.net!aia21
bb757d9012
Update for Yuval's win32 changes.
...
(Logical change 1.463)
2004-07-15 09:50:08 +00:00
elisa-laajakaista.fi!szaka
50395bd881
Auto merged
...
2004/07/10 17:40:52+03:00 elisa-laajakaista.fi!szaka
ntfsclone: added special image format support (Per Olofsson)
(Logical change 1.451)
2004-07-10 20:01:17 +00:00
(none)!yura
3145f17897
update for wipe_directory
...
(Logical change 1.446)
2004-07-06 19:53:05 +00:00
flatcap.org!ntfs
def9a888b6
credits for Yura
...
(Logical change 1.428)
2004-06-20 16:47:19 +00:00
flatcap.org!ntfs
b9bb3745e3
bugfix for ntfsinfo
...
(Logical change 1.420)
2004-06-16 22:16:30 +00:00
cantab.net!aia21
8ad9c17322
Update
...
(Logical change 1.419)
2004-06-08 16:26:25 +00:00
flatcap.org!ntfs
24ac354062
Added Holger for modifications to undelete
...
(Logical change 1.408)
2004-06-01 20:20:24 +00:00
cantab.net!aia21
c55508d4b0
Update
...
(Logical change 1.397)
2004-05-24 14:04:19 +00:00
cantab.net!aia21
68b1426c28
Update
...
(Logical change 1.395)
2004-05-23 20:10:46 +00:00
cantab.net!aia21
37dab5f6a5
Update
...
(Logical change 1.394)
2004-05-21 22:01:03 +00:00
cantab.net!aia21
1f49d8348f
Update
...
(Logical change 1.393)
2004-05-21 21:21:38 +00:00
cantab.net!aia21
3423a8a909
Rename uchar_t to ntfschar.
...
(Logical change 1.392)
2004-05-14 13:02:33 +00:00
cantab.net!aia21
ab8db675c6
Update
...
(Logical change 1.391)
2004-05-14 08:07:19 +00:00
cantab.net!aia21
c03f0bf6fb
Use UTF8 instead of iso8859-1 and update for 1.9.2 release.
...
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21
f44bad1d4b
Update
...
(Logical change 1.386)
2004-05-02 08:46:37 +00:00
cantab.net!aia21
159d3a1a74
Update
...
(Logical change 1.385)
2004-04-28 08:06:17 +00:00
cantab.net!aia21
9de9d6bdf1
Update
...
(Logical change 1.384)
2004-04-27 12:48:14 +00:00
cantab.net!aia21
b3cf768990
Update.
...
(Logical change 1.382)
2004-04-23 14:27:09 +00:00
cantab.net!aia21
4ab2a0a694
Update
...
(Logical change 1.379)
2004-04-23 10:12:49 +00:00
cantab.net!aia21
71c1fe3af8
Update
...
(Logical change 1.374)
2004-04-16 20:54:34 +00:00
cantab.net!aia21
86c68c96e1
Update
...
(Logical change 1.373)
2004-04-16 20:43:28 +00:00
cantab.net!aia21
ac5a6513c2
Update
...
(Logical change 1.370)
2004-04-15 14:30:43 +00:00
cantab.net!aia21
9b931dc4f6
Update
...
(Logical change 1.368)
2004-04-15 11:10:40 +00:00
elisa-laajakaista.fi!szaka
8c67ce1c36
Fix incorrect getopt_long() usage: converted argv[optind-1] to optarg
...
so utilities won't do bogus and unexpected things
(Logical change 1.366)
2004-04-15 00:42:33 +00:00
elisa-laajakaista.fi!szaka
61ea0f59d8
ntfsclone --metadata also saves at least the first 8 KiB of the $LogFile
...
(Logical change 1.365)
2004-04-14 23:31:11 +00:00
cantab.net!aia21
62d47d085e
(Logical change 1.362)
2004-04-09 14:49:40 +00:00
cantab.net!aia21
61a416121e
Update
...
(Logical change 1.361)
2004-04-09 12:55:19 +00:00
cantab.net!aia21
f92f0e8bad
Update
...
(Logical change 1.359)
2004-04-05 21:29:35 +00:00
cantab.net!aia21
fe28604410
Update date stamp...
...
(Logical change 1.358)
2004-04-05 09:11:20 +00:00
cantab.net!aia21
11cf412fda
Update
...
(Logical change 1.356)
2004-04-05 08:44:32 +00:00
omakaista.fi!szaka
6c3d525963
- Updated ntfsclone manual.
...
- Added some diagnostic and explanatory messages to ntfsclone.
(Logical change 1.354)
2004-04-01 21:30:42 +00:00
cantab.net!aia21
f569675d00
Update
...
(Logical change 1.353)
2004-03-31 15:01:05 +00:00
cantab.net!aia21
8ed1a0e96e
Update
...
(Logical change 1.352)
2004-03-31 14:47:08 +00:00
cantab.net!aia21
ec359479a3
Update
...
(Logical change 1.351)
2004-03-30 14:02:26 +00:00
cantab.net!aia21
3eaf28ead2
Update
...
(Logical change 1.348)
2004-03-26 14:42:21 +00:00
cantab.net!aia21
ad18c0bac9
Update
...
(Logical change 1.346)
2004-03-24 17:38:31 +00:00
cantab.net!aia21
59fb52eff1
Update
...
(Logical change 1.345)
2004-03-24 10:36:31 +00:00
omakaista.fi!szaka
c6ad3f570d
- Check the mount state of the output device in ntfsclone.
...
- Correct a too strong sanity check in ntfsclone that prevented
cloning from larger device to a smaller one but the NTFS image
could have fit fully.
- Added a few (hopefully) better explanatory messages to ntfsresize.
(Logical change 1.344)
2004-03-23 02:00:56 +00:00
cantab.net!aia21
9661074cdb
Update
...
(Logical change 1.343)
2004-03-22 10:42:38 +00:00
cantab.net!aia21
0a9fe97b85
Update
...
(Logical change 1.339)
2004-03-19 10:21:05 +00:00
cantab.net!aia21
93acd345a7
Update
...
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21
e5f05c8401
Update for 1.9.1 release.
...
(Logical change 1.337)
2004-03-17 14:41:47 +00:00
cantab.net!aia21
0719c9de02
Update
...
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
52aeada355
Update.
...
(Logical change 1.335)
2004-03-15 12:50:18 +00:00
cantab.net!aia21
14658c8c43
Copy MFT_RECORD typedef to MFT_RECORD_OLD and modify MFT_RECORD to
...
contain the NTFS 3.1+ specific fields. Also, update mkntfs and
ntfsclone appropriately.
(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21
161768d205
Update
...
(Logical change 1.331)
2004-03-14 18:29:21 +00:00
cantab.net!aia21
8eca7085ec
Update.
...
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21
205b4dc359
Update.
...
(Logical change 1.329)
2004-03-13 19:30:28 +00:00
cantab.net!aia21
abd576179f
Update
...
(Logical change 1.328)
2004-03-13 19:22:57 +00:00
cantab.net!aia21
63ecb1990c
Update
...
(Logical change 1.327)
2004-03-12 17:25:04 +00:00
cantab.net!aia21
a9d3049ded
Update
...
(Logical change 1.326)
2004-03-12 15:50:52 +00:00