1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/include
Günther Deschner e49200c1a2 Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
This allows to switch on the cli->fallback_after_kerberos switch.

Guenther
(This used to be commit 15ba45e567)
2008-04-08 14:25:13 +02:00
..
ads_cldap.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
ads_dns.h Change our DNS code to cope with AAAA records. A6 records 2007-10-29 13:34:00 -07:00
ads_protos.h Add ads_get_joinable_ous(). 2008-01-03 18:15:59 +01:00
ads.h Remove DomainControllerAddressType which we now have in IDL. 2008-02-28 23:15:30 +01:00
adt_tree.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
asn_1.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
async_req.h Fix bug 5334 2008-03-18 13:49:46 +01:00
async_smb.h Add infrastructure to support async SMB requests 2008-03-06 13:28:23 +01:00
auth.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
authdata.h Remove last reference to rpc_netlogon.h. 2008-03-27 22:18:04 +01:00
byteorder.h add 64-bit macros from samba4 2008-02-26 21:43:13 -05:00
charset.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
client.h Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define. 2008-04-08 14:25:13 +02:00
clitar.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
core.h r18193: Not quite to autogenerated NDR but closer thanks to Jelmer's 2007-10-10 11:51:08 -05:00
ctdbd_conn.h Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb) 2008-01-16 12:09:48 +03:00
dbwrap.h Fix a confusing variable name 2008-03-28 13:44:30 +01:00
dcerpc.h [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
debug.h Fix tab_depth: it should not create an extra debug header. 2008-01-23 08:16:37 +01:00
debugparse.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
dlinklist.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
doserr.h Add WERR_INVALID_COMPUTER_NAME. 2008-01-24 23:41:59 +01:00
dynconfig.h Fix copy & paste typo in function prototype. 2008-02-13 01:40:12 +01:00
event.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
fake_file.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
gpo.h Add Group Policy extension infrastructure. 2008-02-29 17:07:57 +01:00
hmacmd5.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
idmap.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
includes.h Remove unused marshalling for Netlogon Lockout String. 2008-03-27 21:58:11 +01:00
interfaces.h Try to fix the build on systems without struct sockaddr_storage type 2007-11-08 11:46:18 +01:00
intl.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
libmsrpc_internal.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
libmsrpc.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
libsmb_internal.h Continued revamping of libsmbclient. 2008-03-03 18:13:33 -05:00
libsmbclient.h use constant name less likely to cause conflict 2008-03-03 22:56:32 -05:00
local.h smbd: make it possible to change the write time delay for testing 2008-04-07 12:29:31 +02:00
locking.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
MacExtensions.h Fix some typos. 2008-02-08 10:05:32 +01:00
mangle.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
mapping.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
md5.h r3697: BUG 2027: fix multiple declaration of MD5_CTX (do we really care about DOS compilers?). Will watch build farm though. 2007-10-10 10:53:14 -05:00
memcache.h Add comments 2008-01-03 10:24:11 +01:00
messages.h Add dump-domain-list command for debugging winbindd's domain_list. 2008-01-24 16:21:53 +01:00
module.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
msdfs.h Remove pstrings completely except for smbctool (what does this do ?). 2007-12-07 12:02:44 -08:00
nameserv.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
ndr.h r18193: Not quite to autogenerated NDR but closer thanks to Jelmer's 2007-10-10 11:51:08 -05:00
nss_info.h r23800: LGPL is now called GNU Lesser General Public License 2007-10-10 12:28:26 -05:00
nt_printing.h Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c 2007-11-27 19:05:08 -08:00
nt_status.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
ntdomain.h Replace DOM_CHAL with "struct netr_Credential" where we can right now. 2008-02-15 23:57:54 +01:00
nterr.h Add NT_STATUS_RPC_CANNOT_SUPPORT. 2008-04-03 00:26:55 +02:00
ntioctl.h [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
ntlmssp.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
ntquotas.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
packet.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
passdb.h Removing unused ACCT_-flags. 2008-02-12 09:48:47 +01:00
popt_common.h Add general '-e' option to enable smb encryption 2008-01-05 00:23:35 -08:00
printing.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
privileges.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
rap.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
rbtree.h Make the Linux rbtrees compile within Samba 2007-12-10 16:06:32 +01:00
reg_db.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
reg_objects.h Add infrastructure for reading/storing Group Policy state and control data in the registry. 2008-02-29 15:48:14 +01:00
regfio.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
rpc_client.h Coverity fixes 2008-03-17 20:52:25 +01:00
rpc_dce.h Fix NETLOGON credential chain with Windows 2008 all over the place. 2008-04-02 11:12:47 +02:00
rpc_eventlog.h Remove unused marshalling for EVENTLOG_OPEN_EVENTLOG. 2008-02-04 11:10:53 +01:00
rpc_lsa.h Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server. 2008-02-27 17:09:02 +01:00
rpc_misc.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
rpc_ntsvcs.h Fill in IDL for PNP_GetDeviceRegProp. 2008-03-26 12:17:16 +01:00
rpc_perfcount_defs.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
rpc_perfcount.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
rpc_secdes.h Comment out some svcctl headers which are now defined in IDL. 2008-03-26 12:17:16 +01:00
rpc_spoolss.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
rpc_svcctl.h Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES. 2008-03-20 01:40:04 +01:00
safe_string.h Remove pstrings completely except for smbctool (what does this do ?). 2007-12-07 12:02:44 -08:00
samba_linux_quota.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
secrets.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
session.h r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with 2007-10-10 12:31:09 -05:00
smb_acls.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
smb_ldap.h RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smb_macros.h Remove smbmount. 2008-02-28 15:53:43 +01:00
smb_share_modes.h r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
smb.h smbd: implement the strange write time update logic 2008-04-07 12:29:26 +02:00
smbldap.h Remove unused prototype for smbldap_get_single_pstring(). 2007-11-27 22:22:35 -08:00
smbprofile.h Add missing recvfile_bytes element - noticed by Kukks. 2007-11-01 10:21:27 -07:00
spnego.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
srvstr.h r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc() 2007-10-10 12:28:35 -05:00
stamp-h.in
sysquotas.h r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
talloc_stack.h Add the calls to make use of talloc_pools in a talloc_stackframe. 2008-01-09 17:07:58 -08:00
trans2.h Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to 2007-12-27 10:18:22 -08:00
transfer_file.h Move transfer_file and transfer_file_internal to a module of their own. 2008-01-10 14:31:25 +01:00
util_getent.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
util_tdb.h util_tdb: remove trivial and unused tdb_wipe(). 2008-03-26 11:15:03 +01:00
vfs_macros.h Add SMB_VFS_FS_CAPABILITIES 2008-01-21 16:14:27 +01:00
vfs.h Add SMB_VFS_FS_CAPABILITIES 2008-01-21 16:14:27 +01:00
xfile.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00