~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to html/drivers/driver33.html

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
<html>
4
4
 
5
 
    <head>
6
 
        <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
7
 
        <title>Dumb Clock</title>
8
 
        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
9
 
    </head>
 
5
        <head>
 
6
                <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
7
                <title>Dumb Clock</title>
 
8
                <link href="scripts/style.css" type="text/css" rel="stylesheet">
 
9
        </head>
10
10
 
11
 
    <body>
12
 
        <h3>Dumb Clock</h3>
13
 
        <hr>
14
 
        <h4>Synopsis</h4>
15
 
        <p>Address: 127.127.33.<i>u</i><br>
16
 
            Reference ID: <tt>DUMBCLOCK</tt><br>
17
 
            Driver ID: <tt>DUMBCLOCK</tt><br>
18
 
            Serial Port: <tt>/dev/dumbclock<i>u</i></tt>; 9600 bps, 8-bits, no parity<br>
19
 
            Features: <tt>(none)</tt></p>
20
 
        <h4>Description</h4>
21
 
        <p>This driver supports a dumb ASCII clock that only emits localtime at a reliable interval. This has no provisions for leap seconds, quality codes, etc. It assumes output in the local time zone, and that the C library mktime()/localtime() routines will correctly convert back and forth between local and UTC.</p>
22
 
        <p>Most of this code is originally from refclock_wwvb.c with thanks. It has been so mangled that wwvb is not a recognizable ancestor.</p>
23
 
        <pre>
 
11
        <body>
 
12
                <h3>Dumb Clock</h3>
 
13
                <hr>
 
14
                <h4>Synopsis</h4>
 
15
                <p>Address: 127.127.33.<i>u</i><br>
 
16
                        Reference ID: <tt>DUMBCLOCK</tt><br>
 
17
                        Driver ID: <tt>DUMBCLOCK</tt><br>
 
18
                        Serial Port: <tt>/dev/dumbclock<i>u</i></tt>; 9600 bps, 8-bits, no parity<br>
 
19
                        Features: <tt>(none)</tt></p>
 
20
                <h4>Description</h4>
 
21
                <p>This driver supports a dumb ASCII clock that only emits localtime at a reliable interval. This has no provisions for leap seconds, quality codes, etc. It assumes output in the local time zone, and that the C library mktime()/localtime() routines will correctly convert back and forth between local and UTC.</p>
 
22
                <p>Most of this code is originally from refclock_wwvb.c with thanks. It has been so mangled that wwvb is not a recognizable ancestor.</p>
 
23
                <pre>
24
24
Timecode format: hh:mm:ssCL
25
25
hh:mm:ss - local time
26
26
C - \r (carriage return)
27
27
L - \n (newline)
28
28
</pre>
29
 
        <hr>
30
 
        <!-- hhmts start -->Last modified: Sun Feb 14 12:07:01 EST 1999 <!-- hhmts end -->
31
 
        <hr>
32
 
        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
33
 
    </body>
 
29
                <hr>
 
30
                <!-- hhmts start -->Last modified: Sun Feb 14 12:07:01 EST 1999 <!-- hhmts end -->
 
31
                <hr>
 
32
                <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
 
33
        </body>
34
34
 
35
35
</html>
 
 
b'\\ No newline at end of file'