summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r16772: Clarify comment.Andrew Bartlett2006-07-031-2/+2
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r16771: Add const and some better debug messages.Andrew Bartlett2006-07-031-7/+13
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r16770: Get closer to having Samba4 pass some of the RPC-SAMR test, byAndrew Bartlett2006-07-031-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skipping some checks. These should be removed, and the code fixed, but currently we are loosing quality because the test isn't run by default. Andrew Bartlett
| | | * r16769: Working on fixing the RPC-SAMR test against Samba4. This fixesAndrew Bartlett2006-07-031-66/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password changes which only include the LM and NT hash, such as the original ChangePassword. It also fixes setting passwords on the BUILTIN domain. Finally, the msDS-KeyVersionNumber is only incremented if not explicity set by the modify. Andrew Bartlett
| | | * r16768: Add a simple script to set a user's password. This should grow into aAndrew Bartlett2006-07-031-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | real smbpasswd command some day. Andrew Bartlett
| | | * r16761: Added additional NTSTATUS and DOS error test for "."Jeremy Allison2006-07-022-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | This confirms a theory of mine... Added RAW-SAMBA3BADPATH to selectable options. Jeremy.
| | | * r16759: Jeremy, another little error case for you :-)Volker Lendecke2006-07-021-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For the paths with illegal characters we should return ERRDOS:ERRbadpath in the DOS error case. We return ERRDOS:ERRinvalidname... Volker
| | | * r16756: Some machines on the build farms sporadically fail the testVolker Lendecke2006-07-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /* Test 21 -- Test removal of file after socket close. */ I think it might be because they are too slow to delete the file. Jeremy, can you check this test does not change semantics in a way you don't want it? Volker
| | | * r16741: add a RPC-LSA-GETUSER test,Stefan Metzmacher2006-07-012-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which is very useful for analysing a windows machine remotely with this I found that vista-beta2 doesn't have an 'administrator' account and mapps any not known user to MACHINENAME\Guest metze
| | | * r16740: just say the directory is emptyStefan Metzmacher2006-07-011-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r16739: test SMB2-GETINFO SMB2-SETINFO by make testStefan Metzmacher2006-07-012-1/+4
| | | | | | | | | | | | | | | | metze
| | | * r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2006-07-013-3/+3
| | | | | | | | | | | | | | | | metze
| | | * r16737: if an error happens report itStefan Metzmacher2006-07-012-2/+16
| | | | | | | | | | | | | | | | metze
| | | * r16736: - convert unix times to nttime before sending it to the wire...Stefan Metzmacher2006-07-011-15/+25
| | | | | | | | | | | | | | | | | | | | | | | | - return an error code if an error happens metze
| | | * r16735: vista beta2 reuses the tcp connect where it does theStefan Metzmacher2006-07-011-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | SMB negprot metze
| | | * r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2006-07-015-26/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is no padding... the following patch is needed for vista beta2 to connect to samba4 metze
| | | * r16733: implement SMB2 SetInfoStefan Metzmacher2006-07-011-1/+16
| | | | | | | | | | | | | | | | metze
| | | * r16732: use the given macrosStefan Metzmacher2006-07-011-30/+5
| | | | | | | | | | | | | | | | metze
| | | * r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2006-07-011-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r16730: that is correct...Stefan Metzmacher2006-07-011-2/+1
| | | | | | | | | | | | | | | | metze
| | | * r16725: don't ignore errorsStefan Metzmacher2006-07-011-3/+15
| | | | | | | | | | | | | | | | metze
| | | * r16724: fix typo...Stefan Metzmacher2006-07-011-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r16716: patch from Bjoern Jacke to fix compiler warnings on AIXStefan Metzmacher2006-06-301-0/+44
| | | | | | | | | | | | | | | | metze
| | | * r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2006-06-303-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
| | | * r16707: - test attrib = 0 in BASIC_INFOStefan Metzmacher2006-06-301-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | - return an error when value doesn't match the expected value! metze
| | | * r16706: for RAW_SFILEINFO_SETATTR attrib == 0 means set it to FILE_ATTRIB_NORMALStefan Metzmacher2006-06-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and attrib == FILE_ATTRIB_NORMAL means no change... but for RAW_SFILEINFO_BASIC_INFORMATION attrib == 0 means no change metze
| | | * r16705: fix a bug found by valgrind...Stefan Metzmacher2006-06-294-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
| | | * r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2006-06-295-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | so we know that the 9th bytes is just uninitialized padding metze
| | | * r16694: Store lsa rpc pipe pointer in a right place.Rafal Szczesniak2006-06-291-7/+12
| | | | | | | | | | | | | | | | rafal
| | | * r16693: Name type should be passed further down the lookup engine insteadRafal Szczesniak2006-06-291-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of assuming only PDC name type. Also, fix the comment. rafal
| | | * r16692: More comments and further code in set_user_changes routine.Rafal Szczesniak2006-06-291-17/+77
| | | | | | | | | | | | | | | | rafal
| | | * r16691: we should only look at rdata.data.length when we're in ndr_push modeStefan Metzmacher2006-06-291-1/+3
| | | | | | | | | | | | | | | | metze
| | | * r16690: - fix bug 3896Stefan Metzmacher2006-06-291-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
| | | * r16672: we don't need this twice:-)Stefan Metzmacher2006-06-291-5/+1
| | | | | | | | | | | | | | | | metze
| | | * r16671: allow usage of smbsrv_pull_passthru_sfileinfo() without,Stefan Metzmacher2006-06-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a smbsrv_request given... the RENAME level is not supported in this mode, but that will be fixed later metze
| | | * r16670: try to match the vista error codes a bit moreStefan Metzmacher2006-06-291-4/+24
| | | | | | | | | | | | | | | | metze
| | | * r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher2006-06-296-6/+6
| | | | | | | | | | | | | | | | metze
| | | * r16668: test setting of security descriptors vis smb2 setinfoStefan Metzmacher2006-06-291-2/+64
| | | | | | | | | | | | | | | | metze
| | | * r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull codeStefan Metzmacher2006-06-292-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | simpler - use ndr_push_struct_blob() for RAW_SFILEINFO_SEC_DESC metze
| | | * r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher2006-06-291-5/+43
| | | | | | | | | | | | | | | | metze
| | | * r16657: Test Jerry's iTunes bug, along with some more error conditionsVolker Lendecke2006-06-286-46/+223
| | | | | | | | | | | | | | | | Volker
| | | * r16621: split out passthru levels of setfileinfoStefan Metzmacher2006-06-282-55/+102
| | | | | | | | | | | | | | | | metze
| | | * r16573: Fixes in comments.Rafal Szczesniak2006-06-271-4/+4
| | | | | | | | | | | | | | | | rafal
| | | * r16572: More comments and simple refactoring of one condition.Rafal Szczesniak2006-06-271-6/+52
| | | | | | | | | | | | | | | | rafal
| | | * r16571: - make push/pull_ascii()/_ucs() functions static,Stefan Metzmacher2006-06-271-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
| | | * r16569: - use push_string()Stefan Metzmacher2006-06-273-8/+8
| | | | | | | | | | | | | | | | metze
| | | * r16568: add parsing code for SMB2 SetInfoStefan Metzmacher2006-06-271-1/+65
| | | | | | | | | | | | | | | | metze
| | | * r16566: add pull function for a site32/offset32 blobStefan Metzmacher2006-06-271-0/+24
| | | | | | | | | | | | | | | | metze
| | | * r16561: - create version.h relative to srcdirStefan Metzmacher2006-06-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - let version.h depend on VERSION - add a rule to manualy regenerate version.h e.g. after a svn up metze
| | | * r16560: print out the correct valueStefan Metzmacher2006-06-271-1/+1
| | | | | | | | | | | | | | | | metze