diff options
| author | Richard Basch <probe@mit.edu> | 1996-03-05 17:31:01 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1996-03-05 17:31:01 +0000 |
| commit | 66b60913edde7f4585f23955c804abf2117f881f (patch) | |
| tree | e3b1db7bcf211cadf2d9a8b578ecef806c3c355a /src/slave/ChangeLog | |
| parent | 584d4d8d3a8d47b1157408484ca072fd821875e2 (diff) | |
| download | krb5-66b60913edde7f4585f23955c804abf2117f881f.tar.gz krb5-66b60913edde7f4585f23955c804abf2117f881f.tar.xz krb5-66b60913edde7f4585f23955c804abf2117f881f.zip | |
* 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
Diffstat (limited to 'src/slave/ChangeLog')
| -rw-r--r-- | src/slave/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/slave/ChangeLog b/src/slave/ChangeLog index 402455968..fe6c8bacf 100644 --- a/src/slave/ChangeLog +++ b/src/slave/ChangeLog @@ -1,3 +1,18 @@ +Tue Mar 5 12:20:00 1996 Richard Basch <basch@lehman.com> + + * kprop.c: Call krb5_sname_to_principal rather than doing the OS + specific calls; this also deals with site-specific hostname + munging that might have occurred. + 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 + specific 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). + Wed Sep 13 23:53:19 1995 Mark Eichin <eichin@cygnus.com> * kprop.h (KPROP_SRVTAB, KPROP_DEFAULT_FILE, KPROPD_DEFAULT_FILE, |
