*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5451 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-27 22:37:04 +00:00
parent be8fc79528
commit 796854d16e
3 changed files with 17 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ Wed Feb 3 22:01:55 1999 Assar Westerlund <assar@sics.se>
* rxtelnet.in: update usage string
Fri Jan 22 23:51:05 1999 Assar Westerlund <assar@sics.se>
* common.c (verify_and_remove_cookies): give back a meaningful
error message if we're using the wrong cookie
Fri Dec 18 17:42:02 1998 Assar Westerlund <assar@sics.se>
* common.c (replace_cookie): try to handle the case of not finding

View File

@@ -11,6 +11,8 @@ Tue Nov 24 23:20:54 1998 Assar Westerlund <assar@sics.se>
* Makefile.in: build and install pfrom
* pfrom.in: bindir -> libexecdir
Sun Nov 22 15:33:52 1998 Johan Danielsson <joda@hella.pdc.kth.se>
* push.c: eliminate some warnings

View File

@@ -30,6 +30,16 @@ Sun Dec 6 19:53:21 1998 Assar Westerlund <assar@sics.se>
no unit was given
(acc_flags, acc_units): update to new standard
Fri Nov 27 03:09:42 1998 Assar Westerlund <assar@sics.se>
* resolve.c (stot): constify
(type_to_string): always declare
(dns_lookup_int): correct debug output
Thu Nov 26 23:43:55 1998 Assar Westerlund <assar@sics.se>
* resolve.c (dns_lookup_int): send rr_class to res_search
Thu Nov 26 17:09:47 1998 Johan Danielsson <joda@hella.pdc.kth.se>
* resolve.c: some cleanup