*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7208 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
38
ChangeLog
38
ChangeLog
@@ -1,3 +1,41 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* lib/krb5/Makefile.am: bump version to 4:0:0
|
||||||
|
(krb524_convert_creds_kdc and potentially some other functions
|
||||||
|
have changed prototypes)
|
||||||
|
|
||||||
|
* lib/hdb/Makefile.am: bump version to 3:1:0
|
||||||
|
|
||||||
|
* lib/asn1/Makefile.am: bump version to 1:3:0
|
||||||
|
|
||||||
|
* configure.in (LIB_roken): add dbopen. getcap in roken
|
||||||
|
references dbopen and with shared libraries we need to add this
|
||||||
|
dependency.
|
||||||
|
|
||||||
|
* lib/krb5/verify_krb5_conf.c (main): support speicifying the
|
||||||
|
configuration file to test on the command line
|
||||||
|
|
||||||
|
* lib/krb5/config_file.c (parse_binding): handle line with no
|
||||||
|
whitespace before =
|
||||||
|
(krb5_config_parse_file_debug): set lineno earlier so that we don't
|
||||||
|
use it unitialized
|
||||||
|
|
||||||
|
* configure.in (AM_INIT_AUTOMAKE): bump to 0.2b-pre opt*: need
|
||||||
|
more include files for these tests
|
||||||
|
|
||||||
|
* lib/krb5/set_default_realm.c (krb5_set_default_realm): use
|
||||||
|
krb5_config_get_strings, which means that your configuration file
|
||||||
|
should look like:
|
||||||
|
|
||||||
|
[libdefaults]
|
||||||
|
default_realm = realm1 realm2 realm3
|
||||||
|
|
||||||
|
* lib/krb5/set_default_realm.c (config_binding_to_list): fix
|
||||||
|
copy-o. From Michal Vocu <michal@karlin.mff.cuni.cz>
|
||||||
|
|
||||||
|
* kdc/config.c (configure): add a missing strdup. From Michal
|
||||||
|
Vocu <michal@karlin.mff.cuni.cz>
|
||||||
|
|
||||||
1999-10-17 Assar Westerlund <assar@sics.se>
|
1999-10-17 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
* Release 0.2a
|
* Release 0.2a
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: bump version to 0:2:0
|
||||||
|
|
||||||
1999-09-21 Johan Danielsson <joda@pdc.kth.se>
|
1999-09-21 Johan Danielsson <joda@pdc.kth.se>
|
||||||
|
|
||||||
* des.h: make this work with mips 64-bit abi
|
* des.h: make this work with mips 64-bit abi
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: set version to 0:2:0
|
||||||
|
|
||||||
1999-09-21 Assar Westerlund <assar@sics.se>
|
1999-09-21 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
* init_sec_context.c (gss_init_sec_context): initialize `ticket'
|
* init_sec_context.c (gss_init_sec_context): initialize `ticket'
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: set version to 0:2:0
|
||||||
|
|
||||||
1999-09-21 Assar Westerlund <assar@sics.se>
|
1999-09-21 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
* init_sec_context.c (gss_init_sec_context): initialize `ticket'
|
* init_sec_context.c (gss_init_sec_context): initialize `ticket'
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: set version of kadm5srv to 3:0:2 (new password
|
||||||
|
quality functions).
|
||||||
|
set version of kdam5clnt to 2:1:1 (no interface changes)
|
||||||
|
|
||||||
|
* Makefile.am (LDADD): add $(LIB_dlopen)
|
||||||
|
|
||||||
1999-10-17 Assar Westerlund <assar@sics.se>
|
1999-10-17 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
* randkey_s.c (kadm5_s_randkey_principal): use
|
* randkey_s.c (kadm5_s_randkey_principal): use
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: set version to 1:1:1
|
||||||
|
|
||||||
|
* afskrb5.c (get_cred): always request a DES key
|
||||||
|
|
||||||
Fri Oct 8 18:17:22 1999 Bjoern Groenvall <bg@mummel.sics.se>
|
Fri Oct 8 18:17:22 1999 Bjoern Groenvall <bg@mummel.sics.se>
|
||||||
|
|
||||||
* afskrb.c, common.c : Change code to make a clear distinction
|
* afskrb.c, common.c : Change code to make a clear distinction
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: set version to 0:1:0
|
||||||
|
|
||||||
Fri Mar 19 14:52:48 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
Fri Mar 19 14:52:48 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
||||||
|
|
||||||
* Makefile.am: add version-info
|
* Makefile.am: add version-info
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
1999-10-20 Assar Westerlund <assar@sics.se>
|
||||||
|
|
||||||
|
* Makefile.am: set version to 3:0:0
|
||||||
|
|
||||||
1999-10-18 Johan Danielsson <joda@pdc.kth.se>
|
1999-10-18 Johan Danielsson <joda@pdc.kth.se>
|
||||||
|
|
||||||
* getarg.3: document arg_collect
|
* getarg.3: document arg_collect
|
||||||
|
Reference in New Issue
Block a user