1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/include
Jelmer Vernooij 8d8a8c9633 Make init_module() and thus smb_load_module() return an int.
modules/developer.c: init_module() should return an int
(This used to be commit 7f59703550)
2003-02-20 22:26:28 +00:00
..
.cvsignore ignore config.h.in in cvs as generated by autoheader 2003-02-06 09:55:21 +00:00
ads.h Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable 2003-02-15 00:29:21 +00:00
adt_tree.h virtual registry framework with initial printing hooks. 2002-07-18 23:00:24 +00:00
asn_1.h A few typo fixes Andrew eventually let off to me. 2003-02-13 21:40:35 +00:00
auth.h Refactor the NTLMSSP code again - this time we use function pointers to 2003-01-15 12:52:38 +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 Add the 'session key' output of the NTLMSSP exchange to the cli struct, so 2003-02-16 22:10:48 +00:00
clitar.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
debug.h Remove FILE_MACRO as __FILE__ is ANSI C. 2002-12-04 23:57:15 +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 oh god, I will forgot my name one of these days :-/ 2002-12-16 21:22:09 +00:00
gums.h updates to the gums 2002-12-16 12:11:02 +00:00
hash.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
hmacmd5.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
includes.h Correct way to keep fucntion from proto.h 2003-02-19 15:22:46 +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 The fixes from Tom plus a minor update from me. 2002-11-04 02:01:48 +00:00
local.h Remove obsolete file lib/netatalk.c - We have a VFS module now 2003-02-15 02:02:51 +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 Ensure talloc pool query messages are reserved. 2002-12-14 01:33:02 +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 More printer data to publish 2002-12-05 19:13:20 +00:00
nt_status.h deldriver fix 2002-11-09 14:48:27 +00:00
ntdomain.h BIG patch... 2003-01-02 09:07:17 +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 Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a 2003-02-15 12:20:22 +00:00
passdb.h BIG patch... 2003-01-02 09:07:17 +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 Updates to our NTLMSSP code: 2003-01-13 12:48:37 +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 added the 'lsaenumacctwithright' command to rpcclient. This allows you 2003-02-10 11:31:23 +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 Change parsing of policy and privs delta to what Ethereal says. 2002-09-22 10:30:00 +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 Commit my (disabled) fstring/pstring mixup detection code. 2003-01-14 06:53:35 +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 Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which 2002-07-30 17:23:07 +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_macros.h small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00
smb.h Make init_module() and thus smb_load_module() return an int. 2003-02-20 22:26:28 +00:00
smbprofile.h Changed profile version number to 7 - added sendfile statistics. 2002-09-12 06:28:13 +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 updates to the gums 2002-12-16 12:11:02 +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 Actually use sendfile if selected. 2002-09-17 19:48:19 +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