diff options
| author | Paul Park <pjpark@mit.edu> | 1995-05-09 19:53:01 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-05-09 19:53:01 +0000 |
| commit | 704ff3380764cc524d50bcf728822b530656354d (patch) | |
| tree | d9a35c10e0216643e7f49faa9c838019b64e210b /src/kadmin/v5server/ChangeLog | |
| parent | 37cabb355872bb73eb18ffb44a0ce20a0ff733f8 (diff) | |
| download | krb5-704ff3380764cc524d50bcf728822b530656354d.tar.gz krb5-704ff3380764cc524d50bcf728822b530656354d.tar.xz krb5-704ff3380764cc524d50bcf728822b530656354d.zip | |
Add new functions to support new administrative operations
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5781 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v5server/ChangeLog')
| -rw-r--r-- | src/kadmin/v5server/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog index 0cacb68a9..b9e2ba171 100644 --- a/src/kadmin/v5server/ChangeLog +++ b/src/kadmin/v5server/ChangeLog @@ -1,4 +1,34 @@ +Tue May 9 15:29:10 EDT 1995 Paul Park (pjpark@mit.edu) + Add new administrative protocol support functions and fix bugs. + * kadm5_defs.h - Add extract operation. Move error subcodes + to adm.h. Update prototypes. + * kadmind5.M - Add descriptions of -n, -p and -T options. Change + name of -i to -m option. Add description of + 'e' acl entry. + * passwd.c - Make passwd_check_npass_ok a global routine. + * proto_serv.c - Use keytab supplied with -T option. Support + new administrative protocol functions. Destroy + replay cache when done with request. + * srv_acl.c - Add catchall entry which allows principals to + change their own passwords. This is the last entry + inserted and can be overridden with an entry in + the ACL file. By default, we now deny operations + unless there is an entry. + * srv_key.c - Use keytab supplied with -T option. Actually set + the default realm to be the specified realm. Return + salt values from key_string_to_keys(). Add random + key generator. + * srv_main.c - Add support for -T option. Change -i to -m. Add + daemon() call if -n option is not specified. Add + support for -p option. + * srv_net.c - Close connected socket in parent. This was causing + the connection to remain open even when the child + was finished with it. Add support for -p option. + Determine our port otherwise from the profile, and + then the /etc/services entry. + * srv_output.c - Add support for new error codes. + Fri May 5 11:11:39 EDT 1995 Paul Park (pjpark@mit.edu) #ifdef out language flags. Remove description from manpage. |
