Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3:smbd: let close_cnum() take a uint64_t vuid | Stefan Metzmacher | 2012-06-06 | 2 | -2/+2 | |
| | | | | metze | |||||
* | s3:smbd: use UID_FIELD_INVALID (0) instead of (uint16)-1 when calling ↵ | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | | | close_cnum() The only thing that's important is that the value is invalid. metze | |||||
* | s3:smbd: let make_connection() take a uint64_t vuid | Stefan Metzmacher | 2012-06-06 | 2 | -2/+2 | |
| | | | | metze | |||||
* | s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuid | Stefan Metzmacher | 2012-06-06 | 2 | -3/+3 | |
| | | | | metze | |||||
* | s3:smbd: let open_fake_file() take a uint64_t vuid | Stefan Metzmacher | 2012-06-06 | 2 | -2/+2 | |
| | | | | metze | |||||
* | s3:printing: let print_spool_open() take a uint64_t vuid | Stefan Metzmacher | 2012-06-06 | 2 | -2/+2 | |
| | | | | metze | |||||
* | s3:smbd: change conn_ctx->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | metze | |||||
* | s3:include: change current_user->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | metze | |||||
* | s3:smbd: change trans_state->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | metze | |||||
* | s3:include: change smb_request->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 2 | -4/+5 | |
| | | | | metze | |||||
* | s3:include: move struct smb_request to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -61/+61 | |
| | | | | metze | |||||
* | s3:include: change files_struct->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 3 | -4/+5 | |
| | | | | metze | |||||
* | s3:include: change connection_struct->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | metze | |||||
* | s3:includes: change vuid_cache_entry->vuid to uint64_t | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | metze | |||||
* | s3:include: move sys_acl prototypes to smb_acls.h | Stefan Metzmacher | 2012-06-06 | 2 | -30/+33 | |
| | | | | metze | |||||
* | s3:smbd: move struct user_struct to globals.h | Stefan Metzmacher | 2012-06-06 | 2 | -13/+14 | |
| | | | | metze | |||||
* | s3:include: remove typedef user_struct | Stefan Metzmacher | 2012-06-06 | 1 | -2/+2 | |
| | | | | metze | |||||
* | s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct' | Stefan Metzmacher | 2012-06-06 | 12 | -28/+28 | |
| | | | | metze | |||||
* | s3:smbd: move forward declaration of struct aio_extra to smbd.h | Stefan Metzmacher | 2012-06-06 | 2 | -3/+1 | |
| | | | | metze | |||||
* | s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.c | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | This fixes compiler warnings regarding incomplete types. metze | |||||
* | s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.c | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | This fixes compiler warnings regarding incomplete types. metze | |||||
* | s3:utils: use smbd/smbd.h instead of just smbd/proto.h | Stefan Metzmacher | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | This fixes compiler warnings regarding incomplete types. metze | |||||
* | s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c | Stefan Metzmacher | 2012-06-06 | 1 | -1/+0 | |
| | | | | metze | |||||
* | s3:lib: we don't need smbd/proto.h in smbd_shim.c | Stefan Metzmacher | 2012-06-06 | 1 | -1/+0 | |
| | | | | metze | |||||
* | s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -9/+10 | |
| | | | | | | These are called from vfs modules, which should not depend on smbd/proto.h metze | |||||
* | s3:include: remove unused forward declaration of deferred_open_record in smb.h | Stefan Metzmacher | 2012-06-06 | 1 | -3/+0 | |
| | | | | metze | |||||
* | s3:smbd: move UCF_ defines to smbd.h | Stefan Metzmacher | 2012-06-06 | 2 | -9/+9 | |
| | | | | metze | |||||
* | s3:include: move struct smb_filename to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -10/+10 | |
| | | | | metze | |||||
* | s3:include: move struct smb_file_time to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -8/+8 | |
| | | | | metze | |||||
* | s3:include: move struct connection_struct (and sub structs) to vfs.h | Stefan Metzmacher | 2012-06-06 | 3 | -94/+94 | |
| | | | | metze | |||||
* | s3:include: move struct stream_struct to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -10/+10 | |
| | | | | metze | |||||
* | s3:include: move struct fd_handle/files_struct to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -82/+82 | |
| | | | | metze | |||||
* | s3:includes: move union unid_t to vfs.h | Stefan Metzmacher | 2012-06-06 | 2 | -5/+5 | |
| | | | | metze | |||||
* | s3:smbd: move struct trans_state to smbd.h | Stefan Metzmacher | 2012-06-06 | 2 | -30/+30 | |
| | | | | metze | |||||
* | s3:smbd: move struct privilege_paths to smbd.h | Stefan Metzmacher | 2012-06-06 | 2 | -9/+9 | |
| | | | | metze | |||||
* | s3:smbd: make struct notify_change_buf private to notify.c | Stefan Metzmacher | 2012-06-06 | 2 | -20/+20 | |
| | | | | metze | |||||
* | s3:smbd: make use of change_notify_fsp_has_changes() | Stefan Metzmacher | 2012-06-06 | 2 | -2/+2 | |
| | | | | metze | |||||
* | s3:smbd: add change_notify_fsp_has_changes() | Stefan Metzmacher | 2012-06-06 | 2 | -0/+18 | |
| | | | | metze | |||||
* | s3:printing: add print_spool_rap_jobid() | Stefan Metzmacher | 2012-06-06 | 2 | -0/+10 | |
| | | | | metze | |||||
* | s3:printing: make struct print_file_data private to printspoolss.c | Stefan Metzmacher | 2012-06-06 | 2 | -9/+9 | |
| | | | | metze | |||||
* | s3:smbd: use print_spool_rap_jobid() in call_trans2ioctl() | Stefan Metzmacher | 2012-06-06 | 1 | -5/+3 | |
| | | | | metze | |||||
* | s3:smbd: use print_spool_rap_jobid() in reply_ioctl() | Stefan Metzmacher | 2012-06-06 | 1 | -5/+2 | |
| | | | | metze | |||||
* | s3:smbd: fcb_or_dos_open() can be static | Stefan Metzmacher | 2012-06-06 | 2 | -20/+10 | |
| | | | | metze | |||||
* | s3:smbd: dup_file_fsp() never gets called for print files | Stefan Metzmacher | 2012-06-06 | 1 | -8/+3 | |
| | | | | metze | |||||
* | s3:smbd: make struct vfs_fsp_data private to vfs.c | Stefan Metzmacher | 2012-06-06 | 2 | -10/+10 | |
| | | | | metze | |||||
* | s3:smbd: make use of vfs_remove_all_fsp_extensions() in file_free() | Stefan Metzmacher | 2012-06-06 | 1 | -3/+1 | |
| | | | | metze | |||||
* | s3:smbd: add vfs_remove_all_fsp_extensions() | Stefan Metzmacher | 2012-06-06 | 2 | -0/+22 | |
| | | | | metze | |||||
* | s3:includes: move struct share_mode_lock to locking.h | Stefan Metzmacher | 2012-06-06 | 2 | -4/+4 | |
| | | | | metze | |||||
* | s3:smbd: remove typedef for struct write_cache | Stefan Metzmacher | 2012-06-06 | 1 | -9/+9 | |
| | | | | metze | |||||
* | s3:smbd: make typedef write_cache private to fileio.c | Stefan Metzmacher | 2012-06-06 | 2 | -9/+9 | |
| | | | | metze |