summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-051-0/+2
* s3: Fix explicit stat64 supportVolker Lendecke2009-12-051-3/+12
* s3: check if glibc has broken posix_fallocateBjörn Jacke2009-12-042-1/+17
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-042-0/+29
* s3: bug #6967: Prevent glibc error on net ads join:Jim McDonough2009-12-041-1/+1
* s3 aclocal.m4: Fix iconv checks, clean up m4 codeKai Blin2009-12-041-27/+30
* Make sure we're not using the old smb_fname data.Jeremy Allison2009-12-031-1/+1
* Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison2009-12-033-24/+11
* s3-spoolss: handle SEC_FLAG_MAXIMUM_ALLOWED in spoolss_OpenPrinterEx.Günther Deschner2009-12-031-0/+4
* Refactor reply_rmdir to use handle based code. AllJeremy Allison2009-12-033-265/+298
* s3: Fix crash in winbindd;(bug#6879).Bo Yang2009-12-031-2/+8
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-026-38/+23
* ѕ3: remove superfluous option checkBjörn Jacke2009-12-031-13/+10
* s3-selftest: run LOCAL-NDR when running make selftest.Günther Deschner2009-12-031-1/+1
* s3:build: remove redundant qnx block size definitionBjörn Jacke2009-12-031-3/+0
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-023-169/+151
* s3:build: fix shared library build on QNXBjörn Jacke2009-12-031-3/+4
* Ensure check_parent_acl_common() only looks at storedJeremy Allison2009-12-021-2/+16
* s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke2009-12-024-5/+37
* Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2009-12-022-19/+23
* Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison2009-12-023-3/+35
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-022-21/+5
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-021-2/+0
* s3: Cope with older external libtdbVolker Lendecke2009-12-022-0/+12
* Revert "s3-build: taise tdb version when building against system libtdb libra...Günther Deschner2009-12-021-1/+1
* Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2009-12-012-3/+1
* s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty2009-12-011-5/+26
* s3:build: fix detection of CTDB headers on systems without system-libtallocMichael Adam2009-12-011-1/+1
* s3:build: fix the build when no external talloc and tdb are installed.Michael Adam2009-12-011-167/+178
* Fix DEBUG 0 -> DEBUG 10 (left over code).Jeremy Allison2009-11-301-2/+4
* Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison2009-11-303-7/+104
* s3-build: taise tdb version when building against system libtdb library.Günther Deschner2009-12-011-1/+1
* s3:add split_tokens, a cmdline tool to test next_token_talloc()Michael Adam2009-12-012-0/+92
* s3:fix linking of the t_str* test programsMichael Adam2009-12-011-4/+4
* s3:fix linking of libbigballofmud (on my box at least)Michael Adam2009-12-011-3/+3
* s3:torture: make t_stringoverflow.c compile at least (pstring is long gone)Michael Adam2009-12-011-2/+2
* Restructure the connect function code to always callJeremy Allison2009-11-3016-37/+117
* s3-spoolss: fix fstrings in convert_devicemode() function.Günther Deschner2009-11-301-2/+5
* 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
* 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
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-11-293-22/+21