Subversion Repositories oidplus

Rev

Rev 1308 | Rev 1345 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1308 Rev 1321
Line 328... Line 328...
328
- sanitize IPv4, IPv6, GUID during creation
328
- sanitize IPv4, IPv6, GUID during creation
329
	at IPv4 and IPv6: - if it is a single host address, don't put /32 or /128 suffix
329
	at IPv4 and IPv6: - if it is a single host address, don't put /32 or /128 suffix
330
	                  - strike unnecessary bits that are not defined in the netmask (also at the whois output)
330
	                  - strike unnecessary bits that are not defined in the netmask (also at the whois output)
331
- let the sysadmin decide if they want the title be "systemtitle - object title" or "object title - systemtitle"
331
- let the sysadmin decide if they want the title be "systemtitle - object title" or "object title - systemtitle"
332
- should a RA be able to mark their own oid as confidential, instead of asking the superior RA?
332
- should a RA be able to mark their own oid as confidential, instead of asking the superior RA?
333
- should there be an OIDplus project page at oidplus.viathinksoft.com instead of a "naked" system?
-
 
334
- vendor signature to plugins + viathinksoft signatures + "check" program if all signatures match
333
- vendor signature to plugins + viathinksoft signatures + "check" program if all signatures match
335
	Why do we need it?
334
	Why do we need it?
336
		We want to make sure that the OIDplus files aren't modified by hackers (e.g. replaced by a webshell)
335
		We want to make sure that the OIDplus files aren't modified by hackers (e.g. replaced by a webshell)
337
		Unfortunately, we can only verify our own files. Plugins by vendors cannot be checked.
336
		Unfortunately, we can only verify our own files. Plugins by vendors cannot be checked.
338
	Problem:
337
	Problem: