Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-26 | s3: Slightly simplify calculate_open_access_flags | Volker Lendecke | 1 | -9/+10 | |
2012-09-26 | s3: Slightly simplify calculate_open_access_flags | Volker Lendecke | 1 | -13/+17 | |
2012-09-26 | s3-smbd: Don't segfault if user specified ports out for range. | Andreas Schneider | 1 | -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 | |||||
2012-09-26 | build: Remove unused --with-sys-quotas option | Andrew Bartlett | 1 | -1/+0 | |
2012-09-26 | build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota ↵ | Andrew Bartlett | 1 | -1/+3 | |
backend | |||||
2012-09-26 | build: Remove unused samba_cv_sysquotas_file variable from autoconf configure | Andrew Bartlett | 1 | -3/+0 | |
2012-09-26 | build: Add waf configure support for non-linux quotas | Andrew Bartlett | 1 | -1/+38 | |
2012-09-26 | s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ↵ | Stefan Metzmacher | 1 | -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 | |||||
2012-09-26 | samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵ | Andrew Bartlett | 1 | -1/+1 | |
consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett | |||||
2012-09-26 | selftest: Remove invalid security=share and rename secshare to simpleserver | Andrew Bartlett | 1 | -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 | |||||
2012-09-26 | Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free. | Jeremy Allison | 1 | -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 | |||||
2012-09-26 | lib/util/charset: We do not use fucntions from wchar.h any more | Andrew Bartlett | 2 | -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 | |||||
2012-09-26 | s3: Factor out calculate_open_access_flags | Volker Lendecke | 1 | -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 | |||||
2012-09-25 | s3: Slightly simplify smbd_smb2_request_process_negprot | Volker Lendecke | 1 | -5/+3 | |
Remove a nested if-statement | |||||
2012-09-25 | s3: Fix some blank line endings | Volker Lendecke | 1 | -6/+6 | |
2012-09-25 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2012-09-25 | pysmbd: Fix cut&paste errors | Volker Lendecke | 1 | -2/+3 | |
2012-09-25 | s3: Slightly simplify is_stat_open | Volker Lendecke | 1 | -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 | |||||
2012-09-25 | s3: Make is_stat_open() a bit more readable | Volker Lendecke | 1 | -4/+7 | |
2012-09-25 | s3: Fix indentation of if-expressions | Volker Lendecke | 1 | -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 | |||||
2012-09-25 | client: Fix talloc_stackframe() free order assertion in developer mode | Andrew Bartlett | 1 | -0/+1 | |
Reported-by: Ricky Nance <ricky.nance@weaubleau.k12.mo.us> | |||||
2012-09-25 | Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ↵ | Jeremy Allison | 1 | -0/+7 | |
blob. If we aren't already granted DELETE access, check if we have DELETE_CHILD in the containing directory. | |||||
2012-09-24 | build: Fix detection of quotas on macos | Andrew Bartlett | 1 | -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 | |||||
2012-09-24 | s3-pylibsmb: Use Py_RETURN_NONE | Volker Lendecke | 1 | -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 | |||||
2012-09-24 | s3:winbindd fix a compiler warning | Christian Ambach | 1 | -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 | |||||
2012-09-23 | s3:printing only do printing_subsystem_update when printing is enabled | Christian Ambach | 1 | -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 | |||||
2012-09-23 | s3-pylibsmb: Add get_oplock_break | Volker Lendecke | 1 | -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 | |||||
2012-09-23 | s3-pylibsmb: Factor out py_tevent_cond_signal | Volker Lendecke | 1 | -3/+9 | |
2012-09-23 | s3-pylibsmb: Reduce the number of warnings | Volker Lendecke | 1 | -14/+32 | |
2012-09-23 | s3: Convert cli_oplock_break_waiter to smbXcli | Volker Lendecke | 1 | -5/+18 | |
2012-09-23 | s3: Add "readdir" to pylibsmb | Volker Lendecke | 1 | -0/+72 | |
2012-09-23 | s3: Fix some nonempty line endings | Volker Lendecke | 1 | -4/+4 | |
2012-09-23 | s3-pylibsmb: move py_tevent_req_wait_exc up in the file | Christian Ambach | 1 | -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> | |||||
2012-09-23 | s3-pylibsmb: Factor out py_tevent_cond_wait | Volker Lendecke | 1 | -14/+19 | |
2012-09-23 | build: Remove unused define UNIXWARE | Andrew Bartlett | 1 | -2/+1 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Sep 23 08:33:02 CEST 2012 on sn-devel-104 | |||||
2012-09-23 | lib/replace: Remove unused nap and therefore the SCO define | Andrew Bartlett | 1 | -2/+1 | |
In any case, the Samba Team stopped supporting SCO systems a long time ago. Andrew Bartlett | |||||
2012-09-23 | build: Make waf configure match autoconf for HPUX ACLs | Andrew Bartlett | 1 | -0/+1 | |
2012-09-23 | build: Rework waf STAT_ST_BLOCKSIZE to match autoconf, with 512 as the default | Andrew Bartlett | 1 | -6/+13 | |
The autoconf build simply has 512 as the default, without a warning. Rather than enumerate every OS ever made, just handle the known exceptions. Andrew Bartlett | |||||
2012-09-23 | lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM | Andrew Bartlett | 1 | -5/+0 | |
Removing this unbuilt file allows removing BROKEN_GETGRNAM which was only ever defined per-OS, not based on an actual test. Andrew Bartlett | |||||
2012-09-23 | build: Remove unused IRIX and IRIX6 defines | Andrew Bartlett | 1 | -6/+1 | |
2012-09-23 | s3:vfs_fake_acls fix a compiler warning | Christian Ambach | 1 | -1/+1 | |
about acl being potentially uninitialized Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Sun Sep 23 01:08:39 CEST 2012 on sn-devel-104 | |||||
2012-09-22 | s3:winbindd fix a compiler warning | Christian Ambach | 1 | -1/+1 | |
about result being potentially uninitialized | |||||
2012-09-22 | s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect() | Michael Adam | 1 | -1/+1 | |
Found by Ambi's state-of-the-art compiler! | |||||
2012-09-22 | s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written | Michael Adam | 6 | -8/+0 | |
2012-09-22 | s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELED | Stefan Metzmacher | 1 | -14/+2 | |
Instead of violating the tevent_req layers. metze | |||||
2012-09-22 | s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED | Stefan Metzmacher | 1 | -18/+0 | |
That's why we can remove the code that violates the tevent_req layers. metze | |||||
2012-09-22 | s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom ↵ | Stefan Metzmacher | 1 | -34/+1 | |
tevent_immediate metze | |||||
2012-09-22 | s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel() | Stefan Metzmacher | 1 | -2/+1 | |
smbd_notify_cancel_by_smbreq() will already trigger this via smbd_smb2_notify_reply() and smbd_smb2_notify_reply_trigger(). metze | |||||
2012-09-22 | s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELED | Stefan Metzmacher | 1 | -26/+3 | |
Instead of violating the tevent_req layers. metze | |||||
2012-09-22 | s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue() | Stefan Metzmacher | 1 | -2/+6 | |
Because we should not call smbd_smb2_request_error() on an request that is still running. If the subreq implementes a cancel function, this should take care of triggering smbd_smb2_request_error. metze Signed-off-by: Michael Adam <obnox@samba.org> |