summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and ↵Stefan Metzmacher2008-05-161-25/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HAVE_UNIXSOCKET and rely on libreplace metze (This used to be commit 5de605bb2ef88a1f3e61c64e557c7f069d0f6dad)
| | * | | | | | lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-161-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved from the samba specific locations metze (This used to be commit e674128ee2f11596f358ed46104c9d25eb2f754f)
| | * | | | | | lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-162-103/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 1c7905cfb4c77edeb24ac612a544e777cf49e184)
| | * | | | | | Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=trueVolker Lendecke2008-05-161-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit fc3bc3c4a85b0e0ba853f3208a4e934a733cfdc4)
| | * | | | | | Fix two C++ warningsVolker Lendecke2008-05-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit f75f95931c15d57b3111db4dff589be06710aea7)
| | * | | | | | torture: add RPC-BENCH-SCHANNEL1 testStefan Metzmacher2008-05-162-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)
| | * | | | | | Fix an uninitialized variable warningVolker Lendecke2008-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit b3d024676426000380ad86a2a4b83e7b21478978)
| | * | | | | | In torture_leave_domain, say what account was deletedVolker Lendecke2008-05-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit a9a0f24f7299c1480d8047d97c703aca8e94c79f)
| | * | | | | | build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher2008-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
| | * | | | | | The following patch calls the op_bind operation for an interface which ↵Julien Kerihuel2008-05-161-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)
| | * | | | | | This patch adds remaining padding bytes to the dcerpc_fault IDL structure ↵Julien Kerihuel2008-05-162-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)
| * | | | | | Install python modules by default.Jelmer Vernooij2008-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 4c098e4c9f071592e134c979388891f5bf16452d)
| * | | | | | Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij2008-05-1214-45/+37
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | (This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
| | * | | | | Remove smbpython.Jelmer Vernooij2008-05-113-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit e83f7b11963f2996e3ced0251087a09eb55c347c)
| | * | | | | Set sys.path for running inside source tree.Jelmer Vernooij2008-05-118-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
| | * | | | | Use system python rather than smbpython.Jelmer Vernooij2008-05-115-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
* | | | | | | added mkdir to SMB2 proxyAndrew Tridgell2008-05-193-20/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 1323aab11fbf346e19c4cef227d727ddfcaa7d60)
* | | | | | | private -> private_data for struct smb2_requestAndrew Tridgell2008-05-167-24/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
* | | | | | | build the smb2 composite callsAndrew Tridgell2008-05-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit ac10e3ad15dd17b96424987d1a2b7a0e4dc67cd0)
* | | | | | | declare composite_wait_free()Andrew Tridgell2008-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 5b6f80aba30fc8ade26f73b0a1336c22e40b66a9)
* | | | | | | - added a composite_wait_free() callAndrew Tridgell2008-05-161-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow composite_error() to take NT_STATUS_OK (This used to be commit 5240e1e25655af1f9b92da99e85d845bf30c4e9e)
* | | | | | | started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell2008-05-161-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (such as unlink) (This used to be commit 433038f3fea60087bdca07dcc856d0be4a4753f3)
* | | | | | | added SMB2 proxying for unlinkAndrew Tridgell2008-05-161-427/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit a5459bd88092863668db199953458fe97162240c)
* | | | | | | fixed warningAndrew Tridgell2008-05-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit d5165ed7a77120f42c25c4997be2630f0f1cb98c)
* | | | | | | fixed file_index referenceAndrew Tridgell2008-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit edb4b38ed33b545d8024f45c602d3f5e4a74c511)
* | | | | | | added handlers for connect, search_first and fsinfo. Andrew Tridgell2008-05-151-152/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directory listing in smbclient now works (This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1)
* | | | | | | better match WSPP doc name for find flagsAndrew Tridgell2008-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 0e4b8602dec3ec87676c91a99371e5d77fe78196)
* | | | | | | update some SMB2 find flagsAndrew Tridgell2008-05-152-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit b7560afd4bab984c0083e9687b69bc42970ad932)
* | | | | | | use a newer fsinfo level in smbclient, to support larger disksAndrew Tridgell2008-05-152-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 1acc8077fb86c1e78724b010d149db166d98238d)
* | | | | | | started new vfs_smb2 moduleAndrew Tridgell2008-05-153-0/+1152
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new module is based on the vfs_cifs module. The idea is to create a backend which maps SMB requests to a SMB2 server. This will allow existing test suites for SMB to be run against our SMB2 client and server code. It will also help validate our SMB2 client library, probably leading to some API changes to make it flexible enough (This used to be commit 6ea8295a64ff5425def11b0d1cd988ef000320be)
* | | | | | Fix an uninitialized variable introduced by 3045d391Volker Lendecke2008-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simo, please check! Volker (This used to be commit 0c09d28acf42400d26cc27675e37226060de26d3)
* | | | | | Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher2008-05-144-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow this breaks 'make test'... This reverts commit 59faf3bf670140784d5698bbdc8b86afe8e188ec. metze (This used to be commit ece9df0875a32f76af5af913b6a6cdd8eacf0280)
* | | | | | lib/events: system/network.h isn't neededStefan Metzmacher2008-05-144-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
* | | | | | Make it possible to build libevents standalone.Simo Sorce2008-05-1417-26/+527
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
* | | | | | libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher2008-05-131-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
* | | | | | libreplace: make sure system/network.h is only used when ↵Stefan Metzmacher2008-05-132-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AC_LIBREPLACE_NETWORK_CHECKS was used metze (This used to be commit 3fddd36e119f73a5021370450f9687ef9d252bab)
* | | | | | libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher2008-05-131-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
* | | | | | libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher2008-05-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 67845d3471711d24069636d0d4032f9d53748334)
* | | | | | libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-129/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
* | | | | | libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
* | | | | | libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
* | | | | | libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 3a70274c908e31453942b442351eab8423c1a53d)
* | | | | | libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
* | | | | | libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
* | | | | | libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
* | | | | | libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2008-05-132-40/+40
|/ / / / / | | | | | | | | | | | | | | | | | | | | metze (This used to be commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
* | | | | Fail earlier on if shared libs can't be built.Jelmer Vernooij2008-05-111-29/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit 2e8766145ad2e8c666ecdc6c39e97ba302b16e04)
* | | | | Add extra include directories, hopefully fixes the build on aix53bf.Jelmer Vernooij2008-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit ef53ffbc24cc4959acb773f27e72e90b603e81d7)
* | | | | Remove obsolete provisioning library.Jelmer Vernooij2008-05-111-1254/+0
| | | | | | | | | | | | | | | | | | | | (This used to be commit f123190fb49302968a231639848023a72dfdf2bc)
* | | | | Remove python extension from upgrade script.Jelmer Vernooij2008-05-112-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 5268649b7ef60a2caae9cdf66dfeaf6d2037aba3)