summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-05s3: Remove procid_self() from claim_connection()Volker Lendecke1-1/+2
2010-07-05s3: Remove NULL checks from claim_connection()Volker Lendecke1-7/+5
Nowadays this is only called from make_connection_snum() where we always provide a connection_struct.
2010-07-05s3: Remove procid_self() from push_blocking_lock_request_smb2()Volker Lendecke1-2/+2
2010-07-05s3: Remove procid_self() from reply_negprot()Volker Lendecke1-1/+1
2010-07-05s3: Remove procid_self() from break_kernel_oplock()Volker Lendecke1-1/+1
2010-07-05s3: Remove procid_self() from session_claim()Volker Lendecke4-6/+7
2010-07-05s3: Remove procid_self() from exit_server_commonVolker Lendecke1-1/+1
2010-07-05s3: Add sconn_server_id()Volker Lendecke3-0/+29
2010-07-05s3: Add missing prototype for smb2_opcode_nameVolker Lendecke1-0/+1
2010-07-05s3: Add messaging_server_idVolker Lendecke2-0/+7
2010-07-05s3: Add msg_ctx to smbd_server_connectionVolker Lendecke2-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-05s3:Fix a bogus uninitialized variable warningVolker Lendecke1-1/+1
2010-07-05s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke7-14/+21
2010-07-05s3: Create a unique id for the smbd parentVolker Lendecke1-0/+4
2010-07-05s3: Keep the connections.tdb data format fixedVolker Lendecke1-0/+6
At Simo's request, we can not change internal databases anymore. Sorry for not respecting this policy.
2010-07-05Changed passwords.py to use the correct account as acl checks now pass.Nadezhda Ivanova1-14/+6
2010-07-05s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova3-85/+228
These CARs need to be checked on password change and password reset operations. Apparently the password attributes are not influenced by Write Property. Single detele operations and modifications of dBCSPwd are let through to the password_hash module. This is determined experimentally.
2010-07-04s4:subtree_rename LDB module - Cosmetic fixesMatthias Dieter Wallnöfer1-3/+4
2010-07-04s4:subtree_delete LDB module - fix comments and add my copyrightMatthias Dieter Wallnöfer1-2/+3
(I've introduced the subtree delete mechanism)
2010-07-04s4:wb_cmd_list_groups.c - don't crash when we don't get any group at allMatthias Dieter Wallnöfer1-2/+4
2010-07-04s4:wb_cmd_list_groups.c - indentation and comment fixesMatthias Dieter Wallnöfer1-9/+11
2010-07-04s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer3-5/+8
2010-07-04s3: Remove an unused variable -- thanks, metze!Volker Lendecke1-2/+1
2010-07-04s3: Remove unused msg_flags from connections.tdbVolker Lendecke4-7/+3
This breaks rolling code upgrade!
2010-07-04s3: Replace register_message_flags() with serverid_register_msg_flags()Volker Lendecke5-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-04s3: Use msg_ctx->id in messagingVolker Lendecke2-5/+6
This removes some references to procid_self() deep inside the code
2010-07-04s3: Pass the new server_id through reinit_after_forkVolker Lendecke10-22/+47
2010-07-04s3: Re-initialize the server_id in messaging_reinitVolker Lendecke3-5/+9
2010-07-04s3: Fix some type-punned warningsVolker Lendecke2-7/+10
2010-07-04s3: Fix some nested extern warningsVolker Lendecke1-2/+3
2010-07-04s3: Remove serverid_[de]register_selfVolker Lendecke8-48/+28
This removes some deep references to procid_self()
2010-07-04s3: ALWAYS run make test before checkin ....Volker Lendecke1-2/+2
2010-07-04s3: Slight reshaping of server_exists_parseVolker Lendecke1-4/+6
Doing a copy and then do the compare is a bit pointless, use memcmp
2010-07-04s3: Don't attempt to deregister from serverid twiceVolker Lendecke1-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-04s3: Fix bug 7338, smbget skips leading slash when using a custom outputfileVolker Lendecke1-6/+16
2010-07-04s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2010-07-04s3: Fix bug 7336: Enable idmap_passdb module build as sharedVolker Lendecke1-0/+4
2010-07-03wbinfo: Fix error messagesVolker Lendecke1-53/+53
2010-07-03s4:torture/rpc/samlogon.c - strip trailing whitespacesMatthias Dieter Wallnöfer1-199/+199
2010-07-03s4:torture/rpc/samlogon.c - provide a function which sets and afterwards ↵Matthias Dieter Wallnöfer1-0/+97
resets the minimum password age This is needed since we on s4 do now use the Windows Server standard of 1 day.
2010-07-03s4:kinit blackbox test - set/reset also here the "minPwdAge"Matthias Dieter Wallnöfer1-0/+7
2010-07-03s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" ↵Matthias Dieter Wallnöfer1-10/+0
request "schemaUpdateNow" on s4 is now a non-op and therefore not strictly needed anymore.
2010-07-03s4:urgent_replication.py test - remove unneeded "relax" control parametersMatthias Dieter Wallnöfer1-2/+2
2010-07-03s4:schema_load LDB module - fix a segfault condition on schema refreshMatthias Dieter Wallnöfer1-0/+5
The schema refresh operation itself starts requests from the top of the LDB modules stack (see call "dsdb_schema_set_attributes" - search operations). This doesn't work well when these do perform "dsdb_get_schema" calls. Since the new schema isn't marked as "refreshed" atm (but in fact it still is - we didn't terminate the reload/refresh yet) we could perform other calls to "dsdb_schema_refresh" and run into serious trouble (segfault).
2010-07-03s4:schema_set.c - Fix a commentMatthias Dieter Wallnöfer1-1/+2
2010-07-03s4:dsdb_schema_set_attributes - remove unneeded filter criteriasMatthias Dieter Wallnöfer1-2/+4
We already choose the right entry by specifying the right basedn with scope "LDB_SCOPE_BASE".
2010-07-03s4:dsdb_module_load_partition_usn - check for "res->count" equal/unequal to 1Matthias Dieter Wallnöfer1-1/+1
2010-07-03s4:schema_set.c - fix typoMatthias Dieter Wallnöfer1-1/+3
2010-07-03s4:schema_load.c - jump to "failed" on an error conditionMatthias Dieter Wallnöfer1-3/+2
2010-07-03s4:setup/provision_basedn_modify.ldif - set "minPwdAge" to the right valueMatthias Dieter Wallnöfer1-2/+1
Now we should have fixed all password related tests to cooperate with this value