summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-0/+1
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-221-7/+0
* s3:move serverid_equal() to serverid.cMichael Adam2012-06-211-0/+2
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3:util: remove (now) unused cluster_id_equal()Michael Adam2012-06-211-2/+0
* s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher2012-06-201-7/+23
* Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2012-06-191-0/+1
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s3:smbd: remember the request_time on an incoming requestStefan Metzmacher2012-06-151-0/+2
* s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam2012-06-151-1/+1
* s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam2012-06-151-0/+1
* s3:smbd: change FNUM_FIELD_INVALID from -1 to 0Michael Adam2012-06-151-1/+1
* s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnumMichael Adam2012-06-151-0/+2
* s3: Add cli_state->pw_nt_hashVolker Lendecke2012-06-121-0/+1
* s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke2012-06-121-0/+5
* s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2012-06-122-0/+12
* s3: Add CLI_FULL_CONNECTION_USE_NT_HASHVolker Lendecke2012-06-121-0/+1
* S3: Add ntlmssp_set_password_hashVolker Lendecke2012-06-121-0/+2
* s3-libsmbclient: Make SMBC_call_auth_fn staticVolker Lendecke2012-06-121-9/+0
* s3:include: change lock_struct->fnum to uint64_tMichael Adam2012-06-061-1/+1
* s3:include: change lock_context->tid to uint32_tMichael Adam2012-06-061-1/+1
* s3:include: change connection_struct->cnum to uint32_tMichael Adam2012-06-061-1/+1
* s3:include: change smb_request->tid to uint32_tMichael Adam2012-06-061-1/+1
* s3:smb: change the value of TID_FIELD_INVALID from -1 to 0Michael Adam2012-06-061-1/+1
* s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2012-06-061-0/+1
* s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap indexMichael Adam2012-06-061-0/+2
* s3:smb.h: fix a comment typoMichael Adam2012-06-061-1/+1
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:smbd: let open_fake_file() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3:printing: let print_spool_open() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3:include: change current_user->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:include: change smb_request->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:include: move struct smb_request to vfs.hStefan Metzmacher2012-06-062-61/+61
* s3:include: change files_struct->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:include: change connection_struct->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:includes: change vuid_cache_entry->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:include: move sys_acl prototypes to smb_acls.hStefan Metzmacher2012-06-062-30/+33
* s3:smbd: move struct user_struct to globals.hStefan Metzmacher2012-06-061-13/+0
* s3:include: remove typedef user_structStefan Metzmacher2012-06-061-2/+2
* s3:smbd: move forward declaration of struct aio_extra to smbd.hStefan Metzmacher2012-06-061-3/+0
* s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.hStefan Metzmacher2012-06-061-0/+10
* s3:include: remove unused forward declaration of deferred_open_record in smb.hStefan Metzmacher2012-06-061-3/+0
* s3:smbd: move UCF_ defines to smbd.hStefan Metzmacher2012-06-061-9/+0
* s3:include: move struct smb_filename to vfs.hStefan Metzmacher2012-06-062-10/+10
* s3:include: move struct smb_file_time to vfs.hStefan Metzmacher2012-06-062-8/+8
* s3:include: move struct connection_struct (and sub structs) to vfs.hStefan Metzmacher2012-06-062-94/+92
* s3:include: move struct stream_struct to vfs.hStefan Metzmacher2012-06-062-10/+10
* s3:include: move struct fd_handle/files_struct to vfs.hStefan Metzmacher2012-06-062-82/+82
* s3:includes: move union unid_t to vfs.hStefan Metzmacher2012-06-062-5/+5
* s3:smbd: move struct trans_state to smbd.hStefan Metzmacher2012-06-061-30/+0