1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/include
2001-12-08 11:18:56 +00:00
..
.cvsignore Add the ability to display Samba's build options with smbd -b and as a level 4 2001-09-19 09:44:12 +00:00
ads.h added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm 2001-12-08 11:18:56 +00:00
asn1.h added ANS1 integer define 2001-11-20 08:51:22 +00:00
auth.h challange -> challenge 2001-11-26 04:05:28 +00:00
byteorder.h configure configure.in include/config.h.in lib/replace.c: Added test and replacement 2001-03-31 19:06:45 +00:00
charset.h added "display charset" option in smb.conf, along with d_printf() 2001-09-07 14:14:57 +00:00
client.h prevent a memory leak of cli structures 2001-11-27 03:29:20 +00:00
clitar.h Added copyright (not sure who owns it though) and #include guards. 2001-10-02 03:46:12 +00:00
config.h.in added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm 2001-12-08 11:18:56 +00:00
debug.h allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile) 2001-12-06 07:17:25 +00:00
dlinklist.h Fix memory leak when doing DLIST_REMOVE(head,head). 2001-03-21 23:50:26 +00:00
doserr.h Added PRINTER_ALREADY_EXISTS error check from Gerry. 2001-11-27 20:01:23 +00:00
dynconfig.h Move all other paths into dynconfig 2001-11-19 05:49:20 +00:00
hash.h fixed the really awful performance problem with the stat cache when it 2001-09-25 06:39:41 +00:00
hmacmd5.h Add backend encryption support for NTLMv2. 2001-07-07 07:00:15 +00:00
includes.h added internal sasl/gssapi code. This means we are no longer dependent on cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm 2001-12-08 11:18:56 +00:00
interfaces.h merge from APPLIANCE_HEAD 2001-11-28 21:51:11 +00:00
intl.h forgot to add intl.h 2001-10-14 12:42:03 +00:00
libsmbclient.h Made a libsmbclient doxygen group and moved all the libsmbclient groups 2001-11-22 04:29:10 +00:00
local.h allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile) 2001-12-06 07:17:25 +00:00
MacExtensions.h Adding George's Mac extension include files. 1998-12-08 02:22:56 +00:00
mapping.h added a boolean to the group mapping functions to specify if we need or 2001-12-04 21:53:47 +00:00
md5.h Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h, 2001-07-10 10:27:52 +00:00
messages.h very simple asynchronous "lpq" thread patch 2001-10-16 23:16:00 +00:00
msdfs.h - enable MSDFS by default, there seems no reason not to have it enabled 2001-09-12 03:08:51 +00:00
nameserv.h Process the SAM/UAS change notification message. 2001-08-24 19:28:08 +00:00
nt_printing.h the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but the client code still needs some work 2001-09-04 07:13:01 +00:00
ntdomain.h Removed CHECK_STRUCT macro - it isn't used anywhere. 2001-09-14 04:31:15 +00:00
nterr.h Finally worked out why a enumerate trusted domains was returning a 2001-11-23 05:50:05 +00:00
passdb.h rpcclient merge from 2.2 (including Jeremy's non-void return fix) 2001-04-28 00:32:56 +00:00
printing.h Fixed detection of CUPS. We need to check for the presence of the cups 2001-08-23 19:06:20 +00:00
rap.h Added many more defines in service category, user category and others 2001-11-03 21:13:42 +00:00
rpc_brs.h converted another bunch of stuff to NTSTATUS 2001-08-27 19:46:22 +00:00
rpc_client_proto.h - added test for vasprintf 2001-04-28 13:49:34 +00:00
rpc_client.h rpcclient merge from 2.2 (including Jeremy's non-void return fix) 2001-04-28 00:32:56 +00:00
rpc_creds.h Fixed some more client SPOOLSS functions. The following 2000-07-18 05:16:30 +00:00
rpc_dce.h converted another bunch of stuff to NTSTATUS 2001-08-27 19:46:22 +00:00
rpc_dfs.h Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h to 2001-09-12 01:11:43 +00:00
rpc_lsa.h Changed again how the privilege list is handled in the group mapping code. 2001-11-29 16:05:05 +00:00
rpc_misc.h Merge of sam sync code from TNG. 2001-08-28 06:43:43 +00:00
rpc_netlogon.h Make header comment clearer, these are RIDs, not UIDs. 2001-09-30 02:51:45 +00:00
rpc_parse.h brought across some rpc header files from tng 2000-05-09 11:44:09 +00:00
rpc_reg.h merge from 2.2 2001-11-22 05:56:09 +00:00
rpc_samr.h added a tdb to store the account policy informations. 2001-12-03 17:14:23 +00:00
rpc_secdes.h Renamed sid field in SEC_ACE to trustee to be more in line with MS's 2001-11-30 01:04:15 +00:00
rpc_spoolss.h Writing decimal constants as "02" has been shown to cause cancer in 2001-12-03 02:30:27 +00:00
rpc_srvsvc.h converted another bunch of stuff to NTSTATUS 2001-08-27 19:46:22 +00:00
rpc_wkssvc.h converted another bunch of stuff to NTSTATUS 2001-08-27 19:46:22 +00:00
safe_string.h strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 2001-07-04 07:36:09 +00:00
secrets.h added "net join" command 2001-11-24 14:16:41 +00:00
session.h A few changes: 2001-08-22 19:11:55 +00:00
sids.h Added global_sid_NULL S-1-0-0 to list of global sids. 2000-07-06 06:48:54 +00:00
smb_acls.h Added Mike Davidsons Tru64 ACL patch. 2001-08-10 20:48:25 +00:00
smb_macros.h Fixed allocation bug in database prog. Some format fixes. 2001-11-12 01:00:54 +00:00
smb.h OK. Smbpasswd -j is DEAD. 2001-12-05 11:00:26 +00:00
smbprofile.h initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To 2001-10-11 07:42: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 the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have no way of telling if the call really failed 2001-06-22 01:56:16 +00:00
trans2.h Some W2k info. 2001-08-23 22:58:24 +00:00
util_getent.h - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) 2001-08-10 09:52:10 +00:00
util_list.h Fixed some more client SPOOLSS functions. The following 2000-07-18 05:16:30 +00:00
version.h update version to pre-3.0.0 1999-12-17 01:51:33 +00:00
vfs.h Merge of transfer file code from 2.2, fix for readbraw. 2001-09-04 19:10:30 +00:00
vt_mode.h Initial version imported to CVS 1996-05-04 07:50:46 +00:00
xfile.h declare dbf in one spot 2001-09-10 12:14:18 +00:00