Age | Commit message (Expand) | Author | Files | Lines |
2008-01-22 | Fix a ton of IBM checker uninitialized variable warnings | Volker Lendecke | 1 | -2/+1 |
2008-01-20 | Free case_state earlier | Volker Lendecke | 1 | -0/+2 |
2008-01-20 | NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)" | Volker Lendecke | 1 | -1/+2 |
2008-01-19 | Couple of minor fixes for POSIX pathname processing in the | Jeremy Allison | 1 | -1/+1 |
2008-01-19 | Add streams support | Volker Lendecke | 1 | -12/+202 |
2008-01-12 | delete on close even prevents stat opens | Volker Lendecke | 1 | -6/+6 |
2008-01-12 | There's no point in calling FLOCK on a non-existing fd | Volker Lendecke | 1 | -7/+9 |
2008-01-10 | use talloc_tos in a few more places | Volker Lendecke | 1 | -4/+4 |
2008-01-09 | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 1 | -7/+1 |
2008-01-09 | Replace an uninitialized variable | Volker Lendecke | 1 | -0/+2 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL(). | Michael Adam | 1 | -3/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -3/+3 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 1 | -2/+1 |
2008-01-04 | Using a bool with a logical operation. IBM checker caught. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -2/+2 |
2008-01-01 | Use NULL instead of 0 | Volker Lendecke | 1 | -4/+4 |
2007-12-28 | Fix setting the initial permission bits | Volker Lendecke | 1 | -4/+9 |
2007-12-26 | We need to return the correct atime | Volker Lendecke | 1 | -1/+6 |
2007-12-22 | Remove redundant connection_struct from fd_close() parameter list. | Michael Adam | 1 | -11/+11 |
2007-12-22 | Remove redundant connection_struct from fd_close_posix() parameter list. | Michael Adam | 1 | -1/+1 |
2007-12-11 | separate out create_file_unixpath() | Volker Lendecke | 1 | -171/+242 |
2007-12-11 | Move more stuff out of the way | Volker Lendecke | 1 | -7/+7 |
2007-12-11 | Move INTERNAL_OPEN_ONLY calculation out of the way | Volker Lendecke | 1 | -4/+4 |
2007-12-10 | Increase debug level | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Pass only internal oplock request values to create_file | Volker Lendecke | 1 | -42/+5 |
2007-12-07 | More parameter shuffling | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Re-arrange create_file() parameters | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Make fname arg to create_file a "const char *" | Volker Lendecke | 1 | -6/+15 |
2007-12-05 | There's no point in passing down a 0 | Volker Lendecke | 1 | -15/+25 |
2007-12-05 | Move create_file to open.c | Volker Lendecke | 1 | -0/+475 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -3/+3 |
2007-10-31 | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 1 | -2/+4 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -21/+21 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -0/+4 |
2007-10-10 | r25534: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders. | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -12/+28 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -17/+15 |
2007-10-10 | r24120: add a file_id_create() hook into the VFS layer | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23725: Remove get_current_mid() | Volker Lendecke | 1 | -17/+33 |
2007-10-10 | r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request | Volker Lendecke | 1 | -20/+46 |
2007-10-10 | r23375: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 |