Chas Williams
52557c982e
xml-docbook-documentation-first-pass-20060915
...
needs more massaging to make it fit the tree, but, get it here first
2006-09-16 01:13:22 +00:00
Derrick Brashear
3473fa4ec7
darwin80-avoid-stack-free-20060915
...
thanks to apple for their help; all i did was code the patch
2006-09-16 01:10:23 +00:00
Derrick Brashear
1c8080fe9d
namei-emulate-flock-20060913
...
FIXES 39797
lockf when not locking and unlocking the whole file is fraught with peril
2006-09-16 00:23:18 +00:00
Jeffrey Altman
de5f1c47e8
afsconf-leak-20060915
...
don't leak afsconf structs
2006-09-16 00:17:23 +00:00
Tom Keiser
914b2e27dc
uae-avoid-dups-20060914
...
avoid duplicates in the errno space so we don't return the wrong error (something unexpected)
2006-09-15 00:58:24 +00:00
Jeffrey Altman
975897d476
windows-afs-config-20060913
...
FIXES 3730
remove "Show Tray Icon" checkbox from afs_config
2006-09-13 18:49:58 +00:00
Derrick Brashear
94ff5651cb
suse-kernel-source-path-update-20060912
...
no one can ever agree on anything
2006-09-12 19:57:17 +00:00
Peter Somogyi
e7ec36ddeb
vol-voffline-avoid-early-freevolumeheader-20050906
...
FIXES 39422
don't free vp before we finish using it
2006-09-07 02:08:39 +00:00
Asanka Herath
19e16d34a6
windows-afs-shell-ext-32bit-20060906
...
Generate a new GUID for the 64-bit AFS Shell Extension and install
the 32-bit version as part of the 32-bit tools
2006-09-07 00:12:31 +00:00
Chas Williams
3dc9bcb128
keyring-dont-use-syscall2-20060906
...
avoid not-really-portable-use of syscall2
2006-09-06 21:56:01 +00:00
Jeffrey Altman
a63d753df8
windows-dot-dir-part-two-20060906
...
cm_LookupInternal can return the input stat cache entry when the name
is "."
the DNLC should not cache "." or ".."
2006-09-06 18:19:36 +00:00
Jeffrey Altman
f47b934c13
windows-dot-dir-20060906
...
when evaluating paths with cm_NameI treat the component "." as a no-op.
2006-09-06 07:11:52 +00:00
Jeffrey Altman
e68b0f9cb4
windows-install-licenses-20060905
...
port LICENSES file contents to installers
2006-09-06 06:09:13 +00:00
Jeffrey Altman
b4d8384b67
windows-fs-prototypes-20060905
...
remove unused prototype
2006-09-06 00:51:44 +00:00
Jeffrey Altman
51b862ef88
windows-vol-ntops-20060905
...
if the function is namei_XXX on unix then it is nt_XXXX on Windows
2006-09-06 00:47:34 +00:00
Derrick Brashear
5bc1ab6cfa
pruclient-killer-logging-cleanup-20060905
...
vicelog this stuff instead of fprintf
2006-09-05 23:04:25 +00:00
Derrick Brashear
56bbd155db
callpostamble-deal-with-null-host-20060905
...
FIXES 38566
don't dereference garbage when no host was set
2006-09-05 17:30:33 +00:00
Chaskiel M Grundman
2c103b8fb3
salvage-zlc-update-20060905
...
deal with damaged namei volumes better
2006-09-05 15:59:46 +00:00
Jeffrey Altman
474df74c88
windows-vol-ntops-20060904
...
add nt_SetNonZLC()
2006-09-04 18:36:23 +00:00
Russ Allbery
5a57fce902
autom4te-cache-is-evil-20060903
...
Purge autom4te.cache after running autoconf so that we don't ship its huge
trace files in source releases. Add #!/bin/sh to the beginning of regen.sh
just because.
2006-09-03 20:47:00 +00:00
Chaskiel M Grundman
96c22fdc0d
salvage-zlc-20060903
...
make salvager deal with zero link count files
2006-09-03 06:50:12 +00:00
Chaskiel M Grundman
cd341e2fd7
nuke-do-not-pass-null-rock-20060903
...
don't pass a null rock inot nuke(), fixing earlier introduced bug
2006-09-03 06:32:33 +00:00
Jim Rees
50880283c9
deprecate-fbsd-client-20060831
...
deprecate the FreeBSD client
2006-08-31 14:22:50 +00:00
Jeffrey Altman
7392f1d15f
windows-gui2fs-20060831
...
following ui guidelines, errors should display the HAND icon and
warnings should display the EXCLAMATION. Success should display
the INFORMATION icon. Let's get this right.
2006-08-31 12:33:22 +00:00
Jeffrey Altman
0617e067d7
windows-fs-20060831
...
FIXES 38949
fs sq and fs mkm on Windows didn't behave as on Unix
2006-08-31 11:28:24 +00:00
Chas Williams
2ec7ad2af0
linux-param-generator-20060831
...
FIXES 36888
not yet pulling up
2006-08-31 06:15:15 +00:00
Chas Williams
d86f0c44d3
inline-bug-for-linux-20060831
...
FIXES 38854
inline bug so we get sane oopses
2006-08-31 05:49:02 +00:00
Jeffrey Altman
f56dff0860
windows-firewall-config-20060830
...
Enable the firewall detection logic to work on Vista
2006-08-30 21:14:59 +00:00
Jeffrey Altman
48471c805e
windows-init-log-eol-20060830
...
change EOL to CR-LF for afsd_init.log
2006-08-30 21:09:11 +00:00
Jeffrey Altman
f8b7be8f16
windows-t2-search-dir-info-level-20060830
...
return CM_ERROR_INVAL if we don't recognize the requested infoLevel
2006-08-30 07:31:47 +00:00
Jeffrey Altman
a9bbe0e0dc
windows-winsock-init-20060829
...
WSAStartup and WSACleanup do not need to be wrapped by the app
to protect against multiple calls.
2006-08-30 02:40:03 +00:00
Derrick Brashear
90b79e93e8
aklog-deal-with-feeble-kdcs-20060829
...
i guess i should just give up and fix this here
2006-08-29 20:07:26 +00:00
Marc Dionne
7ee5149103
get-sbdev-configure-test-20060828
...
FIXES 38736
the autoconf glue was missed before
2006-08-28 20:11:31 +00:00
Jeffrey Altman
93846a81d2
windows-pioctl-service-check-20060828
...
before attempting a smb query check the service status. fail immediately
if the afs service is not running.
2006-08-28 18:17:13 +00:00
Jeffrey Altman
09f46c46d0
windows-talocale-20060829
...
initialize variables before use
2006-08-28 06:36:01 +00:00
Jeffrey Altman
8083dcea82
windows-dll-install-20060829
...
install resource dlls in the same directory as the base modules
2006-08-28 06:10:14 +00:00
Jeffrey Altman
56d71eaae7
windows-shell-ext-20060829
...
How did the afs_shl_ext_XXXX.dll module ever load on any platform?
Since the name afs_shl_ext.dll is not 8.3 we must specify the base name
explicitly. Otherwise, it won't load.
2006-08-28 06:04:03 +00:00
Jeffrey Altman
93cd9cb88c
windows-cleanup-20060828
...
cleanup AFS_component_version_number.h the right way
2006-08-28 05:26:30 +00:00
Jeffrey Altman
01e5faa0b2
windows-smb-set-eof-20060825
...
SMB_SET_FILE_END_OF_FILE_INFO is a LARGE_INTEGER not USHORT
2006-08-26 04:41:37 +00:00
Jeffrey Altman
5ba229419b
windows-smb-alignment-20060825
...
on the wire smb data structures should be byte aligned
2006-08-25 18:07:21 +00:00
Jeffrey Altman
375a79f2a0
windows-cm_volume-recycling-20060825
...
do not panic if we reach maxVolumes and there is a volume entry that
can be recycled.
2006-08-25 16:23:51 +00:00
Derek Atkins
4076e99d91
keyring-test-harder-20060825
...
FIXES 38470
don't enable keyring pags in older keyring kernels
2006-08-25 06:21:43 +00:00
Chaskiel M Grundman
3cdf27d6f0
macos104-no-64bit-resid-yet-20060825
...
we're not ready for 64bit resid yet (in dir code)
2006-08-25 05:47:00 +00:00
Jeffrey Hutzelman
bfdf13de06
vol-init-locallock-20060824
...
we never init this. oops.
2006-08-24 21:18:56 +00:00
Derrick Brashear
60f1ed2d6d
pruclient-killer-fix-20060824
...
FIXES 37251
yeah, i should commit the fix this time. not my day
2006-08-24 05:31:25 +00:00
Derrick Brashear
d9486687e8
tweak-afsd-autotune-20060821
...
this (chunksize tuning) needs to be revisited
2006-08-21 21:38:55 +00:00
Derrick Brashear
ffa71e5a91
specfiles-20060821
...
same for head
2006-08-21 21:01:14 +00:00
Chaskiel M Grundman
b6f9737688
tiger-fix-largefile-20060820
...
FIXES 37890
don't make uio offset an int.
at the same time, fix resid similarly, and fix osi_file.c to accomodate that
2006-08-20 23:12:46 +00:00
Derrick Brashear
75599f03de
linux24-fix-20060820
...
fix ifdef damage
2006-08-20 06:31:42 +00:00
Chas Williams
b6da19fe25
linux-keyring-pag-update-20060817
...
FIXES 37887
if you manage to patch the syscall table, then the setpag() in the
patched setgroups syscall and creates a new session keyring. it does
contain the right pag id but this isnt the intended behavior.
so setpag() becomes __setpag() which just does the group insertion.
(and perhaps it should be called something else?). the stat count for
the setpag operation might be more correct now (instead of also counting
the pag restores).
2006-08-17 14:55:43 +00:00