git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6084 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-05-03 16:45:37 +00:00
parent 247779f7dc
commit 77c0ebe9dd
3 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* configure.in: --enable-netinfo
* lib/krb5/config_file.c: HAVE_NETINFO_NI_H -> HAVE_NETINFO
* config.sub: fix for crays
* config.guess: new version from automake 1.4

10
kadmin/ChangeLog Normal file
View File

@@ -0,0 +1,10 @@
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* Makefile.am: link with krb4
* kadmin_locl.h: include <sys/un.h>
* server.c: move from lib/kadm5, and add basic support for krb4
kadmin protocol
* kadmind.c: move recvauth to kadmind_loop()

20
lib/kadm5/ChangeLog Normal file
View File

@@ -0,0 +1,20 @@
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* Makefile.am: remove server.c
* admin.h: add prototypes
* ent_setup.c (_kadm5_setup_entry): set key_data
* set_keys.c: add _kadm5_set_keys2 to sey keys from key_data
* modify_s.c: add kadm5_s_modify_principal_with_key
* create_s.c: add kadm5_s_create_principal_with_key
* chpass_s.c: add kadm5_s_chpass_principal_with_key
* kadm5_locl.h: move stuff to private.h
* private.h: move stuff from kadm5_locl.h