summaryrefslogtreecommitdiff
path: root/source4/smb_server/request.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11607: switched the smb server to use the generic packet send codeAndrew Tridgell1-6/+10
2007-10-10r9321: Fix potential bug found by Coverity. src_len has to be int but later w...Alexander Bokovoy1-5/+5
2007-10-10r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell1-1/+1
2007-10-10r6031: don't try to send errors when the socket has been destroyedAndrew Tridgell1-0/+5
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-1/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-2/+0
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-2/+3
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+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-10r4095: smbsrv_terminate_connection() doesn't exit() in single processor mode,...Andrew Tridgell1-0/+2
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-11/+11
2007-10-10r3720: fixed the pulling of zero length ucs2 strings in smbd. I found thisAndrew Tridgell1-0/+5
2007-10-10r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell1-1/+1
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell1-0/+31
2007-10-10r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell1-2/+2
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-1/+8
2007-10-10r3307: fixed the send side of the smb_server code to be non-blocking. ThisAndrew Tridgell1-13/+5
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-1/+1
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+1
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+2
2007-10-10r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell1-6/+0
2007-10-10r2616: the cascading nature of talloc_free() can lead to some surprises. InAndrew Tridgell1-0/+1
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-3/+7
2007-10-10r2544: (missed from the last commit)Andrew Bartlett1-1/+1
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-1/+1
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-1/+9
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-2/+2
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-19/+8
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-1/+1
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-2/+2
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett1-1/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-5/+5
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-9/+9
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-24/+24
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-9/+9
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell1-13/+20
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-11/+11
2007-10-10r898: - remove some unused macrosAndrew Tridgell1-4/+0
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-3/+3
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell1-1/+18
2007-10-10r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell1-2/+9