summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
...
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-106-21/+21
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-102-7/+45
* r4819: its just not my day today ....Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-4/+1
* r4730: remove unused struct elementsStefan Metzmacher2007-10-101-38/+1
* r4728: split up server_services into:Stefan Metzmacher2007-10-105-106/+35
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-105-66/+33
* r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2007-10-102-5/+0
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-102-55/+70
* r4611: - renamed add_socket() to smb_add_socket() as that is less confusingAndrew Tridgell2007-10-101-10/+6
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-105-7/+10
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-103-5/+5
* r4383: in order to cope with overfilled buffers on trans2 findfirst we need t...Andrew Tridgell2007-10-101-5/+6
* 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
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-101-1/+2
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-101-0/+2
* r4284: fixed a problem with very large EA lists and OS/2 clients. TheseAndrew Tridgell2007-10-101-17/+28
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-0/+42
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-101-0/+27
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-15/+3
* r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell2007-10-103-87/+257
* r4214: possibly fix the "no-EAs" bug from OS/2Andrew Tridgell2007-10-101-7/+2
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-101-0/+43
* 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
* r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2Andrew Tridgell2007-10-101-2/+4
* r4145: make sure we don't set the 32-bit error codes flag unless the clientAndrew Tridgell2007-10-101-5/+9
* r4109: fixed an uninitialised socket write found by kukksAndrew Tridgell2007-10-101-0/+1
* r4101: ignore secondary session requests to cope with a OS/2 bug reported byAndrew Tridgell2007-10-101-2/+1
* r4099: Spelling fixes.Tim Potter2007-10-102-6/+6
* r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell2007-10-103-2/+11
* r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher2007-10-101-1/+1
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-102-4/+2
* r4069: better error code for SMBwriteBMPXAndrew Tridgell2007-10-101-4/+2
* r4068: added LANMAN2.1 to list of supported protocols (for OS/2)Andrew Tridgell2007-10-101-0/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-107-35/+35
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-102-2/+2
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-19/+0
* r3971: fix compiler warningsStefan Metzmacher2007-10-102-7/+7
* r3916: w2k3 does not check the max_setup count in nttrans requestsAndrew Tridgell2007-10-101-0/+3
* r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans serverAndrew Tridgell2007-10-101-0/+13
* r3831: added nttrans server code for query/set security descriptor. ThisAndrew Tridgell2007-10-101-1/+106
* r3830: unified the query/set security descriptor code with the rest of theAndrew Tridgell2007-10-101-0/+2
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-101-6/+3
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-0/+1
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-102-11/+128
* r3756: Fix netbios session request reply. The buffer should not be a stack-basedVolker Lendecke2007-10-101-1/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-101-3/+0
* r3720: fixed the pulling of zero length ucs2 strings in smbd. I found thisAndrew Tridgell2007-10-101-0/+5