Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
authorLinus Nordberg <linus@nordberg.se>
Tue, 22 Jan 2013 10:01:59 +0000 (11:01 +0100)
committerLinus Nordberg <linus@nordberg.se>
Tue, 22 Jan 2013 10:39:52 +0000 (11:39 +0100)
commit95c4d4a42f2b4457c64a87c45c7c170dfba6a7c4
tree2db13956be8e5c2152b2b472185e295938fc347d
parent0be487506195d069c468fa71c32dc2cd50450363
Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
20 files changed:
lib/Makefile.am
lib/configure.ac
lib/radsec.c
lib/radsecproxy/Makefile.am [new file with mode: 0644]
lib/radsecproxy/debug.c [moved from lib/rsp_debug.c with 99% similarity]
lib/radsecproxy/debug.h [moved from lib/rsp_debug.h with 100% similarity]
lib/radsecproxy/gconfig.h [new file with mode: 0644]
lib/radsecproxy/hash.c [moved from lib/rsp_hash.c with 98% similarity]
lib/radsecproxy/hash.h [moved from lib/rsp_hash.h with 100% similarity]
lib/radsecproxy/hostport_types.h [new file with mode: 0644]
lib/radsecproxy/list.c [moved from lib/rsp_list.c with 99% similarity]
lib/radsecproxy/list.h [moved from lib/rsp_list.h with 100% similarity]
lib/radsecproxy/radmsg.h [new file with mode: 0644]
lib/radsecproxy/radsecproxy.h [new file with mode: 0644]
lib/radsecproxy/tlscommon.c [moved from lib/rsp_tlscommon.c with 98% similarity]
lib/radsecproxy/tlscommon.h [moved from lib/rsp_tlscommon.h with 100% similarity]
lib/radsecproxy/tlv11.h [new file with mode: 0644]
lib/radsecproxy/util.c [moved from lib/rsp_util.c with 99% similarity]
lib/radsecproxy/util.h [moved from lib/rsp_util.h with 100% similarity]
lib/tls.c