/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Björn Påhlsson
  • Date: 2011-08-08 16:46:13 UTC
  • mfrom: (492 trunk)
  • mto: This revision was merged to the branch mainline in revision 497.
  • Revision ID: belorn@fukt.bsnet.se-20110808164613-k5bplla57ofg2wa1
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
** TODO [#B] Use struct sockaddr_storage instead of a union
12
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
13
13
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
14
 
** TODO [#B] Accept [] around IPv6 address in --connect option; see [[http://tools.ietf.org/html/rfc5952][RFC 5952 - A Recommendation for IPv6 Address Text Representation]]
15
14
 
16
15
* splashy
17
16
** TODO [#B] use scandir(3) instead of readdir(3)