summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2014-12-18s3:smb2_server: allow reauthentication without signingStefan Metzmacher2-5/+4
2014-12-18s3:smb2_server: use the global signing key to check if signing is requiredStefan Metzmacher1-1/+1
2014-12-08s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison1-11/+11
2014-11-09s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher1-0/+3
2014-11-09There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe1-1/+1
2014-09-29s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...Volker Lendecke1-1/+6
2014-09-27s3: smbd - open logic fix.Jeremy Allison1-0/+11
2014-09-27s3:smbd:open_file: use a more natural check.Michael Adam1-1/+3
2014-09-27s3:smbd: fix a race in open codeMichael Adam1-17/+42
2014-09-01dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp1-0/+13
2014-09-01smbd: Properly initialize mangle_hashVolker Lendecke1-0/+4
2014-09-01samba: Retain case sensitivity of cifs clientShirish Pargaonkar1-1/+2
2014-09-01smbd: split printer reload processingDavid Disseldorp1-44/+7
2014-09-01server: remove duplicate snum_is_shared_printer()David Disseldorp2-1/+2
2014-09-01smbd: only reprocess printer_list.tdb if it changedDavid Disseldorp1-0/+21
2014-09-01printing: only reload printer shares on client enumDavid Disseldorp2-20/+1
2014-09-01s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison1-3/+34
2014-09-01s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison1-2/+2
2014-09-01s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison1-5/+1
2014-09-01s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher4-5/+12
2014-08-07s3: remove stat_ex.vfs_private completelyMichael Adam1-14/+0
2014-08-07lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher6-6/+6
2014-07-19s3: SMB2 : Fix leak of blocking lock records in the database.Jeremy Allison1-0/+1
2014-07-19s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().Jeremy Allison1-30/+25
2014-07-19s3: smb2: Remove unused code from remove_pending_lock().Jeremy Allison1-13/+0
2014-07-17smbd: Remove 2 indentation levelsVolker Lendecke1-11/+11
2014-07-17s3: smbd - Prevent file truncation on an open that fails with share mode viol...Jeremy Allison1-2/+20
2014-07-15s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison1-17/+80
2014-07-15s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison1-53/+38
2014-07-15s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison1-3/+21
2014-07-15s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison1-2/+1
2014-07-15s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()Stefan Metzmacher1-16/+53
2014-07-15pysmbd: improve the return of error codes in the python smbd bindingsGarming Sam1-31/+27
2014-07-15s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison1-6/+10
2014-07-15smbd: Fix bug 10593Volker Lendecke1-1/+8
2014-06-22s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison1-2/+2
2014-05-27s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison1-42/+43
2014-05-27s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison1-70/+57
2014-05-20lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2-3/+3
2014-05-20smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy1-25/+19
2014-05-20add systemd integrationAlexander Bokovoy1-0/+4
2014-05-19s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison1-1/+2
2014-05-19s3: smbd: Remove open_file_fchmod().Jeremy Allison2-36/+0
2014-05-19s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison1-12/+92
2014-05-19s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2-4/+15
2014-05-19s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2-0/+13
2014-05-06s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power1-11/+13
2014-04-04s3: messages: Implement cleanup of dead records.Jeremy Allison1-0/+7
2014-04-01s3: smbd: Fileserving share access checks.Jeremy Allison1-2/+10
2014-04-01s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZEStefan Metzmacher1-1/+1