Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 5 | -71/+99 | |
np_open/read/write don't have to know about files_struct | |||||
2009-01-20 | Make use of TALLOC_FREE | Volker Lendecke | 1 | -3/+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 | |||||
2009-01-20 | s3: reinit_after_fork() should reinit the event context before the messaging ↵ | Stefan Metzmacher | 1 | -4/+4 | |
context Because messaging_reinit() may add events to the event context, which will removed by event_context_reinit(). metze | |||||
2009-01-20 | s3:events: add support for signal events | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2009-01-20 | s3:smbd: call message_dispatch() before processing incoming PDUs | Stefan Metzmacher | 1 | -0/+6 | |
This is a hack to fix races which happen with the RAW-RENAME and RAW-OPLOCK tests. We should try to remove it later. metze | |||||
2009-01-19 | s3:idmap_tdb: convert to the dbwrap api | Stefan Metzmacher | 1 | -244/+223 | |
metze | |||||
2009-01-19 | s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch() | Stefan Metzmacher | 2 | -8/+31 | |
The _bystring function are now just tiny wrappers. metze | |||||
2009-01-19 | s3:dbwrap: add get_flags() hook to db_context | Stefan Metzmacher | 3 | -0/+18 | |
metze | |||||
2009-01-19 | Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c | Volker Lendecke | 1 | -2/+4 | |
2009-01-19 | Remove unused tdb_search_keys() | Volker Lendecke | 2 | -78/+0 | |
2009-01-19 | simplify gencache_iterate a bit, fix nonempty blank lines | Volker Lendecke | 1 | -86/+84 | |
2009-01-18 | libnetapi_open_pipe does not need to return cli_state | Volker Lendecke | 10 | -246/+12 | |
The user session key is also available in rpccli->auth->user_session_key Guenther, please check! Thanks, Volker | |||||
2009-01-18 | Add a macro async_req_setup() | Volker Lendecke | 8 | -176/+77 | |
This streamlines setting up a multi-step async request a bit | |||||
2009-01-18 | Add code to torture the fragmentation code a bit | Volker Lendecke | 1 | -3/+15 | |
2009-01-18 | Remove unused functions | Volker Lendecke | 1 | -401/+0 | |
2009-01-18 | Make rpc_pipe_bind async | Volker Lendecke | 2 | -0/+452 | |
2009-01-18 | Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 | |
2009-01-18 | Remove sync rpc_api_pipe_req | Volker Lendecke | 1 | -170/+0 | |
2009-01-18 | Add async rpc_api_pipe_req | Volker Lendecke | 2 | -0/+315 | |
2009-01-18 | Tiny simplification of prs_set_offset | Volker Lendecke | 1 | -6/+3 | |
2009-01-18 | Add rpc_write_send/recv | Volker Lendecke | 1 | -0/+131 | |
2009-01-18 | Remove unused sync functions | Volker Lendecke | 1 | -196/+0 | |
2009-01-18 | Make rpc_api_pipe async | Volker Lendecke | 1 | -0/+284 | |
2009-01-18 | Rename the async version of get_complete_pdu to get_complete_frag | Volker Lendecke | 1 | -16/+16 | |
2009-01-18 | Move initialization of the reply prs_struct to rpc_api_pipe | Volker Lendecke | 5 | -20/+15 | |
2009-01-18 | Always check the max send sizein rpc_api_pipe, not just with DEVELOPER | Volker Lendecke | 1 | -8/+5 | |
2009-01-18 | Make cli_api_pipe async | Volker Lendecke | 1 | -99/+218 | |
Also move the transport switch to this routine | |||||
2009-01-18 | Remove sync rpc_read wrapper | Volker Lendecke | 1 | -28/+0 | |
2009-01-18 | Make cli_pipe_get_current_pdu async, rename it to get_current_pdu | Volker Lendecke | 1 | -36/+190 | |
2009-01-18 | Make rpc_read async | Volker Lendecke | 1 | -87/+154 | |
2009-01-18 | Fix some real bugs found by "type-punned" gcc warnings | Volker Lendecke | 1 | -8/+11 | |
Type-casting does not the right thing if used the way it used to be. The function arguments have not been uint32_t's, but the type cast made the calling routine believe so. Not good... The assignment xxx=account_policy_temp does however type-convert properly, potentially cutting off the top-bits. | |||||
2009-01-17 | Determine case sensitivity based on file system attributes. | Derrell Lipman | 4 | -13/+92 | |
- Most of the time, we can determine from the file system we're connecting to whether it supports case sensitivity. In those cases, we now set the internal case sensitivity flag automatically. For those cases where the request to retrieve file system attributes fails, we'll use the user-specified option value. Derrell | |||||
2009-01-17 | Slightly simplify the paths after rpc_api_pipe() | Volker Lendecke | 1 | -6/+2 | |
2009-01-16 | [Bug 6022] smbc_urlencode and smbc_urldecode were not exported | Derrell Lipman | 3 | -15/+5 | |
- Since the revamp of libsmbclient, there has still been an external declaration for smbc_urlencode and smbc_urldecode in libsmbclient.h, yet those functions were renamed and made private. The two choices were to remove the function names from libsmbclient.h or to make them public again. The reported requested that they be public. This commit makes it so. Derrell | |||||
2009-01-16 | Treat file names in POSIX-like case-sensitive fashion by default | Derrell Lipman | 5 | -0/+36 | |
*** THIS COMMIT CAUSES A CHANGE OF DEFAULT BEHAVIOR IN libsmbclient!!! *** - libsmbclient now calls cli_set_case_sensitive() for a new CLI. By default, it requests case-sensitive, but the old behavior of case-insensitive can be requested with smbc_setOptionCaseSensitive(context, False); The change of behavior is considered a bug fix, as it was previously possible to accidentally overwrite a file that had the same case-insensitive name but a different case-sensitive name as a previously-existing file, while creating a new file. Derrell | |||||
2009-01-16 | Fix a segfault if ? is there but the options are NULL. This is the case if ↵ | Andreas Schneider | 1 | -1/+1 | |
SMBC_parse_path is called by SMBC_stat_ctx. | |||||
2009-01-16 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -3/+14 | |
2009-01-16 | "First thing, kill all the language lawyers" :-). Ensure possible insane ↵ | Jeremy Allison | 1 | -1/+1 | |
compilers can't kill us later. Jeremy. | |||||
2009-01-16 | ads_connect: Return immediately on a failed GC connection. | Gerald (Jerry) Carter | 1 | -3/+14 | |
ads_connect_gc() feeds an explicit server to ads_connect(). However, if the resulting connection fails, the latter function was attempting to find a DC on its own and continuing the connection. This resulting in GC searches being sent over a connection using port 389 which would fail when using the base search suffix outside of the domain naming context. The fix is to fail immediately in ads_connect() since the GC lookup ordering is handled already in ads_connect_gc(). | |||||
2009-01-16 | s3:cluster: fix ctdb ipv6 support | Stefan Metzmacher | 3 | -15/+23 | |
We need to use CTDB_CONTROL_TCP_CLIENT instead of CTDB_CONTROL_TCP_ADD. CTDB_CONTROL_TCP_CLIENT has support for 2 modes in newer ctdb versions: - with struct ctdb_control_tcp it only supports ipv4. - with struct ctdb_control_tcp_addr it supports ipv4 and ipv6. You need new header files which defines struct ctdb_control_tcp_addr, but at runtime it should be fine to work against older ctdb versions (<= 1.0.68). metze | |||||
2009-01-16 | s3:vfs_fileid: readd "fileid:algorithm" as option. | Stefan Metzmacher | 1 | -1/+7 | |
"fileid:mapping" is still supported as fallback. metze | |||||
2009-01-16 | remove the old chain_reply code | Volker Lendecke | 1 | -214/+4 | |
2009-01-16 | Correctly calculate the offset for read&x | Volker Lendecke | 4 | -8/+37 | |
2009-01-16 | Add a new implementation of chain_reply | Volker Lendecke | 3 | -6/+226 | |
This the global variable "orig_inbuf" in the old chain_reply code. This global variable was one of the reasons why we had the silly restriction to not allow async requests within a request chain. | |||||
2009-01-16 | s3-eventlog: fix _eventlog_CloseEventLog. | Günther Deschner | 1 | -1/+10 | |
Guenther | |||||
2009-01-15 | s3: Remove an incorrect const | Tim Prouty | 1 | -1/+1 | |
2009-01-16 | s3: put the gpo cache dir under cache_dir instead of lock_dir | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-01-16 | s3: put printing/ under cache_dir, not lock_dir | Michael Adam | 3 | -4/+4 | |
Michael | |||||
2009-01-16 | s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dir | Michael Adam | 1 | -1/+1 | |
Michael |