summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Reply correctly to a bad nbt session requestVolker Lendecke2011-05-291-1/+15
* Optimization. If the attributes passed to can_rename() include both FILE_ATTR...Jeremy Allison2011-05-201-5/+8
* s3: Fix an uninitialized variableVolker Lendecke2011-05-201-1/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-7/+7
* s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ...Björn Jacke2011-05-031-1/+1
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-15/+15
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-291-3/+3
* s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke2011-04-221-1/+3
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:smbd: remove uses of "./" in unlink_internals()Stefan Metzmacher2011-03-191-4/+0
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-3/+3
* Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison2011-02-101-3/+3
* Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison2011-02-091-3/+4
* Use corrcet function instead of cut-and-paste code.Jeremy Allison2011-02-081-1/+1
* Looking into printer driver issues, I ran across some peculiarities inDavid Disseldorp2011-01-271-8/+11
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-251-2/+2
* Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2011-01-251-1/+8
* s3:smbd: use dcerpc_spoolss_X() functionsStefan Metzmacher2011-01-211-4/+6
* Remove all uses of "./" in pathnames - make canonical. This will become impor...Jeremy Allison2011-01-211-50/+78
* Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2011-01-201-0/+25
* Fix old bug in openX code, exposed when "strict allocate" is set to true.Jeremy Allison2010-12-161-5/+9
* Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison2010-12-151-3/+2
* As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI...Jeremy Allison2010-12-131-7/+0
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke2010-09-281-2/+3
* s3: Remove smbd_server_conn from file_close_userVolker Lendecke2010-09-281-1/+1
* s3: Remove smbd_server_conn from file_close_pidVolker Lendecke2010-09-281-1/+1
* Small tweak to bugfix for 7698 - Assert causes smbd to panic on invalid NetBI...Jeremy Allison2010-09-271-3/+3
* Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison2010-09-261-11/+30
* Thank goodness for code reviews. Volker caught - this should be lp_posix_path...Jeremy Allison2010-09-221-1/+1
* Fix bug #7693 - smbd changing mode of files on renameJeremy Allison2010-09-221-2/+3
* s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce2010-09-151-0/+1
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-151-1/+6
* s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke2010-08-281-0/+9
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-241-4/+4
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-1/+1
* s3: Remove smbd_server_fd() from read_smb_length()Volker Lendecke2010-08-171-12/+7
* s3: Move read_smb_length() to smbd/reply.cVolker Lendecke2010-08-171-0/+42
* s3: Lift smbd_server_fd() from read_data()Volker Lendecke2010-08-171-3/+8
* s3: Remove smbd_server_fd() from write_data()Volker Lendecke2010-08-171-2/+57