summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/request.c
Commit message (Expand)AuthorAgeFilesLines
* 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