diff options
author | Tim Potter <tpot@samba.org> | 2002-01-30 06:08:46 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-30 06:08:46 +0000 |
commit | cd68afe31256ad60748b34f7318a180cfc2127cc (patch) | |
tree | 159a313fd4122e3fe94c0af624e00e06e9f0eb0b /source3/libads | |
parent | d2480063574dee66a336d743ba92e351e320698e (diff) | |
download | samba-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/libads')
-rw-r--r-- | source3/libads/ads_status.c | 3 | ||||
-rw-r--r-- | source3/libads/ads_struct.c | 3 | ||||
-rw-r--r-- | source3/libads/kerberos.c | 3 | ||||
-rw-r--r-- | source3/libads/krb5_setpw.c | 3 | ||||
-rw-r--r-- | source3/libads/ldap.c | 3 | ||||
-rw-r--r-- | source3/libads/sasl.c | 3 | ||||
-rw-r--r-- | source3/libads/util.c | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/source3/libads/ads_status.c b/source3/libads/ads_status.c index d54ce9745a..2d1830435f 100644 --- a/source3/libads/ads_status.c +++ b/source3/libads/ads_status.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. ads (active directory) utility library Copyright (C) Andrew Tridgell 2001 Copyright (C) Remus Koos 2001 diff --git a/source3/libads/ads_struct.c b/source3/libads/ads_struct.c index 476152f2c2..489f301ae2 100644 --- a/source3/libads/ads_struct.c +++ b/source3/libads/ads_struct.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. ads (active directory) utility library Copyright (C) Andrew Tridgell 2001 Copyright (C) Andrew Bartlett 2001 diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c index aba22e023b..194a71275e 100644 --- a/source3/libads/kerberos.c +++ b/source3/libads/kerberos.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. kerberos utility library Copyright (C) Andrew Tridgell 2001 Copyright (C) Remus Koos 2001 diff --git a/source3/libads/krb5_setpw.c b/source3/libads/krb5_setpw.c index 78d5997c01..ec79a8658f 100644 --- a/source3/libads/krb5_setpw.c +++ b/source3/libads/krb5_setpw.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. krb5 set password implementation Copyright (C) Andrew Tridgell 2001 Copyright (C) Remus Koos 2001 (remuskoos@yahoo.com) diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index d7d2163281..0028d11b8f 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. ads (active directory) utility library Copyright (C) Andrew Tridgell 2001 Copyright (C) Remus Koos 2001 diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 48873252f0..eb29c71fce 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. ads sasl code Copyright (C) Andrew Tridgell 2001 diff --git a/source3/libads/util.c b/source3/libads/util.c index 8f22adb7af..d48eb10b71 100644 --- a/source3/libads/util.c +++ b/source3/libads/util.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. krb5 set password implementation Copyright (C) Remus Koos 2001 (remuskoos@yahoo.com) |