pt_util: Catch sscanf failures
[openafs.git] / src / volser /
2013-02-27 Simon Wilkinsonvolser: Fix bad readlink usage
2013-02-27 Simon Wilkinsonvolser: Catch EOFs when reading dumps
2013-02-26 Mark Vitalevos: Unrecognized or ambiguous switch '-c'
2013-02-26 Simon Wilkinsonvolser: Make it clear what's copied from partList
2013-02-25 Simon Wilkinsonvolser: Don't catch errors in cleanup
2013-02-25 Simon Wilkinsonvolser: Remove redundant success flag
2013-02-25 Simon Wilkinsonvolser: Remove dead assignment
2013-02-24 Simon Wilkinsonvolser: Fix a couple of assigned but not read errors
2013-02-24 Simon Wilkinsonvolser: Don't assign code when we don't care
2013-02-24 Simon Wilkinsonvolser: Don't NULL conn right before assigning it
2013-02-22 Simon Wilkinsonvolser: Remove needless initialisation
2013-02-22 Simon Wilkinsonvolser: Remove masked assignment in vol_split
2013-02-22 Simon Wilkinsonvos: aserver is private
2013-02-21 Simon Wilkinsonvos: Remove unused 'done' loop variable
2013-01-06 Nickolai Zeldovichvolser/vol_split.c: do not dereference known-NULL pointer
2013-01-03 Russ AllberyFix spelling error (retreive for retrieve) in strings
2013-01-02 Derrick Brashearvol: fix everything to use volumeid type
2013-01-02 Derrick Brashearvol: use header access macros everywhere
2012-12-27 Derrick Brashearvol: use defines for header name length
2012-12-26 Andrew Deasonvolser: Check vnode length on dump
2012-11-12 Michael Meffiefix stale volume info from vos examine (non-dafs)
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-10-23 Hartmut Reutervolser: comment with a list of all dump tags
2012-10-18 Simon Wilkinsonrx: Use opr queues
2012-09-16 Simon WilkinsonSplit up libtool support into LWP and pthread
2012-09-12 Simon Wilkinsonlibafsauthent: Build with libtool
2012-09-12 Simon Wilkinsonvolser: Use libtool
2012-09-05 Mark Vitalevos: convertROtoRW - prevent VLDB corruption
2012-09-04 Mark Vitalevos: convertROtoRW incorrect warning when RO not in...
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-08-22 Mark Vitalevos: convertROtoRW susceptible to VLDB changes during...
2012-08-17 Michael Meffievos: use the roken max macro
2012-07-28 Garrett Wollmanvolser: restructure GetNextVol and clients to remove...
2012-07-26 Andrew Deasonvos: Minimize release impact for new RO sites
2012-07-16 Garrett Wollmanvolser: don't derefernce null pointer in copyVnodes()
2012-07-16 Garrett Wollmanvolser: dead store in UV_MoveVolume2
2012-07-06 Andrew Deasonvos: Avoid creating volume with the same RO/BK ids
2012-05-24 Simon Wilkinsonfileserver & friends: Don't cast from malloc()
2012-05-24 Simon WilkinsonDon't cast the return from calloc()
2012-05-24 Simon WilkinsonDon't cast the return from realloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonDon't cast arguments to free()
2012-05-21 Mark Vitalevos: volume lock not released on convertROtoRW error
2012-05-21 Mark Vitalevos: convertROtoRW does not respect volume lock
2012-05-16 Mark Vitalevos: convertROtoRW may create two RW volumes
2012-05-12 Michael Meffievolser: preserve stats over reclones and restores
2012-05-12 Mark Vitalevos: convertROtoRW misc error reporting problems
2012-05-04 Andrew Deasonvos: Default to server confdir for -localauth
2012-05-04 Andrew Deasonvos: Correct comment
2012-05-04 Andrew Deasonvos setaddrs: notice unexpected errors
2012-04-18 Michael Meffieaudit: remove static local realms
2012-04-10 Simon WilkinsonRework the ugen_* interface
2012-04-10 Andrew Deasonvos: Do not try to remove backup volume id 0
2012-04-09 Simon Wilkinsonvol-dump: Don't leak memory
2012-04-09 Simon Wilkinsonvol-dump: Make static things static
2012-04-09 Simon Wilkinsonvos: Initialise total counters
2012-02-21 Marc Dionnevolser: Remove unused variable
2012-02-20 Derrick Brashearvos: allow releases without offline time
2012-02-20 Derrick Brashearvos: refactor code
2012-02-20 Derrick Brashearvolser: allow clonevol purge id to be new id
2012-02-20 Derrick Brashearvolser: allow cloning non-rw volumes
2012-02-07 Marc DionneRW Replication: Add basic definitions
2011-12-14 Andrew Deasonvolser: Do not reset copyDate in ReClone
2011-12-14 Derrick Brashearvos: fix code to not triple-negate
2011-12-04 Simon Wilkinsonrx: Make the rx_call structure private
2011-12-04 Simon Wilkinsonrx: Make struct rx_connection private
2011-12-03 Simon Wilkinsonrx: Refactor MaxMTU error checking
2011-11-10 Andrew Deasonvolser: Preserve needsSalvaged during restore
2011-11-05 Andrew Deasonvolser: Remove debugging log messages
2011-10-24 Jacob Thebault-Spiekerallow cloning of any volume to any volume with same...
2011-10-24 Jacob Thebault-Spiekerremove check for disallowing clones of backup or ro...
2011-10-24 Andrew Deasonvolser: Remove ExtractVolId
2011-10-24 Andrew Deasonvos offline: Bring volume back online for -busy
2011-10-10 Hartmut Reutervol_split: avoid using stale open directory vnodes
2011-10-01 Asanka C. HerathWindows: Build against KerbCompatSDK instead of KFW
2011-09-28 Rod WiddowsonWindows: Remove spurious use of CRTL
2011-09-26 Simon WilkinsonClean up assertion
2011-09-14 Marc Dionnevos: print correct command name in diagnostics for...
2011-09-13 Derrick Brashearvolser: dont double-stat vnodes when dumping
2011-09-11 Simon WilkinsonMove string manipulation functions out of util
2011-09-08 Simon Wilkinsonvolser: Don't initialise all error tables
2011-09-07 Simon Wilkinsonvolser: Don't declare cstruct twice
2011-08-12 Michael Meffievolser: log host address of caller in extra logging
2011-08-10 Marc Dionnevolser: flag unused variable
2011-08-10 Garrett Wollmandir/vol: Die() really does
2011-08-09 Garrett Wollmanvos: eliminate unnecessary global variables
2011-08-09 Garrett Wollmanvolser: let it be known that Abort() really aborts
2011-08-07 Garrett Wollmanvos: don't free stack garbage on error
2011-08-01 Derrick Brashearvos: spell "vldb" correctly
2011-07-29 Garrett Wollmanpthreaded servers: set thread names
2011-07-23 Simon Wilkinsonrx: Provide Get/SetThreadNum functions
2011-07-14 Derrick Brashearvolser: remove pragma requiring ultranew gcc
2011-07-14 Simon Wilkinsonvolser: fix set-but-unused variable warning
2011-07-13 Simon Wilkinsonvolser: Actually return errors from ListOneVolume
2011-07-13 Simon WilkinsonMark nearInode as unused
2011-06-28 Jeffrey Altmanvos: refactor ListAddrs
2011-06-07 Simon Wilkinsonvos: Add the -config option
2011-06-05 Simon Wilkinsonusd: Move to using real 64bit quantities
2011-06-05 Simon Wilkinsonvos: print_addrs never receives multi-homed addrs
next