summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/reply.c
Commit message (Expand)AuthorAgeFilesLines
* r6313: Much better handling of LogoffAndX when the vuid is invalid (ie, don'tAndrew Bartlett2007-10-101-12/+14
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-6/+6
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-101-7/+41
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-5/+5
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-3/+3
* r4382: check for bad tid in SMBtdisAndrew Tridgell2007-10-101-0/+5
* r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell2007-10-101-0/+4
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-1/+1
* r4159: fixed error return for writebrawAndrew Tridgell2007-10-101-2/+1
* r4101: ignore secondary session requests to cope with a OS/2 bug reported byAndrew Tridgell2007-10-101-2/+1
* r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell2007-10-101-2/+5
* r4069: better error code for SMBwriteBMPXAndrew Tridgell2007-10-101-4/+2
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-10/+10
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-101-0/+2
* r3756: Fix netbios session request reply. The buffer should not be a stack-basedVolker Lendecke2007-10-101-1/+1
* r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell2007-10-101-1/+1
* r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ...Andrew Tridgell2007-10-101-1/+5
* r3529: fixed signing support for SMBntcancel requests (no reply means seqAndrew Tridgell2007-10-101-0/+1
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-1/+3
* r3493: fixed a bug in readx reply where the client specifies an invalid highAndrew Tridgell2007-10-101-1/+7
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-6/+6
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-101-11/+11
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-1/+1
* r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell2007-10-101-3/+7
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-152/+152
* r3243: read the high offset count in SMBreadx in the serverAndrew Tridgell2007-10-101-0/+1
* r3234: in SMBreadx, if the client asks for exactly 65535 bytes then don't tryAndrew Tridgell2007-10-101-3/+13
* r3084: mincnt and maxcnt were the wrong way around in readbraw server codeAndrew Tridgell2007-10-101-2/+2
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-3/+38
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-39/+39
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-14/+26
* r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell2007-10-101-6/+2
* r2541: Add a TODO: This is one place we can grab the remote netbios name.Andrew Bartlett2007-10-101-1/+2
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-1/+1
* r2460: fixed the spnego code that I recently brokeAndrew Tridgell2007-10-101-0/+4
* r2455: don't use the uninitialised sess structure when auth failsAndrew Tridgell2007-10-101-4/+6
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-3/+3
* r1727: SPNEGO session setup replies need to include the blob, even on errorAndrew Bartlett2007-10-101-5/+4
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-1/+1
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-1/+1
* r1479: print out domain tooStefan Metzmacher2007-10-101-0/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-21/+21
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-81/+81
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-41/+41
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-21/+21
* r1268: varient -> variantTim Potter2007-10-101-6/+6
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-8/+8