r12976: Patch from Brad Henry <j0j0@riod.ca>:
authorAndrew Bartlett <abartlet@samba.org>
Tue, 17 Jan 2006 03:44:37 +0000 (03:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:13 +0000 (13:51 -0500)
commit1f72942873ee28a17947d2124b885c22f9d83ffc
treeb1f90278afcff9b555ecba4727f76e8e1950f99e
parentb0f70f066a93d4c131d5480a3a5779a81b311764
r12976: Patch from Brad Henry <j0j0@riod.ca>:

This patch pulls the AD site name generation and site join code from
libnet/libnet_join.c and puts it into a new file, libnet/libnet_site.c.
This way, a common means for site name, configuration dn and server dn
generation exists so it doesn't need to be rewritten in new code (such
as the future libnet_leave for example).

I've made a couple of changes, but nothing dramatic.  Nice work Brad!

Andrew Bartlett
(This used to be commit 45f67b3f6d506cc8cb9922184a8c0c9b59a8f702)
source4/libnet/config.mk
source4/libnet/libnet.h
source4/libnet/libnet_join.c
source4/libnet/libnet_site.c [new file with mode: 0644]