/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-07-25 18:46:19 UTC
  • mfrom: (487 trunk)
  • mto: This revision was merged to the branch mainline in revision 489.
  • Revision ID: belorn@fukt.bsnet.se-20110725184619-l7vfsobr0bh9fc3l
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]]
14
15
 
15
16
* splashy
16
17
** TODO [#B] use scandir(3) instead of readdir(3)
25
26
 
26
27
* password-prompt
27
28
** TODO [#B] lock stdin (with flock()?)
 
29
** TODO [#A] Free direntries after scandir()
28
30
 
29
31
* plymouth
 
32
** TODO [#A] Free direntries after scandir()
30
33
 
31
34
* TODO [#B] passdev
32
35