*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7378 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-13 04:19:25 +00:00
parent 0c65782ee3
commit b0574288cf
3 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
1999-11-12 Assar Westerlund <assar@sics.se> 1999-11-12 Assar Westerlund <assar@sics.se>
* lib/krb5/krb5.h (KRB5_TC_*): make constants unsigned
* lib/asn1/gen_glue.c (generate_2int, generate_units): make sure
bit constants are unsigned
* lib/asn1/gen.c (define_type): make length in sequences be
unsigned.
* configure.in: remove duplicate test for setsockopt test for
struct tm.tm_isdst
* lib/krb5/get_in_tkt.c (krb5_get_in_cred): generate * lib/krb5/get_in_tkt.c (krb5_get_in_cred): generate
preauthentication information if we get back ERR_PREAUTH_REQUIRED preauthentication information if we get back ERR_PREAUTH_REQUIRED
* lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): remove * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): remove

View File

@@ -1,3 +1,8 @@
1999-11-13 Assar Westerlund <assar@sics.se>
* password_quality.c (kadm5_setup_passwd_quality_check): use
correct types for function pointers
1999-11-09 Johan Danielsson <joda@pdc.kth.se> 1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* randkey_s.c: always bail out if the fetch fails * randkey_s.c: always bail out if the fetch fails

View File

@@ -1,3 +1,11 @@
1999-11-13 Assar Westerlund <assar@sics.se>
* strftime.c (strftime): handle `%z' and `%Z' in a tm_gmtoff-less
world
* getcap.c: make sure to use db only if we have both the library
and the header file
1999-11-12 Assar Westerlund <assar@sics.se> 1999-11-12 Assar Westerlund <assar@sics.se>
* getarg.h: add arg_counter * getarg.h: add arg_counter