* kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.
authorRichard Basch <probe@mit.edu>
Tue, 5 Mar 1996 17:31:01 +0000 (17:31 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 5 Mar 1996 17:31:01 +0000 (17:31 +0000)
commit66b60913edde7f4585f23955c804abf2117f881f
treee3b1db7bcf211cadf2d9a8b578ecef806c3c355a
parent584d4d8d3a8d47b1157408484ca072fd821875e2
* kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.
  Removed a trailing ; that caused a spurious message to be printed
even upon success.

* kpropd.c: Call krb5_sname_to_principal rather than doing the OS calls.
  Open the lock file read-write, as required by POSIX.
  Downgrade the lock to a shared lock prior to the execution
of kdb5_edit (it also tries to place a shared lock on the dump file).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7595 dc483132-0cff-0310-8789-dd5450dbe970
src/slave/ChangeLog
src/slave/kprop.c
src/slave/kpropd.c