summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-12-04Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2-0/+29
2009-12-04s3: bug #6967: Prevent glibc error on net ads join:Jim McDonough1-1/+1
2009-12-04s3 aclocal.m4: Fix iconv checks, clean up m4 codeKai Blin1-27/+30
2009-12-03Make sure we're not using the old smb_fname data.Jeremy Allison1-1/+1
2009-12-03Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison3-24/+11
2009-12-03s3-spoolss: handle SEC_FLAG_MAXIMUM_ALLOWED in spoolss_OpenPrinterEx.Günther Deschner1-0/+4
2009-12-03Refactor reply_rmdir to use handle based code. AllJeremy Allison3-265/+298
2009-12-03s3: Fix crash in winbindd;(bug#6879).Bo Yang1-2/+8
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison6-38/+23
2009-12-03ѕ3: remove superfluous option checkBjörn Jacke1-13/+10
2009-12-03s3-selftest: run LOCAL-NDR when running make selftest.Günther Deschner1-1/+1
2009-12-03s3:build: remove redundant qnx block size definitionBjörn Jacke1-3/+0
2009-12-02Restructure the ACL code some more, get the internal semanticsJeremy Allison3-169/+151
2009-12-03s3:build: fix shared library build on QNXBjörn Jacke1-3/+4
2009-12-02Ensure check_parent_acl_common() only looks at storedJeremy Allison1-2/+16
2009-12-02s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke4-5/+37
2009-12-02Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2-19/+23
2009-12-02Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison3-3/+35
2009-12-02samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2-21/+5
2009-12-02s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner1-2/+0
2009-12-02s3: Cope with older external libtdbVolker Lendecke2-0/+12
2009-12-02Revert "s3-build: taise tdb version when building against system libtdb libra...Günther Deschner1-1/+1
2009-12-01Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2-3/+1
2009-12-01s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty1-5/+26
2009-12-01s3:build: fix detection of CTDB headers on systems without system-libtallocMichael Adam1-1/+1
2009-12-01s3:build: fix the build when no external talloc and tdb are installed.Michael Adam1-167/+178
2009-11-30Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison1-2/+4
2009-11-30Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison3-7/+104
2009-12-01s3-build: taise tdb version when building against system libtdb library.Günther Deschner1-1/+1
2009-12-01s3:add split_tokens, a cmdline tool to test next_token_talloc()Michael Adam2-0/+92
2009-12-01s3:fix linking of the t_str* test programsMichael Adam1-4/+4
2009-12-01s3:fix linking of libbigballofmud (on my box at least)Michael Adam1-3/+3
2009-12-01s3:torture: make t_stringoverflow.c compile at least (pstring is long gone)Michael Adam1-2/+2
2009-11-30Restructure the connect function code to always callJeremy Allison16-37/+117
2009-11-30s3-spoolss: fix fstrings in convert_devicemode() function.Günther Deschner1-2/+5
2009-11-30Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke3-3/+9
2009-11-30s3: Fix crash in free_file_list().Bo Yang1-3/+4
2009-11-30s3: Fix bug 6288Volker Lendecke1-8/+8
2009-11-29s3: Fix a "not handled in switch" warningVolker Lendecke1-0/+1
2009-11-29s3: Fix an uninitialized variable referenceVolker Lendecke1-1/+2
2009-11-29s3: Fix some nonempty blank linesVolker Lendecke2-37/+36
2009-11-29s3: Add a regression test for bug 6898Volker Lendecke5-2/+107
2009-11-29s3: Factor out torture_setup_unix_extensionsVolker Lendecke2-19/+32
2009-11-29s3: Restore "fake directory create times" as a share parameterVolker Lendecke3-8/+9
2009-11-29s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke1-2/+1
2009-11-29s3: Pass up fake_dir_create_times from atalk_build_pathsVolker Lendecke1-15/+24
2009-11-29s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke3-22/+21
2009-11-29s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...Volker Lendecke4-6/+9
2009-11-29s3: "startsmbfilepwent" only looks at the inode -- is that enough?Volker Lendecke1-4/+2
2009-11-29s3: "get_file_size" only looks at the sizeVolker Lendecke1-1/+1