OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1836-g1d9888b

Gerrit Code Review gerrit@openafs.org
Thu, 3 Nov 2011 13:14:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1d9888be486198868983048eeffabdfef5afa94b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Nov 2 10:43:54 2011 -0500

    Remove -settime/RXAFS_GetTime client support
    
    Remove the -settime option from afsd, and any code for making
    RXAFS_GetTime calls in libafs. Server probes have been replaced by
    calls to RXAFS_GetCapabilities, and the actual functionality of
    synchronizing the system clock has been superseded by other systems
    like NTP. Issue a warning for all code paths that try to enable
    -settime support.
    
    Historical note: the code that this commit is removing contains bugs.
    Do not simply revert this commit to turn on -settime support again.
    
    Change-Id: Id291f5f88b1ad84594706f2a1a02a933dddd0cb9
    Reviewed-on: http://gerrit.openafs.org/5787
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/afs_call.c       |   14 +++-
 src/afs/afs_init.c       |    3 +-
 src/afs/afs_prototypes.h |    2 -
 src/afs/afs_server.c     |  144 +---------------------------------------------
 src/afsd/afsd.c          |   14 +++--
 5 files changed, 21 insertions(+), 156 deletions(-)

-- 
OpenAFS Master Repository