summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-06s3:include: change lock_struct->fnum to uint64_tMichael Adam1-1/+1
2012-06-06s3:include: change lock_context->tid to uint32_tMichael Adam1-1/+1
2012-06-06s3:include: change connection_struct->cnum to uint32_tMichael Adam1-1/+1
2012-06-06s3:include: change smb_request->tid to uint32_tMichael Adam1-1/+1
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:smbd: change user_struct->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:smbd: let open_fake_file() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-06-06s3:printing: let print_spool_open() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-06-06s3:include: change current_user->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: change smb_request->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: move struct smb_request to vfs.hStefan Metzmacher2-61/+61
2012-06-06s3:include: change files_struct->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: change connection_struct->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:includes: change vuid_cache_entry->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: move sys_acl prototypes to smb_acls.hStefan Metzmacher2-30/+33
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: move some prototypes (e.g. smb_register_vfs) to vfs.hStefan Metzmacher1-0/+10
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 Metzmacher2-10/+10
2012-06-06s3:include: move struct smb_file_time to vfs.hStefan Metzmacher2-8/+8
2012-06-06s3:include: move struct connection_struct (and sub structs) to vfs.hStefan Metzmacher2-94/+92
2012-06-06s3:include: move struct stream_struct to vfs.hStefan Metzmacher2-10/+10
2012-06-06s3:include: move struct fd_handle/files_struct to vfs.hStefan Metzmacher2-82/+82
2012-06-06s3:includes: move union unid_t to vfs.hStefan Metzmacher2-5/+5
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: add print_spool_rap_jobid()Stefan Metzmacher1-0/+1
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 Metzmacher2-4/+4
2012-06-06s3:smbd: make typedef write_cache private to fileio.cStefan Metzmacher1-9/+1
2012-06-06build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett1-2/+2
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher2-44/+0
2012-06-03s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes1-7/+0
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-23/+0
2012-05-30s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett1-1/+1
2012-05-30s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett1-1/+1
2012-05-28s3:libsmb: get rid of cli_has_async_callsLuk Claes1-1/+0
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-1/+1
2012-05-28s3:libsmb: remove unused (un)set_pending functionsLuk Claes1-2/+0
2012-05-26s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett1-0/+1
2012-05-24s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy1-0/+2
2012-05-23gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider1-0/+1