summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-021-2/+0
| | | | Guenther
* s3: Cope with older external libtdbVolker Lendecke2009-12-022-0/+12
|
* Revert "s3-build: taise tdb version when building against system libtdb ↵Günther Deschner2009-12-021-1/+1
| | | | | | | | | | library." This reverts commit ea20678c55fee9f4586630cdb5fe7f35457d309a. Just one new error code does probably not justify raising the required tdb version. Guenther
* Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2009-12-012-3/+1
| | | | | is used). Allows make test to pass with acl_xattr.so prepended to the vfs modules. Jeremy.
* s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info ↵Tim Prouty2009-12-011-5/+26
| | | | | | | for paths This allows smbd to pass the freshly updated RAW-SFILEINFO-END-OF-FILE torture test.
* s3:build: fix detection of CTDB headers on systems without system-libtallocMichael Adam2009-12-011-1/+1
| | | | Michael
* s3:build: fix the build when no external talloc and tdb are installed.Michael Adam2009-12-011-167/+178
| | | | | | | | | | | | The check for the external libs and the addition of the include paths to the CPPFLAGS was too late in configure. This patch moves the whole subsystem/library section up right below the detection of "BLDSHARED". And it updates not only SAMBA_CPPFLAGS but also SAMBA_CONFIGURE_CPPFLAGS so that many tests that use these flags can now succeed. Michael
* Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison2009-11-301-2/+4
| | | | | Fix opendir status return if access denied. Jeremy.
* Fix bug 6938 : No hook exists to check creation rights when using acl_xattr ↵Jeremy Allison2009-11-303-7/+104
| | | | | | | | | module Fix ACL modules to test for permissions on open/mkdir/opendir. Ensure that underlying ACLs are returned for directories/files with no Windows xattr or tdb acls stored. Jeremy.
* s3-build: taise tdb version when building against system libtdb library.Günther Deschner2009-12-011-1/+1
| | | | | | | | | Try to fix the build on "buildsamba02". At least fixes the build on fedora12 with libtdb-devel-1.1.5-2.fc12.x86_64 installed. Volker, please check. Guenther
* s3:add split_tokens, a cmdline tool to test next_token_talloc()Michael Adam2009-12-012-0/+92
| | | | Michael
* s3:fix linking of the t_str* test programsMichael Adam2009-12-011-4/+4
| | | | Michael
* s3:fix linking of libbigballofmud (on my box at least)Michael Adam2009-12-011-3/+3
| | | | Michael
* s3:torture: make t_stringoverflow.c compile at least (pstring is long gone)Michael Adam2009-12-011-2/+2
| | | | | | | I don't know whether these t_* programs are used at all any more, but this one was using pstrcpy... Michael
* Restructure the connect function code to always callJeremy Allison2009-11-3016-37/+117
| | | | | | | | down to NEXT-> before initializing. This allows us to do cleanup (by calling DISCONNECT) if initialization fails. Also fix vfs_acl_xattr which was failing to call the NEXT connect function. Jeremy.
* s3-spoolss: fix fstrings in convert_devicemode() function.Günther Deschner2009-11-301-2/+5
| | | | Guenther
* Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke2009-11-303-3/+9
|
* s3: Fix crash in free_file_list().Bo Yang2009-11-301-3/+4
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Fix bug 6288Volker Lendecke2009-11-301-8/+8
|
* s3: Fix a "not handled in switch" warningVolker Lendecke2009-11-291-0/+1
|
* s3: Fix an uninitialized variable referenceVolker Lendecke2009-11-291-1/+2
|
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-292-37/+36
|
* s3: Add a regression test for bug 6898Volker Lendecke2009-11-295-2/+107
|
* s3: Factor out torture_setup_unix_extensionsVolker Lendecke2009-11-292-19/+32
|
* s3: Restore "fake directory create times" as a share parameterVolker Lendecke2009-11-293-8/+9
|
* s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke2009-11-291-2/+1
|
* s3: Pass up fake_dir_create_times from atalk_build_pathsVolker Lendecke2009-11-291-15/+24
| | | | The callers only look at the mode
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-11-293-22/+21
|
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers ↵Volker Lendecke2009-11-294-6/+9
| | | | look at the mtime
* s3: "startsmbfilepwent" only looks at the inode -- is that enough?Volker Lendecke2009-11-291-4/+2
|
* s3: "get_file_size" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "socket_exist" only looks at the modeVolker Lendecke2009-11-291-1/+1
|
* s3: "sys_path_to_bdev" only looks at the devicenumberVolker Lendecke2009-11-291-4/+3
|
* s3: "check_log_size" only looks at the sizeVolker Lendecke2009-11-291-2/+1
|
* s3: "regf_hbin_allocate" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "read_block" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "write_block" does not use the sbuf at allVolker Lendecke2009-11-291-1/+1
|
* s3: "net_conf_addshare" only looks at the modeVolker Lendecke2009-11-291-1/+1
|
* s3: "net_usershare_add" only looks at the mode, device and inodeVolker Lendecke2009-11-291-1/+1
|
* s3: "net_usershare_add" only looks at the device and inodeVolker Lendecke2009-11-291-2/+1
|
* s3: "net_usershare_add" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
|
* s3: "count_num_usershares" only looks at the modeVolker Lendecke2009-11-291-2/+1
|
* s3: "info_fn" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
|
* s3: "get_share_list" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|
* s3: "cgi_download" only looks at the mode and sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "print_job_end" only looks at the sizeVolker Lendecke2009-11-291-2/+1
|
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "disk_quotas" only looks at the devicenumberVolker Lendecke2009-11-291-17/+13
|
* s3: "load_usershare_shares" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|
* s3: "load_usershare_service" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|