summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r16732: use the given macrosStefan Metzmacher2007-10-101-30/+5
| | | | | metze (This used to be commit 6d5c74c38ca4d4a605b619cd7cbbd7e1dccd6b0c)
* r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit a251e722063486448005a95d0b44201b5f3a7620)
* r16730: that is correct...Stefan Metzmacher2007-10-101-2/+1
| | | | | metze (This used to be commit 9c3992a27948f01803650c446914aa24be2a8d7a)
* r16725: don't ignore errorsStefan Metzmacher2007-10-101-3/+15
| | | | | metze (This used to be commit 42282301961a13055869445eb9d00492bdbbb61b)
* r16724: fix typo...Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 9b036d788ceb4eeae28531db8aa5e297c775f35a)
* r16716: patch from Bjoern Jacke to fix compiler warnings on AIXStefan Metzmacher2007-10-101-0/+44
| | | | | metze (This used to be commit 3e5de223f715343b6421d580dc1b3f9d67c980da)
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-103-48/+24
| | | | | | | | | | | | there're 8 more unknown bytes... Note: - vista-CTP also support this as a server, but uses the old format as client - but vista-beta2 only uses and accept the new format metze (This used to be commit b3bdd4afdefc9ad3550f86a0aa6e6c90bf8ab416)
* r16707: - test attrib = 0 in BASIC_INFOStefan Metzmacher2007-10-101-5/+9
| | | | | | | - return an error when value doesn't match the expected value! metze (This used to be commit 1f0ecba77344af4dcec71143de0b14ee2565d422)
* r16706: for RAW_SFILEINFO_SETATTR attrib == 0 means set it to FILE_ATTRIB_NORMALStefan Metzmacher2007-10-101-1/+3
| | | | | | | | | and attrib == FILE_ATTRIB_NORMAL means no change... but for RAW_SFILEINFO_BASIC_INFORMATION attrib == 0 means no change metze (This used to be commit e1945feda09a56b6f55bd0f7ab591f3bd069be67)
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-104-12/+33
| | | | | | | | | | as we setup the 1 padding byte for non present dynamic part, we need to overwrite it when we're getting a real dynamic part, so we need to remove the buf->size +=1 when we do the first push to the dynamic part (when buf->dynamic is still but->body + buf->body_fixed) metze (This used to be commit f309209629ad1b63a76fc06163a3eeb07dce4c86)
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-105-10/+3
| | | | | | | so we know that the 9th bytes is just uninitialized padding metze (This used to be commit f97a21b970ed23973cced2c67b5bc9ecd7afee88)
* r16694: Store lsa rpc pipe pointer in a right place.Rafal Szczesniak2007-10-101-7/+12
| | | | | rafal (This used to be commit fa6b52dbf7321d1a7f0fdea32ab2605951c2b35a)
* r16693: Name type should be passed further down the lookup engine insteadRafal Szczesniak2007-10-101-7/+5
| | | | | | | of assuming only PDC name type. Also, fix the comment. rafal (This used to be commit 436c8a721114815af8eb8c96ebdfe32c1875faaa)
* r16692: More comments and further code in set_user_changes routine.Rafal Szczesniak2007-10-101-17/+77
| | | | | rafal (This used to be commit c58fa8676c93b49bcce2e86b957690fc6558280c)
* r16691: we should only look at rdata.data.length when we're in ndr_push modeStefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit 630d3d11a4d998c0006cb652c47837867ecb2824)
* r16690: - fix bug 3896Stefan Metzmacher2007-10-101-1/+11
| | | | | | | | - we didn't pushed the wins wack reply correctly to the wire, as NBT_QTYPE_NETBIOS is used and setting rdata.data.data was useless... metze (This used to be commit d3556e18892c0540e92f560f9d6b1b5587e41a62)
* r16672: we don't need this twice:-)Stefan Metzmacher2007-10-101-5/+1
| | | | | metze (This used to be commit e8e9fe666e4fb6f47e7fcaeb5ef9068db25e18b7)
* r16671: allow usage of smbsrv_pull_passthru_sfileinfo() without,Stefan Metzmacher2007-10-101-0/+7
| | | | | | | | | a smbsrv_request given... the RENAME level is not supported in this mode, but that will be fixed later metze (This used to be commit 058c6397a4018975f62e8277b905a2566c3b2fe0)
* r16670: try to match the vista error codes a bit moreStefan Metzmacher2007-10-101-4/+24
| | | | | metze (This used to be commit 1a4978118d27e978c04997869a307b793582917b)
* r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher2007-10-106-6/+6
| | | | | metze (This used to be commit 429215113bd999466141df0a2e3b3097d677df1f)
* r16668: test setting of security descriptors vis smb2 setinfoStefan Metzmacher2007-10-101-2/+64
| | | | | metze (This used to be commit 377562e891ccb6ff9104bbefca71a8e2c18a34de)
* r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull codeStefan Metzmacher2007-10-102-13/+22
| | | | | | | | simpler - use ndr_push_struct_blob() for RAW_SFILEINFO_SEC_DESC metze (This used to be commit 79e51f033e680303431e56e818346b66a836d044)
* r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher2007-10-101-5/+43
| | | | | metze (This used to be commit 6908582f68478d5f702159f6b01934ffff3a95f0)
* r16657: Test Jerry's iTunes bug, along with some more error conditionsVolker Lendecke2007-10-106-46/+223
| | | | | Volker (This used to be commit 12aa900eb2ffde3711a30c7e063bfba95128e91d)
* r16621: split out passthru levels of setfileinfoStefan Metzmacher2007-10-102-55/+102
| | | | | metze (This used to be commit 6cd64cb78f23c88029b8b5ef712b3f8a26e8528f)
* r16573: Fixes in comments.Rafal Szczesniak2007-10-101-4/+4
| | | | | rafal (This used to be commit 1258e6cad890ade8a65d8d43d55a95d61e6a6968)
* r16572: More comments and simple refactoring of one condition.Rafal Szczesniak2007-10-101-6/+52
| | | | | rafal (This used to be commit 24006a36014eaa7457cf3db4cf0b084e1f9aa4d8)
* r16571: - make push/pull_ascii()/_ucs() functions static,Stefan Metzmacher2007-10-101-6/+19
| | | | | | | | | callers should use push/pull_string() functions with STR_ASCII or STR_UNICODE - make the push/pull_ascii/ucs2/utf8_talloc() functions complete (they should be reduced to pull/push_string_talloc() later...) metze (This used to be commit b0af976187d2d46b7dbe5a532a5491476b459119)
* r16569: - use push_string()Stefan Metzmacher2007-10-103-8/+8
| | | | | metze (This used to be commit f099fcb6e3a38d6df22cb3a0c7c666333e41f11b)
* r16568: add parsing code for SMB2 SetInfoStefan Metzmacher2007-10-101-1/+65
| | | | | metze (This used to be commit 70cc9928437d6edab3de5a858078870f510398d0)
* r16566: add pull function for a site32/offset32 blobStefan Metzmacher2007-10-101-0/+24
| | | | | metze (This used to be commit 81702c36c28e9e32860c5d91887d2ad2121ce306)
* r16561: - create version.h relative to srcdirStefan Metzmacher2007-10-101-2/+5
| | | | | | | | | - let version.h depend on VERSION - add a rule to manualy regenerate version.h e.g. after a svn up metze (This used to be commit 7167579cbfcda0a130f9eaf80d4783f4bd134802)
* r16560: print out the correct valueStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 0e10282f89bffa29f75762ca4c3704ea150ce5ab)
* r16558: Add make rule to generate version.h. Metze, can you please review?James Peach2007-10-101-0/+3
| | | | (This used to be commit 47b6a3d7f37faba7f8defbaf9a406f4bdf431615)
* r16557: Silently succeed when torture_register_suite is passed NULL.James Peach2007-10-101-0/+4
| | | | (This used to be commit dbcb190aa0a687e62cc109ab6314aa705a0c7aca)
* r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach2007-10-104-2/+22
| | | | | and BSD systems, but it's not everywhere. (This used to be commit b3d2512ed4fc8c378607bcc2dc241a1f77ab7197)
* r16533: Perform a cleanup after testing. Also, add changed name argument.Rafal Szczesniak2007-10-101-0/+7
| | | | | | | | | This test currently triggers internal corruption in ldb database, according to status code returned. I'm investigating win servers behaviour here. rafal (This used to be commit c73f4e11e4747b907dffafed09d354e12307435a)
* r16532: Tell username from account name (source from target, whenRafal Szczesniak2007-10-101-0/+1
| | | | | | | changing). rafal (This used to be commit e5a50ca14a1ebc2fc6e18852264b5caac69fea1d)
* r16531: Add a function preparing argument for modify user routine.Rafal Szczesniak2007-10-101-2/+41
| | | | | rafal (This used to be commit d91cbec2644030a6e7978dd2e2c854e9d7a3d313)
* r16530: Send monitor messages only after successful receiving result of a stage.Rafal Szczesniak2007-10-101-25/+33
| | | | | rafal (This used to be commit e5dc6311633146e44063ba5eb20488468af75914)
* r16529: Fix type.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit f9a9884c0da038f2a390444d1ab9219049f95cc3)
* r16527: Add target argument for smbtorture.Jelmer Vernooij2007-10-105-9/+15
| | | | | | Remove duplicate unc path separator conversion. Add prefix for tempdirs. (This used to be commit 3763ed3092fa89558390a9721be8437a7c380790)
* r16526: Add torture_setup_server() with test.Jelmer Vernooij2007-10-102-1/+104
| | | | (This used to be commit 6a1ed8ad756b97f61d4af9df2c7a7d889a2d09ef)
* r16525: Move selftest-specific code back to selftest.Jelmer Vernooij2007-10-102-7/+6
| | | | (This used to be commit e659d772480ef9acb58f899f25f09f917cece30f)
* r16524: Fix double evaluation.Jelmer Vernooij2007-10-102-13/+22
| | | | (This used to be commit 93f7adfb140d9e77120dd197d05a8fdd50e768bd)
* r16523: pass spoolss_XcvData calls to the ntptr backends...Stefan Metzmacher2007-10-105-10/+108
| | | | | | | I wrote this code last year and found it in a working tree... metze (This used to be commit 9a685c5beff6936d354d541e875899d33b735ba9)
* r16522: Move code to create the test data out of selftest.sh.Jelmer Vernooij2007-10-102-140/+154
| | | | (This used to be commit 2c601df23f3390954bf77918e198b1d027e43b24)
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-102-5/+5
| | | | | metze (This used to be commit cdee9b2168da47a38da769eb2b4f403bc4699dfe)
* r16518: Split up torture_util.c in smb and non-smb specific parts.Jelmer Vernooij2007-10-106-12/+98
| | | | | Add torture_temp_dir() function, with test. (This used to be commit c9d287dc0e3f8fc4e8399cd5095ef38f2b9f40c6)
* r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.Jelmer Vernooij2007-10-102-14/+1
| | | | (This used to be commit 6bc91497827a66af6d9adf26c689e9cc458d8ecf)