summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-17libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher1-19/+0
2013-10-15smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke1-2/+3
2013-10-05shadow_copy2: add comment explaining the SMB level GMT format patternMichael Adam1-1/+9
2013-09-10s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt1-0/+3
2013-09-06s3: include/smb : changing smb server versionShekhar Amlekar1-2/+7
2013-09-06smbd: Remove FORCE_OPLOCK_BREAK_TO_NONEVolker Lendecke1-2/+2
2013-04-26smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke1-2/+2
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2013-01-01Happy New Year 2013Stefan Metzmacher1-1/+1
2012-08-10Revert "s3:smb: include "smbXsrv.h" before "vfs.h""Stefan Metzmacher1-6/+0
2012-08-01libcli/smb: move some TCON related defines to smb_constants.hStefan Metzmacher1-9/+0
2012-08-01Add two flags to allow for handling of Extended Signatures (Session Key Prote...Richard Sharpe1-0/+2
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-61/+0
2012-07-03s3:smb: include "smbXsrv.h" before "vfs.h"Michael Adam1-0/+6
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher1-1/+0
2012-06-15s3:smbd: change FNUM_FIELD_INVALID from -1 to 0Michael Adam1-1/+1
2012-06-15s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnumMichael Adam1-0/+2
2012-06-06s3:smb: change the value of TID_FIELD_INVALID from -1 to 0Michael Adam1-1/+1
2012-06-06s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam1-0/+1
2012-06-06s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap indexMichael Adam1-0/+2
2012-06-06s3:smb.h: fix a comment typoMichael Adam1-1/+1
2012-06-06s3:include: change current_user->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: move struct smb_request to vfs.hStefan Metzmacher1-61/+0
2012-06-06s3:smbd: move struct user_struct to globals.hStefan Metzmacher1-13/+0
2012-06-06s3:include: remove typedef user_structStefan Metzmacher1-2/+2
2012-06-06s3:smbd: move forward declaration of struct aio_extra to smbd.hStefan Metzmacher1-3/+0
2012-06-06s3:include: remove unused forward declaration of deferred_open_record in smb.hStefan Metzmacher1-3/+0
2012-06-06s3:smbd: move UCF_ defines to smbd.hStefan Metzmacher1-9/+0
2012-06-06s3:include: move struct smb_filename to vfs.hStefan Metzmacher1-10/+0
2012-06-06s3:include: move struct smb_file_time to vfs.hStefan Metzmacher1-8/+0
2012-06-06s3:include: move struct connection_struct (and sub structs) to vfs.hStefan Metzmacher1-94/+1
2012-06-06s3:include: move struct stream_struct to vfs.hStefan Metzmacher1-10/+0
2012-06-06s3:include: move struct fd_handle/files_struct to vfs.hStefan Metzmacher1-82/+0
2012-06-06s3:includes: move union unid_t to vfs.hStefan Metzmacher1-5/+0
2012-06-06s3:smbd: move struct trans_state to smbd.hStefan Metzmacher1-30/+0
2012-06-06s3:smbd: move struct privilege_paths to smbd.hStefan Metzmacher1-9/+0
2012-06-06s3:smbd: make struct notify_change_buf private to notify.cStefan Metzmacher1-20/+0
2012-06-06s3:printing: make struct print_file_data private to printspoolss.cStefan Metzmacher1-9/+0
2012-06-06s3:smbd: make struct vfs_fsp_data private to vfs.cStefan Metzmacher1-10/+0
2012-06-06s3:includes: move struct share_mode_lock to locking.hStefan Metzmacher1-4/+0
2012-06-06s3:smbd: make typedef write_cache private to fileio.cStefan Metzmacher1-9/+1
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-25/+0
2012-05-22s3:smbd: remove unused 'connection_struct->used'Michael Adam1-1/+0
2012-04-17s3: New notify implementationVolker Lendecke1-1/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-5/+5
2012-04-05build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett1-4/+0
2012-03-22s3: Add FILE_NOTIFY_CHANGE_ALL #defineVolker Lendecke1-0/+8
2012-03-21s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke1-1/+0
2012-03-21s3: Remove "conn" from sys_notify_contextVolker Lendecke1-1/+0
2012-03-10s3: Add smb_request_doneVolker Lendecke1-0/+5