Commit Graph

4733 Commits

Author SHA1 Message Date
Chaskiel M Grundman
49a968ab68 shlibafsrpc-export-more-20071217
LICENSE IPL10

shlibafsauthent uses these, export them
2007-12-17 21:12:45 +00:00
Derrick Brashear
c2da8a61dd put-relnotes-on-head-20071217
LICENSE IPL10

add 1.4.6 relnotes, put reast on head
2007-12-17 18:02:58 +00:00
Adam Megacz
f72145f79a java-admin-interface-updates-20071214
LICENSE IPL10

pdate java admin interface including support for 1.5
2007-12-14 21:33:56 +00:00
Jeffrey Altman
77c86d6fd3 windows-make-cleanup-20071214
LICENSE MIT

Modify the dependencies for building the cbd and file server resource
files and delete the resource files as part of 'clean'.
2007-12-14 13:33:57 +00:00
Jeffrey Altman
059031b3c6 emulate-vsyslog-20071214
LICENSE IPL10

Do not include vsyslog on Windows.

Include syslog.h for the syslog() prototype.
2007-12-14 13:06:48 +00:00
Derrick Brashear
bf26bc9486 aix-lam-aklog-set-token-name-20071213
LICENSE IPL10

so we set an afs id in the tokens here also
2007-12-13 23:04:54 +00:00
Derrick Brashear
ea3d49eaea emulate-vsyslog-20071213
LICENSE IPL10

aix 5.3 lacks vsyslog. the fixed buffer is poor, but...
2007-12-13 22:41:11 +00:00
Derrick Brashear
af3a4e7852 aix-curpag-redux-20071213
LICENSE IPL10

add curpag() support for aix, based on work by tom keiser
2007-12-13 21:21:56 +00:00
Simon Wilkinson
fcc8aa021f redhat-rpm-mockable-20071213
LICENSE IPL10

make us able to autobuild with mock. (may need krb5-devel outside the
if krb5support; if we do more thought will be involved)
2007-12-13 20:04:41 +00:00
Derrick Brashear
51d6d9cbbc vcache-track-maxvcount-accurately-20071213
LICENSE IPL10

if we can alloc more vnodes, and we are looking for vlru cycles, a legit
vnode is not indicative of a cycle.
2007-12-13 19:46:06 +00:00
Derrick Brashear
b33fb96fff shutdown-cleanup-20071213
LICENSE IPL10

get rid of cold_shutdown; it's in afs_prototypes.h.
log when we don't clean up memory
2007-12-13 19:18:06 +00:00
Jeffrey Altman
8f84815d0d windows-afslogon-null-pointer-deref-20071211
LICENSE MIT

'tokenUser' can be dereferenced when NULL if GetTokenInformation() fails.
2007-12-12 04:24:26 +00:00
Mike Meffie
319ad227d1 afs-serveriprank-return-void-20071211
LICENSE IPL10

can't return 0 from void function
2007-12-11 21:28:26 +00:00
Mike Meffie
2e057314d9 vldb-check-dont-return-int-from-void-20071211
LICENSE IPL10

void functions shouldn't return 0
2007-12-11 20:42:34 +00:00
Derrick Brashear
bc70f0f0ab butc-no-retval-in-void-func-20071211
LICENSE IPL10

fix the build again
2007-12-11 16:25:55 +00:00
Derrick Brashear
96ea2c11b4 revert-clean-felater-when-rechaining-20071211
LICENSE IPL10

revert this for now, put it in all in one piece when we commit the ifdef'd out
test code.
2007-12-11 14:53:30 +00:00
Derrick Brashear
0f9529171c ubik-avoid-truncating-live-database-during-recovery-20071210
LICENSE IPL10
FIXES 77183

currently we can truncate the live database while we are doing recovery.
address that.
2007-12-10 22:45:42 +00:00
Derrick Brashear
f5fde5736f afs-shutdown-cleanup-20071210
LICENSE IPL10
FIXES 74479

clean up allocated resources when we shut down
2007-12-10 22:41:22 +00:00
Mike Meffie
e26be7b8e3 find-cpp-from-slash-20071210
LICENSE IPL10

