summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-18Typo, formatting fixes.Jelmer Vernooij4-9/+12
(This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij63-431/+476
(This used to be commit 63fd551a159b3ad4e314f551d65b7d723bbe485a)
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij19-71/+90
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij4-35/+34
(This used to be commit 28f4a8bc2c9b4158e74e1284ff9df068388c3b3d)
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij30-275/+294
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij10-39/+44
(This used to be commit 2860a7db5968c7007522cdb300eba390da929ab8)
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij5-12/+15
(This used to be commit 56bb2907c67d55967f54ce74b029f05067a187c5)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij2-17/+10
(This used to be commit 3a83d4ebd41908aa0f88eec5b05156112ea0ca7b)
2008-05-18Use variable for param src dir.Jelmer Vernooij2-17/+10
(This used to be commit f97bc5735803a73181030e6d7db2862ebc1b7f4b)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij1-23/+23
(This used to be commit 3cff5bc25ad894bef6ed65566d9d692968092760)
2008-05-18Build system doesn't do make variable expansion...Jelmer Vernooij1-23/+23
(This used to be commit 16a04d9af4cc33daafe32bc45a404959924bd33e)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij4-396/+398
(This used to be commit 201da6d5d05ed624bd9f4bd535969077a3b8b3ba)
2008-05-18Use src dir.Jelmer Vernooij4-396/+398
(This used to be commit 63f2b66f0e1120a516d3dfcd03b38db2e4aaddd0)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij3-8/+10
(This used to be commit ad58defe129d25ea2e8a598934800610189747e8)
2008-05-18Use variables for source path in libnet/ and scripting/python.Jelmer Vernooij3-8/+10
(This used to be commit fb10a81b9484642099ecbe896eabe00a4417bc42)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij3-110/+114
(This used to be commit 84c9fbe8466e013e501eecf9b2e7981c1df8232c)
2008-05-18Move templates to a separate file.Jelmer Vernooij2-96/+100
(This used to be commit d9770b651f61a0b70d6afa4610fadc7f199e1d98)
2008-05-18Avoid use of relative paths.Jelmer Vernooij1-14/+14
(This used to be commit 8a4f030261d15ea78280d51877711ceea815885a)
2008-05-18Simplify argument handling.Jelmer Vernooij2-6/+3
(This used to be commit f305c443db8e48efa80eeda8f83073b475dc3fee)
2008-05-18Fix --output argument.Jelmer Vernooij1-1/+1
(This used to be commit a38e473c9e382465ae30f3ca7ae12de500aec5f7)
2008-05-18Allow specifying different input file to smb_build.Jelmer Vernooij2-3/+13
(This used to be commit c4bfc0b8daf2e288a278936b279bb4f7848d78e9)
2008-05-18Move writing of data.mk file to m4 macro.Jelmer Vernooij3-27/+35
(This used to be commit 7fee112d2b86b423c397118f0333065825ea3518)
2008-05-18Move writing autoconf vars into files into m4 macros.Jelmer Vernooij2-26/+42
(This used to be commit 3ce8a4bb5568bb798c40034e3fa6a613ad2bf43b)
2008-05-18Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij41-391/+1135
(This used to be commit 16dbbf75c7fa0f877659654a20bcab73b707e627)
2008-05-17smbd: pass down lp_ctx to stream_new_connection_merge()Stefan Metzmacher2-1/+3
metze (This used to be commit 91e9062265a68e3a1fe5e092503ec44ae5ea034e)
2008-05-17smbd: add session_info to struct stream_connectionStefan Metzmacher1-0/+6
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-16lib/replace: move sys/sockio.h and sys/un.h checks into ↵Stefan Metzmacher2-1/+1
AC_LIBREPLACE_NETWORK_CHECKS metze (This used to be commit 7f26a5425e706a97cc07c5139b3fea4fde9e4020)
2008-05-16lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and ↵Stefan Metzmacher1-25/+3
HAVE_UNIXSOCKET and rely on libreplace metze (This used to be commit 5de605bb2ef88a1f3e61c64e557c7f069d0f6dad)
2008-05-16lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher1-0/+40
Moved from the samba specific locations metze (This used to be commit e674128ee2f11596f358ed46104c9d25eb2f754f)
2008-05-16lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2-103/+0
metze (This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184)
2008-05-16Install python modules by default.Jelmer Vernooij1-0/+2
(This used to be commit 4c098e4c9f071592e134c979388891f5bf16452d)
2008-05-16Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=trueVolker Lendecke1-10/+21
(This used to be commit fc3bc3c4a85b0e0ba853f3208a4e934a733cfdc4)
2008-05-16Fix two C++ warningsVolker Lendecke1-2/+4
(This used to be commit f75f95931c15d57b3111db4dff589be06710aea7)
2008-05-16torture: add RPC-BENCH-SCHANNEL1 testStefan Metzmacher2-0/+273
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-16Fix an uninitialized variable warningVolker Lendecke1-1/+1
(This used to be commit b3d024676426000380ad86a2a4b83e7b21478978)
2008-05-16In torture_leave_domain, say what account was deletedVolker Lendecke1-2/+4
(This used to be commit a9a0f24f7299c1480d8047d97c703aca8e94c79f)
2008-05-16build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher1-0/+2
metze (This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
2008-05-16The following patch calls the op_bind operation for an interface which ↵Julien Kerihuel1-0/+8
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-16This patch adds remaining padding bytes to the dcerpc_fault IDL structure ↵Julien Kerihuel2-0/+5
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-14Fix an uninitialized variable introduced by 3045d391Volker Lendecke1-2/+1
Simo, please check! Volker (This used to be commit 0c09d28acf42400d26cc27675e37226060de26d3)
2008-05-14Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher4-0/+4
Somehow this breaks 'make test'... This reverts commit 59faf3bf670140784d5698bbdc8b86afe8e188ec. metze (This used to be commit ece9df0875a32f76af5af913b6a6cdd8eacf0280)
2008-05-14lib/events: system/network.h isn't neededStefan Metzmacher4-4/+0
metze (This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
2008-05-14Make it possible to build libevents standalone.Simo Sorce17-26/+527
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
2008-05-13libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher1-0/+13
metze (This used to be commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
2008-05-13libreplace: make sure system/network.h is only used when ↵Stefan Metzmacher2-0/+5
AC_LIBREPLACE_NETWORK_CHECKS was used metze (This used to be commit 3fddd36e119f73a5021370450f9687ef9d252bab)
2008-05-13libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher1-17/+18
metze (This used to be commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
2008-05-13libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher1-2/+3
metze (This used to be commit 67845d3471711d24069636d0d4032f9d53748334)
2008-05-13libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2-129/+127
metze (This used to be commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
2008-05-13libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2-33/+33
metze (This used to be commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
2008-05-13libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)