The next bug report will receive number: 56.

48. I should get someone with an alpha to test diald out in that
    environment so I can get rid of type size assumptions.
    Before I do that I need to look through the code for any
    places where I use "int" or "long" and really mean u_int32_t.
    (Mostly this will be with IP addresses.)
    Simiarly, I should look for uses of short where I really want u_int16_t,
    or char where I want u_int8_t.

56.
