r2328: add the start of a new system and protocol
authorStefan Metzmacher <metze@samba.org>
Mon, 13 Sep 2004 14:17:41 +0000 (14:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:44 +0000 (12:58 -0500)
commitde4447d7a57c614b80d0ac00dca900ea7e1c21ea
tree105832316e2a5c506d49a925b156b69ca696850b
parent1854907da8d577db41de9aa14573d5c8c0092f47
r2328: add the start of a new system and protocol
independent socket library.

this is not used, but compiled currently

there're maybe some api changes later...

metze
source/configure.in
source/include/includes.h
source/lib/socket/config.m4 [new file with mode: 0644]
source/lib/socket/config.mk [new file with mode: 0644]
source/lib/socket/socket.c [new file with mode: 0644]
source/lib/socket/socket.h [new file with mode: 0644]
source/lib/socket/socket_ipv4.c [new file with mode: 0644]
source/libcli/libsmb.m4