Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | -ENOTSUP translates to NT_STATUS_NOT_SUPPORTED | Surbhi Palande | 2010-08-19 | 1 | -1/+3 | |
| | | | | | | | | | | https://launchpad.net/bugs/276472 This patch adds the translation of Unix Error code -ENOTSUP to NT Error Code NT_STATUS_NOT_SUPPORTED. The absense of this translation wrongly sends back to the client a STATUS_DENIED message in samba3. Signed-off-by: Surbhi Palande <surbhi.palande@canonical.com> | |||||
* | s3: Fix serverid_register_msg_flags | Volker Lendecke | 2010-08-18 | 1 | -4/+2 | |
| | | | | Thanks, Andreas, for pointing this out! (How drunk have I been?...) | |||||
* | s3-lib: Fixed a possible crash bug. | Andreas Schneider | 2010-08-18 | 1 | -0/+2 | |
| | | | | Volker please check! | |||||
* | s3: Fix an uninitialized variable | Volker Lendecke | 2010-08-18 | 1 | -3/+2 | |
| | ||||||
* | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 2010-08-17 | 1 | -42/+0 | |
| | ||||||
* | s3: Remove smbd_server_fd from receive_smb_raw | Volker Lendecke | 2010-08-17 | 1 | -25/+4 | |
| | | | | This is only called from client code | |||||
* | s3: Lift smbd_server_fd() from read_smb_length_return_keepalive | Volker Lendecke | 2010-08-17 | 1 | -13/+24 | |
| | ||||||
* | s3: Lift smbd_server_fd() from read_data() | Volker Lendecke | 2010-08-17 | 1 | -19/+1 | |
| | | | | All callers have appropriate debug messages themselves | |||||
* | s3: Lift smbd_server_fd() from read_fd_with_timeout() | Volker Lendecke | 2010-08-17 | 1 | -43/+44 | |
| | ||||||
* | s3-util: remove unused variable. | Günther Deschner | 2010-08-17 | 1 | -1/+0 | |
| | | | | Guenther | |||||
* | s3: Remove smbd_server_fd() from write_data() | Volker Lendecke | 2010-08-17 | 1 | -20/+1 | |
| | | | | | | This completely removes the DEBUG(0, ..) error message from write_data(). I've gone through all callers of write_data() and made sure that they have their own equivalent error message printing. | |||||
* | s3: Simplify the logic of check_access by an early return | Volker Lendecke | 2010-08-16 | 1 | -34/+32 | |
| | ||||||
* | s3: Fix some type-punned warnings | Volker Lendecke | 2010-08-16 | 1 | -1/+3 | |
| | ||||||
* | s3: Remove get_client_fd() | Volker Lendecke | 2010-08-16 | 3 | -10/+13 | |
| | ||||||
* | s3: Remove smbd_messaging_context from dummysmbd | Volker Lendecke | 2010-08-08 | 1 | -5/+0 | |
| | ||||||
* | s3: Remove procid_self() from connections_fetch_entry() | Volker Lendecke | 2010-08-07 | 1 | -1/+2 | |
| | ||||||
* | s3: Remove smbd_messaging_context() from send_stat_cache_delete_message() | Volker Lendecke | 2010-08-07 | 1 | -1/+2 | |
| | ||||||
* | s3: Remove an unnecessary NULL check | Volker Lendecke | 2010-08-07 | 1 | -1/+1 | |
| | | | | | Now that connections.tdb is not used for the broadcast messaging anymore, connections_fetch_entry is only called for real connections. | |||||
* | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 2010-08-06 | 4 | -3/+4 | |
| | | | | | | | This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther | |||||
* | s3: fail db_open_ctdb if ctdb is not around | Volker Lendecke | 2010-08-06 | 1 | -0/+5 | |
| | ||||||
* | s3: Remove some pointless wrapper functions | Volker Lendecke | 2010-08-05 | 1 | -19/+0 | |
| | ||||||
* | s3: Remove some pointless wrapper functions | Volker Lendecke | 2010-08-05 | 1 | -17/+1 | |
| | ||||||
* | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 2010-08-05 | 4 | -0/+4 | |
| | ||||||
* | s3-secrets: only include secrets.h when needed. | Günther Deschner | 2010-08-05 | 5 | -0/+5 | |
| | | | | Guenther | |||||
* | s3: avoid global include of ads.h. | Günther Deschner | 2010-08-05 | 2 | -5/+1 | |
| | | | | Guenther | |||||
* | s3: Fix a C++ warning | Volker Lendecke | 2010-08-01 | 1 | -1/+1 | |
| | ||||||
* | s3: Fix an uninitialized variable | Volker Lendecke | 2010-08-01 | 1 | -1/+1 | |
| | ||||||
* | s3-lib: Remove redefinition of RL_COMPLETION_CAST. | Andreas Schneider | 2010-07-28 | 1 | -7/+0 | |
| | | | | This is already defined in replace/system/readline.h. | |||||
* | s3-lib: Make the standard_mapping parameter const. | Andreas Schneider | 2010-07-27 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
* | Fix several places where talloc_asprintf returns were unchecked. | Jeremy Allison | 2010-07-27 | 1 | -0/+13 | |
| | | | | Jeremy. | |||||
* | s3: Log the correct core path on Linux if core_pattern is set | Volker Lendecke | 2010-07-26 | 1 | -2/+55 | |
| | | | | Contributions from Bill Hymas, IBM | |||||
* | Fix warning on 64-bit machines. | Jeremy Allison | 2010-07-20 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | s3: Fix two uninitialized variables | Volker Lendecke | 2010-07-20 | 1 | -2/+2 | |
| | ||||||
* | s3-libnet: better separate headers. | Günther Deschner | 2010-07-13 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | s3-ldb: fix build warning. | Günther Deschner | 2010-07-13 | 1 | -44/+1 | |
| | | | | Guenther | |||||
* | samr.idl:UserInfo structures - fix some names according to MS-SAMR documentation | Matthias Dieter Wallnöfer | 2010-07-05 | 1 | -2/+2 | |
| | | | | See MS-SAMR section "FULL IDL" | |||||
* | s3: Remove procid_self() from ctdb_read_req() and ctdb_handle_message() | Volker Lendecke | 2010-07-05 | 1 | -4/+8 | |
| | ||||||
* | s3: Remove some type-punned warnings | Volker Lendecke | 2010-07-05 | 1 | -5/+5 | |
| | ||||||
* | s3: Put serverid_key and serverid_data together | Volker Lendecke | 2010-07-05 | 1 | -5/+5 | |
| | ||||||
* | s3: Add sconn_server_id() | Volker Lendecke | 2010-07-05 | 1 | -0/+26 | |
| | ||||||
* | s3: Add messaging_server_id | Volker Lendecke | 2010-07-05 | 1 | -0/+5 | |
| | ||||||
* | s3: Pass procid_self() explicitly to messaging_ctdbd_connection() | Volker Lendecke | 2010-07-05 | 4 | -11/+17 | |
| | ||||||
* | s3: Remove an unused variable -- thanks, metze! | Volker Lendecke | 2010-07-04 | 1 | -2/+1 | |
| | ||||||
* | s3: Replace register_message_flags() with serverid_register_msg_flags() | Volker Lendecke | 2010-07-04 | 1 | -0/+52 | |
| | | | | | | | message_send_all is now done by walking the serverid.tdb, not the connections.tdb anymore. Günther, Simo, please check! | |||||
* | s3: Use msg_ctx->id in messaging | Volker Lendecke | 2010-07-04 | 2 | -5/+6 | |
| | | | | This removes some references to procid_self() deep inside the code | |||||
* | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 2010-07-04 | 1 | -1/+2 | |
| | ||||||
* | s3: Re-initialize the server_id in messaging_reinit | Volker Lendecke | 2010-07-04 | 2 | -4/+7 | |
| | ||||||
* | s3: Remove serverid_[de]register_self | Volker Lendecke | 2010-07-04 | 1 | -21/+5 | |
| | | | | This removes some deep references to procid_self() | |||||
* | s3: ALWAYS run make test before checkin .... | Volker Lendecke | 2010-07-04 | 1 | -2/+2 | |
| | ||||||
* | s3: Slight reshaping of server_exists_parse | Volker Lendecke | 2010-07-04 | 1 | -4/+6 | |
| | | | | Doing a copy and then do the compare is a bit pointless, use memcmp |