History log of /openbsd-current/sys/lib/libsa/netudp.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 31-Mar-2018 patrick

Stop converting UDP and IP header values from network endianness to host
endianness for convenience reasons. Especially in code pathes like TFTP
where the source port is read from the received UDP packet and used as
destination port in a new UDP packet this can be very harmful. Luckily
this issue has had no effect on our architectures since they never use
any of the code paths that could be harmful.

ok visa@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.3 16-Jul-2015 mpi

Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.

ok guenther@, henning@


Revision tags: OPENBSD_5_7_BASE
# 1.2 20-Nov-2014 krw

Yet more #include de-duplication.

ok deraadt@ tedu@


# 1.1 19-Nov-2014 miod

Move {recv,send}udp() out of net.c into their own file; to be used shortly.
Add the new files to the few md libsa builds which require it.


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 16-Jul-2015 mpi

Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.

ok guenther@, henning@


Revision tags: OPENBSD_5_7_BASE
# 1.2 20-Nov-2014 krw

Yet more #include de-duplication.

ok deraadt@ tedu@


# 1.1 19-Nov-2014 miod

Move {recv,send}udp() out of net.c into their own file; to be used shortly.
Add the new files to the few md libsa builds which require it.