Jelmer Vernooij
c9d7ebcc0e
Build system doesn't do make variable expansion...
...
(This used to be commit 16a04d9af4cc33daafe32bc45a404959924bd33e)
2008-05-18 19:11:47 +02:00
Jelmer Vernooij
100d3967d3
Use src dir.
...
(This used to be commit 63f2b66f0e1120a516d3dfcd03b38db2e4aaddd0)
2008-05-18 19:10:37 +02:00
Jelmer Vernooij
4d2f44163e
Use variables for source path in libnet/ and scripting/python.
...
(This used to be commit fb10a81b9484642099ecbe896eabe00a4417bc42)
2008-05-18 19:07:07 +02:00
Jelmer Vernooij
98154fdf05
Move templates to a separate file.
...
(This used to be commit d9770b651f61a0b70d6afa4610fadc7f199e1d98)
2008-05-18 18:55:14 +02:00
Jelmer Vernooij
06a3d35eb6
Avoid use of relative paths.
...
(This used to be commit 8a4f030261d15ea78280d51877711ceea815885a)
2008-05-18 18:52:33 +02:00
Jelmer Vernooij
109634ba77
Fix --output argument.
...
(This used to be commit a38e473c9e382465ae30f3ca7ae12de500aec5f7)
2008-05-18 18:33:05 +02:00
Jelmer Vernooij
1067678048
Allow specifying different input file to smb_build.
...
(This used to be commit c4bfc0b8daf2e288a278936b279bb4f7848d78e9)
2008-05-18 18:08:37 +02:00
Jelmer Vernooij
353afc8d94
Move writing of data.mk file to m4 macro.
...
(This used to be commit 7fee112d2b86b423c397118f0333065825ea3518)
2008-05-18 17:55:50 +02:00
Jelmer Vernooij
9207a22a0e
Move writing autoconf vars into files into m4 macros.
...
(This used to be commit 3ce8a4bb5568bb798c40034e3fa6a613ad2bf43b)
2008-05-18 17:48:50 +02:00
Jelmer Vernooij
4911af47f8
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
...
(This used to be commit 16dbbf75c7fa0f877659654a20bcab73b707e627)
2008-05-18 17:35:16 +02:00
Stefan Metzmacher
250478d044
smbd: pass down lp_ctx to stream_new_connection_merge()
...
metze
(This used to be commit 91e9062265a68e3a1fe5e092503ec44ae5ea034e)
2008-05-17 02:15:18 +02:00
Stefan Metzmacher
626b2da5a9
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
(This used to be commit 3777d0307b346bcf363ab5ad783e802682034a9a)
2008-05-17 01:54:18 +02:00
Stefan Metzmacher
097b5ae763
lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK_CHECKS
...
metze
(This used to be commit 7f26a5425e706a97cc07c5139b3fea4fde9e4020)
2008-05-16 22:56:15 +02:00
Stefan Metzmacher
c7c9aa7e7a
lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET and rely on libreplace
...
metze
(This used to be commit 5de605bb2ef88a1f3e61c64e557c7f069d0f6dad)
2008-05-16 22:56:14 +02:00
Stefan Metzmacher
a65e5994ad
lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKET
...
Moved from the samba specific locations
metze
(This used to be commit e674128ee2f11596f358ed46104c9d25eb2f754f)
2008-05-16 22:56:14 +02:00
Stefan Metzmacher
335813c735
lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL
...
metze
(This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184)
2008-05-16 22:56:14 +02:00
Jelmer Vernooij
d648c5849f
Install python modules by default.
...
(This used to be commit 4c098e4c9f071592e134c979388891f5bf16452d)
2008-05-16 16:30:22 +02:00
Volker Lendecke
54e4fa66d4
Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=true
...
(This used to be commit fc3bc3c4a85b0e0ba853f3208a4e934a733cfdc4)
2008-05-16 15:54:10 +02:00
Volker Lendecke
12df140671
Fix two C++ warnings
...
(This used to be commit f75f95931c15d57b3111db4dff589be06710aea7)
2008-05-16 15:54:04 +02:00
Stefan Metzmacher
7350ddeabf
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
(This used to be commit 901426c24c74390f7b1c78bb7a07c020b6ef73eb)
2008-05-16 15:53:49 +02:00
Volker Lendecke
a620882e15
Fix an uninitialized variable warning
...
(This used to be commit b3d024676426000380ad86a2a4b83e7b21478978)
2008-05-16 15:40:39 +02:00
Volker Lendecke
ef6fd2d46d
In torture_leave_domain, say what account was deleted
...
(This used to be commit a9a0f24f7299c1480d8047d97c703aca8e94c79f)
2008-05-16 15:40:29 +02:00
Stefan Metzmacher
8a31130a76
build: readd ALL_OBJS which is needed for automatic_dependencies
...
metze
(This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
2008-05-16 14:51:39 +02:00
Julien Kerihuel
8651def04c
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>
(This used to be commit 718f9ce6889346c92894e868f0678fbe404a43ab)
2008-05-16 08:54:34 +02:00
Julien Kerihuel
25a82b8fc9
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>
(This used to be commit 652b8c5f156b357e231057a5a0fbded88f4f9c5f)
2008-05-16 08:54:27 +02:00
Volker Lendecke
8113bb07a8
Fix an uninitialized variable introduced by 3045d391
...
Simo, please check!
Volker
(This used to be commit 0c09d28acf42400d26cc27675e37226060de26d3)
2008-05-14 19:51:29 +02:00
Stefan Metzmacher
d5d9476c35
Revert "lib/events: system/network.h isn't needed"
...
Somehow this breaks 'make test'...
This reverts commit 59faf3bf670140784d5698bbdc8b86afe8e188ec.
metze
(This used to be commit ece9df0875a32f76af5af913b6a6cdd8eacf0280)
2008-05-14 17:28:42 +02:00
Stefan Metzmacher
3b6042e192
lib/events: system/network.h isn't needed
...
metze
(This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
2008-05-14 15:20:17 +02:00
Simo Sorce
136f369b23
Make it possible to build libevents standalone.
...
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
2008-05-14 00:03:01 -04:00
Stefan Metzmacher
0e4ae88d38
libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6
...
metze
(This used to be commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
dd01174d09
libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWORK_CHECKS was used
...
metze
(This used to be commit 3fddd36e119f73a5021370450f9687ef9d252bab)
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
6353e83dc2
libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS vars
...
metze
(This used to be commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
c9b617ce3a
libreplace: include inet_ntoa.o when the system one is broken
...
metze
(This used to be commit 67845d3471711d24069636d0d4032f9d53748334)
2008-05-13 09:07:13 +02:00
Stefan Metzmacher
0301064c65
libreplace: merge getifaddrs.m4 into libreplace_network.m4
...
metze
(This used to be commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
2008-05-13 09:07:12 +02:00
Stefan Metzmacher
108443ace5
libreplace: merge getaddrinfo.m4 into libreplace_network.m4
...
metze
(This used to be commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
2008-05-13 09:07:12 +02:00
Stefan Metzmacher
254641d3f2
libreplace: merge socketpair.m4 into libreplace_network.m4
...
metze
(This used to be commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
2008-05-13 09:07:12 +02:00
Stefan Metzmacher
1155c2f457
libreplace: merge inet_pton.m4 into libreplace_network.m4
...
metze
(This used to be commit 3a70274c908e31453942b442351eab8423c1a53d)
2008-05-13 09:07:11 +02:00
Stefan Metzmacher
8408101e24
libreplace: merge inet_ntop.m4 into libreplace_network.m4
...
metze
(This used to be commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
2008-05-13 09:07:11 +02:00
Stefan Metzmacher
b6b96be0c2
libreplace: merge inet_aton.m4 into libreplace_network.m4
...
metze
(This used to be commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
2008-05-13 09:07:11 +02:00
Stefan Metzmacher
41eaffe653
libreplace: merge inet_ntoa.m4 into libreplace_network.m4
...
metze
(This used to be commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
2008-05-13 09:07:10 +02:00
Stefan Metzmacher
88533f35dd
libreplace: merge socket.m4 into libreplace_network.m4
...
metze
(This used to be commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
2008-05-13 09:07:10 +02:00
Jelmer Vernooij
4accab35c6
Merge branch 'nosmbpython' into v4-0-test
...
(This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
2008-05-12 03:54:53 +02:00
Jelmer Vernooij
5d02514f72
Fail earlier on if shared libs can't be built.
...
(This used to be commit 2e8766145ad2e8c666ecdc6c39e97ba302b16e04)
2008-05-11 15:37:09 +02:00
Jelmer Vernooij
1f9570c0ba
Add extra include directories, hopefully fixes the build on aix53bf.
...
(This used to be commit ef53ffbc24cc4959acb773f27e72e90b603e81d7)
2008-05-11 15:31:02 +02:00
Jelmer Vernooij
af683666d6
Remove obsolete provisioning library.
...
(This used to be commit f123190fb49302968a231639848023a72dfdf2bc)
2008-05-11 15:15:27 +02:00
Jelmer Vernooij
0be941a383
Remove python extension from upgrade script.
...
(This used to be commit 5268649b7ef60a2caae9cdf66dfeaf6d2037aba3)
2008-05-11 14:32:06 +02:00
Jelmer Vernooij
fb62c0508a
Properly support sentinels for binary init functions. This should fix the build.
...
(This used to be commit 9ba5962addc0ef2e0d01329ab8178b3f51659e75)
2008-05-11 14:08:31 +02:00
Jelmer Vernooij
3ed49cd2ae
Avoid unnecessary headers in lib/torture.
...
(This used to be commit 43c18ba5cf0f709c4a7bd686d5e6bf613227b61d)
2008-05-11 05:49:07 +02:00
Jelmer Vernooij
826dadf4f2
Remove smbpython.
...
(This used to be commit e83f7b11963f2996e3ced0251087a09eb55c347c)
2008-05-11 05:46:40 +02:00
Jelmer Vernooij
47d2218922
Set sys.path for running inside source tree.
...
(This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
2008-05-11 05:45:49 +02:00