summaryrefslogtreecommitdiffstats
path: root/source4/utils/net/drs
Commit message (Collapse)AuthorAgeFilesLines
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-286-1611/+0
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ↵Matthias Dieter Wallnöfer2010-10-171-0/+1
| | | | | | | | | | | | in "dsdb/common/util.c"" This reverts commit 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0. Jelmer pointed out that these are also in use by other LDB databases - not only SAMDB ones. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 13:37:16 UTC 2010 on sn-devel-104
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in ↵Matthias Dieter Wallnöfer2010-10-171-1/+0
| | | | | | | | | "dsdb/common/util.c" They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", ↵Matthias Dieter Wallnöfer2010-10-151-8/+8
| | | | | | | | | "samdb_result_uint64" and "samdb_result_string" We have ldb_msg_find_attr_as_* calls which do exactly the same. Therefore this reduces only code redundancies. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-util: Print more informative error messages in 'net drs replicate'Kamen Mazdrashki2010-08-301-4/+13
|
* s4/net-drs: Fix error messages typo and formattingKamen Mazdrashki2010-06-261-7/+7
|
* s4/utils: fix few 'net drs replicate' error messagesKamen Mazdrashki2010-06-251-6/+8
| | | | mainly for the output to be more informative
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
| | | | | | | | | This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org>
* s4/net_drs: Fix Connection name printedKamen Mazdrashki2010-04-281-3/+3
|
* s4-net: fixed two compiler warningsAndrew Tridgell2010-04-221-6/+4
|
* s4:util/net/drs: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher2010-04-154-12/+0
| | | | metze
* s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-185-5/+8
| | | | metze
* s4/drs_util: 'net drs showrepl' command implementationKamen Mazdrashki2010-02-242-0/+611
|
* s4/drs_util: 'net drs replicate' command implementationKamen Mazdrashki2010-02-242-3/+252
|
* s4/drs_util: Add public function for binding to a DCKamen Mazdrashki2010-02-241-0/+48
|
* s4/drs_util: Refactor code to use net_drs_connection object for DRSUAPI ↵Kamen Mazdrashki2010-02-243-34/+44
| | | | connecitons
* s4/drs_util: Move DRSUAPI connection data into separate objectKamen Mazdrashki2010-02-241-8/+18
| | | | | We need this so we can create independent DRS connections to different DCs.
* s4/net_drs: Utility macros for conditions checkingKamen Mazdrashki2010-02-241-0/+20
|
* s4:net_drs_bind: make some more stuff staticStefan Metzmacher2010-02-121-2/+2
| | | | metze
* s4:net/drs: use the full path to "utils/net/drs/net_drs*.h"Stefan Metzmacher2010-02-124-4/+4
| | | | | | This fixes the build with automatic dependecies. metze
* s4-net-drs: fix some coding style issuesAndrew Tridgell2010-02-112-3/+2
| | | | | | | We should use the system/*.h headers for system includes. We also try to avoid C++ comments. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4/net_drs: 'net drs kcc' command implementationKamen Mazdrashki2010-02-112-1/+175
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4/net_drs: 'net drs bind' command implementationKamen Mazdrashki2010-02-111-0/+136
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4/net_drs: 'net drs' utility initial creationKamen Mazdrashki2010-02-112-0/+354
Signed-off-by: Andrew Tridgell <tridge@samba.org>