summaryrefslogtreecommitdiff
path: root/dfs_server
Commit message (Expand)AuthorAgeFilesLines
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* dfs_server: Use multi-byte string handlingRobin McCorkell2015-07-101-2/+2
* Fix MSDFS with POSIX paths in vfs_dfs_samba4Robin McCorkell2015-07-101-3/+6
* dfs_server: Fix whitespaceRobin McCorkell2015-07-101-8/+8
* Replace random() and related calls with generate_random_buffer()Robin McCorkell2015-07-101-3/+1
* dfs_server: Only build in case we build an AD DC too.Andreas Schneider2014-11-261-2/+2
* dfs_server: get_dcs: fix pointer list terminationArvid Requate2014-04-031-3/+8
* dfs_server: randomize the server redirect setArvid Requate2014-03-211-0/+20
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-8/+32
* dfs_server: Use dsdb_search_one to catch 0 results as well as NO_SUCH_OBJECT ...Andrew Bartlett2013-08-021-5/+5
* s4-dfs_server: check for netbios aliases in ad_get_referralsBjörn Baumbach2013-06-111-0/+35
* dfs_server: Don't allocate a subcontext twice.Andreas Schneider2012-12-121-1/+1
* dfs_server_ad: s/acct/aname as acct() is a functionStefan Metzmacher2012-07-301-3/+3
* dfs_server_ad: return STATUS_NOT_FOUND if the client connects to an ip addressStefan Metzmacher2012-07-301-0/+8
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-3/+3
* dfs_server: fix the response to please XP and Windows 2008R2 doing so avoid c...Matthieu Patou2012-04-261-4/+12
* dfs_server: add generic dfs_server_ad_get_referrals() callStefan Metzmacher2011-10-083-0/+877