x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8658 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2000-07-11 Johan Danielsson <joda@pdc.kth.se>
|
||||
|
||||
* version4.c: change log strings to match the v5 counterparts
|
||||
|
||||
* mod.c: allow setting kvno
|
||||
|
||||
* kadmind.c: if stdin is not a socket create and listen to sockets
|
||||
|
@@ -1,3 +1,39 @@
|
||||
2000-07-11 Johan Danielsson <joda@pdc.kth.se>
|
||||
|
||||
* ipropd_slave.c: no need to call gethostname, since
|
||||
sname_to_principal will
|
||||
|
||||
* send_recv.c: assert that we have a connected socket
|
||||
|
||||
* get_princs_c.c: call _kadm5_connect
|
||||
|
||||
* rename_c.c: call _kadm5_connect
|
||||
|
||||
* randkey_c.c: call _kadm5_connect
|
||||
|
||||
* privs_c.c: call _kadm5_connect
|
||||
|
||||
* modify_c.c: call _kadm5_connect
|
||||
|
||||
* get_c.c: call _kadm5_connect
|
||||
|
||||
* delete_c.c: call _kadm5_connect
|
||||
|
||||
* create_c.c: call _kadm5_connect
|
||||
|
||||
* chpass_c.c: call _kadm5_connect
|
||||
|
||||
* private.h: add more fields to client context; remove prototypes
|
||||
|
||||
* admin.h: remove prototypes
|
||||
|
||||
* kadm5-protos.h: move public prototypes here
|
||||
|
||||
* kadm5-private.h: move private prototypes here
|
||||
|
||||
* init_c.c: break out connection code to separate function, and
|
||||
defer calling it until we actually do something
|
||||
|
||||
2000-07-07 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* set_keys.c (make_keys): also support `[kadmin]use_v4_salt' for
|
||||
|
@@ -12,7 +12,8 @@ libexec_PROGRAMS = ipropd-master ipropd-slave
|
||||
kadm5includedir = $(includedir)/kadm5
|
||||
buildkadm5include = $(buildinclude)/kadm5
|
||||
|
||||
kadm5include_HEADERS = kadm5_err.h admin.h private.h
|
||||
kadm5include_HEADERS = kadm5_err.h admin.h private.h \
|
||||
kadm5-protos.h kadm5-private.h
|
||||
|
||||
install-build-headers:: $(kadm5include_HEADERS)
|
||||
@foo='$(kadm5include_HEADERS)'; \
|
||||
|
Reference in New Issue
Block a user