rx: Tidy up function scope in rx.c
[openafs.git] / src /
2012-04-09 Simon Wilkinsonrx: Tidy up function scope in rx.c
2012-04-09 Simon Wilkinsonrx: Remove trailing else from RX_KERNEL_TRACE
2012-04-09 Simon Wilkinsonkas: Don't require config for help
2012-04-09 Marc Dionnetools: return error code in xfclose
2012-04-09 Simon Wilkinsonrx: Remove unused ACKHACK macro
2012-04-09 Simon Wilkinsoncmd: Don't leak memory when constructing help string
2012-04-09 Simon Wilkinsonktime: Don't leak token list
2012-04-09 Simon Wilkinsonbudb: Don't leak memory
2012-04-09 Simon Wilkinsonvol-dump: Don't leak memory
2012-04-09 Simon Wilkinsonvol-dump: Make static things static
2012-04-09 Simon Wilkinsonauth: Don't leak key on file parse error
2012-04-09 Simon Wilkinsonopr: Flag assertion error handles as noreturn
2012-04-09 Simon Wilkinsonpts: Don't malloc(0) when there's nothing to do
2012-04-09 Simon Wilkinsonbucoord: Don't malloc(0) if there's no work to do
2012-04-09 Simon Wilkinsonauth: Handle empty lists of keys
2012-04-09 Simon WilkinsonUnix CM: We're disconnected if RW disconnected too
2012-04-09 Simon Wilkinsonauth: Make sure we get AF_INET addresses from DNS
2012-04-09 Simon Wilkinsonvos: Initialise total counters
2012-04-09 Simon Wilkinsonvol: Don't return an uninited val from LookupNode
2012-04-09 Simon Wilkinsonfs: Fix bad frees
2012-04-09 Simon Wilkinsoncmd: Use strl* rather than strn* to avoid overrun
2012-04-09 Simon Wilkinsonautoconf: One CC to rule them all
2012-04-09 Simon Wilkinsonafs: Handle reading past the end of a file
2012-04-09 Simon Wilkinsonxdr: Len can never be negative
2012-04-09 Simon Wilkinsonrx: Remove needless braces
2012-04-09 Simon Wilkinsonrx: Handle negative returns on packet reads
2012-04-09 Simon Wilkinsonvenus: Make clang happy with strlcpy use
2012-04-09 Simon Wilkinsonviced: Remove pointless braces
2012-04-09 Simon Wilkinsonvlserver: unsigned values are always >0
2012-04-09 Simon Wilkinsonvol: Call memset with the correct size
2012-04-09 Simon Wilkinsonrxgen: Tidy up server side freeing
2012-04-09 Simon Wilkinsonfileserver: Fix NeverAttach support
2012-04-08 Simon Wilkinsonvol: Remove unneeded braces
2012-04-08 Simon Wilkinsonvice & vol: Cast FDH_SYNC results to void
2012-04-08 Simon Wilkinsonptserver: Remove redundant braces
2012-04-08 Simon Wilkinsonpam: Don't check if unsigned is < 0
2012-04-08 Simon Wilkinsonpam: Use &, not && for bitwise operations
2012-04-08 Simon Wilkinsontools: Use native 64 bit integer
2012-04-08 Derrick Brashearubik: utst needs opr for assert in util
2012-04-07 Jason EdgecombeFileserver: Add the /vicepXX/NeverAttach flag to skip...
2012-04-07 Simon Wilkinsontools: Add roken.h to afsdump
2012-04-07 Simon Wilkinsontools: Rename u_int64 to solve AIX problem
2012-04-07 Simon Wilkinsonlibafscp: Use strdup, rather than rolling our own
2012-04-07 Simon Wilkinsonlibadmin: Clear structures according to their size.
2012-04-07 Simon Wilkinsonlibadmin: read returns an ssize_t, not a size_t
2012-04-07 Simon WilkinsonUnix CM: Purge needless brackets
2012-04-07 Simon WilkinsonDARWIN: Make crfree() an inline function
2012-04-07 Simon Wilkinsonutil: LogCommandLine has to have a command line
2012-04-07 Simon WilkinsonSalvager: Don't use garbage vnodes when Testing
2012-04-07 Jeffrey AltmanWindows: Disk Full errors instead of Quota Exceeded
2012-04-07 Jeffrey AltmanWindows: AFSCheckCellName one level of indirection
2012-04-06 Jeffrey AltmanWindows: CleanACLEnt requires cm_scache write locked
2012-04-06 Jeffrey AltmanWindows: Name Array store mount point and volume root
2012-04-06 Jeffrey AltmanWindows: do not call time() in a loop
2012-04-06 Jeffrey AltmanWindows: Add per object per user EACCES caching
2012-04-06 Jeffrey AltmanWindows: Fail recursive path evaluation with access...
2012-04-06 Jeffrey AltmanWindows: Check Avail Space on extending SetEndOfFile
2012-04-06 Andrew Deasonviced: Do not offline volume on successful IH_DEC
2012-04-05 Jeffrey AltmanWindows: Redirector must query volume size when asked
2012-04-05 Jeffrey AltmanWindows: cm_AddACLCache lock ordering
2012-04-05 Jeffrey Altmanrx: fix bad merge 95c38dff3740d7e24971ceb5875c06e7abfce102
2012-04-05 Jeffrey AltmanWindows: AFSVerifyEntry purge file data on DV change
2012-04-04 Andrew Deasonxstat_cm_test: Print all call info stats
2012-04-03 Simon Wilkinsonrx: Get rid of some uneccessary temporary vars
2012-04-03 Jeffrey AltmanWindows: Redirector Dir Enumeration Bug
2012-04-03 Derrick Brasheartools: move useful tools from test dir to tools dir
2012-04-03 Derrick Brashearlinux: update spec requirements
2012-04-03 Derrick Brashearlinux: make mockbuild more reliable
2012-04-03 Andrew DeasonSOLARIS: Correct misplaced osi_machdep.h #endif
2012-04-03 Jeffrey AltmanWindows: cm_GetNewSCache must return NULL on failure
2012-04-03 Jeffrey AltmanRx: give grow mtu its own call ref count type
2012-04-03 Jeffrey Altmanrx: conn->callNumber protected by conn_call_lock
2012-04-03 Jeffrey AltmanRx: rxi_FreeCall conn_call_lock vs call->lock deadlock
2012-04-03 Jeffrey AltmanWindows: Pass name array to AFSRetrieveFileInformation
2012-04-03 Jeffrey AltmanWindows: Use hash when comparing File IDs in redirector
2012-04-03 Jeffrey AltmanWindows FindACLCache must hold scp write locked
2012-04-03 Jeffrey AltmanWindows: fix indentation
2012-04-03 Jeffrey AltmanWindows: Freelance HaveAccessRights
2012-04-03 Jeffrey AltmanWindows: optimize InitCallback3 processing
2012-04-03 Jeffrey AltmanWindows: Record callback issued time
2012-04-03 Jeffrey AltmanWindows: Implement cm_TGTLifeTime()
2012-04-03 Jeffrey AltmanWindows: add parent FID to cm_GetSCache
2012-04-03 Jeffrey Altmanviced: AFSDisk, AFSFetchVolumeStatus Int31 PartSize
2012-04-01 Jeffrey Altmanrx: handle clock reversals for call timeouts
2012-04-01 Simon Wilkinsonviced: Do error translation for InlineBulkStatus
2012-03-30 Jeffrey AltmanWindows: avoid deadlock with Trend Micro
2012-03-30 Jeffrey AltmanWindows: Use ulFilter in AFSInvalidateObject
2012-03-28 Jeffrey AltmanWindows: ObjectInformation.ObjectReferenceCount comparison
2012-03-28 Jeffrey AltmanWindows: Add Name Array Processing Trace Subsystem
2012-03-28 Jeffrey AltmanWindows: AFSInvalidateObject can overwrite input param
2012-03-28 Jeffrey Altmanwindows: ObjectInformationCB.ObjectReferenceCount
2012-03-28 Michael Meffieremove athena env conditionals
2012-03-27 Jeffrey AltmanWindows: Fix VNOSERVICE EventLog parameters
2012-03-27 Jeffrey AltmanWindows: CreateProcessNotify verify changes
2012-03-27 Derrick Brashearmacos: iterate mdfound packagemakers when spaces are...
2012-03-27 Derrick Brashearmacos: find packagemaker instead of assuming path
2012-03-26 Andrew Deasonafs: Slight adjustments in afs_GetDCache
2012-03-26 Andrew Deasonafs: Do not limit fetches based on vcache length
2012-03-26 Andrew Deasonafs: Set DWriting when truncating a dcache entry
2012-03-26 Andrew Deasonafs: Log a message on invalid FetchStatus receipt
next