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