summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.h
Commit message (Expand)AuthorAgeFilesLines
* s3:locking: move get_existing_share_mode_lock() to share_mode_lock.[ch]Stefan Metzmacher2022-08-191-0/+1
* smbd: Move send_trans2_replies to smb1_trans2.cDavid Mulder2022-04-071-0/+1
* smbd: Move smb1_utils.h include to smbd.hDavid Mulder2022-04-071-0/+1
* smbd: Move process.c -> smb1_process.cDavid Mulder2022-04-071-0/+1
* smbd: Move signing.c -> smb1_signing.cDavid Mulder2022-04-071-0/+1
* smbd: Move make_connection to smb1_service.cDavid Mulder2022-04-071-0/+1
* smbd: Move reply.c -> smb1_reply.cDavid Mulder2022-04-071-0/+1
* smbd: Move reply_open_pipe_and_X to smb1_pipes.cDavid Mulder2022-04-071-0/+1
* smbd: Move new_break_message_smb1 to smb1_oplock.cDavid Mulder2022-04-071-0/+1
* smbd: Move nttrans.c -> smb1_nttrans.cDavid Mulder2022-04-071-0/+1
* smbd: Move negprot.c -> smb1_negprot.cDavid Mulder2022-04-071-0/+1
* smbd: Move ipc.c -> smb1_ipc.cDavid Mulder2022-04-071-0/+1
* smbd: Move schedule_aio_read_and_X to smb1_aio.cDavid Mulder2022-04-071-0/+1
* smbd: Move lanman.c -> smb1_lanman.cDavid Mulder2022-04-071-0/+1
* smbd: Move sesssetup.c -> smb1_sesssetup.cDavid Mulder2022-04-071-0/+1
* smbd: Move message.c -> smb1_message.cDavid Mulder2022-04-071-0/+3
* s3: smbd: UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 is no longer used.Jeremy Allison2021-12-111-1/+1
* smbd: add fd_handle.[c|h]Ralph Boehme2020-12-161-0/+1
* smbd: mark UCF_UNIX_NAME_LOOKUP as unusedRalph Boehme2020-10-231-1/+1
* s3: smbd: SMB1 comment out unused UCF_COND_ALLOW_WCARD_LCOMP flag.Jeremy Allison2020-09-301-1/+1
* smbd: remove struct privilege_pathsRalph Boehme2020-03-311-9/+0
* s3: smbd: Remove UCF_SAVE_LCOMP flag. Note it is no longer used.Jeremy Allison2020-03-301-1/+1
* s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.Jeremy Allison2017-05-221-0/+5
* s3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2 FLAGS2_DFS_PATHNAMES bit.Jeremy Allison2017-05-221-0/+5
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-6/+6
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-091-1/+1
* smbd: Fix a profile problemVolker Lendecke2013-07-091-0/+1
* Revert "s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ s...Stefan Metzmacher2012-08-101-1/+0
* Revert "s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXs...Stefan Metzmacher2012-08-101-1/+1
* s3: Add vfs_aio_posixVolker Lendecke2012-07-181-1/+0
* s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXsrv struc...Michael Adam2012-07-031-1/+1
* s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs a...Michael Adam2012-07-031-0/+1
* s3:smbd: change trans_state->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:smbd: move forward declaration of struct aio_extra to smbd.hStefan Metzmacher2012-06-061-0/+1
* s3:smbd: move UCF_ defines to smbd.hStefan Metzmacher2012-06-061-0/+9
* s3:include: move struct connection_struct (and sub structs) to vfs.hStefan Metzmacher2012-06-061-0/+2
* s3:smbd: move struct trans_state to smbd.hStefan Metzmacher2012-06-061-0/+30
* s3:smbd: move struct privilege_paths to smbd.hStefan Metzmacher2012-06-061-0/+9
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3-smbd: add smbd.h and move smbd prototypes to smbd/proto.h.Günther Deschner2011-03-301-0/+26