summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r7222: remove double call to the same function in the same place, probable cu...Simo Sorce2007-10-101-6/+0
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-101-1/+1
* r6313: Much better handling of LogoffAndX when the vuid is invalid (ie, don'tAndrew Bartlett2007-10-101-12/+14
* r6312: Metze reminds me this header is no longer required.Andrew Bartlett2007-10-101-1/+0
* r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett2007-10-103-7/+3
* r6309: Remove this file it is empty and unreferenced. (In preperation forAndrew Bartlett2007-10-101-29/+0
* r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett2007-10-104-119/+157
* r6031: don't try to send errors when the socket has been destroyedAndrew Tridgell2007-10-101-0/+5
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-102-7/+7
* r5899: Fix spelling.Andrew Bartlett2007-10-101-1/+1
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-102-3/+4
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-2/+2
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-5/+5
* r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2007-10-101-0/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-102-3/+3
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-107-111/+68
* 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