find cpp using a full path, not the user's path, at least for now
2007-12-10 22:24:55 +00:00
Jeffrey Altman
649194188e windows-remove-out-of-date-buffers-from-hash-tables-20071210
LICENSE MIT

When a cm_MergeStatus operation determines that the current data buffers
are out of date, remove them from the buffer hash tables in order to speed
the lookup of valid data buffers.
2007-12-10 20:43:58 +00:00
Jeffrey Altman
ef5e9a4dd7 windows-buffers-20071210
LICENSE MIT

after removing cm_buf_t objects from the hash tables, clear the HT list
pointers to make debugging easier.

when modifying data version values in buf_ForceDataVersion() grab a
read lock on buf_globalLock instead of a write lock.  A write lock is
only required if the hash table linked lists are being modified.
The dataVersion itself is protected by the cm_scache_t mx mutex being
held.
2007-12-10 20:33:34 +00:00
Carsten Jacobi
c057063abe pam-expires-setting-should-be-32bit-20071210
LICENSE IPL10

store as a 32 bit value explicitly so 32 bit routines don't leave garbage around here.
2007-12-10 18:26:30 +00:00
Mike Meffie
8114be0c6a uss-lex-more-forward-decls-20071210
LICENSE IPL10

forward declare this so picky compilers will do their jobs.
2007-12-10 18:20:50 +00:00
Derrick Brashear
c6db6a90be cnvldb-prototypes-20071209
LICENSE IPL10

forward declare these
2007-12-09 23:33:42 +00:00
Derrick Brashear
40307b6023 aklog-no-dummy-write-on-aix5-20071209
LICENSE IPL10

don't do the dummy write on aix5. we are better off actually working
2007-12-09 06:05:51 +00:00
Derrick Brashear
c0a04c21cf writedcache-enforce-xdcache-writelock-20071208
LICENSE IPL10
FIXES 59136

in order that the writes to CacheItems not be addled, we need to *actually*
hold a *write* lock when we write. not even just read as the comment says.

and certainly not none as was happening in the dir package.
2007-12-08 17:57:33 +00:00
Derrick Brashear
55e581824f linux24-kernel-configure-test-20071208
LICENSE IPL10

on linux 2.4 the try kbuild macro needs to try harder to notice what
symbols we don't have
2007-12-08 17:44:00 +00:00
Jeffrey Altman
68021a6f2b windows-wix-afslogon-20071207
LICENSE MIT

Move afslogon.dll and afscpcc.exe to the OpenAFS\Client\Program directory
2007-12-07 21:32:53 +00:00
Jeffrey Altman
ab939a6216 windows-follow-backup-path-20071207
LICENSE MIT

Add a registry value, FollowBackupPath, that provides the Windows cache
manager with functionality equivalent to the UNIX afsd -backuptree option.
2007-12-07 16:03:56 +00:00
Jeffrey Altman
974ad01826 viced-cbstuff-20071205
LICENSE IPL10

Keep track of AddCallBack calls in cbstuff.

Increment cbstuff.DeleteCallBacks after holding H_LOCK
2007-12-05 20:38:38 +00:00
Jeffrey Altman
946f416577 cbd-20071205
LICENSE IPL10

Windows requires open() to be called with O_BINARY otherwise Ctrl-Z
means EOF which breaks dumpfile processing.

Be consistent about writing/reading time as afs_uint32 instead of
writing as afs_uint32 and reading as time_t since time_t can be 32-bit
or 64-bit depending on the platform.
2007-12-05 20:31:56 +00:00
Derrick Brashear
d13cd42cb4 largefile-avoid-wraparound-write-to-old-server-20071204
LICENSE IPL10
FIXES 73720

apply analogous check that's in fileserver to clients writing to old servers
2007-12-04 21:08:10 +00:00
Derrick Brashear
58dd384ba4 inode-convertro-dont-include-volser-code-in-viced-20071204
LICENSE IPL10
FIXES 77574

viced isn't an fssync client; avoid the convert volser code there
2007-12-04 21:01:12 +00:00
Derrick Brashear
ebbd12f3ab linux-nfs-translator-dont-lose-nfs-pag-on-write-20071204
LICENSE IPL10

