summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: move UCF_ defines to smbd.hStefan Metzmacher2012-06-061-9/+0
* s3:include: move struct smb_filename to vfs.hStefan Metzmacher2012-06-061-10/+0
* s3:include: move struct smb_file_time to vfs.hStefan Metzmacher2012-06-061-8/+0
* s3:include: move struct connection_struct (and sub structs) to vfs.hStefan Metzmacher2012-06-061-94/+1
* s3:include: move struct stream_struct to vfs.hStefan Metzmacher2012-06-061-10/+0
* s3:include: move struct fd_handle/files_struct to vfs.hStefan Metzmacher2012-06-061-82/+0
* s3:includes: move union unid_t to vfs.hStefan Metzmacher2012-06-061-5/+0
* s3:smbd: move struct trans_state to smbd.hStefan Metzmacher2012-06-061-30/+0
* s3:smbd: move struct privilege_paths to smbd.hStefan Metzmacher2012-06-061-9/+0
* s3:smbd: make struct notify_change_buf private to notify.cStefan Metzmacher2012-06-061-20/+0
* s3:printing: make struct print_file_data private to printspoolss.cStefan Metzmacher2012-06-061-9/+0
* s3:smbd: make struct vfs_fsp_data private to vfs.cStefan Metzmacher2012-06-061-10/+0
* s3:includes: move struct share_mode_lock to locking.hStefan Metzmacher2012-06-061-4/+0
* s3:smbd: make typedef write_cache private to fileio.cStefan Metzmacher2012-06-061-9/+1
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-25/+0
* s3:smbd: remove unused 'connection_struct->used'Michael Adam2012-05-221-1/+0
* s3: New notify implementationVolker Lendecke2012-04-171-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-5/+5
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-051-4/+0
* s3: Add FILE_NOTIFY_CHANGE_ALL #defineVolker Lendecke2012-03-221-0/+8
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-211-1/+0
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+0
* s3: Add smb_request_doneVolker Lendecke2012-03-101-0/+5
* s3: Remove unused smb_request->doneVolker Lendecke2012-03-101-2/+0
* s3: Remove unused smb_request->chain_outbufVolker Lendecke2012-03-101-5/+0
* Trivial Comment fix: Supply a missing word in a commentRichard Sharpe2012-03-011-1/+1
* Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison2012-02-291-0/+16
* s3: smb_request->vwv can be constVolker Lendecke2012-02-231-1/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+2
* s3: files_struct->mode is only written, remove itVolker Lendecke2012-02-141-1/+0
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-0/+4
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-1/+1
* s3: Happy New Year 2012Stefan Metzmacher2012-01-011-1/+1
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-1/+1
* s3-includes: remove PRIMARY_* SID_INDEX defines defined elsewhere already.Günther Deschner2011-12-141-13/+0
* s3: Remove UNUSED_SHARE_MODE_ENTRYVolker Lendecke2011-12-141-2/+2
* s3:smbd/server: maintain the list of child processes under smbd_parent_contextStefan Metzmacher2011-12-141-6/+0
* s3:smbd: make struct pending_message_list privateStefan Metzmacher2011-12-121-14/+0
* s3:smbd: remember the smbd_server_connection on pending_message_listStefan Metzmacher2011-12-121-0/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-69/+0
* s3: Move server_info_struct to nmbdVolker Lendecke2011-11-231-9/+0
* s3: Replace delete_token_list by an arrayVolker Lendecke2011-11-231-3/+3
* libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.hStefan Metzmacher2011-10-261-6/+0
* libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.hStefan Metzmacher2011-10-241-11/+4
* libcli/smb: move more defines to smb_constants.hStefan Metzmacher2011-10-241-106/+0
* libcli/smb: move CAP_* defines to smb_constants.hStefan Metzmacher2011-10-241-46/+0
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-221-0/+1
* libcli/smb: move some common defines to smb_constants.hStefan Metzmacher2011-10-211-27/+0
* libcli/smb Move CSC_POLICY_* definition to smb_constants.hAndrew Bartlett2011-10-111-6/+0
* s3:include: add some masks for SMB1 CAP_* flagsStefan Metzmacher2011-09-151-0/+25