*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8150 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-08 21:24:07 +00:00
parent f921be44db
commit 3e0fb4f19a
2 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
2000-04-08 Assar Westerlund <assar@sics.se> 2000-04-08 Assar Westerlund <assar@sics.se>
* lib/krb5/rd_safe.c (krb5_rd_safe): increment sequence number
after comparing
* lib/krb5/rd_priv.c (krb5_rd_priv): increment sequence number
after comparing
* lib/krb5/mk_safe.c (krb5_mk_safe): make `tmp_seq' unsigned
* lib/krb5/mk_priv.c (krb5_mk_priv): make `tmp_seq' unsigned
* lib/krb5/generate_seq_number.c (krb5_generate_seq_number): make
`seqno' be unsigned
* lib/krb5/mk_safe.c (krb5_mk_safe): increment local sequence * lib/krb5/mk_safe.c (krb5_mk_safe): increment local sequence
number after the fact and only increment it if we were successful number after the fact and only increment it if we were successful
* lib/krb5/mk_priv.c (krb5_mk_priv): increment local sequence * lib/krb5/mk_priv.c (krb5_mk_priv): increment local sequence

View File

@@ -1,3 +1,9 @@
2000-04-05 Assar Westerlund <assar@sics.se>
* resolve.c (_resolve_debug): explicitly set to zero. this moves
the variable from bss to data and the dynamic linker on MacOS
X/Darwin seems unhappy with stuff in the bss segment.
2000-04-03 Assar Westerlund <assar@sics.se> 2000-04-03 Assar Westerlund <assar@sics.se>
* Makefile.am: set version to 8:0:3 * Makefile.am: set version to 8:0:3