summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16build the smb2 composite callsAndrew Tridgell1-1/+2
(This used to be commit ac10e3ad15dd17b96424987d1a2b7a0e4dc67cd0)
2008-05-16declare composite_wait_free()Andrew Tridgell1-0/+1
(This used to be commit 5b6f80aba30fc8ade26f73b0a1336c22e40b66a9)
2008-05-16- added a composite_wait_free() callAndrew Tridgell1-1/+18
- allow composite_error() to take NT_STATUS_OK (This used to be commit 5240e1e25655af1f9b92da99e85d845bf30c4e9e)
2008-05-16started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell1-0/+122
(such as unlink) (This used to be commit 433038f3fea60087bdca07dcc856d0be4a4753f3)
2008-05-16added SMB2 proxying for unlinkAndrew Tridgell1-427/+43
(This used to be commit a5459bd88092863668db199953458fe97162240c)
2008-05-16fixed warningAndrew Tridgell1-1/+2
(This used to be commit d5165ed7a77120f42c25c4997be2630f0f1cb98c)
2008-05-16fixed file_index referenceAndrew Tridgell1-1/+1
(This used to be commit edb4b38ed33b545d8024f45c602d3f5e4a74c511)
2008-05-15added handlers for connect, search_first and fsinfo. Andrew Tridgell1-152/+225
Directory listing in smbclient now works (This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1)
2008-05-15better match WSPP doc name for find flagsAndrew Tridgell1-1/+1
(This used to be commit 0e4b8602dec3ec87676c91a99371e5d77fe78196)
2008-05-15update some SMB2 find flagsAndrew Tridgell2-4/+5
(This used to be commit b7560afd4bab984c0083e9687b69bc42970ad932)
2008-05-15use a newer fsinfo level in smbclient, to support larger disksAndrew Tridgell2-8/+12
(This used to be commit 1acc8077fb86c1e78724b010d149db166d98238d)
2008-05-15started new vfs_smb2 moduleAndrew Tridgell3-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)
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)
2008-05-13libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit 3a70274c908e31453942b442351eab8423c1a53d)
2008-05-13libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
2008-05-13libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
metze (This used to be commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
2008-05-13libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2-20/+20
metze (This used to be commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
2008-05-13libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2-40/+40
metze (This used to be commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij14-45/+37
(This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
2008-05-11Fail earlier on if shared libs can't be built.Jelmer Vernooij1-29/+5
(This used to be commit 2e8766145ad2e8c666ecdc6c39e97ba302b16e04)
2008-05-11Add extra include directories, hopefully fixes the build on aix53bf.Jelmer Vernooij1-1/+1
(This used to be commit ef53ffbc24cc4959acb773f27e72e90b603e81d7)
2008-05-11Remove obsolete provisioning library.Jelmer Vernooij1-1254/+0
(This used to be commit f123190fb49302968a231639848023a72dfdf2bc)
2008-05-11Remove python extension from upgrade script.Jelmer Vernooij2-1/+1
(This used to be commit 5268649b7ef60a2caae9cdf66dfeaf6d2037aba3)
2008-05-11Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij1-0/+2
(This used to be commit 9ba5962addc0ef2e0d01329ab8178b3f51659e75)
2008-05-11Avoid unnecessary headers in lib/torture.Jelmer Vernooij1-2/+0
(This used to be commit 43c18ba5cf0f709c4a7bd686d5e6bf613227b61d)
2008-05-11Remove smbpython.Jelmer Vernooij3-40/+0
(This used to be commit e83f7b11963f2996e3ced0251087a09eb55c347c)
2008-05-11Set sys.path for running inside source tree.Jelmer Vernooij8-4/+30
(This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
2008-05-11Use system python rather than smbpython.Jelmer Vernooij5-3/+9
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
2008-05-11Fix formatting of install message.Jelmer Vernooij1-1/+1
(This used to be commit 371afde9b04694beec4d9e5cb53634315aea86be)
2008-05-11Remove extra space that caused issues during make install.Jelmer Vernooij1-1/+1
(This used to be commit 20a2fc85665feb4d57340c695c8ecb014825e177)
2008-05-11Avoid installing non-public header.Jelmer Vernooij1-1/+0
(This used to be commit bec87e1878841764104b98f05b34a72a98c8dd71)
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij2-6/+7
(This used to be commit bcd5fc7dc9899deb9fa84fdeeb21ed2ddb921308)
2008-05-11Complete dependencies for python modules (actually matters when built ↵Jelmer Vernooij2-18/+20
standalone). (This used to be commit a89b6d8ad71d71271f30d156de20129866ef6aeb)
2008-05-11Fix dependency on loadparm.Jelmer Vernooij1-1/+1
(This used to be commit 018ee187ffbfd77aa0d5f5da6c3512ea6b37a746)
2008-05-11Use consistent function names with the standard Python uuid module that is ↵Jelmer Vernooij3-7/+7
available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6)
2008-05-11Properly escape quotes.Jelmer Vernooij1-2/+2
(This used to be commit 33094329610097113c244ccd02606661a4c9e2e0)
2008-05-11Merge ldb_map into LIBLDB.Jelmer Vernooij3-12/+5
(This used to be commit 4d7925f953bc9d1fcffb4a4dd268b763c18ceae6)
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij2-2/+5
(This used to be commit b7b4aff8b52742d69526dc0ef5da2fe3c05e3af8)
2008-05-10Fix torture module initializion.Jelmer Vernooij6-15/+15
(This used to be commit d5bf4e9065303b54421a6f35b213a22f062d27d4)
2008-05-10Revert "Remove copy of torture file."Jelmer Vernooij2-1/+72
This reverts commit 89bfca2da2b614e979a20c9a293b798ed7ae15ae. (This used to be commit c6c4349c44cb6479fa7aa129931ff9ac88068ba6)