Restructure code, moving most code out of packet.c
authorLinus Nordberg <linus@nordu.net>
Sun, 6 Mar 2011 14:53:58 +0000 (15:53 +0100)
committerLinus Nordberg <linus@nordu.net>
Sun, 6 Mar 2011 14:53:58 +0000 (15:53 +0100)
commit5c60297a1eaab7b10d6f584ba329493a41b812d0
treeec1eef1d6adb859ef94e5aeeff8f190d35e63215
parent7636505962a348d9564e53922834dc6df1274653
Restructure code, moving most code out of packet.c

Also, move copyright notice out of COPYING and into every file.
26 files changed:
lib/COPYING
lib/Makefile.am
lib/attr.c
lib/compat.c
lib/compat.h
lib/conf.c
lib/conn.c
lib/debug.c
lib/debug.h
lib/err.c
lib/event.c [new file with mode: 0644]
lib/event.h [new file with mode: 0644]
lib/packet.c
lib/packet.h [new file with mode: 0644]
lib/peer.c
lib/peer.h [new file with mode: 0644]
lib/radsec.c
lib/radsec.h [new file with mode: 0644]
lib/request.c
lib/send.c [new file with mode: 0644]
lib/tcp.c [new file with mode: 0644]
lib/tcp.h [new file with mode: 0644]
lib/tls.c
lib/tls.h
lib/udp.c [new file with mode: 0644]
lib/udp.h [new file with mode: 0644]