OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-530-gc0ff0c7

Gerrit Code Review gerrit@openafs.org
Wed, 9 Oct 2024 16:36:21 -0400


The following commit has been merged in the master branch:
commit c0ff0c7f42238cb83d37d85950c58dc449b26f01
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Wed Jun 21 10:12:41 2023 -0600

    auth: Remove src/auth/copyauth
    
    Analysis of the source for code for copyauth has flagged potential
    string buffer overflows due to the use of strcpy. Attempting to fix the
    use of strcpy, would require additional work since copyauth currently
    fails to build due to unresolved external references during linking.
    
    The copyauth command has not been built by default on non-Windows
    systems since 2009, 'curpag-via-pioctl-20090603' (4af75fe96a), and never
    has been built by default on Windows system since the initial git
    commit for openafs.
    
    According to the man page, the functionality of copyauth has been
    superseded by aklog, there is also a caution noted about using copyauth
    due to security concerns.
    
    Remove the copyauth utility and the associated references.
    
    Change-Id: I96ba9af341bc97a329132ed4fd39f3b567d0ea4a
    Reviewed-on: https://gerrit.openafs.org/15480
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 doc/man-pages/NTMakefile                           |  1 -
 doc/man-pages/pod1/copyauth.pod                    | 44 -----------
 src/WINNT/install/wix/files.wxi                    |  1 -
 src/auth/.gitignore                                |  1 -
 src/auth/Makefile.in                               |  8 +-
 src/auth/NTMakefile                                | 15 +---
 src/auth/copyauth.c                                | 86 ----------------------
 src/auth/test/Makefile.in                          |  2 +-
 .../HP-UX/psf-1.2.10-transarc-paths-11.00          |  1 -
 .../HP-UX/psf-1.2.10-transarc-paths-11.11          |  1 -
 .../HP-UX/psf-1.2.10-transarc-paths-11.22          |  1 -
 src/packaging/RedHat/openafs.spec.in               |  1 -
 12 files changed, 3 insertions(+), 159 deletions(-)

-- 
OpenAFS Master Repository