1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/include
Jim McDonough 31e21b67d9 Decode the PAC! This patch just decodes it and then frees it, so it's just
for doc purposes right now (you can see it in the debug logs).
(This used to be commit 046c2087a1)
2003-04-07 18:01:40 +00:00
..
.cvsignore ignore config.h.in in cvs as generated by autoheader 2003-02-06 09:55:21 +00:00
ads.h A hack to get us building on a slightly older heimdal kerberos. It appears 2003-03-15 23:16:40 +00:00
adt_tree.h virtual registry framework with initial printing hooks. 2002-07-18 23:00:24 +00:00
asn_1.h Patch from Luke Howard to add mutual kerberos authentication, and SMB session 2003-02-24 11:09:21 +00:00
auth.h - Add support to auth/ for the new modules system 2003-03-24 23:03:46 +00:00
authdata.h Decode the PAC! This patch just decodes it and then frees it, so it's just 2003-04-07 18:01:40 +00:00
byteorder.h removed some meaningless const casts that were causing thousands of 2002-07-14 04:11:21 +00:00
charset.h BIG patch... 2003-01-02 09:07:17 +00:00
client.h signed/unsigned fix 2003-03-15 07:16:32 +00:00
clitar.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
debug.h some more code 2003-03-08 00:49:18 +00:00
dlinklist.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
doserr.h Added new error codes. Fix up connection code to retry in the same way 2002-10-17 17:10:29 +00:00
dynconfig.h Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for instructions. 2003-01-17 20:57:26 +00:00
genparser_samba.h it's getting comic ... 2002-12-17 01:38:48 +00:00
genparser.h forgot the altered include file 2003-02-23 18:08:07 +00:00
gums.h Some progress towards gums and tdbsam2 2003-03-07 18:26:24 +00:00
hash.h More signed/unsigned fixes (yes, I run with funny compiler options) and 2003-02-22 12:22:06 +00:00
hmacmd5.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
idmap.h fix commit 2003-04-06 16:01:18 +00:00
includes.h The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): 2003-04-03 03:30:25 +00:00
interfaces.h merge from APPLIANCE_HEAD 2001-11-28 21:51:11 +00:00
intl.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
libsmb_internal.h The fixes from Tom plus a minor update from me. 2002-11-04 02:01:48 +00:00
libsmbclient.h Commit some more fixes for Coolo ... 2003-04-02 18:32:31 +00:00
local.h Output backtrace to logfile in smb_panic(), as suggested by mbp 2003-03-26 12:53:28 +00:00
MacExtensions.h More spelling. 2002-04-04 20:38:10 +00:00
mangle.h Merge in mangle fixes from 2.2. 2002-06-13 19:29:02 +00:00
mapping.h BIG patch... 2003-01-02 09:07:17 +00:00
md5.h used findstatic.pl to make some variables static and remove some dead 2002-07-01 09:12:41 +00:00
messages.h Remove duplicate "tallocdump" message from tdb messaging system. The 2003-04-07 06:13:36 +00:00
msdfs.h Sync'ing SAMBA_2_2 with HEAD. 2002-05-09 04:43:05 +00:00
nameserv.h Add AD version of samlogon replies for getdc. ATM it will only function 2002-08-06 18:16:28 +00:00
nt_printing.h add #define for the max device name length in a DEVICEMODE 2003-03-06 16:06:12 +00:00
nt_status.h deldriver fix 2002-11-09 14:48:27 +00:00
ntdomain.h Decode the PAC! This patch just decodes it and then frees it, so it's just 2003-04-07 18:01:40 +00:00
nterr.h A few more trusted domains updates from mimir. 2002-05-17 13:49:01 +00:00
ntioctl.h an initial fix for handling sparse files in smbd 2002-07-29 11:14:05 +00:00
ntlmssp.h Further work on NTLMSSP-based SMB signing. Current status is that I cannnot 2003-03-10 02:14:35 +00:00
passdb.h BIG patch... 2003-01-02 09:07:17 +00:00
popt_common.h Revoke some of the popt patch from metze I applied earlier today. It added 2003-03-24 14:15:14 +00:00
printing.h [print notify fixes from APP_HEAD] 2002-11-26 00:01:56 +00:00
pstring.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rap.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rpc_brs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rpc_client_proto.h - added test for vasprintf 2001-04-28 13:49:34 +00:00
rpc_client.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rpc_creds.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rpc_dce.h This is a merge of the NETLOGON schannel server code from Samba 2003-04-04 15:21:04 +00:00
rpc_dfs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rpc_ds.h merge of working dsrolegetprimdominfo() client code from APP_HEAD 2002-10-04 19:11:36 +00:00
rpc_lsa.h Minor fixes. 2003-03-15 08:18:29 +00:00
rpc_misc.h added the 'lsaenumacctwithright' command to rpcclient. This allows you 2003-02-10 11:31:23 +00:00
rpc_netlogon.h NTLM Authentication: 2003-03-23 13:03:25 +00:00
rpc_parse.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
rpc_reg.h BIG patch... 2003-01-02 09:07:17 +00:00
rpc_samr.h try to put every security descriptors related definitions in the same file. 2002-10-06 23:53:34 +00:00
rpc_secdes.h try to put every security descriptors related definitions in the same file. 2002-10-06 23:53:34 +00:00
rpc_spoolss.h * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736 2003-02-15 23:36:18 +00:00
rpc_srvsvc.h A very long time ago (actually 6 months ago) I promised to commit this code 2002-07-27 11:48:55 +00:00
rpc_wkssvc.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
safe_string.h The definition of pstrcpy_base(), and the preceeding comments, were given 2003-03-27 05:11:25 +00:00
sam.h We are going to need to track the SAM sequence number too. 2002-10-03 03:20:40 +00:00
secrets.h Fresh meat in trusted domains code: 2003-03-14 17:12:40 +00:00
session.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
smb_acls.h Header files should not include includes.h - therein lies maddness, particuarly 2002-09-25 09:38:27 +00:00
smb_ldap.h The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): 2003-04-03 03:30:25 +00:00
smb_macros.h small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00
smb.h SMB signing updates - this gets NTLMSSP signing workin to the point where I 2003-04-06 13:08:07 +00:00
smbprofile.h Changed profile version number to 7 - added sendfile statistics. 2002-09-12 06:28:13 +00:00
srvstr.h Small clenaup patches: 2003-03-22 13:06:52 +00:00
stamp-h.in Make sure that the stamp file is newer than configure.in 1999-07-18 20:34:50 +00:00
talloc.h Forward port the change to talloc_init() to make all talloc contexts 2002-12-20 20:23:06 +00:00
tdbsam2.h Some progress towards gums and tdbsam2 2003-03-07 18:26:24 +00:00
trans2.h Merged Steve French's fix for OS/2 EA return error being removed. 2002-09-09 21:48:23 +00:00
util_getent.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
version.h tagging version as post3.0-HEAD to differentiate from the SAMBA_3_0 2002-09-26 20:39:53 +00:00
vfs.h Use the new modules system in VFS. If a module can't be loaded with the 2003-03-27 12:08:46 +00:00
vt_mode.h Initial version imported to CVS 1996-05-04 07:50:46 +00:00
xfile.h Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in 2003-01-02 12:54:02 +00:00