summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke3-86/+256
2007-10-10r11803: New start for RPC-LOGIN load test, this time async. It's gonna be fun...Volker Lendecke1-949/+454
2007-10-10r11802: - add copyrightStefan Metzmacher1-4/+10
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell9-11/+165
2007-10-10r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell7-30/+84
2007-10-10r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison1-1/+22
2007-10-10r11796: Two more uses of !composite_is_okVolker Lendecke1-20/+5
2007-10-10r11795: used a couple more of volkers composite helper functions. TheyAndrew Tridgell1-39/+9
2007-10-10r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell3-10/+8
2007-10-10r11791: simplify the SMB2 connect code following some suggestions from volkerAndrew Tridgell1-22/+24
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher10-5/+823
2007-10-10r11788: remove unused header filesStefan Metzmacher1-3/+0
2007-10-10r11787: add missing fileStefan Metzmacher1-0/+20
2007-10-10r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher12-12/+3
2007-10-10r11785: rename conn.c into tcon.cStefan Metzmacher2-1/+1
2007-10-10r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher6-101/+136
2007-10-10r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher5-17/+50
2007-10-10r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher6-35/+35
2007-10-10r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell4-34/+13
2007-10-10r11779: fix crash bugStefan Metzmacher1-1/+1
2007-10-10r11778: - remove unused memory contexts as req is already the temporary conte...Stefan Metzmacher1-47/+21
2007-10-10r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell2-0/+14
2007-10-10r11776: no need to call out to SMB to setup test files for SMB2 any moreAndrew Tridgell3-48/+69
2007-10-10r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell8-43/+148
2007-10-10r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher4-27/+73
2007-10-10r11773: added a SMB2-SETINFO test suite. This tests the following levels:Andrew Tridgell4-1/+378
2007-10-10r11772: - setfileinfo needs a smb2_handle for SMB2 supportAndrew Tridgell2-0/+2
2007-10-10r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell6-85/+328
2007-10-10r11759: fix up the SEC_SHARE handling, when we want to support that laterStefan Metzmacher3-16/+14
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell7-429/+324
2007-10-10r11757: make smb_server.c independent from the protocolStefan Metzmacher3-608/+637
2007-10-10r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell5-143/+279
2007-10-10r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell4-15/+24
2007-10-10r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell5-85/+97
2007-10-10r11753: change the getinfo scanner to scan with both a file and a directory, ...Andrew Tridgell1-53/+32
2007-10-10r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2-1/+15
2007-10-10r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell1-2/+4
2007-10-10r11750: More comments.Rafal Szczesniak1-3/+4
2007-10-10r11749: 1) Buffer allocation's been moved and isn't needed here.Rafal Szczesniak1-3/+1
2007-10-10r11748: By default, use name resolution method provided by meansRafal Szczesniak1-0/+1
2007-10-10r11747: Move buffer allocation to libnet_Lookup function so that theRafal Szczesniak1-1/+6
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