summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Add uint64_t mid field to the files_struct.Jeremy Allison1-0/+1
2012-06-29s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher1-0/+1
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-0/+3
2012-06-29s3:smb2_server: remove unused and confusing DEFAULT_SMB2_MAX_CREDIT_BITMAP_FA...Stefan Metzmacher1-1/+0
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-26s3-printing: pass lpq command to job_submitDavid Disseldorp1-1/+3
2012-06-26s3-printing: remove unused print_job_fname()David Disseldorp1-1/+0
2012-06-26s3-printing: return talloced print jobsDavid Disseldorp1-1/+3
2012-06-26s3-printing: clean up print_job_pause/resume interfaceDavid Disseldorp1-4/+4
2012-06-26s3-printing: remove print_parse_jobid()David Disseldorp1-1/+0
2012-06-26s3-printing: rename queue->job sysjobDavid Disseldorp1-1/+1
2012-06-26s3-printing: store print jobid as part of struct printjobDavid Disseldorp1-1/+2
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2-2/+1
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher1-0/+1
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell1-7/+0
2012-06-21s3:move serverid_equal() to serverid.cMichael Adam1-0/+2
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-1/+1
2012-06-21s3:util: remove (now) unused cluster_id_equal()Michael Adam1-2/+0
2012-06-20s3:include: add START/END_PROFILE_STAMP()Stefan Metzmacher1-7/+23
2012-06-19Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher1-0/+1
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-06-15s3:smbd: remember the request_time on an incoming requestStefan Metzmacher1-0/+2
2012-06-15s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam1-1/+1
2012-06-15s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam1-0/+1
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-12s3: Add cli_state->pw_nt_hashVolker Lendecke1-0/+1
2012-06-12s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke1-0/+5
2012-06-12s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2-0/+12
2012-06-12s3: Add CLI_FULL_CONNECTION_USE_NT_HASHVolker Lendecke1-0/+1
2012-06-12S3: Add ntlmssp_set_password_hashVolker Lendecke1-0/+2
2012-06-12s3-libsmbclient: Make SMBC_call_auth_fn staticVolker Lendecke1-9/+0
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