forked from Lainports/freebsd-ports
o Fix update of machine account passwords.
o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
o Fix Winbind crashes.
o Correctly detect if the current dc is the closest one.
o Add saf_join_store() function to memorize the dc used at join time.
This avoids problems caused by replication delays shortly after domain
joins.
o Fix write list in setups using "security = share".
10 lines
345 B
Text
10 lines
345 B
Text
--- ./lib/replace/libreplace.m4.orig 2009-01-19 10:40:09.000000000 +0000
|
|
+++ ./lib/replace/libreplace.m4 2009-01-20 15:50:59.000000000 +0000
|
|
@@ -332,7 +332,6 @@
|
|
m4_include(strptime.m4)
|
|
m4_include(win32.m4)
|
|
m4_include(timegm.m4)
|
|
-m4_include(repdir.m4)
|
|
|
|
AC_CHECK_FUNCS([syslog memset memcpy],,[AC_MSG_ERROR([Required function not found])])
|
|
|