summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r11757: make smb_server.c independent from the protocolStefan Metzmacher2007-10-103-608/+637
* r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell2007-10-105-143/+279
* r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2007-10-104-15/+24
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-105-85/+97
* r11753: change the getinfo scanner to scan with both a file and a directory, ...Andrew Tridgell2007-10-101-53/+32
* r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2007-10-102-1/+15
* r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell2007-10-101-2/+4
* r11750: More comments.Rafal Szczesniak2007-10-101-3/+4
* r11749: 1) Buffer allocation's been moved and isn't needed here.Rafal Szczesniak2007-10-101-3/+1
* r11748: By default, use name resolution method provided by meansRafal Szczesniak2007-10-101-0/+1
* r11747: Move buffer allocation to libnet_Lookup function so that theRafal Szczesniak2007-10-101-1/+6
* r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher2007-10-103-3/+3
* r11745: one more check for a valid sessionStefan Metzmacher2007-10-101-1/+1
* r11744: make sure the session is completed authenticated!!!Stefan Metzmacher2007-10-102-2/+2
* r11743: - push the length at the correct offsetStefan Metzmacher2007-10-101-2/+9
* r11742: fix pushing of 0 length blobsStefan Metzmacher2007-10-101-0/+18
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-1016-244/+472
* r11740: add some EA error codesStefan Metzmacher2007-10-102-1/+7
* r11738: test larger read/write calls. If you run smbtorture with -X (to enableAndrew Tridgell2007-10-101-2/+9
* r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packetsAndrew Tridgell2007-10-102-1/+3
* r11736: display EAs and streams in smb2 torture testsAndrew Tridgell2007-10-101-0/+28
* r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell2007-10-102-7/+5
* r11731: fixed typo noticed by metzeAndrew Tridgell2007-10-101-2/+2
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2007-10-1010-128/+626
* r11727: Minor cleanupVolker Lendecke2007-10-101-14/+5
* r11724: - move checks packet size and protocol version,Stefan Metzmacher2007-10-102-53/+56
* r11723: fix the buildStefan Metzmacher2007-10-101-0/+2
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-107-46/+39
* r11721: Fix warningsVolker Lendecke2007-10-106-7/+12
* r11716: added a read/write testAndrew Tridgell2007-10-101-0/+48
* r11715: added SMB2 read and write requestsAndrew Tridgell2007-10-107-19/+386
* r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell2007-10-101-1/+4
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-109-12/+28
* r11712: avoid changing the fde flags unless really neededAndrew Tridgell2007-10-101-6/+9
* r11711: fixed the nbt server to use the right interface for outgoing requestsAndrew Tridgell2007-10-102-6/+27
* r11710: added function iface_same_net()Andrew Tridgell2007-10-101-0/+10
* r11709: Comment out unused function.Tim Potter2007-10-101-0/+4
* r11708: Fix allocation of too small buffer to hold ip address.Rafal Szczesniak2007-10-101-1/+1
* r11705: Fix segfaulting create user function.Rafal Szczesniak2007-10-101-0/+4
* r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell2007-10-101-1/+100
* r11699: use create_complex_file() to setup a file with a wide range ofAndrew Tridgell2007-10-101-0/+29
* r11698: added some more level namesAndrew Tridgell2007-10-101-3/+4
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-1012-31/+249
* r11696: added a few more opcode namesAndrew Tridgell2007-10-101-0/+3
* r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodesAndrew Tridgell2007-10-104-15/+81
* r11694: fixed 2 valgrind errorsAndrew Tridgell2007-10-102-2/+2
* r11693: added a full async composite function for SMB2 that does:Andrew Tridgell2007-10-103-105/+289
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-105-68/+164
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-108-36/+80
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-103-10/+9