1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Tim Prouty 99bd4fda0c s3: Plumb smb_filename around SMB_VFS_CHFLAGS
SMB_VFS_CHFLAGS isn't actually getting the smb_filename struct for now
since it only operates on the basefile.  This is the strategy for all
path-based operations that will never actually operate on a stream.

By clarifying the meaning of path based operations that don't take an
smb_filename struct, modules that implement streams such as vfs_onefs
no longer need to implement SMB_VFS_CHFLAGS to ensure it's only called
on the base_name.
2009-07-06 15:38:41 -07:00
..
auth s3:smbd: move more session specific globals to struct smbd_server_connection 2009-06-03 17:54:37 +02:00
client Fix coverity #729. Resource leak in error path. 2009-06-19 17:26:53 -07:00
exports Compile liblua 2008-12-17 12:57:18 +01:00
groupdb Pass a talloc_ctx to pdb_enum_aliasmem 2009-06-08 21:14:10 +02:00
include s3: Plumb smb_filename around SMB_VFS_CHFLAGS 2009-07-06 15:38:41 -07:00
iniparser
iniparser_build
intl
lib Add tldap_pull_guid 2009-07-04 12:54:22 +02:00
libaddns do not redefine _INT32 2009-07-03 11:50:53 +02:00
libads Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP can 2009-06-08 15:21:48 -07:00
libgpo Fix Coverity ID 913 (NEGATIVE_RETURNS) -- gd, please check! 2009-05-03 23:06:01 +02:00
libnet Don't use ads realm name for non-ads case. #6481 2009-06-26 15:24:57 -04:00
librpc Introduce null_ndr_syntax_id 2009-07-05 23:50:12 +02:00
libsmb Fix bug #6496 - MS-DFS: cannot follow multibyte char link name. 2009-06-30 15:29:08 -07:00
locale/pam_winbind Revert "s3: checkin .po for pam_winbind" because of license issue. 2009-05-13 22:00:05 +08:00
locking Fix Coverity ID 897: REVERSE_INULL 2009-05-06 12:01:30 +02:00
lua-5.1.4 Add the Lua distibution from http://www.lua.org/ftp/lua-5.1.4.tar.gz 2008-12-17 12:57:18 +01:00
m4 s3:dmapi: prefer dmapi libs from gpfs over system libs 2009-06-19 11:56:33 +02:00
modules s3: Plumb smb_filename around SMB_VFS_CHFLAGS 2009-07-06 15:38:41 -07:00
nmbd Fix bug 4699: Remove pidfile on clean shutdown 2009-06-18 16:17:57 -07:00
pam_smbpass s3:pam_smbpass: fix build error on some Linux distros 2009-07-03 09:34:21 +02:00
param Consolidate create/delete account paths in pdbedit 2009-05-29 18:03:56 +02:00
passdb pdb_ads: For cached samu entries, priv is NULL 2009-07-04 12:54:23 +02:00
pkgconfig
po s3/i18n: Add Russian to the list. 2009-06-17 14:37:28 +02:00
printing s3-vlp: drastically shrink size and dependencies of the virtual line printer. 2009-06-26 09:34:02 +02:00
profile S3: Add in profile counters for new vfs and syscall entries. 2009-02-24 15:53:01 -08:00
registry Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT 2009-05-26 17:48:23 +02:00
rpc_client Remove "typedef struct ndr_syntax_id RPC_IFACE;" 2009-07-05 23:50:12 +02:00
rpc_parse Add const to init_rpc_hdr_ba 2009-07-05 23:50:12 +02:00
rpc_server s3: Change some filename_convert to pass in NULL for char **fname argument 2009-07-06 15:38:41 -07:00
rpcclient s3-rpcclient: allow to set query size for samr enum calls. 2009-06-08 19:47:26 +02:00
script For non-existent streams we have to return OBJECT_NAME_NOT_FOUND 2009-07-03 23:20:57 +02:00
selftest selftest/Samba3: Test smb signing against the member server 2009-03-23 12:21:14 +01:00
services s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle 2009-04-27 11:21:04 +02:00
smbd s3: Plumb smb_filename around SMB_VFS_CHFLAGS 2009-07-06 15:38:41 -07:00
stf
tests Move configure test files to the top-level and share them between s3 and 2009-01-22 11:35:28 +01:00
torture s3: Plumb smb_filename through SMB_VFS_UNLINK 2009-07-06 15:38:36 -07:00
utils Turn the pdb_rid_algorithm into a capabilities call that returns flags 2009-06-28 22:13:50 +02:00
web Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT 2009-05-26 17:48:23 +02:00
winbindd Fix bug 4699: Remove pidfile on clean shutdown 2009-06-18 16:17:57 -07:00
.dmallocrc
.indent.pro
autogen.sh Allow using external libtalloc. 2009-03-14 20:56:26 +01:00
change-log
config.guess Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
config.sub Update copies of config.guess and config.sub. 2009-05-16 04:03:12 +02:00
configure.developer
configure.in s3:configure: honor CFLAGS in compile tests 2009-07-05 13:11:20 +02:00
Doxyfile
dynconfig.c Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c 2009-01-12 12:16:03 +01:00
install-sh
localedir.c i18n/l10n pam_winbind 2008-11-13 12:43:58 +01:00
mainpage.dox
Makefile.in s3/s4:build: honor library path from environment 2009-07-04 01:14:24 +02:00
samba4-templates.mk merged-build: link in LIBREPLACE into samba4 code as in the native build 2009-02-03 16:31:02 +01:00
samba4.m4 Fix build with external talloc. 2009-06-11 16:31:07 +02:00
samba4.mk s3/s4:build: honor library path from environment 2009-07-04 01:14:24 +02:00
smbadduser.in
VERSION