summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6031: don't try to send errors when the socket has been destroyedAndrew Tridgell1-0/+5
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2-7/+7
2007-10-10r5899: Fix spelling.Andrew Bartlett1-1/+1
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2-3/+4
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-2/+2
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-5/+5
2007-10-10r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell1-0/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell2-3/+3
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell7-111/+68
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell6-21/+21
2007-10-10r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2-7/+45
2007-10-10r4819: its just not my day today ....Andrew Tridgell1-0/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-4/+1
2007-10-10r4730: remove unused struct elementsStefan Metzmacher1-38/+1
2007-10-10r4728: split up server_services into:Stefan Metzmacher5-106/+35
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher5-66/+33
2007-10-10r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2-5/+0
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2-55/+70
2007-10-10r4611: - renamed add_socket() to smb_add_socket() as that is less confusingAndrew Tridgell1-10/+6
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell5-7/+10
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell3-5/+5
2007-10-10r4383: in order to cope with overfilled buffers on trans2 findfirst we need t...Andrew Tridgell1-5/+6
2007-10-10r4382: check for bad tid in SMBtdisAndrew Tridgell1-0/+5
2007-10-10r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell1-0/+4
2007-10-10r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett1-1/+2
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett1-0/+2
2007-10-10r4284: fixed a problem with very large EA lists and OS/2 clients. TheseAndrew Tridgell1-17/+28
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell1-0/+42
2007-10-10r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell1-0/+27
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell1-15/+3
2007-10-10r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell3-87/+257
2007-10-10r4214: possibly fix the "no-EAs" bug from OS/2Andrew Tridgell1-7/+2
2007-10-10r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell1-0/+43
2007-10-10r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell1-1/+1
2007-10-10r4159: fixed error return for writebrawAndrew Tridgell1-2/+1
2007-10-10r4146: an attempted fix for a OS/2 rename problem found by kukks - seems OS/2Andrew Tridgell1-2/+4
2007-10-10r4145: make sure we don't set the 32-bit error codes flag unless the clientAndrew Tridgell1-5/+9
2007-10-10r4109: fixed an uninitialised socket write found by kukksAndrew Tridgell1-0/+1
2007-10-10r4101: ignore secondary session requests to cope with a OS/2 bug reported byAndrew Tridgell1-2/+1
2007-10-10r4099: Spelling fixes.Tim Potter2-6/+6
2007-10-10r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell3-2/+11
2007-10-10r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher1-1/+1
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2-4/+2
2007-10-10r4069: better error code for SMBwriteBMPXAndrew Tridgell1-4/+2
2007-10-10r4068: added LANMAN2.1 to list of supported protocols (for OS/2)Andrew Tridgell1-0/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher7-35/+35
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2-2/+2
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-19/+0
2007-10-10r3971: fix compiler warningsStefan Metzmacher2-7/+7