s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the length...
[obnox/samba/samba-obnox.git] / source3 / smbd / reply.c
2013-03-20 Jeremy Allisons3:smbd: Add functions calc_max_read_pdu()/calc_read_si...
2013-03-20 Jeremy Allisons3:smbd: Remove server_will_accept_large_read() and...
2013-03-16 Jeremy AllisonFix bug #9724 - is_encrypted_packet() function incorrec...
2013-01-25 Jeremy AllisonFix bug #9587 - archive flag is always set on directories.
2013-01-24 Jeremy AllisonFix bug #9572 - File corruption during SMB1 read by...
2013-01-24 Jeremy AllisonRevert "s3:smbd: SMB ReadX with size > 0xffff should...
2012-12-21 Andreas Schneiders3-smbd: Check return code of SMB_VFS_{L}STAT.
2012-11-05 Stefan Metzmachers3:smbd: pass the current time to make_connection[_smb1]()
2012-10-19 Stefan Metzmachers3:smbd: update sconn->remote_hostname after the netbio...
2012-08-04 Stefan Metzmachers3:smbd: add support for SMB_EXTENDED_SIGNATURES in...
2012-08-04 Stefan Metzmachers3:smbd: setup the application session key with the...
2012-08-01 Stefan Metzmachers3:smbd: add a optional_support helper variable to... save-diskspace-tags/ldb-1.1.9
2012-08-01 Stefan Metzmachers3:smbd: make use of TCONX_FLAG_DISCONNECT_TID define
2012-07-23 Jeremy AllisonFix compiler warning.
2012-07-23 Jeremy AllisonFix problem found by Andrew Bartlett - correctly check...
2012-07-18 Volker Lendeckes3-smb1: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3: Slightly simplify reply_close()
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_session for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-15 Michael Adams3:smbd: change reply.c to use fsp_fnum_dbg() for fsp...
2012-06-06 Stefan Metzmachers3:include: change smb_request->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-06-06 Stefan Metzmachers3:smbd: use print_spool_rap_jobid() in reply_ioctl()
2012-05-23 Stefan Metzmachers3:smbd: use reply_force_doserror(req, ERRSRV, ERRbadui...
2012-05-22 Michael Adams3:smbd: remove unused 'connection_struct->used'
2012-05-18 Stefan Metzmachers3:smbd: SMBtdis should return ERRSRV, ERRinvnid instea...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: #ifdef LARGE_SMB_OFF_T as off_t is now always...
2012-04-04 Jeremy AllisonSecond part of bugfix for bug #8837 - smbd crashes...
2012-03-10 Volker Lendeckes3: Remove "req_wct_ofs()"
2012-03-10 Volker Lendeckes3: Remove chain_reply
2012-03-10 Volker Lendeckes3: Make sure the andX chains are ended correctly
2012-03-05 Volker Lendeckes3: Move the drain_socket on error to reply_write_and_X
2012-03-05 Volker Lendeckes3: Use "goto out;" in reply_write_and_X
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-03-01 Jeremy AllisonAdd open_dir_with_privilege() to ensure we're opening...
2012-02-19 Volker Lendeckes3: get_share_mode_lock->get_existing_share_mode_lock
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2012-01-12 Volker Lendeckes3: Introduce get_share_mode_lock_fresh()
2011-12-31 Jeremy AllisonFinal part of fix for bug #8679 - recvfile code path...
2011-12-16 Jeremy AllisonFix bug #8664 - Renaming a symlink fails if the symlink...
2011-12-15 Stefan Metzmachers3:smbd: pass smbd_server_connection and a snumused...
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-16 Jeremy AllisonFinal part of patchset to fix bug #8556 - ACL permissio...
2011-11-16 Jeremy AllisonRemove the check for FILE_WRITE_ATTRIBUTES from smb_set...
2011-11-16 Jeremy AllisonAlways set the attribute first, before the time.
2011-09-14 Stefan Metzmachers3:smbd: SMB ReadX with size > 0xffff should only possi...
2011-08-29 Jeremy AllisonFix bug 8412 - Microsoft Office 2007 (Microsoft Word...
2011-08-25 Volker Lendeckes3: Pass smbd_server_connection to is_encrypted_packet
2011-08-05 Volker Lendeckes3: Fix a debug message
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-07-29 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-12 Stefan Metzmachers3:smbd: s/SMBkeepalive/NBSSkeepalive
2011-07-11 Stefan Metzmachers3:smbd: return the real share access mask in the SMBtc...
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd reply.
2011-07-04 Andreas Schneiders3-rpc_server: Migrate rpc function to tsocket_address.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-29 Volker Lendeckes3: Reply correctly to a bad nbt session request
2011-05-20 Jeremy AllisonOptimization. If the attributes passed to can_rename...
2011-05-20 Volker Lendeckes3: Fix an uninitialized variable
2011-04-22 Volker Lendeckes3: Fix Coverity ID 2335, CHECKED_RETURN
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-03 Björn Jackes3: reply_readbraw_error needs an sconn as argument...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-19 Stefan Metzmachers3:smbd: remove uses of "./" in unlink_internals()
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Jeremy AllisonPut OpenDir() back the way it was - don't overload...
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-02-08 Jeremy AllisonUse corrcet function instead of cut-and-paste code.
2011-01-26 David DisseldorpLooking into printer driver issues, I ran across some...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2011-01-25 Jeremy AllisonAdd name_hash into the share mode entry struct (as...
2011-01-21 Stefan Metzmachers3:smbd: use dcerpc_spoolss_X() functions
2011-01-21 Jeremy AllisonRemove all uses of "./" in pathnames - make canonical...
2011-01-21 Jeremy AllisonMake processing of incoming stream rename paths common...
2010-12-16 Jeremy AllisonFix old bug in openX code, exposed when "strict allocat...
2010-12-15 Jeremy AllisonImplement "use sendfile = yes" for SMB2. (cherry picked...
2010-12-13 Jeremy AllisonAs we handle missing sendfile() inside lib/sendfile...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_di_first
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from file_close_user
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from file_close_pid
next