diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-07-03 22:34:54 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-07-03 22:34:54 +0000 |
| commit | df1bc2c9c34765cb8eeb75c704d7ce0294f4743b (patch) | |
| tree | 53565355572076bb29a3f17dcc1083d862cb2297 /src/kadmin/v4server/ChangeLog | |
| parent | e7fe8eaef32539fc176888413cdcf345952b9efb (diff) | |
Makefile.in (build_pwfile): Add rule to build the build_pwfile program
kadm_server.c (kadm_ser_cpw): Put the call to the kadm_approve_pw in
the common code, so it's executed even if KADM5 is defined. Add
appropriate syslogs to the change password processing.
kadm_funcs.c (pwstring;): If NDBM_PW_CHECK is defined, then do the
NDBM-based dictionary check. Build kadmind4 using the make option
PW_CHECK=-DNDBM_PW_CHECK if this feature is desired.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10621 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v4server/ChangeLog')
| -rw-r--r-- | src/kadmin/v4server/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/kadmin/v4server/ChangeLog b/src/kadmin/v4server/ChangeLog index 5ced9eb32..c8846ff14 100644 --- a/src/kadmin/v4server/ChangeLog +++ b/src/kadmin/v4server/ChangeLog @@ -1,3 +1,18 @@ +Fri Jul 3 18:17:48 1998 Theodore Y. Ts'o <tytso@mit.edu> + + * Makefile.in (build_pwfile): Add rule to build the build_pwfile + program. + + * kadm_server.c (kadm_ser_cpw): Put the call to the + kadm_approve_pw in the common code, so it's executed even + if KADM5 is defined. Add appropriate syslogs to the + change password processing. + + * kadm_funcs.c (pwstring;): If NDBM_PW_CHECK is defined, then do + the NDBM-based dictionary check. Build kadmind4 using + the make option PW_CHECK=-DNDBM_PW_CHECK if this feature + is desired. + 1998-05-08 Theodore Ts'o <tytso@rsts-11.mit.edu> * kadm_server.c (krb_log): Print the year using 4 digit to avoid |
