summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-02-10 12:26:56 +1300
committerAndrew Bartlett <abartlet@samba.org>2015-02-10 07:08:28 +0100
commitc8c2c850d47a6cdaee5afd84c8ebaa03586c1277 (patch)
tree62937d04210e50c55199be97d4d35470ba159f0b /source4
parent35be7fa02716f402f6a373ff3be05d4e14d132a0 (diff)
downloadsamba-c8c2c850d47a6cdaee5afd84c8ebaa03586c1277.tar.gz
Update mailing list references to point at lists.samba.org
The mailing lists are on lists.samba.org, but there are many references that use the shorthand of samba.org Some references to samba@ have been changed to samba-technical@ where this make more sense. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Feb 10 07:08:28 CET 2015 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/password_hash.c2
-rw-r--r--source4/lib/socket/access.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c
index 13c65c2794b..d304038346b 100644
--- a/source4/dsdb/samdb/ldb_modules/password_hash.c
+++ b/source4/dsdb/samdb/ldb_modules/password_hash.c
@@ -657,7 +657,7 @@ static int setup_kerberos_keys(struct setup_password_fields_io *io)
/* Many, many thanks to lukeh@padl.com for this
* algorithm, described in his Nov 10 2004 mail to
- * samba-technical@samba.org */
+ * samba-technical@lists.samba.org */
/*
* Determine a salting principal
diff --git a/source4/lib/socket/access.c b/source4/lib/socket/access.c
index 589797763fc..adc8105ca9d 100644
--- a/source4/lib/socket/access.c
+++ b/source4/lib/socket/access.c
@@ -27,7 +27,7 @@
The code is used here with permission.
The code has been considerably changed from the original. Bug reports
- should be sent to samba@samba.org
+ should be sent to samba-technical@lists.samba.org
*/
#include "includes.h"