1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/include
Andrew Bartlett de46ad9084 lib/util use modules_path(), data_path() and shlib_ext() from source3
This brings these helpful utility functions in common, as they are not
based on either loadparm system.

(The 'modules dir' parameter from Samba4 will shortly be removed, so
there is no loss in functionality)

Andrew Bartlett
2011-06-06 17:37:51 +10:00
..
autoconf s3-build: Move generated config.h and config.h.in to include/autoconf 2011-05-09 11:21:09 +02:00
ads.h s3-includes: no need to globally include libads/ads_status.h. 2011-05-06 16:37:22 +02:00
adt_tree.h s3: Remove unused comparison fn from "struct sorted_tree" 2010-02-13 13:26:11 +01:00
async_smb.h s3-includes: finally only include client.h when libsmb is used. 2011-05-06 16:37:22 +02:00
auth.h s3-auth Rename user_session_key -> session_key to match auth_session_info 2011-04-05 06:32:07 +10:00
client.h s3: Extract the guest_login field in sesssetup 2011-05-29 12:49:34 +02:00
clitar.h
ctdb_packet.h s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename. 2011-05-03 14:38:29 +02:00
ctdbd_conn.h s3: only include tdb headers where needed. 2011-05-06 10:48:10 +02:00
dbwrap.h s3: only include tdb headers where needed. 2011-05-06 10:48:10 +02:00
debugparse.h
event.h s3: try to fix the build on some non-linux buildfarm machines. 2011-03-30 11:39:31 +02:00
fake_file.h s3: Attempt to fix a ton of warnings on the build farm 2010-10-03 10:51:08 +02:00
g_lock.h s3: Remove the dependency of g_lock on procid_self 2010-08-28 12:28:53 +02:00
idmap.h s3:idmap: remove the params argument from the init function 2011-03-22 22:49:56 +01:00
includes.h s3-includes: no need to globally include libads/ads_status.h. 2011-05-06 16:37:22 +02:00
intl.h
krb5_env.h s3-libads: move KRB5_ENV_CCNAME to separate header krb5_env.h. 2010-07-01 21:17:17 +02:00
krb5_protos.h s3-proto: move remaining krb5 protos to krb5_protos.h 2011-05-03 15:38:40 +02:00
libsmb_internal.h More const fixes for compiler warnings from the waf build. 2011-05-05 23:56:07 +02:00
libsmbclient.h libsmbclient: Fix a typo 2011-03-09 11:19:35 +01:00
local.h lib/util: new merged debug system 2011-03-01 04:32:12 +01:00
locking.h s3-messages: only include messages.h where needed. 2011-03-30 01:13:09 +02:00
MacExtensions.h
mangle.h
mapping.h s3-groupdb: move groupdb headers to groupdb/proto.h. 2011-03-30 01:13:07 +02:00
memcache.h
messages.h s3-messages: make ndr_messaging.h part of messages.h. 2011-03-30 01:13:09 +02:00
module.h s3: Remove some unused #defines 2010-03-14 17:42:49 +01:00
msdfs.h s3: Remove a struct typedef 2009-11-21 23:19:50 +01:00
nameserv.h s3:nmbd: also listen explicit on the subnet broadcast addresses 2010-02-08 18:35:10 +01:00
nss_info.h s3-proto: remove remaining nss_info prototypes to nss_info.h 2011-04-29 21:01:04 +02:00
nt_printing.h s3-printing: avoid using pipes_struct when only session_info is needed. 2011-05-02 15:03:43 +02:00
ntdomain.h s3-rpc_server: Remove syntax from pipes_struct. 2011-06-01 12:02:16 +02:00
ntioctl.h struct make "struct shadow_copy_data" its own talloc context 2011-05-31 21:47:07 +02:00
ntlmssp_wrap.h s3-auth: Add auth_ntlmssp wrapper for client side 2010-07-20 15:52:34 +10:00
ntquotas.h s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
oplock_onefs.h
passdb.h s3-passdb: move some passdb defines to passdb.h 2011-03-30 15:14:55 +02:00
popt_common.h More const fixes. Remove CONST_DISCARD. 2011-05-06 01:44:07 +02:00
printing.h s3: only include tdb headers where needed. 2011-05-06 10:48:10 +02:00
proto.h lib/util use modules_path(), data_path() and shlib_ext() from source3 2011-06-06 17:37:51 +10:00
registry.h s3:registry: move prototype from reg_init_smbconf.c to its own header. 2010-09-21 08:52:06 +02:00
rpc_dce.h s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL. 2010-07-16 23:09:54 +02:00
rpc_misc.h s3-build: only include rpc_misc.h where needed. 2010-08-26 00:26:01 +02:00
safe_string.h lib: move the string wrappers from source3/include to common lib/util 2011-03-25 04:37:06 +01:00
samba_linux_quota.h
secrets.h s3-passdb: use passdb headers where needed. 2011-03-30 01:13:08 +02:00
serverid.h s3: Remove talloc_autofree_context() from serverid_parent_init() 2010-09-26 03:29:28 +02:00
session.h
smb_acls.h
smb_crypt.h s3-libsmb: move smb encryption structs into own header. 2011-03-16 10:11:16 +01:00
smb_krb5.h libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth 2011-04-27 11:21:37 +10:00
smb_ldap.h s3-ldap Only prototype ldap_init_fd() when we have found it in the libraries 2011-04-29 11:47:07 +02:00
smb_macros.h Fix many const compiler warnings. 2011-05-05 10:41:59 -07:00
smb_perfcount.h
smb_share_modes.h
smb_signing.h s3:libsmb: add a smb_signing_init_ex() function 2010-03-22 17:15:10 +01:00
smb.h s3-param: remove unused share_iterator functions 2011-05-18 16:12:08 +02:00
smbldap.h s3-smbldap: make octet_strings/DATA_BLOBs const. 2011-04-06 11:53:56 +02:00
smbprofile.h s3: only include smb profiling where needed. 2011-04-14 01:31:39 +02:00
srvstr.h
stamp-h.in
sysquotas.h
talloc_dict.h
tldap_util.h s3: Convert tldap_entry_values args to "array, count" 2011-02-13 12:11:53 +01:00
tldap.h s3: Change tldap_entry_attributes to the "array,count" convention 2011-03-14 22:02:35 +01:00
trans2.h libcli/smb Move cifs posix helper functions and headers in common 2011-05-06 07:51:24 +02:00
transfer_file.h
util_tdb.h lib/util Move source3 tdb_wrap_open() into the common code. 2011-05-06 07:51:24 +02:00
vfs_macros.h Remove the char * argument from the SMB_VFS_GETWD() call. Now always 2011-06-01 04:06:12 +02:00
vfs.h Remove the char * argument from the SMB_VFS_GETWD() call. Now always 2011-06-01 04:06:12 +02:00