summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/request.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-2/+4
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-2/+2
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-11/+11
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-1/+0
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-6/+6
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+1
* s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher2008-09-301-5/+6
* NetApp found that we never set the smb signing flags2.Andrew Bartlett2008-09-291-0/+4
* fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-3/+3
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+1
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-2/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-25/+36
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-3/+4
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-8/+8
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-8/+8
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17361: check that file handles are only accessableStefan Metzmacher2007-10-101-0/+11
* r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2007-10-101-0/+6
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-0/+8
* r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher2007-10-101-1/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+91
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-0/+1
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-3/+3
* r14937: fix a crash that can be caused by a notify triggering during a shareAndrew Tridgell2007-10-101-0/+5
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-8/+1
* r14538: ok, I have better used make valgrindtest my self...Stefan Metzmacher2007-10-101-1/+1
* r14526: fix the size of the output buffer, we need 1 byte for the Word countStefan Metzmacher2007-10-101-1/+1
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-3/+1
* r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher2007-10-101-19/+0
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-15/+15
* r13868: remove useless talloc_free() wrapperStefan Metzmacher2007-10-101-9/+1
* r13856: fixed a misleading commentAndrew Tridgell2007-10-101-1/+1
* r13620: initialize the CMD with 0 tooStefan Metzmacher2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-101-0/+675