]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't flush libkrb5 context profiles 1340/head 1341/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 3 Apr 2024 18:20:53 +0000 (14:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 23 Apr 2024 20:44:10 +0000 (16:44 -0400)
commit0a3acc20564e82ba33741248cf25ca4d085d777f
tree4630a0cfcb46993e0b2b6a5a39492ee75b857c2a
parent078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Don't flush libkrb5 context profiles

The profile library has two deconstructors, profile_release() and
profile_abandon().  profile_release() flushes in-memory changes to
backing files, while profile_abandon() does not.  If a krb5_context
profile contains in-memory changes, they were copied from a profile
supplied to krb5_init_context_profile(), and the caller can decide
whether to flush them.

As profile_copy() is now a public function, remove the include of
prof_int.h and the associated LOCALINCLUDES setting in Makefile.in.

ticket: 9121 (new)
.gitignore
src/lib/krb5/os/Makefile.in
src/lib/krb5/os/deps
src/lib/krb5/os/init_os_ctx.c
src/lib/krb5/os/t_ctxprf.c [new file with mode: 0644]
src/lib/krb5/os/t_ctxprf.py [new file with mode: 0644]