Bug #53
getservbyname stubbed
| Status: | Closed | Start: | 09/10/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | - | Spent time: | - | |
| Target version: | Foster |
Description
Tftp needs it.
History
Updated by Matthew Iselin over 2 years ago
An SQL database could be used to keep track of the serv -> port combos. This fits the way getservbyname is defined too.
As an added bonus host -> IP lookups can also be moved into a database, which removes the need for DNS to have full control over said mappings.
Updated by Eduard Burtescu over 2 years ago
Matthew Iselin wrote:
An SQL database could be used to keep track of the serv -> port combos. This fits the way getservbyname is defined too.
As an added bonus host -> IP lookups can also be moved into a database, which removes the need for DNS to have full control over said mappings.
I was thinking on that, too. I may implement it, if it's ok to you.
Updated by QuokForge Admin over 2 years ago
The 'normal' list should be included in the schema, however a userspace application will be required to add/modify/remove entries.
Should a 'generic' network config tool be created, with wrappers around it for compatibility with *nix apps?
Updated by Eduard Burtescu over 2 years ago
Tyler Kennedy wrote:
The 'normal' list should be included in the schema, however a userspace application will be required to add/modify/remove entries.
Should a 'generic' network config tool be created, with wrappers around it for compatibility with *nix apps?
See the netconfig app that pcmattman did. It does nothing for now, but can be modified to use a database backend.
Updated by Eduard Burtescu over 2 years ago
- Status changed from New to Feedback
- Assigned to changed from Matthew Iselin to Eduard Burtescu
- % Done changed from 0 to 100
Done. Awaiting feedback.