summaryrefslogtreecommitdiff
path: root/dfs_server
AgeCommit message (Collapse)AuthorFilesLines
2012-07-30dfs_server_ad: s/acct/aname as acct() is a functionStefan Metzmacher1-3/+3
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Jul 30 03:17:49 CEST 2012 on sn-devel-104
2012-07-30dfs_server_ad: return STATUS_NOT_FOUND if the client connects to an ip addressStefan Metzmacher1-0/+8
metze
2012-06-15lib/param: Create a seperate server role for "active directory domain ↵Andrew Bartlett1-3/+3
controller" This will allow us to detect from the smb.conf if this is a Samba4 AD DC which will allow smarter handling of (for example) accidentially starting smbd rather than samba. To cope with upgrades from existing Samba4 installs, 'domain controller' is a synonym of 'active directory domain controller' and new parameters 'classic primary domain controller' and 'classic backup domain controller' are added. Andrew Bartlett
2012-04-26dfs_server: fix the response to please XP and Windows 2008R2 doing so avoid ↵Matthieu Patou1-4/+12
continious DFS requests from W2K8R2
2011-10-08dfs_server: add generic dfs_server_ad_get_referrals() callStefan Metzmacher3-0/+877
This is a generic function to implement the domain, dc and sysvol DFS referrals. metze