Age | Commit message (Expand) | Author | Files | Lines |
2012-05-28 | s3:smbd: only strip \\ off the name if present (for ntcreatex) | Stefan Metzmacher | 1 | -2/+4 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -4/+4 |
2012-03-28 | Add DEBUG statements to show when access has been denied and why. | Richard Sharpe | 1 | -0/+2 |
2012-03-10 | s3: Remove chain_reply | Volker Lendecke | 1 | -3/+0 |
2012-03-10 | s3: Make sure the andX chains are ended correctly | Volker Lendecke | 1 | -0/+6 |
2012-02-21 | s3: Fix typos | Volker Lendecke | 1 | -2/+2 |
2011-11-30 | Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still... | Jeremy Allison | 1 | -0/+2 |
2011-10-19 | s3: Remove duplicate fsctl function definitions | David Disseldorp | 1 | -1/+0 |
2011-10-17 | First part of fix for bug #8419 - Make VFS op "streaminfo" stackable. | Frank Lahm | 1 | -2/+2 |
2011-10-14 | Add support for VFS op streaminfo chaining in all relevant VFS modules. | Frank Lahm | 1 | -2/+2 |
2011-10-01 | Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT... | Richard Sharpe | 1 | -335/+32 |
2011-09-21 | Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 share | Jeremy Allison | 1 | -0/+25 |
2011-08-02 | s3: Pass sconn explicitly to open_was_deferred | Volker Lendecke | 1 | -3/+3 |
2011-07-20 | s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username | Andrew Bartlett | 1 | -2/+2 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | struct make "struct shadow_copy_data" its own talloc context | Volker Lendecke | 1 | -16/+5 |
2011-05-31 | s3: Remove SHADOW_COPY_DATA typedef | Volker Lendecke | 1 | -2/+3 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -2/+2 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -1/+1 |
2011-04-23 | s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -44/+5 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-13 | s3: Make send_nt_replies() static | Volker Lendecke | 1 | -4/+4 |
2011-04-05 | Fix bug #7080 - Quota only shown when logged as root. | Jeremy Allison | 1 | -2/+2 |
2011-03-30 | s3: only include ntioctl.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: smbd needs auth.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -4/+4 |
2011-01-25 | Add uint32_t name_hash argument (currently unused) to get_file_infos(). | Jeremy Allison | 1 | -2/+2 |
2011-01-20 | Make processing of incoming stream rename paths common between reply_mv and n... | Jeremy Allison | 1 | -4/+22 |
2010-12-19 | s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY | Volker Lendecke | 1 | -0/+9 |
2010-12-17 | Move checks inside file_set_sparse() to allow it to be called from anywhere. | Jeremy Allison | 1 | -18/+0 |
2010-12-17 | file_set_sparse needs to be a handle based call. | Jeremy Allison | 1 | -1/+1 |
2010-12-17 | s3:smbd: implement FSCTL_SET_SPARSE more correctly | Björn Jacke | 1 | -5/+43 |
2010-11-24 | Add in fsp->access_mask checks. Not required (underlying system does this) | Jeremy Allison | 1 | -2/+4 |
2010-11-03 | s3: Align nttrans replies the same way Windows does it | Volker Lendecke | 1 | -1/+1 |
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 1 | -0/+10 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-11 | Canonicalize incoming and outgoing ACLs. | Jeremy Allison | 1 | -4/+55 |
2010-10-01 | s3:smbd: Increase unsupported IOCTL debug message to 2 | Steven Danneman | 1 | -2/+4 |
2010-09-15 | Fix all sid_parse returns to be checked. Tidy up some checks and error | Jeremy Allison | 1 | -5/+12 |
2010-09-16 | s3-smbd: prevent call_nt_transact_ioctl() crash in FSCTL_FIND_FILES_BY_SID case. | Günther Deschner | 1 | -1/+4 |
2010-09-15 | Add check for invalid data size. | Jeremy Allison | 1 | -1/+8 |
2010-09-09 | More paranoia to ensure SD's can't be set on read-only shares. | Jeremy Allison | 1 | -0/+4 |
2010-09-08 | Don't rely on the underlying ACL modules to enforce share level | Jeremy Allison | 1 | -0/+5 |