openafs.git
2011-01-20 Jeffrey Altmanvol: indent cpp definitions; add NAMEI_SPECDIRC
2011-01-20 Jeffrey Altmanvol: remove [UN]LOCKFILE data loss warnings on Windows
2011-01-20 Jeffrey AltmanWindows: build mtafsdir.lib and use it
2011-01-20 Toby BurressFreeBSD: properly identify the rxk_Listener so that...
2011-01-20 Antoine VerheijenOpenBSD: Change code optimization setting
2011-01-20 Antoine VerheijenMove check for unspecified CFLAGS in configure.ac
2011-01-20 Antoine VerheijenOpenBSD: No ruid/rgid in cred structure.
2011-01-20 Antoine VerheijenOpenBSD: Don't call non-existent routines in osi_vfsops.c
2011-01-19 Antoine VerheijenOpenBSD: Fix parameters in call to afs_close()
2011-01-19 Antoine VerheijenOpenBSD: Install no-NFS version of libafs
2011-01-19 Derrick BrashearMacOS: panic decoder should check for unloaded kexts
2011-01-19 Antoine VerheijenOpenBSD: Fix use of macros for AFS_KALLOC/AFS_KFREE
2011-01-19 Antoine VerheijenOpenBSD: Remove macros definitions for afs_osi_Alloc...
2011-01-18 Jeffrey Altmanvolser: select() cannot be used to sleep on windows
2011-01-18 Jeffrey AltmanWindows: refactor cm_CheckCBExpiration multihomed
2011-01-18 Jeffrey AltmanWindows: use cm_ServerEqual() in cm_Analyze()
2011-01-18 Rainer ToebbickeRe-enable rx connection hard timeout
2011-01-17 Andrew Deasonvol: Windows requires binary fmode for salvaged
2011-01-16 Jeffrey Altmanvol: use OS_UNLINK() instead of unlink()
2011-01-15 Jeffrey Altmanvol: construct proper VolDir path on Windows
2011-01-15 Jeffrey Altmanvol: fdHandleAllocateChunk should init all fields
2011-01-15 Jeffrey Altmanvol: use OS_DIRSEP when constructing paths
2011-01-15 Jeffrey Altmanvolser: use OS_CLOSE() instead of close()
2011-01-15 Jeffrey Altmanvol: initialize FdHandle_t stack objects
2011-01-15 Jeffrey Altmanvol: Fix ntops to provide expected semantics
2011-01-15 Jeffrey Altmanvol: Windows requires binary fmode for salvager
2011-01-15 Jeffrey Altmanvol: fix OS_LOCKFILE/OS_UNLOCKFILE for Windows
2011-01-15 Andrew DeasonRX: Pre-10 Solaris lacks atomic inc/dec
2011-01-15 Andrew DeasonRX: Include netinet/ip6.h before inet/ip.h
2011-01-15 Andrew Deasonmerge-pod: Be more compatible with older perl
2011-01-15 Ben KadukFBSD: remove vestiges of Giant
2011-01-14 Jeffrey AltmanWindows: fixup gettmpdir()
2011-01-14 Jeffrey AltmanWindows: osilog param size is size_t
2011-01-13 Andrew DeasonRX: No userspace atomic_ops in Solaris pre-10
2011-01-13 Derrick Brashearafsd: CellItems doesn't apply to memcache mode
2011-01-12 Andrew DeasonSOLARIS: Include sys/varargs.h for kernel stdarg
2011-01-11 Marc DionneCache bypass: fix use of incorrect "states"
2011-01-10 Andrew DeasonLINUX: afs_linux_put_link is void
2011-01-10 Stephan Wiesandrpm: don't package files twice
2011-01-10 Andrew Deasongit-version: Do not specify --ignore-submodules
2011-01-10 Jeffrey AltmanWindows: refactor buf_Get() to improve readability
2011-01-10 Jeffrey AltmanWindows: remove all refs to unused buf_GetNew()
2011-01-05 Tom Keiserprovide more verbose logging when VGetVolumeByVp_r...
2011-01-04 Jeffrey AltmanWindows: remove unused vars from cm_server.c
2011-01-04 Jeffrey AltmanWindows: netidmgr_plugin move roken.h to afscred.h
2011-01-04 Jeffrey AltmanWindows: permit clean when switching platforms
2011-01-03 Simon Wilkinsonroken: Check for bswap16 and bswap32 defines
2011-01-03 Simon WilkinsonUnix CM: Don't blow up if we have non-rxkad tokens
2011-01-03 Simon Wilkinsonautoconf: Tidy up header includes
2011-01-02 Simon Wilkinsonauth: Move key related code to its own file
2011-01-02 Simon Wilkinsonlibadmin: Don't use internal struct for key data
2011-01-02 Simon Wilkinsontests: Add more tests for auth KeyFile handling
2011-01-02 Simon Wilkinsonroken: Export more snprintf symbols
2011-01-02 Simon WilkinsonAdd "brief" option to rxgen
2011-01-02 Simon Wilkinsonrx: Implement rx_atomic_dec_and_read
2011-01-02 Simon Wilkinsonrx: Protect rx_atomic.h against multiple inclusion
2011-01-02 Simon Wilkinsonauth: Don't crash if UserList contains bogus line
2011-01-02 Simon Wilkinsonrx: Don't crash when emptying an empty identity
2010-12-30 Vincent ArcherWindows: MIT license applies to parsemode()
2010-12-29 Jeffrey AltmanWindows: buf_CleanAsync scp->fid == bp->fid
2010-12-28 Jeffrey AltmanWindows: fs checkserver skip multi-homed up server
2010-12-28 Jeffrey AltmanWindows: fs checkservers should list vldb as well
2010-12-28 Jeffrey Altmanvos: do not mix memory allocation methods
2010-12-28 Jeffrey AltmanWindows: cleanup preprocessor definition namespace
2010-12-28 Jeffrey AltmanWindows: separate parsemode from fs into own file
2010-12-28 Jeffrey Altmanvos: free ubulkentries with xdr_free
2010-12-27 Simon Wilkinsontests: Add tests for afsconf_'s key functions
2010-12-27 Simon WilkinsonDon't trust # of entries from ListAttributes
2010-12-27 Andrew DeasonRemove extra trailing \s in Makefiles
2010-12-27 Simon Wilkinsonvolser: Fix broken bulk conversion
2010-12-27 Simon Wilkinsonvos: Abstract out bulk list conversion
2010-12-27 Andrew DeasonLink hcrypto before roken
2010-12-26 Russ AllberyUpdate NEWS for 1.5.78 and 1.6.0pre1
2010-12-26 Simon Wilkinsonauth: Add more tests and resulting fixes to userok
2010-12-23 Derrick BrashearDAFS: listvol + unsalvagable volumes = intolerable...
2010-12-23 Andrew DeasonPrefer libHcurses over libcurses
2010-12-23 Andrew DeasonHPUX: Put __HP_CURSES back in
2010-12-22 Simon Wilkinsonrx: Make rx_atomic.h a shared header
2010-12-22 Derrick BrashearLWP: kill dead code
2010-12-22 Derrick BrashearLWP: don't copy pid to a null pointer
2010-12-22 Andrew DeasonLINUX: Avoid unnecessary afs_ShakeLooseVCaches
2010-12-22 Andrew DeasonLINUX: Reduce stack depth on recursive symlink res
2010-12-21 Andrew DeasonCache bypass: remove ifdefs under src/afs/LINUX24
2010-12-21 Derrick BrashearDARWIN: replace resource merge script ref with binary
2010-12-21 Derrick BrashearDARWIN: make growlagent build not run afoul of ._ fun
2010-12-21 Derrick BrashearDARWIN: make ARCHFLAGS propagate to shlibs
2010-12-20 Ben KadukFBSD7: Don't sleep with the glock
2010-12-20 Ben KadukBring FBSD 7.X client back to life
2010-12-20 Ben KadukFBSD: StopListener glocking fixup
2010-12-20 Andrew DeasonLINUX24: Define afs_linux_can_bypass
2010-12-20 Andrew DeasonLINUX24: Include linux/pagemap.h
2010-12-20 Derrick Brashearbackup: pass in valid dummy pid for LWP
2010-12-20 Ben KadukZero rx_multi_lock before initializing it
2010-12-20 Jeffrey AltmanWindows: fs chmod and display mode in fs examine
2010-12-20 Jeffrey AltmanWindows: clear mountPointStringp on status change
2010-12-20 Jeffrey AltmanWindows: Add VIOC_GETUNIXMODE and VIOC_SETUNIXMODE
2010-12-19 Jeffrey AltmanFix fallback processing for ktc_GetTokenEx()
2010-12-18 Derrick Brasheardarwin: fix fixed setpag error handling
2010-12-16 Derrick Brashearmacos nfs translator vnode ref fix
2010-12-13 Anders KaseorgLinux: Fix AFS_NORETURN violation with osi_AssertFailK
next