OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-356-gb09f7a9

Gerrit Code Review gerrit@openafs.org
Fri, 31 Oct 2025 11:41:48 -0400


The following commit has been merged in the master branch:
commit b09f7a96c7c59a11faf348e3147bcd21985ced94
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date:   Sat Jul 10 14:05:36 2021 +0000

    auth: Add 'auser' arg to GenericAuth()
    
    In preparation for a future commit, add an argument (auser) to
    GenericAuth, which is the identity of the user associated with the
    ticket to be created by this function. Also, introduce a new 'goto done'
    destructor to make sure that all code paths go through the same cleanup
    code.
    
    Since the new argument is not used by any callers yet, no functional
    change is incurred by this commit.
    
    Change-Id: I2f01abc00998baa4f65c2a30143aea93bc1a731d
    Reviewed-on: https://gerrit.openafs.org/14596
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/auth/authcon.c | 50 ++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 42 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository