1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source/include
Jeremy Allison b07611f815 Restructuring of vfs layer to include a "this" pointer - can be an fsp or
a conn struct depending on the call.
We need this to have a clean NT ACL call interface.
This will break any existing VFS libraries (that's why this is pre-release
code).
Andrew gets credit for this one :-) :-).

In addition - added Herb's WITH_PROFILE changes - Herb - please examine
the changes I've made to the smbd/reply.c code you added. The original
code was very ugly and I have replaced it with a
START_PROFILE(x)/END_PROFILE(x) pair using the preprocessor.
Please check this compiles ok with the --with-profile switch.
Jeremy.
0001-01-01 00:00:00 +00:00
..
.cvsignore added stamp-h 0001-01-01 00:00:00 +00:00
byteorder.h Andrew made it faster :-). 0001-01-01 00:00:00 +00:00
charset.h first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
client.h Ok - this is a *BIG* change - but it fixes the problems with static strings 0001-01-01 00:00:00 +00:00
clitar.h Initial version imported to CVS 0001-01-01 00:00:00 +00:00
config.h.in Fixes for IRIX kernel oplocks and systems that don't have nss.h 0001-01-01 00:00:00 +00:00
debug.h Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for 0001-01-01 00:00:00 +00:00
dlinklist.h nttrans.c: 0001-01-01 00:00:00 +00:00
hash.h Added hash-based stat cache code from Ying Chen. 0001-01-01 00:00:00 +00:00
includes.h Restructuring of vfs layer to include a "this" pointer - can be an fsp or 0001-01-01 00:00:00 +00:00
interfaces.h interfaces.h from 2.0.6 0001-01-01 00:00:00 +00:00
kanji.h utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. 0001-01-01 00:00:00 +00:00
local.h don't need shmem any more 0001-01-01 00:00:00 +00:00
MacExtensions.h Adding George's Mac extension include files. 0001-01-01 00:00:00 +00:00
messages.h broadcast printer notify message to all clients. We now have printer 0001-01-01 00:00:00 +00:00
msdfs.h Changed MS_DFS to WITH_MSDFS throughout. 0001-01-01 00:00:00 +00:00
nameserv.h the final part of the nmbd merge between head and tng - this gets the 0001-01-01 00:00:00 +00:00
nt_printing.h Added print job substitutions for %{printername}, %{sharename} and %{portname} 0001-01-01 00:00:00 +00:00
ntdomain.h Ok - this is a *BIG* change - but it fixes the problems with static strings 0001-01-01 00:00:00 +00:00
nterr.h totally rewrote the async signal, notification and oplock notification 0001-01-01 00:00:00 +00:00
profile.h Restructuring of vfs layer to include a "this" pointer - can be an fsp or 0001-01-01 00:00:00 +00:00
proto.h Restructuring of vfs layer to include a "this" pointer - can be an fsp or 0001-01-01 00:00:00 +00:00
rpc_brs.h brought across some rpc header files from tng 0001-01-01 00:00:00 +00:00
rpc_client_proto.h added NEGNOWAIT. sent to secure@microsoft.com 0001-01-01 00:00:00 +00:00
rpc_client.h first pass at merging rpcclient from TNG to HEAD. You can get a 0001-01-01 00:00:00 +00:00
rpc_creds.h Fixed some more client SPOOLSS functions. The following 0001-01-01 00:00:00 +00:00
rpc_dce.h Fixed some more client SPOOLSS functions. The following 0001-01-01 00:00:00 +00:00
rpc_dfs.h Added the NETDFS pipe to allow remote administration of the msdfs symlinks 0001-01-01 00:00:00 +00:00
rpc_lsa.h Some code moved back from TNG - updates to LSA stuff. Not yet used but 0001-01-01 00:00:00 +00:00
rpc_misc.h All changes related to rpcclient... 0001-01-01 00:00:00 +00:00
rpc_netlogon.h Fix for the SID history problem when using a Win2k domain controller 0001-01-01 00:00:00 +00:00
rpc_parse.h brought across some rpc header files from tng 0001-01-01 00:00:00 +00:00
rpc_reg.h Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport. 0001-01-01 00:00:00 +00:00
rpc_samr_old.h fixed samr_create_user(). we now correctly parse the query and the reply. 0001-01-01 00:00:00 +00:00
rpc_samr.h the beginnings of a new scheme I've working on to allow an easier 0001-01-01 00:00:00 +00:00
rpc_secdes.h Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added 0001-01-01 00:00:00 +00:00
rpc_spoolss.h printer notify code. 0001-01-01 00:00:00 +00:00
rpc_srvsvc.h Added info level 1005 to netsharegetinfo (is the share a DFS root) 0001-01-01 00:00:00 +00:00
rpc_wkssvc.h "For I have laboured mightily on Luke's code, and hath broken 0001-01-01 00:00:00 +00:00
rpcclient.h added -P (for no prompt) and -A <authfile> options 0001-01-01 00:00:00 +00:00
safe_string.h Busting up of source/include/smb.h into smaller pieces which can be 0001-01-01 00:00:00 +00:00
secrets.h Fixed LsaQueryInformationPolicy level 3 to return primary domain info. 0001-01-01 00:00:00 +00:00
sids.h Added global_sid_NULL S-1-0-0 to list of global sids. 0001-01-01 00:00:00 +00:00
smb_macros.h fixed IRIX compiller error message 0001-01-01 00:00:00 +00:00
smb.h Restructuring of vfs layer to include a "this" pointer - can be an fsp or 0001-01-01 00:00:00 +00:00
stamp-h.in Make sure that the stamp file is newer than configure.in 0001-01-01 00:00:00 +00:00
talloc.h reworked talloc() to in order to help track down invalid 0001-01-01 00:00:00 +00:00
trans2.h first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
unicode_map_table1.h a quick hack to reduce the size of the unicode map table headers from 0001-01-01 00:00:00 +00:00
unicode_map_table2.h a quick hack to reduce the size of the unicode map table headers from 0001-01-01 00:00:00 +00:00
util_list.h Fixed some more client SPOOLSS functions. The following 0001-01-01 00:00:00 +00:00
version.h update version to pre-3.0.0 0001-01-01 00:00:00 +00:00
vfs.h Restructuring of vfs layer to include a "this" pointer - can be an fsp or 0001-01-01 00:00:00 +00:00
vt_mode.h Initial version imported to CVS 0001-01-01 00:00:00 +00:00