avoid issue where nfs writes through the translator could become unpag'd because a background daemon came into play
2007-12-04 20:39:18 +00:00
Derrick Brashear
a342c531a2 afsdb-avoid-cross-task-stack-use-20071204
LICENSE IPL10

really for aix, but simplified code universally.
2007-12-04 20:18:50 +00:00
Jeffrey Altman
1c33df3870 windows-giveupallcallbacks-20071204
LICENSE IPL10

Add a registry value, GiveUpAllCallBacks, that can be used to enable/disable
the use of the GiveUpAllCallBacks RPC.  Due to the fact that calling this RPC
can destablize pre-1.4.6 file servers since they do not include DELTA
giveupallcallbacks-locking-20071121, the default is being set to disabled.
We can re-enable the functionality by default only after sufficient time
has been given for orgs to update their file servers.
2007-12-04 15:44:56 +00:00
Tracy Di Marco White
1daa2c0b4f nbsd-new-version-20071201
LICENSE IPL10
FIXES 75602

add support for new version(s) of netbsd
2007-12-01 05:40:51 +00:00
Derrick Brashear
f9fddc03ec aix-pin-small-allocs-20071130
LICENSE IPL10

we assume the small alloc pool is pinned. maybe we should pin it.
2007-11-30 19:13:38 +00:00
Hartmut Reuter
8070286d6c namei-allow-ufs-20071129
LICENSE IPL10

allow ufs again for namei. oops.
2007-11-29 21:37:00 +00:00
Jeffrey Altman
e260ccde93 windows-aklog-no-panic-if-no-kfw-20071129
LICENSE MIT
2007-11-29 20:53:53 +00:00
Jeffrey Altman
a6fd54900e viced-drop-core-on-shutdownandcore-20071129
LICENSE IPL10
FIXES 74708

when we call ShutDownAndCore, actually drop a core.
2007-11-29 19:25:04 +00:00
Jeffrey Altman
7515efb9c3 clean-felater-when-rechaining-20071129
LICENSE IPL10
FIXES 74708

in order that this not be continually rechained, clear this here; we
are handling it now.
2007-11-29 18:40:12 +00:00
Derrick Brashear
262d1d1c70 zero-uio-on-zero-read-20071127
LICENSE IPL10

avoid leaking random data in a read of a 0 length object.
2007-11-29 18:32:29 +00:00
Jeffrey Altman
7da0277544 windows-volstat-headers-20071129
move the enum volstat definition to cm_volstat.h from cm_volume.h.

fix the copyright.
2007-11-29 16:10:24 +00:00
Jeffrey Altman
ee839a167e windows-smb-out-of-memory-20071129
It turns out that LsaCallAuthenticationPackage can succeed but still
fail with an extended error.  The one case that we have seen reported
is STATUS_NO_MEMORY which would be produced when the paging file is
full.  This could be a transient error that will be resolved after
Windows increases the paging file size.

Instead of crashing under this condition we should force the authentication
to fail and permit the client to retry.

WER 567093715-1-0405174244
2007-11-29 16:06:48 +00:00
Jeffrey Altman
baef5ba97f windows-daemon-shutdown-20071129
The cm_Daemon() thread did not check after each operation whether or
not the service is in the process of shutting down.  As a result the
thread could access data, locks, etc. that had been freed by other
threads.

WER 572098933-1-0407879071
2007-11-29 16:00:19 +00:00
Jason Edgecombe
1ee37a57d3 man-page-symlink-20071128
Add man pages for all the symlink commands (Windows-only).
2007-11-29 05:05:37 +00:00
Russ Allbery
6cd96f678e man-page-vos-convertrotorw-fix-20071128
Don't say that inode file servers are only available on Solaris and AIX.
2007-11-29 04:57:05 +00:00
Jason Edgecombe
3be37f4d1c man-page-fs-sysname-improvements-20071128
Update the fs sysname man page to document the behavior of multiple @sys
values.
2007-11-29 04:17:10 +00:00
Jason Edgecombe
f78f007dc5 man-page-fs-rxstatpeer-20071128
New man page for fs rxstatpeer.
2007-11-29 03:54:44 +00:00