aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2024-04-03 14:20:53 -0400
committerGreg Hudson <ghudson@mit.edu>2024-04-23 16:44:10 -0400
commit0a3acc20564e82ba33741248cf25ca4d085d777f (patch)
tree4630a0cfcb46993e0b2b6a5a39492ee75b857c2a /.gitignore
parent078721b1f4a8fb995e0d5346ecf36adffd0a4f99 (diff)
downloadkrb5-0a3acc20564e82ba33741248cf25ca4d085d777f.zip
krb5-0a3acc20564e82ba33741248cf25ca4d085d777f.tar.gz
krb5-0a3acc20564e82ba33741248cf25ca4d085d777f.tar.bz2
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)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00e42ad..bfbf45a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -358,6 +358,7 @@ local.properties
/src/lib/krb5/krb/t_sname_match
/src/lib/krb5/krb/t_valid_times
+/src/lib/krb5/os/t_ctxprf
/src/lib/krb5/os/t_expand_path
/src/lib/krb5/os/t_locate_kdc
/src/lib/krb5/os/t_std_conf