*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6406 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
27
ChangeLog
27
ChangeLog
@@ -1,3 +1,30 @@
|
||||
1999-07-03 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* lib/krb5/principal.c (unparse_name): error check malloc properly
|
||||
|
||||
* lib/krb5/get_in_tkt.c (krb5_init_etype): error check malloc
|
||||
properly
|
||||
|
||||
* lib/krb5/crypto.c (*): do some malloc return-value checks
|
||||
properly
|
||||
|
||||
* lib/hdb/hdb.c (hdb_process_master_key): simplify by using
|
||||
krb5_data_alloc
|
||||
|
||||
* lib/hdb/hdb.c (hdb_process_master_key): check return value from
|
||||
malloc
|
||||
|
||||
* lib/asn1/gen_decode.c (decode_type): fix generation of decoding
|
||||
information for TSequenceOf.
|
||||
|
||||
* kdc/kerberos5.c (get_pa_etype_info): check return value from
|
||||
malloc
|
||||
|
||||
1999-07-02 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* lib/asn1/der_copy.c (copy_octet_string): don't fail if length ==
|
||||
0 and malloc returns NULL
|
||||
|
||||
1999-06-24 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* lib/krb5/rd_cred.c (krb5_rd_cred): compare the sender's address
|
||||
|
@@ -1,3 +1,7 @@
|
||||
1999-07-03 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* rsh.c (construct_command): handle argc == 0 for generality
|
||||
|
||||
1999-06-23 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* rsh.c: new option `-e' for not trying to open an stderr socket
|
||||
|
@@ -1,3 +1,8 @@
|
||||
1999-07-03 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* server.c (v5_loop): handle data allocation with krb5_data_alloc
|
||||
and check return value
|
||||
|
||||
1999-06-23 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* version4.c (kadm_ser_cpw): read the key in the strange order
|
||||
|
@@ -1,3 +1,7 @@
|
||||
1999-07-03 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* parse.y (statement): use asprintf
|
||||
|
||||
1999-06-13 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* Makefile.in: make it solaris make vpath-safe
|
||||
|
@@ -1,3 +1,15 @@
|
||||
1999-07-03 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* writev.c (writev): error check malloc properly
|
||||
|
||||
* sendmsg.c (sendmsg): error check malloc properly
|
||||
|
||||
* resolve.c (parse_reply): error check malloc properly
|
||||
|
||||
* recvmsg.c (recvmsg): error check malloc properly
|
||||
|
||||
* readv.c (readv): error check malloc properly
|
||||
|
||||
1999-06-23 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* parse_units.c (acc_units): move the special case of 0 -> 1 to
|
||||
|
Reference in New Issue
Block a user