1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/include
Jeremy Allison f4b4872982 s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.
Prepare for changing vfs_streaminfo to do the same.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Mar  7 21:12:56 CET 2016 on sn-devel-144
2016-03-07 21:12:56 +01:00
..
ads.h libads: Remove "foreign" from ads_struct 2015-12-18 05:24:25 +01:00
adt_tree.h
async_smb.h
auth_generic.h s3-librpc: Add cli_rpc_pipe_open_with_creds() 2014-10-17 12:57:07 +02:00
auth_info.h
auth.h auth: Provide a way to use the auth stack for winbindd authentication 2014-06-11 10:18:26 +02:00
client.h Convert all uint32/16/8 to _t in source3/client. 2015-05-13 19:11:23 +02:00
ctdb_srvids.h
ctdbd_conn.h ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_old 2015-11-04 00:47:14 +01:00
debugparse.h
event.h
fake_file.h Convert three include files from uint32/16/8 to _t types as well as the source that includes them. 2015-05-01 19:15:10 +02:00
g_lock.h
idmap_autorid_tdb.h
idmap.h
includes.h Remove [u]int[XX] defines from source3/include/includes.h 2015-05-18 05:24:21 +02:00
intl.h
krb5_env.h
libsmb_internal.h libsmb: Implement smbc_notify 2015-07-10 09:35:13 +02:00
libsmbclient.h libsmb: Implement smbc_notify 2015-07-10 09:35:13 +02:00
local.h winbindd: set file descriptor limit according to configuration 2015-07-15 22:41:13 +02:00
locking.h
lsa.h s3: Move init_lsa_ref_domain_list to lib 2014-09-29 10:52:47 +02:00
MacExtensions.h Fix various spelling errors 2015-11-06 13:43:45 +01:00
mangle.h
messages.h lib: messages.h references struct iovec 2015-11-09 07:53:18 +01:00
msdfs.h Convert three include files from uint32/16/8 to _t types as well as the source that includes them. 2015-05-01 19:15:10 +02:00
nameserv.h Convert all uses of uint8/16/32 to _t in nmbd and the include file. 2015-05-01 19:15:10 +02:00
nss_info.h
nt_printing.h Convert three include files from uint32/16/8 to _t types as well as the source that includes them. 2015-05-01 19:15:10 +02:00
ntdomain.h
ntioctl.h Convert uint32/16/8 to _t for the last two include files in source3/include. 2015-05-01 21:52:25 +02:00
ntquotas.h quotas: correct comment about SMB_GROUP_QUOTA_TYPE 2016-01-26 15:58:11 +01:00
passdb.h s3:passdb: move my_sam_name() from passdb to util_name.c 2016-01-22 01:55:09 +01:00
popt_common.h
printing.h Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include it. 2015-05-01 19:15:10 +02:00
proto.h lib: Remove "includes.h" from util_file.c 2016-02-23 22:03:17 +01:00
registry.h Change the registry subsystem to use uint32_t from uint32. Also change session.h. 2015-04-16 00:37:28 +02:00
rpc_dce.h
rpc_misc.h Convert all uint32/16/8 to _t in a grab-bag of remaining files. 2015-05-14 22:16:56 +02:00
safe_string.h s3: smbd: Change the function signature of srvstr_push() from returning a length to returning an NTSTATUS with a length param. 2014-09-16 01:56:54 +02:00
samba_linux_quota.h s3: Remove unnecessary __P() macro 2015-10-31 22:03:14 +01:00
secrets.h secrets: Add function to fetch only password change timestamp 2015-08-01 10:55:21 +02:00
serverid.h lib: Remove a includes.h reference 2015-10-28 16:00:20 +01:00
session.h smbstatus: show signing state of sessions and tcons 2016-01-22 07:52:21 +01:00
smb_acls.h
smb_krb5.h
smb_ldap.h Change default LDAP page size to 1000. 2016-01-15 00:54:26 +01:00
smb_macros.h lib: Slightly simplify strupper_m 2014-11-14 00:31:16 +01:00
smb_perfcount.h
smb_share_modes.h
smb.h smb.h: add linkspeed, capability, and if_index to interface struct 2016-01-26 07:33:16 +01:00
smbldap.h
smbprofile.h smbprofile: Add dst pid to smbprofile_cleanup 2015-11-16 14:51:33 +01:00
srvstr.h
stamp-h.in
sysquotas.h
talloc_dict.h
tldap_util.h lib: Introduce TLDAPRC 2016-02-03 15:04:11 +01:00
tldap.h tldap: Make tldap_search use tldap_search_all 2016-02-03 15:04:11 +01:00
trans2.h s3/smbd: support FS_SECTOR_SIZE_INFORMATION query-info 2015-03-18 18:57:20 +01:00
transfer_file.h s3:util: use pread/pwrite in transfer_file 2015-06-23 11:45:23 +02:00
util_sd.h smbcacls: Move sec_desc_print to common file 2015-04-25 00:04:24 +02:00
util_tdb.h Convert all uint32/16/8 to _t in a grab-bag of remaining files. 2015-05-14 22:16:56 +02:00
vfs_macros.h s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *. 2016-03-07 21:12:56 +01:00
vfs.h s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *. 2016-03-07 21:12:56 +01:00