3d715adc21f878dcdadbfe14275182039996b0ef

If a Berkeley DB database is used as the underlying database, renaming the database before closing it can produce error messages like the following on close: /var/lib/heimdal-kdc/heimdal~.db: unable to flush: No such file or directory since the underlying database library caches the old file name. There is a rename() method in the Berkeley DB API, but it also invalidates the database handle and requires that it be reopened. Since the hdb_rename implementation does not require that the database be open, close the database before renaming it to avoid this problem. Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
Heimdal is a Kerberos 5 implementation. For information how to install see <http://www.h5l.org/compile.html>. There are briefer man pages for most of the commands. Bug reports and bugs are appreciated, see more under Bug reports in the manual on how we prefer them: <heimdal-bugs@h5l.org>. For more information see the web-page at <http://www.h5l.org/> or the mailing lists: heimdal-announce@sics.se low-volume announcement heimdal-discuss@sics.se high-volume discussion send a mail to heimdal-announce-request@sics.se and heimdal-discuss-request@sics.se respectively to subscribe.
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%