summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-1030-1059/+5340
| | | | | see source/lib/registry/TODO for details. (This used to be commit 7cab3a00d7b4b1d95a3bfa6b28f318b4aaa5d493)
* [GLUE] Sync tree with SVN r17.Gerald (Jerry) Carter2007-10-103-0/+0
| | | | (This used to be commit 6e50109b664ff5fcc3d27f676d101c2b36574a63)
* added IDL and test for lsa_OpenSecret()Andrew Tridgell2004-04-032-2/+31
| | | | (This used to be commit dd95cd141dc63f16e14f4c9392529653084b5a2a)
* added IDL and test suite for lsa_CreateSecret()Andrew Tridgell2004-04-032-1/+39
| | | | (This used to be commit 4de08b64ddb3851e90a8dadd7d0d0991e933abf5)
* added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell2004-04-032-9/+58
| | | | (This used to be commit cdb47511531cb8ef19334088eecb14971e189a4f)
* added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell2004-04-0319-405/+922
| | | | | change in the ldb API. The API is now much closer to LDAP. (This used to be commit e9e85c464411c561c5073d262a2e3533fec175ca)
* This is the start of a C API to the DCERPC client routines. CurrentlyTim Potter2004-04-033-1/+87
| | | | | the only way to access this is to cut&paste from torture/rpc/*.c (This used to be commit 3355fec421f82034f433a4b59aa5ad589b070577)
* Added one more test for "dirname\."Jeremy Allison2004-04-021-0/+5
| | | | | Jeremy. (This used to be commit a7ca9620d50aa33e7125d280bc096f1a42438141)
* allow "struct TDB_DATA" as well as just "TDB_DATA"Andrew Tridgell2004-04-011-1/+1
| | | | | | in general I prefer the struct form for Samba4 structures. I think its clearer. (This used to be commit 63b26557744ce4cbf5c9419f752fbd63ed8bfec6)
* added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell2004-03-312-23/+135
| | | | | also tested lsa_Delete() to delete the newly created account (This used to be commit c4d5d0e9eba6b564e2ce6885d66d644b6612d721)
* building with Makefile.ldb now worksAndrew Tridgell2004-03-315-857/+139
| | | | (This used to be commit 12538cd2c650bacabd37f4d2ecd3ff3ffce87a00)
* make a more recent snapshot of ldb available to interestedAndrew Tridgell2004-03-3136-0/+5656
| | | | | | | | people. Note that I decided to make it LGPL. ldb is not finished yet, but enough of it is there for people to get an idea of what it does, and quite a few simple tests work (This used to be commit dc6f41f9e777d37f883303ddef0d96840d80f78e)
* merge some recent tdb changed from samba3Andrew Tridgell2004-03-282-9/+74
| | | | (This used to be commit 0e845ecd49841c620f7f9c5ba6c5bfbb0c572032)
* switch from SIG_ATOMIC_T to sig_atomic_tAndrew Tridgell2004-03-286-11/+9
| | | | (This used to be commit b881b72cb9cb5a4a8ad27b621e8cbe9dcfa7ba7f)
* after discussion with the copyright holders tdb is now under the LGPLAndrew Tridgell2004-03-283-38/+56
| | | | (This used to be commit 51409e2a417fb0673f59e5c823d7fe54b21e6f76)
* added a TDB_MODIFY flag to tdb_store() that says "if the recordAndrew Tridgell2004-03-282-0/+7
| | | | | doesn't exist then fail the store" (This used to be commit 6aec1457f8772cf81b88a0a00cc2ad7c16cd0d87)
* added a private pointer to tdb_traverse() to allow callers to supplyAndrew Tridgell2004-03-282-4/+4
| | | | | data to their traverse function (This used to be commit 76bf816485bf869c293791659da5dff2425d2d32)
* removed the state parameter to tdb_traverse and the TDB_MODIFY flagAndrew Tridgell2004-03-282-12/+7
| | | | (This used to be commit 6505efc7e9bfcdae3e370d8557328470608b87ca)
* copy with a null volume name in a trans2 QFSINFO callAndrew Tridgell2004-03-261-1/+1
| | | | (This used to be commit 96c54df6facc8d1d5ef559ebc3e7e0953d89b2ab)
* - moved some of the base tests into torture/basic/Andrew Tridgell2004-03-2611-6/+284
| | | | | | | | | | | - added a CHARSET set of tests, which determines how the server deals with some specific charset issues related to UTF-16 support. Interestingly, Samba3 already passes all but one of these tests, because our incorrect UCS-2 and UTF-8 implementations where we don't check the validity of characters actually matches what Windows does! This means that adding UTF-16 support to Samba is going to be _much_ easier than we expected. (This used to be commit c8497a42364d186f08102224d5062d176ee81f5b)
* - use a linked list for the ftable in the nbench load generator. ThisAndrew Tridgell2004-03-261-35/+71
| | | | | | | | allows us to cope a little better with the async nature of open/close requests which implies a ordering on which handle to close. - request oplocks in NBENCH and add a oplock handler (This used to be commit 3bcd27e0f0a20f2d9923815a123044bda710693c)
* use client1, client2 not client0, client1 to better match netbenchAndrew Tridgell2004-03-261-1/+1
| | | | (This used to be commit 4bbc77fa0c3a91fd34e1966892782f5b2a441359)
* fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2004-03-255-5/+7
| | | | | acting as a cifs redirectory (using the cifs backend) (This used to be commit 06a8100e6a2f3f079af5b6ec32d87d1d25f56c3c)
* put the "max xmit" option back into Samba4Andrew Tridgell2004-03-232-1/+5
| | | | (This used to be commit 82e50a1ce8904c72c90b1e771f232acaad2c835e)
* readx reply packets can be over-sizedAndrew Tridgell2004-03-231-3/+2
| | | | (This used to be commit ad42c8432b7df0ae44ca73e08d017e61a2bc6f1c)
* nicer way of handling \clientsAndrew Tridgell2004-03-102-3/+14
| | | | (This used to be commit 931138cc440f646671ec5e9b52eb3666b2ff014b)
* as a special case don't check the status of the create of \clients -Andrew Tridgell2004-03-101-1/+3
| | | | | there is a race condition in the create (This used to be commit ddfddcbffd304b5ac51140dee048ead7137e293a)
* make the warmup and execute phases clearerAndrew Tridgell2004-03-101-4/+13
| | | | (This used to be commit d49e4407e59a25c8e887b552ed2a58de7a16b6d9)
* add config hints for cifs backendAndrew Tridgell2004-03-101-0/+11
| | | | (This used to be commit bba81f1c7a87499f610ca19fbc5f1485d368c5b8)
* added a 5% warmup time to NBENCH to make the results more consistentAndrew Tridgell2004-03-102-10/+33
| | | | (This used to be commit df50911a9c71bf5b8a8988fdbf6c716f8343fa45)
* added the -C option to smbtortureAndrew Tridgell2004-03-091-16/+79
| | | | | | | | | this option takes a filename containing a list of UNC names. When supplied to a torture test that uses multiple client connections the test will distribute the load across the listed UNC names. This allows you to use NBENCH effectively against a server that has multiple IP addresses, and spread the load among them. (This used to be commit e0d9502aa20e2e9a343274cd7f12e6ef2f49c104)
* make sure the tags in the NBENCH test match the tags in the generatedAndrew Tridgell2004-03-091-2/+2
| | | | | load files (This used to be commit 1c5dc25b3b678d7c5d271cc9bee5bf80cfbec3b9)
* don't check return fields (like search count) on an expected failureAndrew Tridgell2004-03-091-4/+4
| | | | (This used to be commit 6cbe8a6bd5998c67b74b989d13d3cb7863fee75d)
* handle incomplete load filesAndrew Tridgell2004-03-092-6/+7
| | | | | change default timelimit to 600 secs (This used to be commit c5c75a6adab10e35584dca760586fda333ca5308)
* greatly improved NBENCH netbench simulatorAndrew Tridgell2004-03-096-448/+807
| | | | | | | - more accurate request simulation using Samba4 raw client library - now checks for correct status on all requests - timelimit based benchmarking, default of 600 seconds (This used to be commit a46c009c0459658784d7d7b3b0502dc20958043a)
* fixed the label for search requestsAndrew Tridgell2004-03-091-1/+1
| | | | (This used to be commit 8dbf08549e17a48a5cff114671122edb035dd900)
* fixed a typoAndrew Tridgell2004-03-081-1/+1
| | | | (This used to be commit 10b137c6e3c1a640597ff4a0db10d635b51b806b)
* added the "nbench" ntvfs backend. This is used to capture NBENCH loadAndrew Tridgell2004-03-083-0/+716
| | | | | | files, and also serves as an example of how to write a NTVFS filter module for Samba4. (This used to be commit 04f8996dd32d92c5df1b6b1b27c6e71e99bc77da)
* in the async socket handling routines in the cifs backend don't assumeAndrew Tridgell2004-03-081-3/+3
| | | | | | | that conn->ntvfs_private is set correctly, instead use our copy of the private pointer in the fde callback. This allows the cifs backend to be used on conjunction with a NTVFS filter module. (This used to be commit 8047b806e78815706bca81a77d04d5874ffd7d6e)
* fixed two writex client bugsAndrew Tridgell2004-03-081-4/+4
| | | | | | | | | | - always use the 14 word writex varient even for small transfers as long as large offsets are negotiated (this matches windows behaviour) - make sure we fill in the top 16 bits of the count for large writex calls (This used to be commit 9ea20d0c9a1cb4800f3f54195cbbe70c98c8e423)
* make proto should not catch any function of the lib/popt/*.c stuffStefan Metzmacher2004-02-241-2/+2
| | | | | metze (This used to be commit ec96914c66573ae54f4fa0a706001f5b91c61075)
* let the popt replacement stuff survive a make protoStefan Metzmacher2004-02-245-37/+67
| | | | | metze (This used to be commit 0f1c6dd631c7a1d4be333b8e3e4ce9850752d5c2)
* renaming and restructuring of same object file listsStefan Metzmacher2004-02-231-44/+44
| | | | | metze (This used to be commit 2915a4039ba27b4ef454f4cc86382ae7c229ccb5)
* - creat the LIBCMDLINE subsystemStefan Metzmacher2004-02-227-593/+108
| | | | | | | | | | including readline and popt - creat the CONFIG subsystem including param/* dynconfig.* and passdb/secrets.* metze (This used to be commit bfd7fd21c8e38c0065fc41dde10e863a169878c2)
* The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter2004-02-211-2/+2
| | | | (This used to be commit f172b6f1d08b7de040cde4a7d88708e5af29a3a4)
* remove the python stuff, this will be rewritten on top of libsmb.soStefan Metzmacher2004-02-2112-664/+0
| | | | | | | | and maintained in a external tree. (discussed with tpot) metze (This used to be commit 54a01008413e1f03a49f5d6f9e2f98c8b8d1c87a)
* split up the schannel rpc client code into separate key establishmentAndrew Tridgell2004-02-211-19/+64
| | | | | | and bind calls, but with a combined call that does both. This makes is easier to write a schannel test program that tried different keys. (This used to be commit 9d89928086a7095bbc2218760b12263298af4217)
* added the simple HOLDCON torture test. This is used to establishAndrew Tridgell2004-02-211-0/+56
| | | | | | hundreds of idle connections to the server, which can be used to simulate environments with large numbers of idle connections. (This used to be commit cfce9458a22e8b6da1a10bb338b287c3eab9a1fc)
* fixed a problem with the smb client code spinning when the connectionAndrew Tridgell2004-02-211-1/+5
| | | | | | is lost. We now close the cli_transport when there is a socket io error (This used to be commit 138cb5f2f5f8ce1479ac687d18e6a0e355e55b7f)
* don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher2004-02-184-167/+6
| | | | | | | | and remove NET_GROUP stuff, this needs to be implemented in a better way if we ever readd this metze (This used to be commit da5f22976fb40ec96160439c7a926a15805fc7f0)