hassanakbar4 / test-usernames

0 stars 0 forks source link

RFCs missing from database #338

Closed hassanakbar4 closed 12 years ago

hassanakbar4 commented 14 years ago

resolution_fixed type_cleanup | by pasi.eronen@nokia.com


The "rfcs" table in the tracker database is missing 23 RFCs. These should be added to the database... (along with their author info etc.)

Here's the list:

mysql> select a.rfc_number,a.title from rfc_index_mirror a left join rfcs on a.rfc_number=rfcs.rfc_number where rfcs.rfc_number is null;
+------------+----------------------------------------------------------------------------------+
| rfc_number | title                                                                            |
+------------+----------------------------------------------------------------------------------+
|        144 | Data sharing on computer networks                                                | 
|        497 | Traffic Statistics (March 1973)                                                  | 
|        556 | Traffic Statistics (July 1973)                                                   | 
|       2498 | IPPM Metrics for Measuring Connectivity                                          | 
|       2551 | The Roman Standards Process -- Revision III                                      | 
|       2873 | TCP Processing of the IPv4 Precedence Field                                      | 
|       3079 | Deriving Keys for use with Microsoft Point-to-Point Encryption (MPPE)            | 
|       3751 | Omniscience Protocol Requirements                                                | 
|       4824 | The Transmission of IP Datagrams over the Semaphore Flag Signaling System (SFSS) | 
|       5000 | Internet Official Protocol Standards                                             | 
|       5175 | IPv6 Router Advertisement Flags Option                                           | 
|       5218 | What Makes For a Successful Protocol?                                            | 
|       5241 | Naming Rights in IETF Protocols                                                  | 
|       5242 | A Generalized Unified Character Code: Western European and CJK Sections          | 
|       5505 | Principles of Internet Host Configuration                                        | 
|       5507 | Design Choices When Expanding the DNS                                            | 
|       5513 | IANA Considerations for Three Letter Acronyms                                    | 
|       5514 | IPv6 over Social Networks                                                        | 
|       5540 | 40 Years of RFCs                                                                 | 
|       5704 | Uncoordinated Protocol Development Considered Harmful                            | 
|       5741 | RFC Streams, Headers, and Boilerplates                                           | 
|       5743 | Definition of an Internet Research Task Force (IRTF) Document Stream             | 
|       5745 | Procedures for Rights Handling in the RFC IAB Stream                             | 
+------------+----------------------------------------------------------------------------------+

Sent to secretariat on 2010-03-23, rt.ietf.org ticket 25407.


Issue migrated from trac:338 at 2021-12-13 14:46:58 +0500

hassanakbar4 commented 12 years ago

@henrik@levkowetz.com changed status from new to closed

hassanakbar4 commented 12 years ago

@henrik@levkowetz.com changed resolution from ` tofixed`

hassanakbar4 commented 12 years ago

@henrik@levkowetz.com commented


Fixed at some point:

mysql> select a.rfc_number,a.title from rfc_index_mirror a left join rfcs on a.rfc_number=rfcs.rfc_number where rfcs.rfc_number is null; Empty set (0.00 sec)