Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-09 | s3 oplocks: Make the level2 oplock contention API more granular | Tim Prouty | 1 | -0/+19 | |
This replaces release_level2_oplocks_on_change with contend_level2_oplock_begin/end in order to contend level2 oplocks throughout an operation rather than just at the begining. This is necessary for some kernel oplock implementations, and also lays the groundwork for better correctness in Samba's standard level2 oplock handling. The next step for non-kernel oplocks is to add additional state to the share mode lock struct that prevents any new opens from granting oplocks while a contending operation is in progress. All operations that contend level 2 oplocks are now correctly spanned except for aio and synchronous writes. The two write paths both have non-trivial error paths that need extra care to get right. RAW-OPLOCK and the rest of 'make test' are still passing with this change. | |||||
2009-02-09 | s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME | Tim Prouty | 1 | -4/+7 | |
Fallback on EAGAIN | |||||
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 3 | -143/+194 | |
This also switches wb_reqtrans to use wbcErr instead of NTSTATUS as it would be pointless to convert to errno first and to wbcErr later. | |||||
2009-02-06 | netapi: add NetServer testsuite. | Günther Deschner | 4 | -1/+69 | |
Guenther | |||||
2009-02-06 | netapi: include more SERVER_INFO_X levels in example code. | Günther Deschner | 1 | -0/+16 | |
Guenther | |||||
2009-02-06 | netapi: implement more SERVER_INFO_X levels. | Günther Deschner | 1 | -1/+271 | |
Guenther | |||||
2009-02-06 | netapi: add SERVER_INFO_X to public header. | Günther Deschner | 1 | -0/+612 | |
Guenther | |||||
2009-02-04 | Have nmbd check all available interfaces for WINS before failing | Aravind Srinivasan | 1 | -2/+5 | |
When nmbd is acting as WINS, it picks the first interface's IP as WINS server's IP. If the first interface's IP is zero, we will just quit (even though we might have other interfaces with valid IPs). This patch makes nmbd look at all interfaces and pick the first interface with a valid IP as the WINS server's IP. | |||||
2009-02-02 | Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or ↵ | Jeremy Allison | 1 | -1/+4 | |
delete file This fixes the generic rename/delete problem for 3.3.0 and above. Fixed slightly differently to discussions, user viewable modified ACLs are not a good idea :-). Jeremy. | |||||
2009-02-02 | s3-wbclient: Use new tevent data types | Kai Blin | 2 | -15/+15 | |
2009-02-02 | Next step disentangling async_req from NTSTATUS | Volker Lendecke | 3 | -18/+18 | |
Now I need to document this :-) | |||||
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 3 | -65/+65 | |
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -1/+1 | |
2009-01-31 | Remove the global variable "chain_size" | Volker Lendecke | 1 | -3/+0 | |
2009-01-30 | s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:') | Stefan Metzmacher | 1 | -31/+29 | |
Temporary results printfs should not contain reserved subunit words. metze | |||||
2009-01-29 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -1/+10 | |
2009-01-29 | s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation | Tim Prouty | 1 | -1/+10 | |
This allows module implementors to customize what allocation size is returned to the client. | |||||
2009-01-29 | add Tru64 sub-second resolution timestamp support | Björn Jacke | 1 | -0/+24 | |
2009-01-29 | Fix the build on "opi" | Volker Lendecke | 2 | -2/+3 | |
It did not like to include "includes.h" twice | |||||
2009-01-29 | add missing semicolons | Björn Jacke | 1 | -6/+6 | |
the fixed configure check led to a missing semicolon in the now activated BSD code. Then this error was even copypasted into the new AIX code. grrr | |||||
2009-01-29 | setting mtime setted atime on BSD systems, fix this | Björn Jacke | 1 | -2/+2 | |
2009-01-29 | add AIX sub-second resolution timestamp support | Björn Jacke | 1 | -0/+24 | |
2009-01-29 | s3:ctdbd_conn: canonicalize ips before sending them to ctdbd | Stefan Metzmacher | 1 | -10/+40 | |
This makes samba work with older ctdb versions. metze | |||||
2009-01-28 | Avoid valgrind errors | Volker Lendecke | 1 | -35/+13 | |
In event handlers, we might destroy other events that are pending in the lists. We can only run one event safely per select call. Yes, I've seen these valgrind errors :-) Jeremy, with ccdd921e61 you had checked in the change to run multiple events. Do you remember why it was necessary and could not be solved in a different way? Volker | |||||
2009-01-28 | async_sock: Move to top level | Kai Blin | 1 | -693/+0 | |
2009-01-28 | s3:tdb_validate: clean up leading tabs/spaces and trailing spaces. | Michael Adam | 1 | -28/+28 | |
Michael | |||||
2009-01-28 | s3: separate tdb validation code out into its own source file | Michael Adam | 3 | -484/+580 | |
So this gets now linked only into its single user: winbindd (needed by winbindd_cache.c) Michael | |||||
2009-01-23 | This change allows for the autoconfigre detection of sub-second time ↵ | todd stecher | 1 | -0/+12 | |
resolution in the FreeBSD stat structure | |||||
2009-01-23 | s3 ldb: Fix vasprintf segfault that has been the source of build machine ↵ | Tim Prouty | 1 | -5/+8 | |
failures this week The bug was introduced when converting samba3's ldb_search interface to match samba4: 47951fc5d0085e124666b7667715bba98076820e f3ecb701335b1129947127d4c45eef970b66875c | |||||
2009-01-23 | async_req: Move to top level dir | Kai Blin | 1 | -340/+0 | |
2009-01-22 | s3:messages: finally make message_dispatch() static | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-01-22 | s3:messaging: start with to use signal events instead of the raw signal ↵ | Stefan Metzmacher | 1 | -37/+65 | |
interfaces metze | |||||
2009-01-22 | s3:events: always run_events() before sys_select() | Stefan Metzmacher | 1 | -5/+4 | |
We might have pending signal events not only timed events. metze | |||||
2009-01-22 | Actually complete 3662c2b... | Volker Lendecke | 1 | -2/+1 | |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -11/+15 | |
2009-01-21 | libsmbconf: move the non-registry parts of libsmbconf to top level | Michael Adam | 6 | -1428/+0 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: include smbconf headers with lib/smbconf prefix | Michael Adam | 2 | -4/+4 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend | Michael Adam | 1 | -20/+20 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend | Michael Adam | 1 | -5/+6 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite | Michael Adam | 1 | -5/+5 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: remove the init headers from smbconf.h | Michael Adam | 5 | -19/+100 | |
give the smbconf_init() dispatcher and the backends (smbconf_reg and smbconf_txt) a header of their own each. This allows to use the basic infrastructure and single backends individually. Michael | |||||
2009-01-21 | s3:libsmbconf: remove unused function smbconf_is_writeable_bystring() | Michael Adam | 2 | -27/+0 | |
Michael | |||||
2009-01-21 | Fix warning; base dn is no longer const. | Jelmer Vernooij | 1 | -2/+2 | |
2009-01-21 | Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4. | Jelmer Vernooij | 9 | -86/+16 | |
2009-01-21 | Reorder arguments to ldb_search() to match what is in Samba 4. | Jelmer Vernooij | 10 | -53/+47 | |
2009-01-20 | "userdom_struct" does not need "full_name" anymore -- unused | Volker Lendecke | 1 | -2/+1 | |
2009-01-20 | s3:messaging: also recreate the local messaging backend in messaging_reinit() | Stefan Metzmacher | 1 | -3/+11 | |
This prepares the change to use signal events in the tdb backend. metze |