1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3
Tim Prouty e129384d7c s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
This patch introduces two new temporary helper functions
vfs_stat_smb_fname and vfs_lstat_smb_fname.  They basically allowed me
to call the new smb_filename version of stat, while avoiding plumbing
it through callers that are still too inconvenient.  As the conversion
moves along, I will be able to remove callers of this, with the goal
being to remove all callers.

There was also a bug in create_synthetic_smb_fname_split (also a
temporary utility function) that caused it to incorrectly handle
filenames with ':'s in them when in posix mode.  This is now fixed.
2009-06-24 21:15:25 -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
groupdb Pass a talloc_ctx to pdb_enum_aliasmem 2009-06-08 21:14:10 +02:00
include s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT 2009-06-24 21:15:25 -07:00
iniparser
iniparser_build
intl
lib Add tldap paged searches, together with two helper routines 2009-06-20 18:54:07 +02:00
libaddns s3: only define TALLOC_ZERO if needed 2009-03-16 11:14:53 +01: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 s3-libnet: fix libnet_unjoin_remove_machine_acct() when called without ads struct. 2009-06-22 22:35:58 +02:00
librpc Don't require "Modify property" perms to unjoin bug #6481) 2009-06-19 13:46:07 -04:00
libsmb s3/libsmb: Fix typo in error message. 2009-06-17 10:25:11 +02: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
m4 s3:dmapi: prefer dmapi libs from gpfs over system libs 2009-06-19 11:56:33 +02:00
modules s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT 2009-06-24 21:15:25 -07:00
nmbd Fix bug 4699: Remove pidfile on clean shutdown 2009-06-18 16:17:57 -07:00
pam_smbpass s3:pam_smbpass: make smb_update_db() static. 2009-05-29 23:28:38 +02:00
param Consolidate create/delete account paths in pdbedit 2009-05-29 18:03:56 +02:00
passdb Only set the password if there is one 2009-06-24 16:30:55 +02:00
pkgconfig
po s3/i18n: Add Russian to the list. 2009-06-17 14:37:28 +02:00
printing s3-printing: eliminate another non sec_initial_uid using security check. 2009-06-24 00:36:48 +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 Fix broken pipe handling 2009-05-18 07:13:04 +02:00
rpc_parse Rework Samba3 to use new libcli/auth code (partial) 2009-04-14 16:23:35 +10:00
rpc_server s3-spoolss: restructure _spoolss_EndDocPrinter(). 2009-06-24 00:36:11 +02:00
rpcclient s3-rpcclient: allow to set query size for samr enum calls. 2009-06-08 19:47:26 +02:00
script s3: fix make test with external libtalloc or libtdb. 2009-06-19 21:13:38 +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 through SMB_VFS_STAT and SMB_VFS_LSTAT 2009-06-24 21:15:25 -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_STAT and SMB_VFS_LSTAT 2009-06-24 21:15:25 -07:00
utils Fix coverity #900. Resource leak. 2009-06-19 16:44:15 -07: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:build: build talloctort only when using the internal liballoc 2009-06-19 21:13:38 +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
mainpage.dox
Makefile.in s3:build: build talloctort only when using the internal liballoc 2009-06-19 21:13:38 +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 libwbclient: Add async call framework. 2009-05-30 09:17:37 +02:00
smbadduser.in
VERSION