Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 2010-10-28 | 6 | -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öfer | 2010-10-17 | 1 | -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öfer | 2010-10-17 | 1 | -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öfer | 2010-10-15 | 1 | -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 Mazdrashki | 2010-08-30 | 1 | -4/+13 |
| | |||||
* | s4/net-drs: Fix error messages typo and formatting | Kamen Mazdrashki | 2010-06-26 | 1 | -7/+7 |
| | |||||
* | s4/utils: fix few 'net drs replicate' error messages | Kamen Mazdrashki | 2010-06-25 | 1 | -6/+8 |
| | | | | mainly for the output to be more informative | ||||
* | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 2010-06-16 | 1 | -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 printed | Kamen Mazdrashki | 2010-04-28 | 1 | -3/+3 |
| | |||||
* | s4-net: fixed two compiler warnings | Andrew Tridgell | 2010-04-22 | 1 | -6/+4 |
| | |||||
* | s4:util/net/drs: don't look at p->last_fault_code for debugging anymore | Stefan Metzmacher | 2010-04-15 | 4 | -12/+0 |
| | | | | metze | ||||
* | s4:utils/net/drs: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-18 | 5 | -5/+8 |
| | | | | metze | ||||
* | s4/drs_util: 'net drs showrepl' command implementation | Kamen Mazdrashki | 2010-02-24 | 2 | -0/+611 |
| | |||||
* | s4/drs_util: 'net drs replicate' command implementation | Kamen Mazdrashki | 2010-02-24 | 2 | -3/+252 |
| | |||||
* | s4/drs_util: Add public function for binding to a DC | Kamen Mazdrashki | 2010-02-24 | 1 | -0/+48 |
| | |||||
* | s4/drs_util: Refactor code to use net_drs_connection object for DRSUAPI ↵ | Kamen Mazdrashki | 2010-02-24 | 3 | -34/+44 |
| | | | | connecitons | ||||
* | s4/drs_util: Move DRSUAPI connection data into separate object | Kamen Mazdrashki | 2010-02-24 | 1 | -8/+18 |
| | | | | | We need this so we can create independent DRS connections to different DCs. | ||||
* | s4/net_drs: Utility macros for conditions checking | Kamen Mazdrashki | 2010-02-24 | 1 | -0/+20 |
| | |||||
* | s4:net_drs_bind: make some more stuff static | Stefan Metzmacher | 2010-02-12 | 1 | -2/+2 |
| | | | | metze | ||||
* | s4:net/drs: use the full path to "utils/net/drs/net_drs*.h" | Stefan Metzmacher | 2010-02-12 | 4 | -4/+4 |
| | | | | | | This fixes the build with automatic dependecies. metze | ||||
* | s4-net-drs: fix some coding style issues | Andrew Tridgell | 2010-02-11 | 2 | -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 implementation | Kamen Mazdrashki | 2010-02-11 | 2 | -1/+175 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4/net_drs: 'net drs bind' command implementation | Kamen Mazdrashki | 2010-02-11 | 1 | -0/+136 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4/net_drs: 'net drs' utility initial creation | Kamen Mazdrashki | 2010-02-11 | 2 | -0/+354 |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |