r15625: Partial commit of my current work. It makes libnet api functions
authorRafal Szczesniak <mimir@samba.org>
Mon, 15 May 2006 21:49:27 +0000 (21:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:07:24 +0000 (14:07 -0500)
commit16b5eac38df91b2377cbffe3009cc956fcb8a78a
tree66222e7c451efd337e856645c2f37e5275038917
parent6506e27cb26dd05671a2a001d02536955101dae1
r15625: Partial commit of my current work. It makes libnet api functions
a bit more smart and more aware of what libnet_context can offer.
The context is a help when some of the arguments are not passed
(programmer counts on using sensible defaults) and stores some of
results so that similar subsequent calls don't need to reopen some
of policy handles, pipes, etc. again. It also helps to hide some
of details the library user don't really want to know much about.

Also, change domain open function to be part of public api, as
it is going to be used in ejsnet interface.

Note, this is work in progress. Comments are welcome.

rafal
(This used to be commit 1ed80c594c2f466e364a11194d6fdc30ac4a8f27)
source4/libnet/composite.h
source4/libnet/config.mk
source4/libnet/libnet.c
source4/libnet/libnet.h
source4/libnet/libnet_domain.c [moved from source4/libnet/domain.c with 50% similarity]
source4/libnet/libnet_domain.h [new file with mode: 0644]
source4/libnet/libnet_rpc.c
source4/libnet/libnet_user.c