1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s4:lib/http: move to the toplevel

This is going to be used from the s3 RPC server soon...

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@suse.de>
This commit is contained in:
Ralph Boehme 2019-04-02 18:34:24 +02:00
parent a0065c5760
commit fc0371b932
13 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
#include "auth/credentials/credentials.h"
#include "param/param.h"
#include "libcli/resolve/resolve.h"
#include "lib/http/http.h"
#include "libcli/http/http.h"
#include "lib/util/util_net.h"
struct dcerpc_pipe_connect {

View File

@ -32,7 +32,7 @@
#include "librpc/rpc/dcerpc_roh.h"
#include "librpc/rpc/dcerpc_proto.h"
#include "lib/param/param.h"
#include "lib/http/http.h"
#include "libcli/http/http.h"
static ssize_t tstream_roh_pending_bytes(struct tstream_context *stream);
static struct tevent_req * tstream_roh_readv_send(

View File

@ -37,7 +37,7 @@
#include "librpc/rpc/dcerpc.h"
#include "librpc/rpc/dcerpc_roh.h"
#include "librpc/rpc/dcerpc_proto.h"
#include "lib/http/http.h"
#include "libcli/http/http.h"
struct roh_connect_channel_state {
struct tevent_context *ev;

View File

@ -37,7 +37,7 @@
#include "librpc/rpc/dcerpc.h"
#include "librpc/rpc/dcerpc_roh.h"
#include "librpc/rpc/dcerpc_proto.h"
#include "lib/http/http.h"
#include "libcli/http/http.h"
struct roh_connect_channel_state {
struct tevent_context *ev;

View File

@ -71,7 +71,6 @@ bld.RECURSE('source4/lib/registry')
bld.RECURSE('source4/lib/messaging')
bld.RECURSE('source4/lib/events')
bld.RECURSE('source4/lib/cmdline')
bld.RECURSE('source4/lib/http')
if bld.CHECK_FOR_THIRD_PARTY():
bld.RECURSE('third_party')
bld.RECURSE('source4/lib/stream')
@ -117,6 +116,7 @@ bld.RECURSE('libcli/echo')
bld.RECURSE('libcli/dns')
bld.RECURSE('libcli/samsync')
bld.RECURSE('libcli/registry')
bld.RECURSE('libcli/http')
bld.RECURSE('lib/mscat')
bld.RECURSE('source4/lib/policy')
bld.RECURSE('libcli/named_pipe_auth')