..
.cvsignore
add an ignore on proto.h
2001-06-22 02:34:34 +00:00
auth.h
This patch does a number of things, mostly smaller than they look :-)
2001-08-12 11:19:57 +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
client.h
Removed nt_error field from cli_state as it was not used anywhere.
2001-08-10 05:50:20 +00:00
clitar.h
config.h.in
a bunch of fixes from the sflight to seattle
2001-08-20 05:15:26 +00:00
debug.h
If a debug class was explicitly set to zero the debug system would not
2001-06-01 12:04:44 +00:00
dlinklist.h
Fix memory leak when doing DLIST_REMOVE(head,head).
2001-03-21 23:50:26 +00:00
doserr.h
added ERRbadmcb
2001-08-22 03:18:24 +00:00
hash.h
Added hash-based stat cache code from Ying Chen.
2000-01-26 21:25:35 +00:00
hmacmd5.h
Add backend encryption support for NTLMv2.
2001-07-07 07:00:15 +00:00
includes.h
A few changes:
2001-08-22 19:11:55 +00:00
interfaces.h
interfaces.h from 2.0.6
1999-12-17 01:44:30 +00:00
libsmbclient.h
Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.
2001-05-15 01:47:22 +00:00
local.h
Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought
2001-05-06 20:56:14 +00:00
MacExtensions.h
Adding George's Mac extension include files.
1998-12-08 02:22:56 +00:00
mapping.h
Big cleanup of passdb and backends.
2001-05-04 15:44:27 +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
added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount)
2001-06-20 03:05:09 +00:00
msdfs.h
Changed MS_DFS to WITH_MSDFS throughout.
2000-05-26 17:10:40 +00:00
nameserv.h
the final part of the nmbd merge between head and tng - this gets the
2000-03-27 12:19:58 +00:00
nt_printing.h
Merge from appliance head of JR's changes for driver versioning.
2000-11-14 21:56:32 +00:00
ntdomain.h
Merge of struct acct_info from TNG.
2001-05-04 07:36:09 +00:00
nterr.h
Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.
2001-07-25 06:42: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
Added files for CUP printing patch split.
2001-03-16 00:35:57 +00:00
profile.h
Fix for building --with-profile for new vfscalls.
2001-07-01 20:01:32 +00:00
rpc_brs.h
brought across some rpc header files from tng
2000-05-09 11:44:09 +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
Fixed some more client SPOOLSS functions. The following
2000-07-18 05:16:30 +00:00
rpc_dfs.h
Separated dfs pipe into implementation and interface modules.
2001-02-27 02:09:50 +00:00
rpc_lsa.h
implement:
2001-07-09 18:32:54 +00:00
rpc_misc.h
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
2001-03-11 22:26:28 +00:00
rpc_netlogon.h
Added structures for LOGON_CTRL rpc.
2001-05-24 08:21:53 +00:00
rpc_parse.h
brought across some rpc header files from tng
2000-05-09 11:44:09 +00:00
rpc_reg.h
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
2001-08-10 09:52:10 +00:00
rpc_samr.h
Allow smbpasswd to join a W2K hosted AD domain.
2001-08-02 23:48:51 +00:00
rpc_secdes.h
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
2001-02-28 00:51:02 +00:00
rpc_spoolss.h
Merging Gerry's spoolss changes.
2001-06-21 17:46:14 +00:00
rpc_srvsvc.h
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
2001-06-16 00:32:13 +00:00
rpc_wkssvc.h
rpcclient.h
This should fix the build, I think tpot just missed the file for his CVS
2001-07-20 10:06:35 +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
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
2000-05-29 01:23:48 +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
Added "use mmap" for HPUX.
2001-07-30 22:21:31 +00:00
smb.h
Moved across definition of dos error types from smb.h to doserr.h
2001-08-13 05:26:33 +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
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
1999-12-13 13:27:58 +00:00
unicode_map_table1.h
a quick hack to reduce the size of the unicode map table headers from
2000-04-15 07:14:40 +00:00
unicode_map_table2.h
a quick hack to reduce the size of the unicode map table headers from
2000-04-15 07:14:40 +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
The big character set handling changeover!
2001-07-04 07:15:53 +00:00
vt_mode.h