Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-05 | s3: Remove smbd_messaging_context() from reply_unlock() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from reply_lock() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from reply_writeunlock() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from reply_lockread() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from send_break_message() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from exit_server_common() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from close_normal_file() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove smbd_messaging_context() from notify_deferred_opens() | Volker Lendecke | 1 | -4/+5 | |
2010-07-05 | s3: Remove procid_self() from fill_share_mode_entry() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove procid_self() from init_strict_lock_struct() | Volker Lendecke | 1 | -1/+2 | |
2010-07-05 | s3: Remove procid_self() from make_connection_snum() | Volker Lendecke | 1 | -1/+2 | |
2010-07-05 | s3: Remove procid_self() from claim_connection() | Volker Lendecke | 1 | -1/+2 | |
2010-07-05 | s3: Remove NULL checks from claim_connection() | Volker Lendecke | 1 | -7/+5 | |
Nowadays this is only called from make_connection_snum() where we always provide a connection_struct. | |||||
2010-07-05 | s3: Remove procid_self() from push_blocking_lock_request_smb2() | Volker Lendecke | 1 | -2/+2 | |
2010-07-05 | s3: Remove procid_self() from reply_negprot() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove procid_self() from break_kernel_oplock() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Remove procid_self() from session_claim() | Volker Lendecke | 4 | -6/+7 | |
2010-07-05 | s3: Remove procid_self() from exit_server_common | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Add sconn_server_id() | Volker Lendecke | 3 | -0/+29 | |
2010-07-05 | s3: Add missing prototype for smb2_opcode_name | Volker Lendecke | 1 | -0/+1 | |
2010-07-05 | s3: Add messaging_server_id | Volker Lendecke | 2 | -0/+7 | |
2010-07-05 | s3: Add msg_ctx to smbd_server_connection | Volker Lendecke | 2 | -0/+3 | |
It would be obvious to initialize this in smbd_init_globals(), but there the messaging_context can't be initialized yet because we don't have smb.conf loaded yet. | |||||
2010-07-05 | s3:Fix a bogus uninitialized variable warning | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Pass procid_self() explicitly to messaging_ctdbd_connection() | Volker Lendecke | 7 | -14/+21 | |
2010-07-05 | s3: Create a unique id for the smbd parent | Volker Lendecke | 1 | -0/+4 | |
2010-07-05 | s3: Keep the connections.tdb data format fixed | Volker Lendecke | 1 | -0/+6 | |
At Simo's request, we can not change internal databases anymore. Sorry for not respecting this policy. | |||||
2010-07-04 | s3: Remove an unused variable -- thanks, metze! | Volker Lendecke | 1 | -2/+1 | |
2010-07-04 | s3: Remove unused msg_flags from connections.tdb | Volker Lendecke | 4 | -7/+3 | |
This breaks rolling code upgrade! | |||||
2010-07-04 | s3: Replace register_message_flags() with serverid_register_msg_flags() | Volker Lendecke | 5 | -47/+64 | |
message_send_all is now done by walking the serverid.tdb, not the connections.tdb anymore. Günther, Simo, please check! | |||||
2010-07-04 | s3: Use msg_ctx->id in messaging | Volker Lendecke | 2 | -5/+6 | |
This removes some references to procid_self() deep inside the code | |||||
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 10 | -22/+47 | |
2010-07-04 | s3: Re-initialize the server_id in messaging_reinit | Volker Lendecke | 3 | -5/+9 | |
2010-07-04 | s3: Fix some type-punned warnings | Volker Lendecke | 2 | -7/+10 | |
2010-07-04 | s3: Fix some nested extern warnings | Volker Lendecke | 1 | -2/+3 | |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 8 | -48/+28 | |
This removes some deep references to procid_self() | |||||
2010-07-04 | s3: ALWAYS run make test before checkin .... | Volker Lendecke | 1 | -2/+2 | |
2010-07-04 | s3: Slight reshaping of server_exists_parse | Volker Lendecke | 1 | -4/+6 | |
Doing a copy and then do the compare is a bit pointless, use memcmp | |||||
2010-07-04 | s3: Don't attempt to deregister from serverid twice | Volker Lendecke | 1 | -1/+6 | |
The parent has to take care of crashed child processes anyway, so we don't have to clean up in the child | |||||
2010-07-04 | s3: Fix bug 7338, smbget skips leading slash when using a custom outputfile | Volker Lendecke | 1 | -6/+16 | |
2010-07-04 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -10/+10 | |
2010-07-04 | s3: Fix bug 7336: Enable idmap_passdb module build as shared | Volker Lendecke | 1 | -0/+4 | |
2010-07-02 | s3-net: forgot to set type in winreg getvalue operation. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-07-02 | s3-registry: remove 2 byte winreg type limitation. | Günther Deschner | 2 | -5/+5 | |
We already pull and push 4 byte winreg type in the registry.tdb, we were just not using full 4 bytes within the reg_object functions. With this change we finally pass the set extended value torture test. Guenther | |||||
2010-07-02 | s3-registry: allow to read NULL entries (that we allow to store) back from ↵ | Günther Deschner | 1 | -6/+2 | |
the tdb. Guenther | |||||
2010-07-02 | s3-registry: remove unused reg_util_marshalling code. | Günther Deschner | 7 | -256/+0 | |
Guenther | |||||
2010-07-02 | s3-registry: avoid using registry_value union. | Günther Deschner | 11 | -181/+225 | |
Just pull and push data as is. Guenther | |||||
2010-07-01 | s3:auth Fix switch statement referencing a uninitialized variable | Simo Sorce | 1 | -1/+1 | |
Looking at the original commit (9a747d500fad699038ecf75615c680a9fd9e4cc7) this seem the right solution. Andrew please check. | |||||
2010-07-01 | s3-nss_info: only include nss_info.h where needed. | Günther Deschner | 5 | -1/+4 | |
Guenther | |||||
2010-07-01 | s3-libads: move ldap posix schema defines to their own header file. | Günther Deschner | 6 | -65/+65 | |
Guenther | |||||
2010-07-01 | s3-libads: move spnego defines to their appropriate header file. | Günther Deschner | 1 | -6/+0 | |
Guenther |