summaryrefslogtreecommitdiff
path: root/source4/utils/net/drs/net_drs.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-87/+0
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
2010-03-18s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher1-0/+1
metze
2010-02-24s4/drs_util: Move DRSUAPI connection data into separate objectKamen Mazdrashki1-8/+18
We need this so we can create independent DRS connections to different DCs.
2010-02-24s4/net_drs: Utility macros for conditions checkingKamen Mazdrashki1-0/+20
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: 'net drs' utility initial creationKamen Mazdrashki1-0/+56
Signed-off-by: Andrew Tridgell <tridge@samba.org>