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/lib | |
parent | d2480063574dee66a336d743ba92e351e320698e (diff) | |
download | samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.gz samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.xz 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/lib')
46 files changed, 47 insertions, 87 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c index 126ee291d88..07676e22022 100644 --- a/source3/lib/account_pol.c +++ b/source3/lib/account_pol.c @@ -1,6 +1,5 @@ /* - * Unix SMB/Netbios implementation. - * Version 1.9. + * Unix SMB/CIFS implementation. * account policy storage * Copyright (C) Jean François Micouleau 1998-2001. * diff --git a/source3/lib/bitmap.c b/source3/lib/bitmap.c index da123837d0d..8121c38bd5b 100644 --- a/source3/lib/bitmap.c +++ b/source3/lib/bitmap.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. simple bitmap functions Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index 48b9cad7319..a1cda7bff32 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Character set conversion Extensions Copyright (C) Igor Vergeichik <iverg@mail.ru> 2001 Copyright (C) Andrew Tridgell 2001 diff --git a/source3/lib/debug.c b/source3/lib/debug.c index f3b0f2be124..87a8d429994 100644 --- a/source3/lib/debug.c +++ b/source3/lib/debug.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/dmallocmsg.c b/source3/lib/dmallocmsg.c index bae9f36062a..a83ed518d7c 100644 --- a/source3/lib/dmallocmsg.c +++ b/source3/lib/dmallocmsg.c @@ -1,5 +1,5 @@ /* - samba -- Unix SMB/Netbios implementation. + samba -- Unix SMB/CIFS implementation. Copyright (C) 2002 by Martin Pool This program is free software; you can redistribute it and/or modify diff --git a/source3/lib/dprintf.c b/source3/lib/dprintf.c index 11c9f23e9d7..dadebdb3b4e 100644 --- a/source3/lib/dprintf.c +++ b/source3/lib/dprintf.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. display print functions Copyright (C) Andrew Tridgell 2001 diff --git a/source3/lib/error.c b/source3/lib/error.c index df177bcea0a..e84cf3e29d3 100644 --- a/source3/lib/error.c +++ b/source3/lib/error.c @@ -1,6 +1,5 @@ /* - * Unix SMB/Netbios implementation. - * Version 1.9 + * Unix SMB/CIFS implementation. * Unix/DOS/NT error code conversions * Copyright (C) Tim Potter 2000 * diff --git a/source3/lib/fault.c b/source3/lib/fault.c index 885e35e0233..e132ed8f673 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Critical Fault handling Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/fsusage.c b/source3/lib/fsusage.c index 1bff1f953e0..bb7cff06453 100644 --- a/source3/lib/fsusage.c +++ b/source3/lib/fsusage.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0. + Unix SMB/CIFS implementation. functions to calculate the free disk space Copyright (C) Andrew Tridgell 1998-2000 diff --git a/source3/lib/genrand.c b/source3/lib/genrand.c index 4a56235c3dc..6296ead726a 100644 --- a/source3/lib/genrand.c +++ b/source3/lib/genrand.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.2 + Unix SMB/CIFS implementation. Functions to create reasonable random numbers for crypto use. diff --git a/source3/lib/hash.c b/source3/lib/hash.c index 68c334a8ca8..6b7a8476b17 100644 --- a/source3/lib/hash.c +++ b/source3/lib/hash.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. Copyright (C) Ying Chen 2000. Copyright (C) Jeremy Allison 2000. diff --git a/source3/lib/hmacmd5.c b/source3/lib/hmacmd5.c index 1d9b89e0cce..e4a5995e116 100644 --- a/source3/lib/hmacmd5.c +++ b/source3/lib/hmacmd5.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. HMAC MD5 code for use in NTLMv2 Copyright (C) Luke Kenneth Casson Leighton 1996-2000 Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index c08524eaa03..43350d93492 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. minimal iconv implementation Copyright (C) Andrew Tridgell 2001 diff --git a/source3/lib/interface.c b/source3/lib/interface.c index 08636fa3067..d43001342e7 100644 --- a/source3/lib/interface.c +++ b/source3/lib/interface.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. multiple interface handling Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/interfaces.c b/source3/lib/interfaces.c index 6e031a1dabd..7b8ef0d0c1b 100644 --- a/source3/lib/interfaces.c +++ b/source3/lib/interfaces.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. return a list of network interfaces Copyright (C) Andrew Tridgell 1998 diff --git a/source3/lib/md4.c b/source3/lib/md4.c index 95fd90512cc..6803b7e8831 100644 --- a/source3/lib/md4.c +++ b/source3/lib/md4.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. a implementation of MD4 designed for use in the SMB authentication protocol Copyright (C) Andrew Tridgell 1997-1998. diff --git a/source3/lib/messages.c b/source3/lib/messages.c index cd7eb8b82f9..096452784a3 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba internal messaging functions Copyright (C) Andrew Tridgell 2000 Copyright (C) 2001 by Martin Pool diff --git a/source3/lib/ms_fnmatch.c b/source3/lib/ms_fnmatch.c index cc54ffb68eb..106efa5bbcf 100644 --- a/source3/lib/ms_fnmatch.c +++ b/source3/lib/ms_fnmatch.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. filename matching routine Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/netatalk.c b/source3/lib/netatalk.c index 654d3f78d4c..035f3794a0b 100644 --- a/source3/lib/netatalk.c +++ b/source3/lib/netatalk.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Copyright (C) Andrew Tridgell 1992-1998 This program is free software; you can redistribute it and/or modify diff --git a/source3/lib/pidfile.c b/source3/lib/pidfile.c index fad5691e0ae..28fd959b54e 100644 --- a/source3/lib/pidfile.c +++ b/source3/lib/pidfile.c @@ -1,8 +1,7 @@ /* this code is broken - there is a race condition with the unlink (tridge) */ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. pidfile handling Copyright (C) Andrew Tridgell 1998 diff --git a/source3/lib/readline.c b/source3/lib/readline.c index efd198db8df..013b8516f8d 100644 --- a/source3/lib/readline.c +++ b/source3/lib/readline.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba readline wrapper implementation Copyright (C) Simo Sorce 2001 Copyright (C) Andrew Tridgell 2001 diff --git a/source3/lib/replace.c b/source3/lib/replace.c index 54ad36e1395..dd50ff035e0 100644 --- a/source3/lib/replace.c +++ b/source3/lib/replace.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. replacement routines for broken systems Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/select.c b/source3/lib/select.c index fa8aefd6363..5e85d113513 100644 --- a/source3/lib/select.c +++ b/source3/lib/select.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba select/poll implementation Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/signal.c b/source3/lib/signal.c index 9c78fad8862..99f908235c4 100644 --- a/source3/lib/signal.c +++ b/source3/lib/signal.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. signal handling functions Copyright (C) Andrew Tridgell 1998 diff --git a/source3/lib/smbpasswd.c b/source3/lib/smbpasswd.c index dbd12d90db0..c27af5540b6 100644 --- a/source3/lib/smbpasswd.c +++ b/source3/lib/smbpasswd.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. smbpasswd file format routines diff --git a/source3/lib/smbrun.c b/source3/lib/smbrun.c index 1ace6e3a991..67f82ed0ad4 100644 --- a/source3/lib/smbrun.c +++ b/source3/lib/smbrun.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. run a command as a specified user Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index c02ec9556a2..e878ee8cbfd 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. string substitution functions Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/lib/sysacls.c b/source3/lib/sysacls.c index b14b99b80dd..db3e2bb67da 100644 --- a/source3/lib/sysacls.c +++ b/source3/lib/sysacls.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.2. + Unix SMB/CIFS implementation. Samba system utilities for ACL support. Copyright (C) Jeremy Allison 2000. diff --git a/source3/lib/system.c b/source3/lib/system.c index 417f5ad6e23..631c02633fb 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Samba system utilities Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Jeremy Allison 1998-2002 diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c index 6d5f946e5c2..93de91012ce 100644 --- a/source3/lib/talloc.c +++ b/source3/lib/talloc.c @@ -1,5 +1,5 @@ /* - Samba Unix SMB/Netbios implementation. + Samba Unix SMB/CIFS implementation. Samba temporary memory allocation functions Copyright (C) Andrew Tridgell 2000 Copyright (C) 2001, 2002 by Martin Pool <mbp@samba.org> diff --git a/source3/lib/tallocmsg.c b/source3/lib/tallocmsg.c index 8d99db666c6..608cdad452b 100644 --- a/source3/lib/tallocmsg.c +++ b/source3/lib/tallocmsg.c @@ -1,5 +1,5 @@ /* - samba -- Unix SMB/Netbios implementation. + samba -- Unix SMB/CIFS implementation. Copyright (C) 2001, 2002 by Martin Pool This program is free software; you can redistribute it and/or modify diff --git a/source3/lib/talloctort.c b/source3/lib/talloctort.c index 131a086bfbd..3a648037761 100644 --- a/source3/lib/talloctort.c +++ b/source3/lib/talloctort.c @@ -1,5 +1,5 @@ /* - Unix SMB/Netbios implementation. + Unix SMB/CIFS implementation. Samba temporary memory allocation functions -- torturer Copyright (C) 2001 by Martin Pool <mbp@samba.org> diff --git a/source3/lib/time.c b/source3/lib/time.c index c39753403d7..5fc43612dd5 100644 --- a/source3/lib/time.c +++ b/source3/lib/time.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. time handling functions Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/lib/username.c b/source3/lib/username.c index ca191ce94e4..8c9c3a7ca9b 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Username handling Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Jeremy Allison 1997-2001. diff --git a/source3/lib/util.c b/source3/lib/util.c index 021f8c0edf5..9d000c80f04 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Jeremy Allison 2001 diff --git a/source3/lib/util_file.c b/source3/lib/util_file.c index 0cd60fed268..549766b1375 100644 --- a/source3/lib/util_file.c +++ b/source3/lib/util_file.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. * * This program is free software; you can redistribute it and/or modify it under diff --git a/source3/lib/util_getent.c b/source3/lib/util_getent.c index 5fb24d98690..02e4b932ded 100644 --- a/source3/lib/util_getent.c +++ b/source3/lib/util_getent.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Simo Sorce 2001 Copyright (C) Jeremy Allison 2001 diff --git a/source3/lib/util_pw.c b/source3/lib/util_pw.c index 3367a6cdc05..67ed43f216d 100644 --- a/source3/lib/util_pw.c +++ b/source3/lib/util_pw.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0. + Unix SMB/CIFS implementation. Safe versions of getpw* calls diff --git a/source3/lib/util_seaccess.c b/source3/lib/util_seaccess.c index 1ff7c329572..5a934789e4b 100644 --- a/source3/lib/util_seaccess.c +++ b/source3/lib/util_seaccess.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. Copyright (C) Luke Kenneth Casson Leighton 1996-2000. Copyright (C) Tim Potter 2000. Copyright (C) Re-written by Jeremy Allison 2000. diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index c559647bf45..dd9a64d534b 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. Copyright (C) Jeremy Allison 1998. rewritten for version 2.0.6 by Tridge diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 1a19d55830b..d4f8abb0896 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Luke Kenneth Caseson Leighton 1998-1999 diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 0ca36b3788e..3d32d770005 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0. + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Tim Potter 2000-2001 diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index a7eeedea3d8..200f4ce696b 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-2001 Copyright (C) Simo Sorce 2001-2002 diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index 0a0424763df..31b557bbfc3 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-2001 Copyright (C) Simo Sorce 2001 diff --git a/source3/lib/wins_srv.c b/source3/lib/wins_srv.c index 92cd51d8bbc..0181ee0956b 100644 --- a/source3/lib/wins_srv.c +++ b/source3/lib/wins_srv.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2. + Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Andrew Tridgell 1992-1998 Copyright (C) Christopher R. Hertel 2000 diff --git a/source3/lib/xfile.c b/source3/lib/xfile.c index 7fc519e451a..00ea6e5cacf 100644 --- a/source3/lib/xfile.c +++ b/source3/lib/xfile.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. stdio replacement Copyright (C) Andrew Tridgell 2001 |