Jelmer Vernooij
6b6b2196a8
Use variables for source directory in remaining subsystems.
2008-05-18 20:30:46 +02:00
Jelmer Vernooij
28f4a8bc2c
Use variables for source directory in a couple more places.
2008-05-18 19:56:17 +02:00
Jelmer Vernooij
c41bd3005f
Use variables for source directory in a couple more places.
2008-05-18 19:54:27 +02:00
Jelmer Vernooij
2860a7db59
Use variables for source directory in a couple more places.
2008-05-18 19:46:09 +02:00
Jelmer Vernooij
56bb2907c6
Use variables for source directory in a couple more places.
2008-05-18 19:41:33 +02:00
Jelmer Vernooij
f97bc57358
Use variable for param src dir.
2008-05-18 19:37:24 +02:00
Jelmer Vernooij
16a04d9af4
Build system doesn't do make variable expansion...
2008-05-18 19:11:47 +02:00
Jelmer Vernooij
63f2b66f0e
Use src dir.
2008-05-18 19:10:37 +02:00
Jelmer Vernooij
fb10a81b94
Use variables for source path in libnet/ and scripting/python.
2008-05-18 19:07:07 +02:00
Jelmer Vernooij
d9770b651f
Move templates to a separate file.
2008-05-18 18:55:14 +02:00
Jelmer Vernooij
8a4f030261
Avoid use of relative paths.
2008-05-18 18:52:33 +02:00
Jelmer Vernooij
a38e473c9e
Fix --output argument.
2008-05-18 18:33:05 +02:00
Jelmer Vernooij
c4bfc0b8da
Allow specifying different input file to smb_build.
2008-05-18 18:08:37 +02:00
Jelmer Vernooij
7fee112d2b
Move writing of data.mk file to m4 macro.
2008-05-18 17:55:50 +02:00
Jelmer Vernooij
3ce8a4bb55
Move writing autoconf vars into files into m4 macros.
2008-05-18 17:48:50 +02:00
Jelmer Vernooij
16dbbf75c7
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
2008-05-18 17:35:16 +02:00
Stefan Metzmacher
91e9062265
smbd: pass down lp_ctx to stream_new_connection_merge()
...
metze
2008-05-17 02:15:18 +02:00
Stefan Metzmacher
3777d0307b
smbd: add session_info to struct stream_connection
...
NULL represents an anoymous connection, as that's
cheaper than always calling auth_anonymous_session_info(),
That means if the caller wants to use the transport layer
session_info he should call auth_anonymous_session_info()
to create the session info.
metze
2008-05-17 01:54:18 +02:00
Stefan Metzmacher
7f26a5425e
lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK_CHECKS
...
metze
2008-05-16 22:56:15 +02:00
Stefan Metzmacher
5de605bb2e
lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET and rely on libreplace
...
metze
2008-05-16 22:56:14 +02:00
Stefan Metzmacher
e674128ee2
lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET
...
Moved from the samba specific locations
metze
2008-05-16 22:56:14 +02:00
Stefan Metzmacher
1c7905cfb4
lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL
...
metze
2008-05-16 22:56:14 +02:00
Jelmer Vernooij
4c098e4c9f
Install python modules by default.
2008-05-16 16:30:22 +02:00
Volker Lendecke
fc3bc3c4a8
Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=true
2008-05-16 15:54:10 +02:00
Volker Lendecke
f75f95931c
Fix two C++ warnings
2008-05-16 15:54:04 +02:00
Stefan Metzmacher
901426c24c
torture: add RPC-BENCH-SCHANNEL1 test
...
This tests SamLogonEx() calls on multiple (smb) connections
in parallel. Sadly the smb connect needs to be serialized
because of the reset on zero VC style behavior of windows.
Call it like this:
bin/smbtorture -U administrator%test ncacn_np:w2k3-101 -W W2K3 RPC-BENCH-SCHANNEL
or
bin/smbtorture -U administrator%test ncacn_np:w2k3-101 -W W2K3 -k no RPC-BENCH-SCHANNEL \
--option="torture:nprocs=4" --option="torture:timelimit=1" \
--extra-user SUB1\\sub1user%testsecret --extra-user SUB1\\sub1user%testsecret
or ...
Later we should add more tests, maybe using only one smb connection
and different netlogon pipes.
We should also test using the DCERPC_PFC_FLAG_CONC_MPX flag and just one
rpc connection.
DCERPC_PFC_FLAG_CONC_MPX /* supports concurrent multiplexing of a single connection.*/
metze
2008-05-16 15:53:49 +02:00
Volker Lendecke
b3d0246764
Fix an uninitialized variable warning
2008-05-16 15:40:39 +02:00
Volker Lendecke
a9a0f24f72
In torture_leave_domain, say what account was deleted
2008-05-16 15:40:29 +02:00
Stefan Metzmacher
5ca4f76703
build: readd ALL_OBJS which is needed for automatic_dependencies
...
metze
2008-05-16 14:51:39 +02:00
Julien Kerihuel
718f9ce688
The following patch calls the op_bind operation for an interface which context is altered by dcerpc alter_context requests. It prevents dcerpc_server from returning errors (nca_s_fault_access_denied, then nca_s_fault_context_mismatch in further client requests) and keeps the connection alive.
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-05-16 08:54:34 +02:00
Julien Kerihuel
652b8c5f15
This patch adds remaining padding bytes to the dcerpc_fault IDL structure and adds a const 4 bytes blob to pkt.u.fault.
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-05-16 08:54:27 +02:00
Volker Lendecke
0c09d28acf
Fix an uninitialized variable introduced by 3045d391
...
Simo, please check!
Volker
2008-05-14 19:51:29 +02:00
Stefan Metzmacher
ece9df0875
Revert "lib/events: system/network.h isn't needed"
...
Somehow this breaks 'make test'...
This reverts commit 59faf3bf67
.
metze
2008-05-14 17:28:42 +02:00
Stefan Metzmacher
59faf3bf67
lib/events: system/network.h isn't needed
...
metze
2008-05-14 15:20:17 +02:00
Simo Sorce
10415bb738
Make it possible to build libevents standalone.
2008-05-14 00:03:01 -04:00
Stefan Metzmacher
da2179ee5d
libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6
...
metze
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
3fddd36e11
libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWORK_CHECKS was used
...
metze
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
aa7ef1af74
libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars
...
metze
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
67845d3471
libreplace: include inet_ntoa.o when the system one is broken
...
metze
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
0234d397fe
libreplace: merge getifaddrs.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:12 +02:00
Stefan Metzmacher
64591d064d
libreplace: merge getaddrinfo.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:12 +02:00
Stefan Metzmacher
f9f8f93adc
libreplace: merge socketpair.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:12 +02:00
Stefan Metzmacher
3a70274c90
libreplace: merge inet_pton.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:11 +02:00
Stefan Metzmacher
223ef6c08e
libreplace: merge inet_ntop.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:11 +02:00
Stefan Metzmacher
fba00736c8
libreplace: merge inet_aton.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:11 +02:00
Stefan Metzmacher
82e826253b
libreplace: merge inet_ntoa.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:10 +02:00
Stefan Metzmacher
c70eba87db
libreplace: merge socket.m4 into libreplace_network.m4
...
metze
2008-05-13 09:07:10 +02:00
Jelmer Vernooij
9683f7434c
Merge branch 'nosmbpython' into v4-0-test
2008-05-12 03:54:53 +02:00
Jelmer Vernooij
2e8766145a
Fail earlier on if shared libs can't be built.
2008-05-11 15:37:09 +02:00
Jelmer Vernooij
ef53ffbc24
Add extra include directories, hopefully fixes the build on aix53bf.
2008-05-11 15:31:02 +02:00