| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
remote_addr was used after free
|
|
|
|
|
|
|
|
|
|
| |
conversion errors
This errors can happen also on a regular basis - then we shouldn't return
ERR_OPERATIONS_ERROR (this error code is reserved for very serious failures).
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 13 12:37:36 UTC 2010 on sn-devel-104
|
| |
|
|
|
|
|
|
| |
unfortunately still allowed
The test message has been compressed - therefore I've now used "modify_ldif".
|
|
|
|
|
|
|
| |
sam_ctx_system may be NULL for non-privileged users
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 13 08:52:53 UTC 2010 on sn-devel-104
|
|
|
|
|
|
|
| |
subunit/python depends on testtools
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Fri Nov 12 20:24:23 UTC 2010 on sn-devel-104
|
| |
|
|
|
|
| |
try to avoid
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
For certain attribute we use the relax/provision control so that we
try to respect checks as this is not a good idea to always force
unwanted behavior.
|
| |
|
| |
|
|
|
|
|
| |
Allow programs with the PROVISION control to bypass groupType checks.
This is needed by upgradeprovision for older alpha (11, 10 ...)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
"objectClass" attribute changes
There first one we perform all other tentatives are terminated with
ERR_ATTRIBUTE_OR_VALUE_EXISTS (tested against Windows).
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Nov 12 19:39:07 UTC 2010 on sn-devel-104
|
|
|
|
| |
These regarding "objectGUID".
|
|
|
|
|
|
| |
"objectclass_attrs" into "samldb"
This according to an answer from dochelp is SAM specific behaviour.
|
| |
|
|
|
|
| |
than Bazaar revision ids.
|
|
|
|
| |
been enabled.
|
| |
|
|
|
|
| |
replace.h is included.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
when we are an RODC and we get a request for a principal that we don't
have the right secrets for, we need to proxy the request to a
writeable DC. This happens for both TCP and UDP requests, for both
krb5 and kpasswd
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Fri Nov 12 08:03:20 UTC 2010 on sn-devel-104
|
|
|
|
|
|
|
|
|
|
| |
This means that when we are an RODC, and an account does not have the
password attributes, we can now indicate to the kdc code that it
should forward the request to a real DC.
(The proxy code itself is not in this commit).
Andrew Bartlett
|
|
|
|
|
|
|
|
| |
This means that no reply packet should be generated, but that instead
the user of the libkdc API should forward the packet to a real KDC,
that has a full database.
Andrew Bartlett
|
|
|
|
|
|
| |
this is in preparation for doing forwarding of packets for RODCs
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
|
|
| |
the special handling was to cope with the conflict with the kdc.h
header
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
| |
kdc.h conflicts with a heimdal header name
|
|
|
|
|
| |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Thu Nov 11 19:38:18 UTC 2010 on sn-devel-104
|
| |
|
|
|
|
| |
Cache
|
|
|
|
| |
It is not supposed to change supplied prefixMap
|
|
|
|
| |
drsuapi_to_ldb conversions
|
| |
|
|
|
|
|
|
| |
dsdb_replicated_objects_convert/
It is part of dsdb_replicated_* family of functions
|
|
|
|
|
|
| |
dsdb_replicated_objects_commit
It is part of dsdb_replicated_* family of functions
|
|
|
|
|
| |
It is used in dsdb_origin_objects_commit() func,
hence the dsdb_origin_ prefix
|
| |
|
|
|
|
|
|
|
| |
The test now binds with user@realm, domain\user, user dn, computer dn
Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
Autobuild-Date: Thu Nov 11 16:15:30 UTC 2010 on sn-devel-104
|
|
|
|
|
| |
bind.py is a place to have tests for ldb binding with different credentials.
For starter we have a simple bind with machine account.
|
|
|
|
|
| |
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Nov 11 10:37:03 UTC 2010 on sn-devel-104
|
|
|
|
|
|
|
|
|
|
| |
The password in secrets.ldb is UTF8, while clearTextPassword in
sam.ldb is UTF16.
This corrects commit bd5039546e520b6d6897a658bc0a358f0511f7c7, which
had these the wrong way around.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
| |
The cleartext_utf16_str variable was declared char **, but due to the
cast on convert_string_talloc() and the lack of type checking here and
on data_blob_const (due to void *) it was able to be used as if it was
a char *.
The simple solution seems to be to fill in cleartext_utf16 blob directly.
Andrew Bartlett
|
|
|
|
|
|
|
| |
The new stricter test on clearTextPassword values caught out that
we did not provide a utf16 password here.
Andrew Bartlett
|
|
|
|
|
|
|
|
| |
The UTF16MUNGED helper will map all invalid sequences (except odd
input length) to valid input sequences, per the rules. Therefore if
it fails, we need to bail out, somehing serious is wrong.
Andrew Bartlett
|