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