| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Oct 27 20:27:32 CEST 2011 on sn-devel-104
|
|
|
|
|
|
| |
referrals
Reviewed-by: abartlet
|
|
|
|
|
|
|
|
| |
messages
"ldb_error" could overwrite possibly useful error messages.
Reviewed-by: abartlet
|
|
|
|
|
|
| |
These are displayed when an object just doesn't exist!
Reviewed-by: abartlet
|
|
|
|
|
|
|
|
|
| |
on failure
And add "ldb_operr()" before the "return ret" to point out the position
where it failed (for "add_time_element" and "add_uint64_element")
Reworked after a suggestion by abartlet.
|
|
|
|
|
|
|
|
|
|
| |
len(res) == 1
No need to perform an additional check here. As a return value we should
always give back the original error code and not generate a new one (to
let the caller know what is going on).
Reviewed-by: abartlet
|
|
|
|
| |
Reviewed-by: abartlet
|
|
|
|
|
|
|
|
| |
correctly
Consider bug #8489
Reviewed-by: abartlet
|
|
|
|
|
|
| |
testcase
Reviewed-by: abartlet
|
|
|
|
|
|
| |
Also address the problem described in bug #8486.
Reviewed-by: abartlet
|
|
|
|
|
|
|
|
|
| |
"talloc_strdup"
We are adding strings embedded in the schema structure which is basically
global and lives longer than the request - hence no duplication needed.
Reviewed-by: abartlet
|
|
|
|
|
|
|
| |
According to bug #8486 the modification to direct related structural
object classes is possible (equal, child, parent).
Reviewed-by: abartlet
|
|
|
|
|
|
|
| |
E.g. unsatisfied abstract objectclasses, additional top-most structural
classes
Reviewed-by: abartlet
|
|
|
|
|
|
| |
This saves us from doing one "ldb_msg_find_element".
Reviewed-by: abartlet
|
|
|
|
|
|
| |
For convention use "ldb_attr_cmp()".
Reviewed-by: abartlet
|
|
|
|
| |
Reviewed-by: abartlet
|
|
|
|
| |
Bail out on other LDB request types (only add and modify allowed).
|
|
|
|
| |
Reviewed-by: abartlet
|
|
|
|
|
|
| |
There should always be one result on both s4 and Windows.
Reviewed-by: abartlet
|
|
|
|
| |
Reviewed-by: abartlet
|
|
|
|
|
|
|
|
|
|
| |
This adds a patch which creates a non-privileged user and then tries to
create a new user as the non-privileged user.
Pretty simple test but it found #8509.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Oct 27 18:51:14 CEST 2011 on sn-devel-104
|
|
|
|
|
| |
This is the first part which checks if a deleted user is propagated
correctly to all daemons and caches with user information are emtpy.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Oct 26 11:27:12 CEST 2011 on sn-devel-104
|
|
|
|
| |
this was not readable well
|
|
|
|
|
|
|
|
|
|
|
|
| |
smbiconv is not used in any test script, and has only had changes
since being introduced by Jelmer to keep it building.
It is also not installed on the system. I have also checked with
Jelmer, who approved the removal.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
|
|
| |
metze
|
|
|
|
|
|
|
|
|
|
| |
Change some misleading variable names to reflect the actual function.
Add missing field name/types previously marked as unkown.
Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 24 19:19:28 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
| |
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 24 17:46:47 CEST 2011 on sn-devel-104
|
|
|
|
| |
metze
|
|
|
|
| |
metze
|
|
|
|
| |
metze
|
|
|
|
|
|
|
| |
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Oct 22 04:55:54 CEST 2011 on sn-devel-104
|
|
|
|
|
|
| |
The amount of possible fd's might be restricted, so close them early.
metze
|
|
|
|
|
|
|
| |
We need to convert the errno based error to NTSTATUS
before calling tevent_req_error (via tevent_req_nterror).
metze
|
|
|
|
|
| |
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Sat Oct 22 00:02:00 CEST 2011 on sn-devel-104
|
| |
|
|
|
|
| |
metze
|
|
|
|
| |
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
|
|
|
|
|
|
| |
dnsserver.h - typedefs and prototypes
dnsserver.c - RPC API and implementation methods
dnsdb.c - samdb operations
dnsdata.c - functions to manipulate dns structures
dnsutils.c - function for serverinfo and zoneinfo structures
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
|
|
|
|
|
| |
this tests the dsdb_Dn() class
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Oct 20 05:51:28 CEST 2011 on sn-devel-104
|
|
|
|
|
|
| |
this gives a method for dealing with binary DNs from python
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
|
|
| |
give some examples and more useful description for subunitrun command
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
|