summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* python3 port for smbd moduleNoel Power2018-04-051-7/+14
* smbd: Fix CID 240676 Dereference after null checkVolker Lendecke2018-04-041-0/+7
* s3:smbd: Fix size types in reply_negprot()Andreas Schneider2018-04-031-5/+8
* s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme2018-03-301-3/+29
* s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete...Jeremy Allison2018-03-291-0/+12
* s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-03-221-0/+2
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-221-18/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-2222-0/+66
* s3:avahi: Fix size typesAndreas Schneider2018-03-201-2/+2
* s3: Fix possible mem leakSwen Schillig2018-03-201-3/+8
* s3:smbd: map nterror on smb2_flush errorpathAnton Nefedov via samba-technical2018-03-161-1/+1
* s3: Fix max indentation and max columnSwen Schillig2018-03-121-20/+25
* s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-021-3/+20
* s3:smbd: Add FALL_THROUGH statements in reply.cAndreas Schneider2018-03-011-4/+4
* s3:smbd: Add FALL_THROUGH statements in trans2.cAndreas Schneider2018-03-011-1/+2
* s3:smbd: Add FALL_THROUGH statements in nttrans.cAndreas Schneider2018-03-011-0/+1
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-02-231-3/+6
* wscript: drop checks for setnetgrent/endnetgrent/getnetgrentBjörn Jacke2018-02-211-11/+0
* s3: remove dead already commented codeBjörn Jacke2018-02-211-4/+1
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-211-1/+1
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-201-1/+1
* smbd: Pass "file_id" explicitly to send_break_to_noneVolker Lendecke2018-02-131-3/+4
* smbd: Pass "file_id" explicitly to send_break_message()Volker Lendecke2018-02-133-9/+12
* smbd: Avoid a dependency on share_mode_entry->idVolker Lendecke2018-02-131-3/+4
* smbd: Avoid a dependency on share_mode_entry->idVolker Lendecke2018-02-131-3/+4
* smbd: Pass "file_id" explicitly to message_to_share_mode_entry()Volker Lendecke2018-02-133-5/+13
* smbd: Pass "file_id" explicitly into share_mode_entry_to_message()Volker Lendecke2018-02-133-5/+11
* smbd: Pass in "file_id" into validate_my_share_entriesVolker Lendecke2018-02-131-5/+5
* smbd: Pass in "file_id" into share_mode_str()Volker Lendecke2018-02-132-5/+7
* lib: Make g_lock_dump use TDB_DATAVolker Lendecke2018-02-081-1/+2
* lib: Make g_lock_write_data use TDB_DATAVolker Lendecke2018-02-081-1/+2
* lib: Make g_lock_unlock use TDB_DATAVolker Lendecke2018-02-081-1/+1
* lib: Make g_lock_lock use TDB_DATAVolker Lendecke2018-02-081-3/+3
* s3/smbd: fix handling of delete-on-close on directoriesRalph Boehme2018-02-031-1/+44
* Remove file system sharemode before calling unlinkChristof Schmitt2018-01-171-0/+16
* smbd: Fix channel sequence number checks for long-running requestsVolker Lendecke2018-01-142-1/+15
* smbd: Remove a "!" from an if-condition for easier readabilityVolker Lendecke2018-01-141-5/+5
* smbd: Fix a typoVolker Lendecke2018-01-141-1/+1
* s3/smbd: Fix error code for unsupported SET_INFO requestsJustin Maggard via samba-technical2018-01-131-0/+5
* s3:smbd: remove deprecated 'use spnego = no" handlingStefan Metzmacher2018-01-101-1/+0
* s3: smbd: Use identical logic to test for kernel oplocks on a share.Jeremy Allison2018-01-041-7/+18
* s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessionsStefan Metzmacher2017-12-212-0/+36
* s3:smbd: return the correct error for cancelled SMB2 notifies on expired sess...Stefan Metzmacher2017-12-211-4/+13
* pysmbd: fix use of sysacl APIUri Simchoni2017-12-211-5/+38
* source3/smbd/server.c set socket close on execGary Lockyer2017-12-181-0/+1
* smbd: Fix coredump on failing chdir during logoffChristof Schmitt2017-12-161-4/+0
* s3:smbd: remove deprecated handling of "profile acls = yes"Stefan Metzmacher2017-12-131-82/+1
* smbd: Fix async large readVolker Lendecke2017-12-121-1/+1
* Add mdns name configuration optionKevin Anderson2017-12-081-2/+16
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-056-67/+0