Files
heimdal/lib
Nicolas Williams dfc7ec92fa Make kadm5_lock() and unlock work, and add kadmin commands for them.
The libkadm5 functions hdb_open() and close around all HDB ops.  This
meant the previous implementation of kadm5_lock() and unlock would
always result in a core dump.  Now we hdb_open() for write in
kadm5_lock() and hdb_close() in kadm5_unlock(), with all kadm5_s_*()
functions now not opening nor closing the HDB when the server context
keep_open flag is set.

Also, there's now kadmin(8) lock and unlock commands.  These are there
primarily as a way to test the kadm5_lock()/unlock() operations, but
MIT's kadmin.local also has lock/unlock commands, and these can be
useful for scripting (though they require much care).
2011-07-22 21:07:48 -05:00
..
2011-07-22 11:50:30 -07:00
2011-05-21 11:57:31 -07:00
2011-05-22 17:28:24 -07:00
2011-05-21 11:57:31 -07:00
2011-07-21 11:40:04 -04:00
2011-07-17 12:16:59 -07:00
2011-05-17 12:02:10 -04:00