summaryrefslogtreecommitdiff
path: root/source4/utils/net/drs/net_drs.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-361/+0
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-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-15s4:util/net/drs: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher1-3/+0
metze
2010-03-18s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher1-2/+4
metze
2010-02-24s4/drs_util: 'net drs showrepl' command implementationKamen Mazdrashki1-0/+3
2010-02-24s4/drs_util: 'net drs replicate' command implementationKamen Mazdrashki1-3/+6
2010-02-24s4/drs_util: Add public function for binding to a DCKamen Mazdrashki1-0/+48
2010-02-24s4/drs_util: Refactor code to use net_drs_connection object for DRSUAPI ↵Kamen Mazdrashki1-28/+36
connecitons
2010-02-12s4:net/drs: use the full path to "utils/net/drs/net_drs*.h"Stefan Metzmacher1-1/+1
This fixes the build with automatic dependecies. metze
2010-02-11s4-net-drs: fix some coding style issuesAndrew Tridgell1-2/+1
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-11s4/net_drs: 'net drs kcc' command implementationKamen Mazdrashki1-1/+4
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-02-11s4/net_drs: 'net drs' utility initial creationKamen Mazdrashki1-0/+298
Signed-off-by: Andrew Tridgell <tridge@samba.org>