summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher3-3/+3
2007-10-10r11745: one more check for a valid sessionStefan Metzmacher1-1/+1
2007-10-10r11744: make sure the session is completed authenticated!!!Stefan Metzmacher2-2/+2
2007-10-10r11743: - push the length at the correct offsetStefan Metzmacher1-2/+9
2007-10-10r11742: fix pushing of 0 length blobsStefan Metzmacher1-0/+18
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher16-244/+472
2007-10-10r11740: add some EA error codesStefan Metzmacher2-1/+7
2007-10-10r11738: test larger read/write calls. If you run smbtorture with -X (to enableAndrew Tridgell1-2/+9
2007-10-10r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packetsAndrew Tridgell2-1/+3
2007-10-10r11736: display EAs and streams in smb2 torture testsAndrew Tridgell1-0/+28
2007-10-10r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell2-7/+5
2007-10-10r11731: fixed typo noticed by metzeAndrew Tridgell1-2/+2
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell10-128/+626
2007-10-10r11727: Minor cleanupVolker Lendecke1-14/+5
2007-10-10r11724: - move checks packet size and protocol version,Stefan Metzmacher2-53/+56
2007-10-10r11723: fix the buildStefan Metzmacher1-0/+2
2007-10-10r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher7-46/+39
2007-10-10r11721: Fix warningsVolker Lendecke6-7/+12
2007-10-10r11716: added a read/write testAndrew Tridgell1-0/+48
2007-10-10r11715: added SMB2 read and write requestsAndrew Tridgell7-19/+386
2007-10-10r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell1-1/+4
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell9-12/+28
2007-10-10r11712: avoid changing the fde flags unless really neededAndrew Tridgell1-6/+9
2007-10-10r11711: fixed the nbt server to use the right interface for outgoing requestsAndrew Tridgell2-6/+27
2007-10-10r11710: added function iface_same_net()Andrew Tridgell1-0/+10
2007-10-10r11709: Comment out unused function.Tim Potter1-0/+4
2007-10-10r11708: Fix allocation of too small buffer to hold ip address.Rafal Szczesniak1-1/+1
2007-10-10r11705: Fix segfaulting create user function.Rafal Szczesniak1-0/+4
2007-10-10r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell1-1/+100
2007-10-10r11699: use create_complex_file() to setup a file with a wide range ofAndrew Tridgell1-0/+29
2007-10-10r11698: added some more level namesAndrew Tridgell1-3/+4
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell12-31/+249
2007-10-10r11696: added a few more opcode namesAndrew Tridgell1-0/+3
2007-10-10r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell4-15/+81
2007-10-10r11694: fixed 2 valgrind errorsAndrew Tridgell2-2/+2
2007-10-10r11693: added a full async composite function for SMB2 that does:Andrew Tridgell3-105/+289
2007-10-10r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell5-68/+164
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell8-36/+80
2007-10-10r11687: filled in 3 more fields in the close replyAndrew Tridgell3-10/+9
2007-10-10r11683: fixed create callAndrew Tridgell1-2/+2
2007-10-10r11682: filled in access_mask in tcon replyAndrew Tridgell2-5/+5
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell3-47/+52
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell6-19/+166
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell8-8/+228
2007-10-10r11678: - add suport for sgroup,replica vs. sgroup,replica testsStefan Metzmacher1-158/+114
2007-10-10r11677: print leading zerosStefan Metzmacher1-2/+2
2007-10-10r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher3-15/+6
2007-10-10r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2-2/+2
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell7-3/+215
2007-10-10r11673: - update the max_version of the owner when we get some recordsStefan Metzmacher1-3/+196