summaryrefslogtreecommitdiff
path: root/source/passdb
diff options
context:
space:
mode:
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/machine_sid.c3
-rw-r--r--source/passdb/passdb.c3
-rw-r--r--source/passdb/passgrp.c3
-rw-r--r--source/passdb/pdb_get_set.c3
-rw-r--r--source/passdb/pdb_interface.c3
-rw-r--r--source/passdb/pdb_ldap.c3
-rw-r--r--source/passdb/pdb_nisplus.c3
-rw-r--r--source/passdb/pdb_smbpasswd.c4
-rw-r--r--source/passdb/pdb_tdb.c3
-rw-r--r--source/passdb/secrets.c3
10 files changed, 13 insertions, 18 deletions
diff --git a/source/passdb/machine_sid.c b/source/passdb/machine_sid.c
index 859f00b4c6e..593cc94f406 100644
--- a/source/passdb/machine_sid.c
+++ b/source/passdb/machine_sid.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Jeremy Allison 1996-1998
Copyright (C) Luke Kenneth Casson Leighton 1996-1998
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c
index fa3115d96e2..e1f4958b943 100644
--- a/source/passdb/passdb.c
+++ b/source/passdb/passdb.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Jeremy Allison 1996-2001
Copyright (C) Luke Kenneth Casson Leighton 1996-1998
diff --git a/source/passdb/passgrp.c b/source/passdb/passgrp.c
index 55a71e94a27..d7ed9656480 100644
--- a/source/passdb/passgrp.c
+++ b/source/passdb/passgrp.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Jeremy Allison 1996-1998
Copyright (C) Luke Kenneth Casson Leighton 1996-1998
diff --git a/source/passdb/pdb_get_set.c b/source/passdb/pdb_get_set.c
index ead973792e5..5886d29c67f 100644
--- a/source/passdb/pdb_get_set.c
+++ b/source/passdb/pdb_get_set.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
SAM_ACCOUNT access routines
Copyright (C) Jeremy Allison 1996-2001
Copyright (C) Luke Kenneth Casson Leighton 1996-1998
diff --git a/source/passdb/pdb_interface.c b/source/passdb/pdb_interface.c
index 5264c0d060a..13d483fc25d 100644
--- a/source/passdb/pdb_interface.c
+++ b/source/passdb/pdb_interface.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Andrew Bartlett 2002
diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index b8ec37814d9..1eac57b826b 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.9.
+ Unix SMB/CIFS implementation.
LDAP protocol helper functions for SAMBA
Copyright (C) Gerald Carter 2001
Copyright (C) Shahms King 2001
diff --git a/source/passdb/pdb_nisplus.c b/source/passdb/pdb_nisplus.c
index 3659f169b83..8c6df1adc8c 100644
--- a/source/passdb/pdb_nisplus.c
+++ b/source/passdb/pdb_nisplus.c
@@ -1,5 +1,6 @@
/*
- * Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup
+ * Unix SMB/CIFS implementation.
+ * SMB parameters and setup
* Copyright (C) Andrew Tridgell 1992-1998 Modified by Jeremy Allison 1995.
* Copyright (C) Benny Holmgren 1998 <bigfoot@astrakan.hgs.se>
* Copyright (C) Luke Kenneth Casson Leighton 1996-1998.
diff --git a/source/passdb/pdb_smbpasswd.c b/source/passdb/pdb_smbpasswd.c
index 8199816234b..d895600e8e4 100644
--- a/source/passdb/pdb_smbpasswd.c
+++ b/source/passdb/pdb_smbpasswd.c
@@ -1,6 +1,6 @@
/*
- * Unix SMB/Netbios implementation.
- * Version 1.9. SMB parameters and setup
+ * Unix SMB/CIFS implementation.
+ * SMB parameters and setup
* Copyright (C) Andrew Tridgell 1992-1998
* Modified by Jeremy Allison 1995.
* Modified by Gerald (Jerry) Carter 2000-2001
diff --git a/source/passdb/pdb_tdb.c b/source/passdb/pdb_tdb.c
index 1237408840f..9b7f99bbc8f 100644
--- a/source/passdb/pdb_tdb.c
+++ b/source/passdb/pdb_tdb.c
@@ -1,5 +1,6 @@
/*
- * Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup
+ * Unix SMB/CIFS implementation.
+ * SMB parameters and setup
* Copyright (C) Andrew Tridgell 1992-1998
* Copyright (C) Simo Sorce 2000
* Copyright (C) Gerald Carter 2000
diff --git a/source/passdb/secrets.c b/source/passdb/secrets.c
index a8c942bb8c2..89f67cb5b7d 100644
--- a/source/passdb/secrets.c
+++ b/source/passdb/secrets.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0.
+ Unix SMB/CIFS implementation.
Copyright (C) Andrew Tridgell 1992-2001
This program is free software; you can redistribute it and/or modify