summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* libcli/smb: add smb1cli_echo*Stefan Metzmacher2012-09-291-0/+1
| | | | metze
* libcli/smb: add smb2cli_echo*Stefan Metzmacher2012-09-291-0/+1
| | | | metze
* build: Remove duplicate check for struct getquota_rslt member getquota_rslt_uAndrew Bartlett2012-09-291-5/+0
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Sep 29 08:51:03 CEST 2012 on sn-devel-104
* build: Fix quota tests, including move of sysquotas.c to the top levelAndrew Bartlett2012-09-293-98/+9
| | | | | | This correctly detects quotas on FreeBSD Andrew Bartlett
* s3-winbindd: Adjust error code loop logic in rpc_trusted_domains().Günther Deschner2012-09-291-1/+1
| | | | | | | Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Sat Sep 29 00:34:04 CEST 2012 on sn-devel-104
* s3-lsa: Flesh out the returned info in _lsa_EnumTrustedDomainsEx().Günther Deschner2012-09-281-0/+5
| | | | Guenther
* s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliableSumit Bose2012-09-283-25/+58
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* vfs: check full_audit enum->str mapping on startupDavid Disseldorp2012-09-281-3/+4
| | | | | | | Signed-off-by: Jim McDonough <jmcd@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Fri Sep 28 19:28:49 CEST 2012 on sn-devel-104
* vfs: add missing pwrite ops to full_auditDavid Disseldorp2012-09-281-0/+2
| | | | | | | The op enum is used by audit_opname() as an index into the vfs_op_names array, so any decrepencies cause bogus audit log entries. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s3: Fix some blank line endingsVolker Lendecke2012-09-271-4/+4
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Sep 27 07:57:03 CEST 2012 on sn-devel-104
* s3:nfs4acls filter away inheritance flags on filesChristian Ambach2012-09-271-0/+11
| | | | | | | | | | | | | While it is possible to define inheritance flags on files on Windows, this will be denied by GPFS and UFS (and potentially others). So it will be better to strip of these bits when being set for files instead of failing to set the ACL completely (this is current behavior). Users that want to retain the full SD will have to use acl_xattr (acl_tdb), as other pieces of the SD are also lost when translating to NFSv4. So this should not be a too intrusive change, but allow users to migrate data with such flags instead of failing to migrate the ACL completely.
* s3:nfs4acls pass down fsp instead of just the filenameChristian Ambach2012-09-271-4/+6
|
* s3:passdb formatting changesChristian Ambach2012-09-271-7/+7
| | | | fix some trailing whitespace and a typo
* s3: For read-only shares, filter out write bits from conn->access_maskVolker Lendecke2012-09-271-0/+7
| | | | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 27 02:51:42 CEST 2012 on sn-devel-104
* s3: Fix rejecting mkdir on read-only sharesVolker Lendecke2012-09-271-1/+1
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-spoolss: Fix builtin forms order to match Windows again.Andreas Schneider2012-09-261-120/+118
| | | | | | | Thanks to mamachine@gmail.com. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 26 20:07:44 CEST 2012 on sn-devel-104
* s3: Slightly simplify open_file()Volker Lendecke2012-09-261-1/+2
| | | | | | | The "else" is not necessary. In the if-branch we just returned. Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 18:08:03 CEST 2012 on sn-devel-104
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-9/+10
|
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-13/+17
|
* s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider2012-09-261-7/+9
| | | | | Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 26 16:28:44 CEST 2012 on sn-devel-104
* build: Remove unused --with-sys-quotas optionAndrew Bartlett2012-09-261-1/+0
|
* build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota ↵Andrew Bartlett2012-09-261-1/+3
| | | | backend
* build: Remove unused samba_cv_sysquotas_file variable from autoconf configureAndrew Bartlett2012-09-261-3/+0
|
* build: Add waf configure support for non-linux quotasAndrew Bartlett2012-09-261-1/+38
|
* s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ↵Stefan Metzmacher2012-09-261-1/+4
| | | | | | | | | | | | | | | | | #9196) We always set state->te = NULL of TALLOC_FREE(state->te), before calling smbd_smb2_request_dispatch(), so open_was_deferred_smb2() always returned false, while dispatching it again. But it's remove_deferred_open_message_smb2_internal() which should reset this state. In developer mode validate_my_share_entries() did call smb_panic() before. metze
* samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵Andrew Bartlett2012-09-261-1/+1
| | | | | | | | consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett
* selftest: Remove invalid security=share and rename secshare to simpleserverAndrew Bartlett2012-09-261-3/+3
| | | | | | | This avoids the loadparm code failing due to the invalid smb.conf entry, and removes the very last hint of security=share! Andrew Bartlett
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-09-261-0/+4
| | | | | | | | Not the correct fix for the specific issue, but a general fix to make sure this can never happen again. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 26 04:07:57 CEST 2012 on sn-devel-104
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-262-2/+0
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104
* s3: Factor out calculate_open_access_flagsVolker Lendecke2012-09-261-15/+31
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 00:22:56 CEST 2012 on sn-devel-104
* s3: Slightly simplify smbd_smb2_request_process_negprotVolker Lendecke2012-09-251-5/+3
| | | | Remove a nested if-statement
* s3: Fix some blank line endingsVolker Lendecke2012-09-251-6/+6
|
* s3: Fix a typoVolker Lendecke2012-09-251-1/+1
|
* pysmbd: Fix cut&paste errorsVolker Lendecke2012-09-251-2/+3
|
* s3: Slightly simplify is_stat_openVolker Lendecke2012-09-251-3/+2
| | | | | | | | The "access_bits" clause is redundant. is_stat_open says that exactly at least one of the stat_open_bits must be set and none else. Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 20:05:06 CEST 2012 on sn-devel-104
* s3: Make is_stat_open() a bit more readableVolker Lendecke2012-09-251-4/+7
|
* s3: Fix indentation of if-expressionsVolker Lendecke2012-09-251-2/+3
| | | | | | | To me this makes open_file_ntcreate a little easier to understand Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 10:08:15 CEST 2012 on sn-devel-104
* client: Fix talloc_stackframe() free order assertion in developer modeAndrew Bartlett2012-09-251-0/+1
| | | | Reported-by: Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
* Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ↵Jeremy Allison2012-09-251-0/+7
| | | | | | | blob. If we aren't already granted DELETE access, check if we have DELETE_CHILD in the containing directory.
* build: Fix detection of quotas on macosAndrew Bartlett2012-09-241-1/+1
| | | | | | | | | | | This is a weird one. While visually OK, the . in sys/types.h was not made up of the typical ASCII character, so of course did not find types.h! Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Sep 24 12:24:45 CEST 2012 on sn-devel-104
* s3-pylibsmb: Use Py_RETURN_NONEVolker Lendecke2012-09-241-9/+4
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Sep 24 08:09:53 CEST 2012 on sn-devel-104
* s3:winbindd fix a compiler warningChristian Ambach2012-09-241-1/+1
| | | | | | | about type potentially being used uninitialized Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Mon Sep 24 03:49:53 CEST 2012 on sn-devel-104
* s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach2012-09-231-1/+4
| | | | | | | no point in calling this if printing was disabled and no spoolss service was started this hurts CTDB clusters as the smbds on the cluster nodes will fight for the single record in the TDB This fixes Bug 9197 - Disabling printing still makes smbd create and access printer_list.tdb
* s3-pylibsmb: Add get_oplock_breakVolker Lendecke2012-09-231-0/+120
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sun Sep 23 18:01:28 CEST 2012 on sn-devel-104
* s3-pylibsmb: Factor out py_tevent_cond_signalVolker Lendecke2012-09-231-3/+9
|
* s3-pylibsmb: Reduce the number of warningsVolker Lendecke2012-09-231-14/+32
|
* s3: Convert cli_oplock_break_waiter to smbXcliVolker Lendecke2012-09-231-5/+18
|
* s3: Add "readdir" to pylibsmbVolker Lendecke2012-09-231-0/+72
|
* s3: Fix some nonempty line endingsVolker Lendecke2012-09-231-4/+4
|
* s3-pylibsmb: move py_tevent_req_wait_exc up in the fileChristian Ambach2012-09-231-19/+19
| | | | | | | this is needed to be able to use it in other functions and spares the prototype Pair-Programmed-With: Volker Lendecke <vl@samba.org>