[krbdev.mit.edu #9119] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Apr 22 20:39:39 EDT 2024


Mon Apr 22 20:39:38 2024: Request 9119 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9119 >



Make profile_copy() work on dirty profiles

Replace the current implementation of profile_copy() with one that
copies the in-memory tree structure of non-shared data objects.  Make
profile_copy() a public function.

https://github.com/krb5/krb5/commit/078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Author: Greg Hudson <ghudson at mit.edu>
Commit: 078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Branch: master
 src/util/profile/prof_file.c | 38 +++++++++++++++++++++++++++++++++++++
 src/util/profile/prof_init.c | 36 ++++++++++++++++++++---------------
 src/util/profile/prof_int.h  |  8 ++++++--
 src/util/profile/prof_tree.c | 45 ++++++++++++++++++++++++++++++++++++++++++++
 src/util/profile/profile.hin |  3 +++
 src/util/profile/t_profile.c |  9 ++++++++-
 6 files changed, 121 insertions(+), 18 deletions(-)



More information about the krb5-bugs mailing list