summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-7/+9
* s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher2012-06-251-5/+21
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-4/+54
* s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-50/+50
* s3:include: change smb_request->vuid to uint64_tStefan Metzmacher2012-06-061-3/+4
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1
* s3:smbd: use print_spool_rap_jobid() in reply_ioctl()Stefan Metzmacher2012-06-061-5/+2
* s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoffStefan Metzmacher2012-05-231-0/+5
* s3:smbd: remove unused 'connection_struct->used'Michael Adam2012-05-221-2/+0
* s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher2012-05-181-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-29/+29
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-051-53/+0
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-041-2/+6
* s3: Remove "req_wct_ofs()"Volker Lendecke2012-03-101-1/+1
* s3: Remove chain_replyVolker Lendecke2012-03-101-8/+0
* s3: Make sure the andX chains are ended correctlyVolker Lendecke2012-03-101-0/+13
* s3: Move the drain_socket on error to reply_write_and_XVolker Lendecke2012-03-051-0/+9
* s3: Use "goto out;" in reply_write_and_XVolker Lendecke2012-03-051-18/+9
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-34/+4
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-011-0/+1
* s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke2012-02-191-1/+1
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-2/+0
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+2
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-2/+2
* s3: Introduce get_share_mode_lock_fresh()Volker Lendecke2012-01-121-2/+1
* Final part of fix for bug #8679 - recvfile code path using splice() on Linux ...Jeremy Allison2011-12-311-5/+0
* Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ...Jeremy Allison2011-12-161-2/+4
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-151-1/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...Jeremy Allison2011-11-161-0/+7
* Remove the check for FILE_WRITE_ATTRIBUTES from smb_set_file_time(). ItJeremy Allison2011-11-151-0/+5
* Always set the attribute first, before the time.Jeremy Allison2011-11-151-7/+7
* s3:smbd: SMB ReadX with size > 0xffff should only possible for samba clients.Stefan Metzmacher2011-09-141-1/+10
* Fix bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a S...Jeremy Allison2011-08-291-0/+46
* s3: Pass smbd_server_connection to is_encrypted_packetVolker Lendecke2011-08-251-4/+5
* s3: Fix a debug messageVolker Lendecke2011-08-051-1/+1
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-7/+7
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-07-291-3/+5
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-2/+2
* s3:smbd: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2011-07-121-10/+10
* s3:smbd: return the real share access mask in the SMBtconX responseStefan Metzmacher2011-07-111-3/+1
* s3-smbd: Replace client_id in smbd reply.Andreas Schneider2011-07-041-1/+10
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-3/+3
* 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