Age | Commit message (Expand) | Author | Files | Lines |
2011-02-09 | Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F... | Jeremy Allison | 1 | -0/+1 |
2011-02-08 | If possible (O_DIRECTORY exists) open an fd for a directory open. | Jeremy Allison | 1 | -12/+4 |
2011-01-25 | Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved. | Jeremy Allison | 1 | -4/+22 |
2011-01-25 | Add uint32_t name_hash argument (currently unused) to get_file_infos(). | Jeremy Allison | 1 | -4/+4 |
2011-01-20 | Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ... | Jeremy Allison | 1 | -4/+8 |
2010-11-24 | Add in fsp->access_mask checks. Not required (underlying system does this) | Jeremy Allison | 1 | -0/+38 |
2010-11-12 | s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-06 | Fix crash in SMB2 rename found by gentest. We must always have an lcomp | Jeremy Allison | 1 | -1/+1 |
2010-10-06 | Fix crash in SMB2 rename found by gentest. We must always have an lcomp | Jeremy Allison | 1 | -1/+1 |
2010-09-28 | s3: Lift smbd_server_conn from file_find_di_first | Volker Lendecke | 1 | -2/+2 |
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 1 | -3/+3 |
2010-08-26 | Fix bug #7651 - mknod and mkfifo fails with "No such file or directory" | Jeremy Allison | 1 | -2/+2 |
2010-08-24 | s3: Make srv_send_smb take an sconn instead of a sock fd | Volker Lendecke | 1 | -2/+2 |
2010-08-16 | s3: Remove smbd_server_fd from send_trans2_replies | Volker Lendecke | 1 | -2/+2 |
2010-07-25 | s3: use dump_data in query FILE_BASIC_UNIX_INFO | Volker Lendecke | 1 | -8/+3 |
2010-07-05 | s3: Remove smbd_messaging_context() from smb_set_posix_lock() | Volker Lendecke | 1 | -2/+2 |
2010-06-12 | s3: Explicitly pass sconn to blocking_lock_was_deferred_smb1 | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from reply_findclose | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from call_trans2setfsinfo | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from smbd_do_qfsinfo | Volker Lendecke | 1 | -2/+2 |
2010-06-12 | s3: Remove smbd_server_conn from call_trans2findnext | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from call_trans2findfirst | Volker Lendecke | 1 | -1/+1 |
2010-06-12 | s3: Remove smbd_server_conn from send_trans2_replies | Volker Lendecke | 1 | -1/+1 |
2010-06-01 | SMB2: Fix rename on Windows 7. | Ira Cooper | 1 | -8/+0 |
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-29 | s3:smbd Use the right num_sids | Simo Sorce | 1 | -1/+1 |
2010-05-20 | Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi... | Jeremy Allison | 1 | -7/+26 |
2010-05-19 | Fix bug 7442 - Samba returns incorrect SMB2 QFS device info. | Jeremy Allison | 1 | -2/+9 |
2010-05-18 | Implement missing info level SMB_FILE_LINK_INFORMATION. | Jeremy Allison | 1 | -5/+99 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+0 |
2010-05-13 | Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values. | Jeremy Allison | 1 | -0/+10 |
2010-05-11 | Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g... | Jeremy Allison | 1 | -1/+9 |
2010-05-07 | This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s... | Jeremy Allison | 1 | -14/+14 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-04-29 | Carefully label SMB1-specific locking calls. | Jeremy Allison | 1 | -1/+1 |
2010-04-29 | Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values. | Jeremy Allison | 1 | -6/+17 |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 1 | -1/+6 |
2010-04-08 | Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo() | Jeremy Allison | 1 | -17/+4 |
2010-04-08 | Fix bug #7339 - MSDFS is non-functional in 3.5.x | Jeremy Allison | 1 | -0/+1 |
2010-03-22 | s3:smbd: disable SMB encryption when the echo handler is active | Stefan Metzmacher | 1 | -0/+10 |
2010-03-15 | Fix bug #7188 - Logic error in check of total_data for call_trans2mkdir() | Jeremy Allison | 1 | -16/+13 |
2010-03-05 | Fix for bug #7189 - Open txt files with notepad on samba shares creates problem. | Jeremy Allison | 1 | -2/+10 |
2010-02-25 | Fix up debug info on smb2_rename code. | Jeremy Allison | 1 | -9/+3 |
2010-02-25 | Implement rename/move in SMB2 from Windows7. | Jeremy Allison | 1 | -0/+109 |
2010-02-05 | Remove now unused variable. | Jeremy Allison | 1 | -1/+0 |
2010-02-05 | Fix bug 7104 - "wide links" and "unix extensions" are incompatible. | Jeremy Allison | 1 | -36/+0 |
2009-12-21 | Rename reply_doserror() -> reply_force_doserror(). | Jeremy Allison | 1 | -1/+1 |
2009-12-21 | Remove all calls to reply_doserror - turn them into | Jeremy Allison | 1 | -17/+17 |
2009-12-15 | Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at... | Jeremy Allison | 1 | -10/+5 |