Age | Commit message (Expand) | Author | Files | Lines |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -2/+5 |
2009-01-05 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 3 | -17/+26 |
2009-01-05 | smbd: prevent access to root filesystem when connecting with empty service name | Michael Adam | 1 | -0/+4 |
2009-01-04 | s3: Allow renames of streams via NTRENAME and fix stream error codes on rename | Tim Prouty | 2 | -17/+22 |
2009-01-04 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -1/+1 |
2009-01-04 | Fix bug #6009 - Setting "min receivefile size = 1" breaks writes. | Jeremy Allison | 1 | -1/+1 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2 | -1/+3 |
2008-12-31 | Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smb | Volker Lendecke | 1 | -11/+13 |
2008-12-31 | Fix a "nested extern" warning | Volker Lendecke | 1 | -1/+1 |
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 6 | -17/+8 |
2008-12-31 | Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknod | Volker Lendecke | 1 | -3/+7 |
2008-12-31 | Use parent_dirname_talloc instead of parent_dirname in copy_internals | Volker Lendecke | 1 | -2/+6 |
2008-12-31 | recvfile can't be used for printing so far | Volker Lendecke | 1 | -0/+4 |
2008-12-31 | Fix an ancient uninitialized variable read | Volker Lendecke | 2 | -2/+3 |
2008-12-30 | s3 build: Fix warning | Tim Prouty | 1 | -0/+2 |
2008-12-30 | s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD | Stefan Metzmacher | 1 | -3/+6 |
2008-12-30 | Second part of the bugfix for #5933 | Volker Lendecke | 1 | -7/+13 |
2008-12-30 | First part of bugfix for #5933 | Volker Lendecke | 1 | -3/+0 |
2008-12-30 | Move a comment to its place | Volker Lendecke | 1 | -5/+5 |
2008-12-30 | Simplify invalidate_vuid slightly | Volker Lendecke | 1 | -4/+0 |
2008-12-30 | Simplify is_partial_auth_vuid slightly | Volker Lendecke | 1 | -5/+1 |
2008-12-30 | Simplify invalidate_all_vuids() slightly | Volker Lendecke | 1 | -5/+2 |
2008-12-23 | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 2 | -5/+7 |
2008-12-23 | s3: Fix stream marshalling to return the correct streaminfo status | Tim Prouty | 1 | -10/+1 |
2008-12-19 | Fix bug #5986 - Editing a stream is broken (rename problems). | Jeremy Allison | 2 | -11/+14 |
2008-12-19 | Remove the direct inbuf reference from construct_reply_common() | Volker Lendecke | 1 | -8/+11 |
2008-12-18 | Fix bug #5980 - Race condition when granting level2 oplocks can cause break n... | Jeremy Allison | 1 | -4/+27 |
2008-12-17 | Fix bug #5979 - Level 2 oplocks being granted improperly, | Jeremy Allison | 2 | -70/+114 |
2008-12-13 | Fix a valgrind error in get_relative_fid_filename | Volker Lendecke | 1 | -1/+1 |
2008-12-12 | Fix error code when smbclient puts a file over an existing directory | Volker Lendecke | 1 | -1/+1 |
2008-12-12 | s3 sesssetup.c: Add missing line break to debug message. | root | 1 | -1/+1 |
2008-12-10 | Pass the get_real_filename operation through the VFS | Volker Lendecke | 1 | -4/+1 |
2008-12-10 | Change get_real_filename() to unix syscall conventions, make it non-static | Volker Lendecke | 1 | -13/+14 |
2008-12-10 | Apply some const | Volker Lendecke | 1 | -2/+2 |
2008-12-10 | Rename "scan_directory" to "get_real_filename" | Volker Lendecke | 1 | -12/+12 |
2008-12-09 | s3: [3/3]: Fix a delete on close divergence from windows and the associated t... | Tim Prouty | 2 | -5/+2 |
2008-12-09 | s3: [1/3] Fix a delete on close divergence from windows and the associated to... | Tim Prouty | 1 | -4/+2 |
2008-12-09 | s3: Call fd_close from close_directory | Tim Prouty | 1 | -0/+7 |
2008-12-09 | s3: Refactor calculating path from relative_fid into a separate function | Tim Prouty | 1 | -78/+96 |
2008-12-09 | s3: Refactor getting sec_info from a security_descriptor into separate function | Tim Prouty | 1 | -13/+2 |
2008-12-09 | s3: Make a few open utility functions non-static | Tim Prouty | 2 | -17/+17 |
2008-12-07 | Replace some pointless variables in reply_open_pipe_and_X by comments | Volker Lendecke | 1 | -12/+6 |
2008-12-05 | Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.conf | Yasuma Takeda | 1 | -3/+2 |
2008-12-04 | Fix bug #5937 - filenames with "*" char hide other files | Jeremy Allison | 1 | -6/+4 |
2008-12-04 | Fix bug #1254 - write list not working under share-level security | Jeremy Allison | 2 | -37/+48 |
2008-12-03 | s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -2/+2 |
2008-12-03 | s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument | Tim Prouty | 5 | -26/+26 |
2008-12-03 | s3: Simplify the create_file_unix_path->open_file_ntcreate path | Tim Prouty | 1 | -93/+38 |
2008-12-03 | s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -4/+19 |
2008-12-03 | s3: Modify direct callers of open_file_ntcreate and open_directory to call SM... | Tim Prouty | 5 | -143/+276 |