Age | Commit message (Expand) | Author | Files | Lines |
2009-07-15 | Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.... | Jeremy Allison | 1 | -0/+2 |
2009-07-14 | Create a talloc_stackframe for each file in wildcard unlink | Volker Lendecke | 1 | -0/+10 |
2009-07-10 | Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ... | Jeremy Allison | 1 | -30/+42 |
2009-07-10 | s3:smbd: make smbd_do_locking() non static | Stefan Metzmacher | 1 | -16/+9 |
2009-07-10 | s3:smbd: abstract the main locking logic from the LockingAndX parsing | Stefan Metzmacher | 1 | -178/+254 |
2009-07-08 | s3: Repace a char * with an smb_filename struct in reply_rmdir | Tim Prouty | 1 | -3/+8 |
2009-07-08 | s3: Change the share_mode_lock struct to store a base_name and stream_name | Tim Prouty | 1 | -8/+9 |
2009-07-08 | s3: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 1 | -28/+37 |
2009-07-08 | Rename update_stat_ex_writetime() -> update_stat_ex_mtime() | Jeremy Allison | 1 | -2/+2 |
2009-07-08 | The migration to struct stat_ex broke the calculation of | Jeremy Allison | 1 | -0/+28 |
2009-07-07 | s3:smbd: cancel all locks that are made before the first failure | Stefan Metzmacher | 1 | -6/+6 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 1 | -27/+29 |
2009-07-06 | s3: Plumb smb_filename around SMB_VFS_CHFLAGS | Tim Prouty | 1 | -1/+1 |
2009-07-06 | s3: Change some filename_convert to pass in NULL for char **fname argument | Tim Prouty | 1 | -5/+6 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -45/+82 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 1 | -104/+210 |
2009-07-01 | s3:smbd: remove unused variables passed to parent_dirname() | Stefan Metzmacher | 1 | -3/+2 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -75/+58 |
2009-06-18 | Add some const to the stat struct in the dosmode calls. | Jeremy Allison | 1 | -18/+18 |
2009-06-18 | Replace the boilerplate calls to : | Jeremy Allison | 1 | -133/+35 |
2009-06-16 | Fix msdfs after the change to smb_filename struct. We must *always* | Jeremy Allison | 1 | -16/+63 |
2009-06-12 | s3: Plumb smb_filename through SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -92/+57 |
2009-06-11 | s3: Prepare the rename path for passing smb_filename to SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -106/+133 |
2009-06-11 | s3: Prepare the do_unlink path for passing smb_filname to SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -72/+77 |
2009-06-11 | s3: refactor utility function to handle splitting the directory from the mask | Tim Prouty | 1 | -11/+35 |
2009-06-10 | s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen... | Tim Prouty | 1 | -130/+192 |
2009-06-10 | s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first | Tim Prouty | 1 | -60/+82 |
2009-06-04 | s3:smbd: fix potential fsp leak if print_fsp_open() fails | Stefan Metzmacher | 1 | -0/+1 |
2009-06-03 | s3:smbd: move tcon specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -3/+5 |
2009-06-03 | s3:smbd: move more session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -5/+7 |
2009-06-03 | s3:smbd: move some session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -0/+1 |
2009-06-03 | s3:smbd: move already_got_session to struct smbd_server_connection | Stefan Metzmacher | 1 | -2/+2 |
2009-06-03 | s3:smbd: move max_recv to struct smbd_server_connection | Stefan Metzmacher | 1 | -7/+12 |
2009-06-03 | s3:smbd: move negprot related globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -1/+2 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -33/+34 |
2009-05-26 | s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection | Stefan Metzmacher | 1 | -2/+2 |
2009-05-24 | TALLOC_FREE happily lives with a NULL ptr. Tim, please check! | Volker Lendecke | 1 | -33/+11 |
2009-05-20 | s3: Change unix_convert (and its callers) to use struct smb_filename | Tim Prouty | 1 | -215/+273 |
2009-05-18 | s3 sendfile: Fix two bugs in sendfile | Tim Prouty | 1 | -3/+4 |
2009-05-14 | Remove one use of mangle_is_8_3(), not needed. | Jeremy Allison | 1 | -4/+2 |
2009-05-14 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2009-05-12 | s3: Fix strict locking with chained reads | Tim Prouty | 1 | -22/+24 |
2009-05-11 | Fix warning about unused label with no sendfile. | Jeremy Allison | 1 | -1/+2 |
2009-05-05 | Fix bug 6302: Give the VFS a chance to read from 0-byte files | Volker Lendecke | 1 | -8/+9 |
2009-04-20 | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 1 | -2/+2 |
2009-04-12 | Add "netbios retarget" | Volker Lendecke | 1 | -0/+93 |
2009-04-12 | Extract and print the server name type the client connects to | Volker Lendecke | 1 | -7/+7 |
2009-03-27 | s3: ifdef sendfile code that's only used in other ifdef'ed sendfile code | Björn Jacke | 1 | -0/+2 |
2009-03-25 | Ensure we never enter VFS_CREATE without having initialized | Jeremy Allison | 1 | -0/+6 |
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -9/+15 |