summaryrefslogtreecommitdiff
path: root/doc/standards.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-01 06:34:24 -0700
committerKarl Berry <karl@freefriends.org>2008-11-01 06:34:24 -0700
commit7c0e989d53ae77837997bd6a661660d49ef30d7b (patch)
treeada79d82b2eec9fa15bda91a76477fd391a17f46 /doc/standards.texi
parentd51f43cc57c6e7d25ab44ce188af157642900720 (diff)
downloadgnulib-7c0e989d53ae77837997bd6a661660d49ef30d7b.tar.gz
-mautoupdate
Diffstat (limited to 'doc/standards.texi')
-rw-r--r--doc/standards.texi25
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/standards.texi b/doc/standards.texi
index 75205914e8..54bddf4cdd 100644
--- a/doc/standards.texi
+++ b/doc/standards.texi
@@ -3,7 +3,7 @@
@setfilename standards.info
@settitle GNU Coding Standards
@c This date is automagically updated when you save this file:
-@set lastupdate July 25, 2008
+@set lastupdate October 31, 2008
@c %**end of header
@dircategory GNU organization
@@ -526,6 +526,7 @@ command line interface, and how libraries should behave.
* Graphical Interfaces:: Standards for graphical interfaces.
* Command-Line Interfaces:: Standards for command line interfaces.
* Option Table:: Table of long options.
+* OID Allocations:: Table of OID slots for GNU.
* Memory Usage:: When and how to care about memory needs.
* File Usage:: Which files to use, and where.
@end menu
@@ -2213,6 +2214,28 @@ Print the version number.
@samp{-z} in @code{gprof}.
@end table
+@node OID Allocations
+@section OID Allocations
+@cindex OID allocations for GNU
+@cindex SNMP
+@cindex LDAP
+@cindex X.509
+
+The OID (object identifier) 1.3.6.1.4.1.11591 has been assigned to the
+GNU Project (thanks to Werner Koch). These are used for SNMP, LDAP,
+X.509 certificates, and so on. The web site
+@url{http://www.alvestrand.no/objectid} has a (voluntary) listing of
+many OID assignments.
+
+If you need a new slot for your GNU package, write
+@email{maintainers@@gnu.org}. Here is a list of arcs currently
+assigned:
+
+@example
+@include gnu-oids.texi
+@end example
+
+
@node Memory Usage
@section Memory Usage
@cindex memory usage