summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
committerTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
commitcd68afe31256ad60748b34f7318a180cfc2127cc (patch)
tree159a313fd4122e3fe94c0af624e00e06e9f0eb0b /source3/auth
parentd2480063574dee66a336d743ba92e351e320698e (diff)
downloadsamba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.gz
samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.bz2
samba-cd68afe31256ad60748b34f7318a180cfc2127cc.zip
Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth.c3
-rw-r--r--source3/auth/auth_builtin.c3
-rw-r--r--source3/auth/auth_compat.c3
-rw-r--r--source3/auth/auth_domain.c3
-rw-r--r--source3/auth/auth_rhosts.c3
-rw-r--r--source3/auth/auth_sam.c3
-rw-r--r--source3/auth/auth_server.c3
-rw-r--r--source3/auth/auth_unix.c3
-rw-r--r--source3/auth/auth_util.c3
-rw-r--r--source3/auth/auth_winbind.c3
-rw-r--r--source3/auth/pampass.c3
-rw-r--r--source3/auth/pass_check.c3
12 files changed, 12 insertions, 24 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index 892102a5ef..9b78cec95b 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0.
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Andrew Bartlett 2001-2002
diff --git a/source3/auth/auth_builtin.c b/source3/auth/auth_builtin.c
index f1c89689fa..6e999b0d14 100644
--- a/source3/auth/auth_builtin.c
+++ b/source3/auth/auth_builtin.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0.
+ Unix SMB/CIFS implementation.
Generic authenticaion types
Copyright (C) Andrew Bartlett 2001
diff --git a/source3/auth/auth_compat.c b/source3/auth/auth_compat.c
index 8cf304a071..eadfb0392b 100644
--- a/source3/auth/auth_compat.c
+++ b/source3/auth/auth_compat.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0.
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Andrew Bartlett 2001-2002
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 704f600c66..9e5f32c9a3 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0.
+ Unix SMB/CIFS implementation.
Authenticate against a remote domain
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) Andrew Bartlett 2001
diff --git a/source3/auth/auth_rhosts.c b/source3/auth/auth_rhosts.c
index 55ff7aa060..9586d1d65e 100644
--- a/source3/auth/auth_rhosts.c
+++ b/source3/auth/auth_rhosts.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Main SMB reply routines
Copyright (C) Andrew Tridgell 1992-1998
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c
index 01f41fce44..8fe9dfbdc8 100644
--- a/source3/auth/auth_sam.c
+++ b/source3/auth/auth_sam.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c
index c83230b716..5190d45c20 100644
--- a/source3/auth/auth_server.c
+++ b/source3/auth/auth_server.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Authenticate to a remote server
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) Andrew Bartlett 2001
diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c
index b2e202552c..05646f554e 100644
--- a/source3/auth/auth_unix.c
+++ b/source3/auth/auth_unix.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.2
+ Unix SMB/CIFS implementation.
Password and authentication handling
Copyright (C) Andrew Bartlett 2001
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 5b252f42cd..cd53b6b7c2 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Authentication utility functions
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) Andrew Bartlett 2001
diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c
index 2d8e5066a2..bc19b36b54 100644
--- a/source3/auth/auth_winbind.c
+++ b/source3/auth/auth_winbind.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
Winbind authentication mechnism
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c
index 018eae3a07..5db844eb55 100644
--- a/source3/auth/pampass.c
+++ b/source3/auth/pampass.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.2.
+ Unix SMB/CIFS implementation.
PAM Password checking
Copyright (C) Andrew Tridgell 1992-2001
Copyright (C) John H Terpsta 1999-2001
diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c
index 0101e0fe18..47c9664a74 100644
--- a/source3/auth/pass_check.c
+++ b/source3/auth/pass_check.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Password checking
Copyright (C) Andrew Tridgell 1992-1998