summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-7/+7
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-064-2/+31
* smbd: Fix CID 1273088 Resource leakVolker Lendecke2015-03-031-0/+1
* smbd: Make SMB3 clients use encryption with "smb encrypt = auto"Volker Lendecke2015-03-032-0/+10
* MSDFS referral shufflingRobin McCorkell2015-02-271-3/+26
* smbd: Simplify ReadDirNameVolker Lendecke2015-02-261-4/+6
* smbd: ZERO_STRUCT -> struct initVolker Lendecke2015-02-261-6/+4
* smbd: ZERO_STRUCT -> struct assignmentVolker Lendecke2015-02-261-3/+3
* smbd: ZERO_STRUCT -> struct assignmentVolker Lendecke2015-02-261-2/+1
* smbd: ZERO_STRUCTP -> talloc_zero()Volker Lendecke2015-02-261-3/+1
* smbd: Fix a typoVolker Lendecke2015-02-261-1/+1
* smbd: Fix a typoVolker Lendecke2015-02-241-1/+1
* smb2_server: Use iov_advanceVolker Lendecke2015-02-241-24/+4
* smb2_server: Add range checking to nbt_lengthVolker Lendecke2015-02-241-13/+48
* lib: Move "iov_buf.[ch]" to lib/utilVolker Lendecke2015-02-241-1/+1
* Revert "s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot wit...Jeremy Allison2015-02-232-5/+2
* s3: smbd: SMB2 close. If a file has delete on close, store the return info be...Jeremy Allison2015-02-201-0/+20
* s3: smbd: SMB2 close. Call utility function setup_close_full_information()Jeremy Allison2015-02-201-26/+11
* s3: smbd: SMB2 close. Add utility function setup_close_full_information()Jeremy Allison2015-02-201-0/+42
* s3: smbd: leases - losen paranoia check. Stat opens can grant leases.Jeremy Allison2015-02-191-1/+2
* s3: smbd: leases - new torture test shows stat opens can get leases.Jeremy Allison2015-02-191-7/+4
* s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot with SMB2_N...Jeremy Allison2015-02-192-2/+5
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-175-41/+29
* smbd/reply: convert free space to 16bit in dskattr handlerDavid Disseldorp2015-02-171-1/+20
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1
* smbd: Make "check_veto_path" staticVolker Lendecke2015-02-102-2/+1
* s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"Stefan Metzmacher2015-01-291-0/+3
* s3:smb2_server: always try to grant the credits the client just consumedStefan Metzmacher2015-01-291-6/+2
* smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.Ira Cooper2015-01-161-3/+3
* notify: Move path construction to notify_triggerVolker Lendecke2014-12-163-15/+20
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-122-5/+4
* notify_inotify: Simplify inotify_dispatchVolker Lendecke2014-12-091-15/+17
* smbd: Compile notify_inotify only if availableVolker Lendecke2014-12-091-4/+0
* notify_inotify: inotify_watch now takes a mem_ctxVolker Lendecke2014-12-092-3/+5
* notify: Add "dir" to notify_eventVolker Lendecke2014-12-092-3/+9
* notify_inotify: Make inotify_watch return 0/errnoVolker Lendecke2014-12-092-24/+24
* notify_inotify: Slightly simplify watch_destructorVolker Lendecke2014-12-091-8/+10
* notify_inotify: Slightly simplify inotify_watchVolker Lendecke2014-12-091-15/+13
* notify_inotify: Make inotify_setup return 0/errnoVolker Lendecke2014-12-091-10/+15
* notify_inotify: Add a NULL checkVolker Lendecke2014-12-091-1/+8
* notify_inotify: Simplify filter_matchVolker Lendecke2014-12-091-20/+19
* smbd: Move lp_parm_bool out of notify_inotify.cVolker Lendecke2014-12-091-4/+0
* s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison2014-12-092-38/+122
* s3:locking: pass down servicepath to leases_db_add()Jeremy Allison2014-12-091-2/+5
* smbd: Add missing include for iov_buflen().Andreas Schneider2014-12-081-0/+1
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* smbd: Use read_data() in notify_inotifyVolker Lendecke2014-12-071-5/+6
* lib: Split out write_data[_iov]Volker Lendecke2014-12-073-0/+3
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-072-2/+3