Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05 | Changed passwords.py to use the correct account as acl checks now pass. | Nadezhda Ivanova | 1 | -14/+6 | |
2010-07-05 | s4-dsdb: Implementation of User-Change-Password and User-Force-Password-Change | Nadezhda Ivanova | 3 | -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-04 | s4:subtree_rename LDB module - Cosmetic fixes | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
2010-07-04 | s4:subtree_delete LDB module - fix comments and add my copyright | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
(I've introduced the subtree delete mechanism) | |||||
2010-07-04 | s4:wb_cmd_list_groups.c - don't crash when we don't get any group at all | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
2010-07-04 | s4:wb_cmd_list_groups.c - indentation and comment fixes | Matthias Dieter Wallnöfer | 1 | -9/+11 | |
2010-07-04 | s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operations | Matthias Dieter Wallnöfer | 3 | -5/+8 | |
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-03 | wbinfo: Fix error messages | Volker Lendecke | 1 | -53/+53 | |
2010-07-03 | s4:torture/rpc/samlogon.c - strip trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -199/+199 | |
2010-07-03 | s4:torture/rpc/samlogon.c - provide a function which sets and afterwards ↵ | Matthias Dieter Wallnöfer | 1 | -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-03 | s4:kinit blackbox test - set/reset also here the "minPwdAge" | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
2010-07-03 | s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" ↵ | Matthias Dieter Wallnöfer | 1 | -10/+0 | |
request "schemaUpdateNow" on s4 is now a non-op and therefore not strictly needed anymore. | |||||
2010-07-03 | s4:urgent_replication.py test - remove unneeded "relax" control parameters | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-07-03 | s4:schema_load LDB module - fix a segfault condition on schema refresh | Matthias Dieter Wallnöfer | 1 | -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-03 | s4:schema_set.c - Fix a comment | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-07-03 | s4:dsdb_schema_set_attributes - remove unneeded filter criterias | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
We already choose the right entry by specifying the right basedn with scope "LDB_SCOPE_BASE". | |||||
2010-07-03 | s4:dsdb_module_load_partition_usn - check for "res->count" equal/unequal to 1 | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-07-03 | s4:schema_set.c - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
2010-07-03 | s4:schema_load.c - jump to "failed" on an error condition | Matthias Dieter Wallnöfer | 1 | -3/+2 | |
2010-07-03 | s4:setup/provision_basedn_modify.ldif - set "minPwdAge" to the right value | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
Now we should have fixed all password related tests to cooperate with this value | |||||
2010-07-03 | s4:pwsettings net utility - change also here the "minPwdAge" to be the real ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
default Which is one day. | |||||
2010-07-03 | s4:blackbox/test_passwords.sh - perform also here the adaptions for ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"minPwdAge" != 0 | |||||
2010-07-03 | s4:dsdb/tests/passwords.py - set and reset the "minPwdAge" properly | Matthias Dieter Wallnöfer | 1 | -2/+21 | |
After a patch proposal of Nadya and some reflection I think that it's really worth to change all tests which need a "0" "minPwdAge" to set it manually and reset the default afterwards. So we can finally introduce the default "minPwdAge" on provision. Patch proposal by: Nadya Ivanova | |||||
2010-07-02 | Tests for user-change-password and force-password-change access rights | Nadezhda Ivanova | 1 | -4/+242 | |
2010-07-02 | s3-net: forgot to set type in winreg getvalue operation. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-07-02 | s4/schema: remove unnecessary deletion of dsdb_schema cached pointer | Anatoliy Atanasov | 1 | -3/+0 | |
This is needed so we can find and free old schemas based using the cached pointer | |||||
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 | s4-smbtorture: enable extended SetValue test against Samba3. | Günther Deschner | 1 | -3/+2 | |
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 | 12 | -186/+233 | |
Just pull and push data as is. Guenther | |||||
2010-07-02 | s4-ldb: fixed error handling in openldap backend | Andrew Tridgell | 1 | -5/+15 | |
fixed several bugs in error handling. the ldb context was used without being initialised in the error paths, and several error paths did not set an ldb error string. | |||||
2010-07-02 | s4-ldb: fixed the parsing of references in the openldap backend | Andrew Tridgell | 1 | -5/+6 | |
We need to use ldap_parse_reference() not ldap_parse_result() |