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 | |
| 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)
413 files changed, 410 insertions, 788 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 diff --git a/source3/client/client.c b/source3/client/client.c index 1e8d42d0b6..c491efd194 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0. +   Unix SMB/CIFS implementation.     SMB client     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Simo Sorce 2001 diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 64b035a89e..9fa3750b0c 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Tar Extensions     Copyright (C) Ricky Poulten 1995-1998     Copyright (C) Richard Sharpe 1998 diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 8b56d21bec..35c040feaa 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0. +   Unix SMB/CIFS implementation.     SMBFS mount program     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 3e583e855e..2a2d5cbaf5 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0. +   Unix SMB/CIFS implementation.     SMB backend for the Common UNIX Printing System ("CUPS")     Copyright 1999 by Easy Software Products     Copyright Andrew Tridgell 1994-1998 diff --git a/source3/client/testsmbc.c b/source3/client/testsmbc.c index 7aae9d8561..ec98774dcf 100644 --- a/source3/client/testsmbc.c +++ b/source3/client/testsmbc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB client library test program     Copyright (C) Andrew Tridgell 1998     Copyright (C) Richard Sharpe 2000 diff --git a/source3/client/tree.c b/source3/client/tree.c index d4f286ef56..94fd93c210 100644 --- a/source3/client/tree.c +++ b/source3/client/tree.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB client GTK+ tree-based application     Copyright (C) Andrew Tridgell 1998     Copyright (C) Richard Sharpe 2001 diff --git a/source3/dynconfig.c b/source3/dynconfig.c index a9055715c9..76b5bce5c9 100644 --- a/source3/dynconfig.c +++ b/source3/dynconfig.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Copyright (C) 2001 by Martin Pool <mbp@samba.org>     This program is free software; you can redistribute it and/or modify diff --git a/source3/groupdb/aliasdb.c b/source3/groupdb/aliasdb.c index 62513b2e33..718bf1d7ce 100644 --- a/source3/groupdb/aliasdb.c +++ b/source3/groupdb/aliasdb.c @@ -1,7 +1,6 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. -   Pasesword and authentication handling +   Unix SMB/CIFS implementation. +   Password and authentication handling     Copyright (C) Jeremy Allison 1996-1998     Copyright (C) Luke Kenneth Caseson Leighton 1996-1998 diff --git a/source3/groupdb/aliasfile.c b/source3/groupdb/aliasfile.c index 21c8a1a500..77189fd822 100644 --- a/source3/groupdb/aliasfile.c +++ b/source3/groupdb/aliasfile.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/groupdb/groupdb.c b/source3/groupdb/groupdb.c index 69b4137472..c18463741d 100644 --- a/source3/groupdb/groupdb.c +++ b/source3/groupdb/groupdb.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/source3/groupdb/groupfile.c b/source3/groupdb/groupfile.c index 557ae92530..4502b190aa 100644 --- a/source3/groupdb/groupfile.c +++ b/source3/groupdb/groupfile.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/groupdb/mapping.c b/source3/groupdb/mapping.c index 2bff6e9699..99ccffb464 100644 --- a/source3/groupdb/mapping.c +++ b/source3/groupdb/mapping.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Jean François Micouleau      1998-2001. diff --git a/source3/include/MacExtensions.h b/source3/include/MacExtensions.h index 1c57690ba4..f104d19764 100644 --- a/source3/include/MacExtensions.h +++ b/source3/include/MacExtensions.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) John H Terpstra 1996-1998 diff --git a/source3/include/asn_1.h b/source3/include/asn_1.h index 5b264edec3..090c5459d1 100644 --- a/source3/include/asn_1.h +++ b/source3/include/asn_1.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.        simple ASN1 code     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/include/auth.h b/source3/include/auth.h index a61576fd21..5c8bc8edfe 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -1,8 +1,7 @@  #ifndef _SMBAUTH_H_  #define _SMBAUTH_H_  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     Standardised Authentication types     Copyright (C) Andrew Bartlett 2001 diff --git a/source3/include/byteorder.h b/source3/include/byteorder.h index fab77060be..719b3e9b44 100644 --- a/source3/include/byteorder.h +++ b/source3/include/byteorder.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB Byte handling     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/include/charset.h b/source3/include/charset.h index 3221349f4a..b942594d04 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     charset defines     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/include/client.h b/source3/include/client.h index a8be1d16e1..e6d1f429a1 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) Luke Kenneth Casson Leighton 1996-1998 diff --git a/source3/include/clitar.h b/source3/include/clitar.h index ad76191fb7..b7731172d6 100644 --- a/source3/include/clitar.h +++ b/source3/include/clitar.h @@ -1,6 +1,5 @@  /* - * Unix SMB/Netbios implementation.  - * Version 3.0 + * Unix SMB/CIFS implementation.    * clitar file format   * Copyright (C) Andrew Tridgell              2000   *  diff --git a/source3/include/debug.h b/source3/include/debug.h index 37eaed2b12..235fbf70c4 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB debug stuff     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) John H Terpstra 1996-1998 diff --git a/source3/include/dlinklist.h b/source3/include/dlinklist.h index cf75404c56..794aea7576 100644 --- a/source3/include/dlinklist.h +++ b/source3/include/dlinklist.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     some simple double linked list macros     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 3262370dfd..92b441f38f 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     DOS error code constants     Copyright (C) Andrew Tridgell              1992-2000     Copyright (C) John H Terpstra              1996-2000 diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index 5ce858f1c4..eaa3a0568d 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Copyright (C) 2001 by Martin Pool <mbp@samba.org>     This program is free software; you can redistribute it and/or modify diff --git a/source3/include/hash.h b/source3/include/hash.h index 80a1aaae50..c327c971ab 100644 --- a/source3/include/hash.h +++ b/source3/include/hash.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Copyright (C) Ying Chen 2000. diff --git a/source3/include/hmacmd5.h b/source3/include/hmacmd5.h index adb52058a8..6b53a6fd07 100644 --- a/source3/include/hmacmd5.h +++ b/source3/include/hmacmd5.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Interface header: Scheduler service     Copyright (C) Luke Kenneth Casson Leighton 1996-1999     Copyright (C) Andrew Tridgell 1992-1999 diff --git a/source3/include/includes.h b/source3/include/includes.h index 7f913ba830..2037b5ae05 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1,7 +1,7 @@  #ifndef _INCLUDES_H  #define _INCLUDES_H  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Machine customisation and include handling     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) 2002 by Martin Pool <mbp@samba.org> diff --git a/source3/include/intl.h b/source3/include/intl.h index 6bde64f090..5b56d9aa2c 100644 --- a/source3/include/intl.h +++ b/source3/include/intl.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     internationalisation headers     Copyright (C) Andrew Tridgell              2001 diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 98701b2693..e343b876d3 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -1,6 +1,5 @@  /*===================================================================== -  Unix SMB/Netbios implementation. -  Version 2.0 +  Unix SMB/CIFS implementation.    SMB client library API definitions    Copyright (C) Andrew Tridgell 1998    Copyright (C) Richard Sharpe 2000 diff --git a/source3/include/mapping.h b/source3/include/mapping.h index 9b46989ccb..5ef5c19dd2 100644 --- a/source3/include/mapping.h +++ b/source3/include/mapping.h @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Jean François Micouleau      1998-2001. diff --git a/source3/include/messages.h b/source3/include/messages.h index cec4c13a1c..f5dbb1c4b8 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     messages.c header     Copyright (C) Andrew Tridgell 2000     Copyright (C) 2001, 2002 by Martin Pool diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h index df2ea5a6e4..ab56ae4af4 100644 --- a/source3/include/msdfs.h +++ b/source3/include/msdfs.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     MSDfs services for Samba     Copyright (C) Shirish Kalele 2000 diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h index 9e62603594..53a5a3b5d8 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -1,8 +1,7 @@  #ifndef _NAMESERV_H_  #define _NAMESERV_H_  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios header - version 2     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 4c9265f09f..90ac45412d 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell              1992-2000,     Copyright (C) Jean Francois Micouleau      1998-2000. diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index a2f7de0c2a..a784fd2eba 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/nterr.h b/source3/include/nterr.h index e6d536d753..1bc5a1dd89 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT error code constants     Copyright (C) Andrew Tridgell              1992-2000     Copyright (C) John H Terpstra              1996-2000 diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 071ebdbfe5..dfcbd46ecf 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     passdb structures and parameters     Copyright (C) Gerald Carter 2001     Copyright (C) Luke Kenneth Casson Leighton 1998 - 2000 diff --git a/source3/include/printing.h b/source3/include/printing.h index ee0b25d63f..f347bd0dda 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     printing definitions     Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/include/pstring.h b/source3/include/pstring.h index 5f3f21cb1d..92870e4cae 100644 --- a/source3/include/pstring.h +++ b/source3/include/pstring.h @@ -1,5 +1,5 @@  /*  -   samba -- Unix SMB/Netbios implementation. +   samba -- Unix SMB/CIFS implementation.     Safe standardized string types     Copyright (C) Andrew Tridgell              1992-2000 diff --git a/source3/include/rap.h b/source3/include/rap.h index 24b70251b7..993dfa7e33 100755 --- a/source3/include/rap.h +++ b/source3/include/rap.h @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     RAP (SMB Remote Procedure Calls) defines and structures     Copyright (C) Steve French 2001  (sfrench@us.ibm.com)     Copyright (C) Jim McDonough 2001 (jmcd@us.ibm.com) diff --git a/source3/include/rpc_brs.h b/source3/include/rpc_brs.h index 99ba8f2dd0..cd0928d470 100644 --- a/source3/include/rpc_brs.h +++ b/source3/include/rpc_brs.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1999     Copyright (C) Luke Kenneth Casson Leighton 1996-1999 diff --git a/source3/include/rpc_client.h b/source3/include/rpc_client.h index 270545c2a3..bce9ec7f27 100644 --- a/source3/include/rpc_client.h +++ b/source3/include/rpc_client.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Elrond                            2000 diff --git a/source3/include/rpc_creds.h b/source3/include/rpc_creds.h index 0ab508ffe7..3022b17289 100644 --- a/source3/include/rpc_creds.h +++ b/source3/include/rpc_creds.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1999     Copyright (C) Luke Kenneth Casson Leighton 1996-1999 diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index f9ebaae0b8..01d974d41d 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/rpc_dfs.h b/source3/include/rpc_dfs.h index 5222d6b356..39316a5d54 100644 --- a/source3/include/rpc_dfs.h +++ b/source3/include/rpc_dfs.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba parameters and setup     Copyright (C) Andrew Tridgell 1992-2000     Copyright (C) Luke Kenneth Casson Leighton 1996 - 2000 diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 8388877dd1..ccdce6f263 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index 558c28459e..686f8e97e9 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index e221db271f..80b00fbaad 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/rpc_parse.h b/source3/include/rpc_parse.h index 5a302b1af3..73fbcb2b1b 100644 --- a/source3/include/rpc_parse.h +++ b/source3/include/rpc_parse.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell              1992-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index b635f8bea4..a5aa606120 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 59325ca88d..191a3695fb 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell              1992-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index 259c156767..be5b120c2e 100644 --- a/source3/include/rpc_secdes.h +++ b/source3/include/rpc_secdes.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell              1992-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index eec58b1132..3975f3580f 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell              1992-2000,     Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/include/rpc_srvsvc.h b/source3/include/rpc_srvsvc.h index 651c0b9767..10dbc102e0 100644 --- a/source3/include/rpc_srvsvc.h +++ b/source3/include/rpc_srvsvc.h @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/rpc_wkssvc.h b/source3/include/rpc_wkssvc.h index 57a70b4798..adc37c255b 100644 --- a/source3/include/rpc_wkssvc.h +++ b/source3/include/rpc_wkssvc.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/include/safe_string.h b/source3/include/safe_string.h index a086d7495c..9f64bc44e3 100644 --- a/source3/include/safe_string.h +++ b/source3/include/safe_string.h @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Safe string handling routines.     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/include/secrets.h b/source3/include/secrets.h index 5990170ccc..53d9c8ab88 100644 --- a/source3/include/secrets.h +++ b/source3/include/secrets.h @@ -1,6 +1,5 @@  /* - * Unix SMB/Netbios implementation.  - * Version 3.0 + * Unix SMB/CIFS implementation.    * secrets.tdb file format info   * Copyright (C) Andrew Tridgell              2000   *  diff --git a/source3/include/session.h b/source3/include/session.h index 9091223e99..f613afee09 100644 --- a/source3/include/session.h +++ b/source3/include/session.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     session handling for recording currently vailid vuids     Copyright (C) tridge@samba.org 2001     Copyright (C) Andew Bartlett <abartlet@samba.org> 2001 diff --git a/source3/include/sids.h b/source3/include/sids.h index 86aa58b621..860d96b193 100644 --- a/source3/include/sids.h +++ b/source3/include/sids.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell              1992-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/include/smb.h b/source3/include/smb.h index 4168e34d3f..432249272b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     SMB parameters and setup, plus a whole lot more.     Copyright (C) Andrew Tridgell              1992-2000 diff --git a/source3/include/smb_acls.h b/source3/include/smb_acls.h index 53adf39dbc..3ed670d38b 100644 --- a/source3/include/smb_acls.h +++ b/source3/include/smb_acls.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2.x +   Unix SMB/CIFS implementation.     Portable SMB ACL interface     Copyright (C) Jeremy Allison 2000 diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index 15a10f0104..3fdd90f510 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1999     Copyright (C) John H Terpstra 1996-1999 diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 719318195e..3b18b9614e 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -1,8 +1,7 @@  #ifndef _PROFILE_H_  #define _PROFILE_H_  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     store smbd profiling information in shared memory     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/include/talloc.h b/source3/include/talloc.h index 3f5b85c0b2..64a5883041 100644 --- a/source3/include/talloc.h +++ b/source3/include/talloc.h @@ -1,8 +1,7 @@  #ifndef _TALLOC_H_  #define _TALLOC_H_  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba temporary memory allocation functions     Copyright (C) Andrew Tridgell 2000     Copyright (C) 2001 by Martin Pool <mbp@samba.org> diff --git a/source3/include/trans2.h b/source3/include/trans2.h index 7d35e9a5b6..3a6fe6e9ee 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB transaction2 handling     Copyright (C) Jeremy Allison 1994-2002. diff --git a/source3/include/util_getent.h b/source3/include/util_getent.h index 5d4674ddef..b67758ba23 100644 --- a/source3/include/util_getent.h +++ b/source3/include/util_getent.h @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba utility functions     Copyright (C) Simo Sorce 2001 diff --git a/source3/include/util_list.h b/source3/include/util_list.h index 4ccb1667f0..8761a7bb7d 100644 --- a/source3/include/util_list.h +++ b/source3/include/util_list.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Samba utility functions     Copyright (C) Andrew Tridgell                   1992-1999     Copyright (C) Gerald Carter <jerry@samba.org>   2000 diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 1856255385..58b5f0d396 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     VFS structures and parameters     Copyright (C) Tim Potter 1999 diff --git a/source3/include/xfile.h b/source3/include/xfile.h index fa4752fe30..a573b59a4a 100644 --- a/source3/include/xfile.h +++ b/source3/include/xfile.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     stdio replacement     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/intl/lang_tdb.c b/source3/intl/lang_tdb.c index 7ebcc9e85e..d5e8bd41bd 100644 --- a/source3/intl/lang_tdb.c +++ b/source3/intl/lang_tdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     tdb based replacement for gettext      Copyright (C) Andrew Tridgell 2001 diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c index 126ee291d8..07676e2202 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 da123837d0..8121c38bd5 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 48b9cad731..a1cda7bff3 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 f3b0f2be12..87a8d42999 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 bae9f36062..a83ed518d7 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 11c9f23e9d..dadebdb3b4 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 df177bcea0..e84cf3e29d 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 885e35e023..e132ed8f67 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 1bff1f953e..bb7cff0645 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 4a56235c3d..6296ead726 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 68c334a8ca..6b7a8476b1 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 1d9b89e0cc..e4a5995e11 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 c08524eaa0..43350d9349 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 08636fa306..d43001342e 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 6e031a1dab..7b8ef0d0c1 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 95fd90512c..6803b7e883 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 cd7eb8b82f..096452784a 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 cc54ffb68e..106efa5bbc 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 654d3f78d4..035f3794a0 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 fad5691e0a..28fd959b54 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 efd198db8d..013b8516f8 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 54ad36e139..dd50ff035e 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 fa8aefd636..5e85d11351 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 9c78fad886..99f908235c 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 dbd12d90db..c27af5540b 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 1ace6e3a99..67f82ed0ad 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 c02ec9556a..e878ee8cbf 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 b14b99b80d..db3e2bb67d 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 417f5ad6e2..631c02633f 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 6d5f946e5c..93de91012c 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 8d99db666c..608cdad452 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 131a086bfb..3a64803776 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 c39753403d..5fc43612dd 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 ca191ce94e..8c9c3a7ca9 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 021f8c0edf..9d000c80f0 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 0cd60fed26..549766b137 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 5fb24d9869..02e4b932de 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 3367a6cdc0..67ed43f216 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 1ff7c32957..5a934789e4 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 c559647bf4..dd9a64d534 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 1a19d55830..d4f8abb089 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 0ca36b3788..3d32d77000 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 a7eeedea3d..200f4ce696 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 0a0424763d..31b557bbfc 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 92cd51d8bb..0181ee0956 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 7fc519e451..00ea6e5cac 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 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) diff --git a/source3/libsmb/asn1.c b/source3/libsmb/asn1.c index 1175a7fe65..b4ad3ad0b8 100644 --- a/source3/libsmb/asn1.c +++ b/source3/libsmb/asn1.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     simple SPNEGO routines     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/libsmb/cli_dfs.c b/source3/libsmb/cli_dfs.c index 83220fd1af..312275926c 100644 --- a/source3/libsmb/cli_dfs.c +++ b/source3/libsmb/cli_dfs.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter                        2000-2001, diff --git a/source3/libsmb/cli_lsarpc.c b/source3/libsmb/cli_lsarpc.c index 7e0abd583c..7ba47d3a18 100644 --- a/source3/libsmb/cli_lsarpc.c +++ b/source3/libsmb/cli_lsarpc.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter                        2000-2001,     Copyright (C) Andrew Tridgell              1992-1997,2000, diff --git a/source3/libsmb/cli_netlogon.c b/source3/libsmb/cli_netlogon.c index f95ee89a29..d550c3e9fa 100644 --- a/source3/libsmb/cli_netlogon.c +++ b/source3/libsmb/cli_netlogon.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1992-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/libsmb/cli_pipe_util.c b/source3/libsmb/cli_pipe_util.c index d0028e83eb..de1c832e44 100644 --- a/source3/libsmb/cli_pipe_util.c +++ b/source3/libsmb/cli_pipe_util.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client utility functions     Copyright (C) Tim Potter                        2001, diff --git a/source3/libsmb/cli_reg.c b/source3/libsmb/cli_reg.c index b88b3532ef..c09ccabb29 100644 --- a/source3/libsmb/cli_reg.c +++ b/source3/libsmb/cli_reg.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC Pipe client     Copyright (C) Andrew Tridgell              1992-1998, diff --git a/source3/libsmb/cli_samr.c b/source3/libsmb/cli_samr.c index ddcfe89078..53203e3d79 100644 --- a/source3/libsmb/cli_samr.c +++ b/source3/libsmb/cli_samr.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter                        2000-2001,     Copyright (C) Andrew Tridgell              1992-1997,2000, diff --git a/source3/libsmb/cli_spoolss.c b/source3/libsmb/cli_spoolss.c index b828640c3b..1bc71c9718 100644 --- a/source3/libsmb/cli_spoolss.c +++ b/source3/libsmb/cli_spoolss.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Gerald Carter                2001, diff --git a/source3/libsmb/cli_srvsvc.c b/source3/libsmb/cli_srvsvc.c index c9bd464362..297ca1e8e0 100644 --- a/source3/libsmb/cli_srvsvc.c +++ b/source3/libsmb/cli_srvsvc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1994-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c index 86ff6b5c92..b7828f4993 100644 --- a/source3/libsmb/cliconnect.c +++ b/source3/libsmb/cliconnect.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client connect/disconnect routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index 1dffe67968..0b07bc2c99 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client dgram calls     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Richard Sharpe 2001 diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index 50f9a7dc81..7d6258b24a 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB client generic functions     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clierror.c b/source3/libsmb/clierror.c index 637f362ae8..89550d18ed 100644 --- a/source3/libsmb/clierror.c +++ b/source3/libsmb/clierror.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client error handling routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 4b7c173a63..71b3f44b0d 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client file operations     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Jeremy Allison 2001-2002 diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index cc77c08d26..685c4a25e0 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     simple kerberos5 routines for active directory     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c index 0c80044b68..8b28e05a47 100644 --- a/source3/libsmb/clilist.c +++ b/source3/libsmb/clilist.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client directory list routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/climessage.c b/source3/libsmb/climessage.c index 5ded79de96..1587e6f4cd 100644 --- a/source3/libsmb/climessage.c +++ b/source3/libsmb/climessage.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client message handling routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c index dca0e96cb4..0ffeb1926b 100644 --- a/source3/libsmb/clioplock.c +++ b/source3/libsmb/clioplock.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     SMB client oplock functions     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/libsmb/cliprint.c b/source3/libsmb/cliprint.c index 57e2c049d8..92fbf02e91 100644 --- a/source3/libsmb/cliprint.c +++ b/source3/libsmb/cliprint.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client print routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clirap.c b/source3/libsmb/clirap.c index 4484b61381..42f1f652eb 100644 --- a/source3/libsmb/clirap.c +++ b/source3/libsmb/clirap.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client RAP calls     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clirap2.c b/source3/libsmb/clirap2.c index 2fde0c70e5..00cd4b15f3 100644 --- a/source3/libsmb/clirap2.c +++ b/source3/libsmb/clirap2.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     More client RAP (SMB Remote Procedure Calls) functions     Copyright (C) 2001 Steve French (sfrench@us.ibm.com)     Copyright (C) 2001 Jim McDonough (jmcd@us.ibm.com) diff --git a/source3/libsmb/clireadwrite.c b/source3/libsmb/clireadwrite.c index 93333bff95..627bab88a5 100644 --- a/source3/libsmb/clireadwrite.c +++ b/source3/libsmb/clireadwrite.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client file read/write routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/clisecdesc.c b/source3/libsmb/clisecdesc.c index 0e0884b843..5de67b1e05 100644 --- a/source3/libsmb/clisecdesc.c +++ b/source3/libsmb/clisecdesc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client security descriptor functions     Copyright (C) Andrew Tridgell 2000 diff --git a/source3/libsmb/clispnego.c b/source3/libsmb/clispnego.c index 035b47b417..a962953b90 100644 --- a/source3/libsmb/clispnego.c +++ b/source3/libsmb/clispnego.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     simple kerberos5/SPNEGO routines     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/libsmb/clistr.c b/source3/libsmb/clistr.c index baec3e5da8..3c9964368e 100644 --- a/source3/libsmb/clistr.c +++ b/source3/libsmb/clistr.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client string routines     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/libsmb/clitrans.c b/source3/libsmb/clitrans.c index 5b53413012..3d862a1796 100644 --- a/source3/libsmb/clitrans.c +++ b/source3/libsmb/clitrans.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     client transaction calls     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/credentials.c b/source3/libsmb/credentials.c index 5f65c13edd..fb874fc1db 100644 --- a/source3/libsmb/credentials.c +++ b/source3/libsmb/credentials.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     code to manipulate domain credentials     Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c index 28b4cb0431..a4a5a8741e 100644 --- a/source3/libsmb/errormap.c +++ b/source3/libsmb/errormap.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 3.0 + *  Unix SMB/CIFS implementation.   *  error mapping functions   *  Copyright (C) Andrew Tridgell 2001   *   diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index 3b6252dd54..67e95d09d7 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/libsmb/libsmbclient.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB client library implementation     Copyright (C) Andrew Tridgell 1998     Copyright (C) Richard Sharpe 2000 diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index d90cd6a7ea..f03ede10cd 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     name query routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/netlogon_unigrp.c b/source3/libsmb/netlogon_unigrp.c index d4063242f6..707baba10b 100644 --- a/source3/libsmb/netlogon_unigrp.c +++ b/source3/libsmb/netlogon_unigrp.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Universal groups helpers     Copyright (C) Alexander Bokovoy                    2002.     Copyright (C) Andrew Bartlett                      2002. diff --git a/source3/libsmb/nmblib.c b/source3/libsmb/nmblib.c index 0061a4b977..0d14461547 100644 --- a/source3/libsmb/nmblib.c +++ b/source3/libsmb/nmblib.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios library routines     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c index f4d64653e4..4d13caba91 100644 --- a/source3/libsmb/nterr.c +++ b/source3/libsmb/nterr.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Luke Kenneth Casson Leighton 1997-2001.   *   diff --git a/source3/libsmb/passchange.c b/source3/libsmb/passchange.c index 335d9a7d1a..b96bdc95a1 100644 --- a/source3/libsmb/passchange.c +++ b/source3/libsmb/passchange.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB client password change routine     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/libsmb/pwd_cache.c b/source3/libsmb/pwd_cache.c index 9404588223..7d1185d9a7 100644 --- a/source3/libsmb/pwd_cache.c +++ b/source3/libsmb/pwd_cache.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Password cacheing.  obfuscation is planned     Copyright (C) Luke Kenneth Casson Leighton 1996-1998 diff --git a/source3/libsmb/smbdes.c b/source3/libsmb/smbdes.c index 866fc0c7e0..dd50feb44d 100644 --- a/source3/libsmb/smbdes.c +++ b/source3/libsmb/smbdes.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     a partial implementation of DES designed for use in the      SMB authentication protocol diff --git a/source3/libsmb/smbencrypt.c b/source3/libsmb/smbencrypt.c index b0fecd1c19..6fa8de418a 100644 --- a/source3/libsmb/smbencrypt.c +++ b/source3/libsmb/smbencrypt.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB parameters and setup     Copyright (C) Andrew Tridgell 1992-1998     Modified by Jeremy Allison 1995. diff --git a/source3/libsmb/smberr.c b/source3/libsmb/smberr.c index 3ef4eaf989..757629a2d5 100644 --- a/source3/libsmb/smberr.c +++ b/source3/libsmb/smberr.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Copyright (C) Andrew Tridgell 1998     This program is free software; you can redistribute it and/or modify diff --git a/source3/libsmb/trust_passwd.c b/source3/libsmb/trust_passwd.c index c096a1354d..069be7f15e 100644 --- a/source3/libsmb/trust_passwd.c +++ b/source3/libsmb/trust_passwd.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 3.0 + *  Unix SMB/CIFS implementation.   *  Routines to change trust account passwords.   *  Copyright (C) Andrew Bartlett                   2001.   * diff --git a/source3/libsmb/unexpected.c b/source3/libsmb/unexpected.c index b77e7490a0..f74a05f75f 100644 --- a/source3/libsmb/unexpected.c +++ b/source3/libsmb/unexpected.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     handle unexpected packets     Copyright (C) Andrew Tridgell 2000 diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index cbf98c46a5..2131919674 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     byte range locking code     Updated to handle range splits/merges. diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 8aace93503..97366a1f9b 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Locking functions     Copyright (C) Andrew Tridgell 1992-2000     Copyright (C) Jeremy Allison 1992-2000 diff --git a/source3/locking/posix.c b/source3/locking/posix.c index 8b3538d8ca..f7a8cd3d39 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Locking functions     Copyright (C) Jeremy Allison 1992-2000 diff --git a/source3/msdfs/msdfs.c b/source3/msdfs/msdfs.c index f2915606e8..5ddf7f84f8 100644 --- a/source3/msdfs/msdfs.c +++ b/source3/msdfs/msdfs.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     MSDfs services for Samba     Copyright (C) Shirish Kalele 2000 diff --git a/source3/nmbd/asyncdns.c b/source3/nmbd/asyncdns.c index 5ae2eb202d..c5ff718836 100644 --- a/source3/nmbd/asyncdns.c +++ b/source3/nmbd/asyncdns.c @@ -1,5 +1,5 @@  /* -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     a async DNS handler     Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index a7abdc5da0..9ed8dd92b6 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -1,5 +1,5 @@  /* -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/nmbd/nmbd_become_dmb.c b/source3/nmbd/nmbd_become_dmb.c index d62607a643..7f4a7a2144 100644 --- a/source3/nmbd/nmbd_become_dmb.c +++ b/source3/nmbd/nmbd_become_dmb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_become_lmb.c b/source3/nmbd/nmbd_become_lmb.c index 52955d9bfc..3e0884567e 100644 --- a/source3/nmbd/nmbd_become_lmb.c +++ b/source3/nmbd/nmbd_become_lmb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_browserdb.c b/source3/nmbd/nmbd_browserdb.c index cbf871a700..a4ef98e265 100644 --- a/source3/nmbd/nmbd_browserdb.c +++ b/source3/nmbd/nmbd_browserdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_browsesync.c b/source3/nmbd/nmbd_browsesync.c index 40e04e7ecb..5dcc8cce19 100644 --- a/source3/nmbd/nmbd_browsesync.c +++ b/source3/nmbd/nmbd_browsesync.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_elections.c b/source3/nmbd/nmbd_elections.c index ae22518495..acff7a72e8 100644 --- a/source3/nmbd/nmbd_elections.c +++ b/source3/nmbd/nmbd_elections.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_incomingdgrams.c b/source3/nmbd/nmbd_incomingdgrams.c index d10e6ec0b0..261200b4c5 100644 --- a/source3/nmbd/nmbd_incomingdgrams.c +++ b/source3/nmbd/nmbd_incomingdgrams.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_incomingrequests.c b/source3/nmbd/nmbd_incomingrequests.c index 81e6bb9629..3f2b921074 100644 --- a/source3/nmbd/nmbd_incomingrequests.c +++ b/source3/nmbd/nmbd_incomingrequests.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_lmhosts.c b/source3/nmbd/nmbd_lmhosts.c index 4d819b41e9..3c067d8ed4 100644 --- a/source3/nmbd/nmbd_lmhosts.c +++ b/source3/nmbd/nmbd_lmhosts.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Jeremy Allison 1994-1998 diff --git a/source3/nmbd/nmbd_logonnames.c b/source3/nmbd/nmbd_logonnames.c index 52340f1f31..1406515d6b 100644 --- a/source3/nmbd/nmbd_logonnames.c +++ b/source3/nmbd/nmbd_logonnames.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_mynames.c b/source3/nmbd/nmbd_mynames.c index b1b3f48b62..a3311fec47 100644 --- a/source3/nmbd/nmbd_mynames.c +++ b/source3/nmbd/nmbd_mynames.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_namelistdb.c b/source3/nmbd/nmbd_namelistdb.c index fba56ef49f..68b44d618f 100644 --- a/source3/nmbd/nmbd_namelistdb.c +++ b/source3/nmbd/nmbd_namelistdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_namequery.c b/source3/nmbd/nmbd_namequery.c index 9d2a7a4895..aeb9984180 100644 --- a/source3/nmbd/nmbd_namequery.c +++ b/source3/nmbd/nmbd_namequery.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_nameregister.c b/source3/nmbd/nmbd_nameregister.c index c3361cec60..cbc72fe2a9 100644 --- a/source3/nmbd/nmbd_nameregister.c +++ b/source3/nmbd/nmbd_nameregister.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_namerelease.c b/source3/nmbd/nmbd_namerelease.c index 30a9d16561..fd35181f33 100644 --- a/source3/nmbd/nmbd_namerelease.c +++ b/source3/nmbd/nmbd_namerelease.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_nodestatus.c b/source3/nmbd/nmbd_nodestatus.c index eeb532d410..993e4d9d17 100644 --- a/source3/nmbd/nmbd_nodestatus.c +++ b/source3/nmbd/nmbd_nodestatus.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c index a81da0ca9b..6e5487ae44 100644 --- a/source3/nmbd/nmbd_packets.c +++ b/source3/nmbd/nmbd_packets.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index b348250f86..23e4f935ca 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_responserecordsdb.c b/source3/nmbd/nmbd_responserecordsdb.c index 63601ff26c..a2da5ddf4a 100644 --- a/source3/nmbd/nmbd_responserecordsdb.c +++ b/source3/nmbd/nmbd_responserecordsdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios library routines     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_sendannounce.c b/source3/nmbd/nmbd_sendannounce.c index ee3b3d110f..d4a7070042 100644 --- a/source3/nmbd/nmbd_sendannounce.c +++ b/source3/nmbd/nmbd_sendannounce.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_serverlistdb.c b/source3/nmbd/nmbd_serverlistdb.c index fd1d8e51ba..a315d80afe 100644 --- a/source3/nmbd/nmbd_serverlistdb.c +++ b/source3/nmbd/nmbd_serverlistdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_subnetdb.c b/source3/nmbd/nmbd_subnetdb.c index 3b450f6712..6c6e7adbb8 100644 --- a/source3/nmbd/nmbd_subnetdb.c +++ b/source3/nmbd/nmbd_subnetdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c index f6d1165e57..bf03d4d1cf 100644 --- a/source3/nmbd/nmbd_synclists.c +++ b/source3/nmbd/nmbd_synclists.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nmbd/nmbd_winsproxy.c b/source3/nmbd/nmbd_winsproxy.c index 8410228958..2e65ebb612 100644 --- a/source3/nmbd/nmbd_winsproxy.c +++ b/source3/nmbd/nmbd_winsproxy.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Jeremy Allison 1994-1998 diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c index d732da62cf..d274f6d3d3 100644 --- a/source3/nmbd/nmbd_winsserver.c +++ b/source3/nmbd/nmbd_winsserver.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Jeremy Allison 1994-1998 diff --git a/source3/nmbd/nmbd_workgroupdb.c b/source3/nmbd/nmbd_workgroupdb.c index 4551eaf46b..d1cfc24a31 100644 --- a/source3/nmbd/nmbd_workgroupdb.c +++ b/source3/nmbd/nmbd_workgroupdb.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT netbios routines and daemon - version 2     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) Luke Kenneth Casson Leighton 1994-1998 diff --git a/source3/nsswitch/hp_nss_common.h b/source3/nsswitch/hp_nss_common.h index 5cbccc934b..5f39e9abb0 100644 --- a/source3/nsswitch/hp_nss_common.h +++ b/source3/nsswitch/hp_nss_common.h @@ -2,8 +2,7 @@  #define _HP_NSS_COMMON_H  /* -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     Donated by HP to enable Winbindd to build on HPUX 11.x.     Copyright (C) Jeremy Allison 2002. diff --git a/source3/nsswitch/hp_nss_dbdefs.h b/source3/nsswitch/hp_nss_dbdefs.h index c695127735..bd24772e33 100644 --- a/source3/nsswitch/hp_nss_dbdefs.h +++ b/source3/nsswitch/hp_nss_dbdefs.h @@ -2,8 +2,7 @@  #define _HP_NSS_DBDEFS_H  /* -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     Donated by HP to enable Winbindd to build on HPUX 11.x.     Copyright (C) Jeremy Allison 2002. diff --git a/source3/nsswitch/nss.h b/source3/nsswitch/nss.h index 6165e0b24a..e021b013b5 100644 --- a/source3/nsswitch/nss.h +++ b/source3/nsswitch/nss.h @@ -1,8 +1,7 @@  #ifndef _NSSWITCH_NSS_H  #define _NSSWITCH_NSS_H  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     a common place to work out how to define NSS_STATUS on various     platforms diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c index 87c16f959a..53550ca353 100644 --- a/source3/nsswitch/wb_client.c +++ b/source3/nsswitch/wb_client.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     winbind client code diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index 58b18ec458..6a2143f8f0 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/nsswitch/wb_common.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     winbind client common code diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index d2f923b9a4..5a46f7d56e 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind status program. diff --git a/source3/nsswitch/winbind_nss.c b/source3/nsswitch/winbind_nss.c index 0b63941561..8d33cd9b2f 100644 --- a/source3/nsswitch/winbind_nss.c +++ b/source3/nsswitch/winbind_nss.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Windows NT Domain nsswitch module diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h index 88561ee808..0de63878be 100644 --- a/source3/nsswitch/winbind_nss_config.h +++ b/source3/nsswitch/winbind_nss_config.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon for ntdom nss module diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 7c87d438bd..fe6c331187 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Winbind daemon for ntdom nss module diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index a8b9980be3..064c3160ae 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon for ntdom nss module diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c index 168ee8847d..14f5cac465 100644 --- a/source3/nsswitch/winbindd_ads.c +++ b/source3/nsswitch/winbindd_ads.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Winbind ADS backend functions diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 70b730e0b9..728d363682 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Winbind cache backend functions diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 87bb5f9079..c1b5b27af8 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Winbind daemon connection manager diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index 2412b12d71..1818d992b7 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2. +   Unix SMB/CIFS implementation.     Winbind daemon for ntdom nss module diff --git a/source3/nsswitch/winbindd_idmap.c b/source3/nsswitch/winbindd_idmap.c index 06d442c565..3a8269f853 100644 --- a/source3/nsswitch/winbindd_idmap.c +++ b/source3/nsswitch/winbindd_idmap.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon - user related function diff --git a/source3/nsswitch/winbindd_misc.c b/source3/nsswitch/winbindd_misc.c index 64eaea3153..448af3ac95 100644 --- a/source3/nsswitch/winbindd_misc.c +++ b/source3/nsswitch/winbindd_misc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon - miscellaneous other functions diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index 5ab4f4d7c5..76a2406ae9 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon for ntdom nss module diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index ce619ca3d8..4b9782ab84 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Winbind daemon - pam auth funcions diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c index 67fcd5de66..2057a85fa3 100644 --- a/source3/nsswitch/winbindd_rpc.c +++ b/source3/nsswitch/winbindd_rpc.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Winbind rpc backend functions diff --git a/source3/nsswitch/winbindd_sid.c b/source3/nsswitch/winbindd_sid.c index 5c225703ba..8153b3a3a5 100644 --- a/source3/nsswitch/winbindd_sid.c +++ b/source3/nsswitch/winbindd_sid.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon - sid related functions diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 222c844024..d89717ad47 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     Winbind daemon - user related functions diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index a06091d6a2..48c756712d 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Winbind daemon for ntdom nss module diff --git a/source3/nsswitch/winbindd_wins.c b/source3/nsswitch/winbindd_wins.c index c568a3439e..0aab4ddd65 100644 --- a/source3/nsswitch/winbindd_wins.c +++ b/source3/nsswitch/winbindd_wins.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     Winbind daemon - WINS related functions diff --git a/source3/nsswitch/wins.c b/source3/nsswitch/wins.c index 8f34222bbf..2133f817d1 100644 --- a/source3/nsswitch/wins.c +++ b/source3/nsswitch/wins.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     a WINS nsswitch module      Copyright (C) Andrew Tridgell 1999 diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 6bc1d9a14e..a44b788a5d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Parameter loading functions     Copyright (C) Karl Auer 1993-1998 diff --git a/source3/passdb/machine_sid.c b/source3/passdb/machine_sid.c index 859f00b4c6..593cc94f40 100644 --- a/source3/passdb/machine_sid.c +++ b/source3/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/source3/passdb/passdb.c b/source3/passdb/passdb.c index fa3115d96e..e1f4958b94 100644 --- a/source3/passdb/passdb.c +++ b/source3/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/source3/passdb/passgrp.c b/source3/passdb/passgrp.c index 55a71e94a2..d7ed965648 100644 --- a/source3/passdb/passgrp.c +++ b/source3/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/source3/passdb/pdb_get_set.c b/source3/passdb/pdb_get_set.c index ead973792e..5886d29c67 100644 --- a/source3/passdb/pdb_get_set.c +++ b/source3/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/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index 5264c0d060..13d483fc25 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/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/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index b8ec37814d..1eac57b826 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/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/source3/passdb/pdb_nisplus.c b/source3/passdb/pdb_nisplus.c index 3659f169b8..8c6df1adc8 100644 --- a/source3/passdb/pdb_nisplus.c +++ b/source3/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/source3/passdb/pdb_smbpasswd.c b/source3/passdb/pdb_smbpasswd.c index 8199816234..d895600e8e 100644 --- a/source3/passdb/pdb_smbpasswd.c +++ b/source3/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/source3/passdb/pdb_tdb.c b/source3/passdb/pdb_tdb.c index 1237408840..9b7f99bbc8 100644 --- a/source3/passdb/pdb_tdb.c +++ b/source3/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/source3/passdb/secrets.c b/source3/passdb/secrets.c index a8c942bb8c..89f67cb5b7 100644 --- a/source3/passdb/secrets.c +++ b/source3/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 diff --git a/source3/printing/load.c b/source3/printing/load.c index ae76229d77..ed967fb0a7 100644 --- a/source3/printing/load.c +++ b/source3/printing/load.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     load printer lists     Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/printing/lpq_parse.c b/source3/printing/lpq_parse.c index 12f12fd33c..ddad82e1b9 100644 --- a/source3/printing/lpq_parse.c +++ b/source3/printing/lpq_parse.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     lpq parsing routines     Copyright (C) Andrew Tridgell 2000 diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 86802fc81b..14d746a50d 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -1,6 +1,5 @@  /* - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Jean François Micouleau      1998-2000. diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c index b10dbba9c5..920c6f354e 100644 --- a/source3/printing/pcap.c +++ b/source3/printing/pcap.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     printcap parsing     Copyright (C) Karl Auer 1993-1998 diff --git a/source3/printing/print_generic.c b/source3/printing/print_generic.c index 87031df849..c570ee3069 100644 --- a/source3/printing/print_generic.c +++ b/source3/printing/print_generic.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     printing command routines     Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/printing/printfsp.c b/source3/printing/printfsp.c index ea50f43d2e..2560e1c2fe 100644 --- a/source3/printing/printfsp.c +++ b/source3/printing/printfsp.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     printing backend routines for smbd - using files_struct rather     than only snum     Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 339ca721c6..10466cd5f2 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     printing backend routines     Copyright (C) Andrew Tridgell 1992-2000 diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 555fe7de5a..595593c6f0 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     store smbd profiling information in shared memory     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/rpc_client/cli_login.c b/source3/rpc_client/cli_login.c index be32533541..7b5bf90c5d 100644 --- a/source3/rpc_client/cli_login.c +++ b/source3/rpc_client/cli_login.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1994-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index 8a2d8e28cc..5b59e5b543 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 63abbc1c56..a7049f78df 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1998,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1998, diff --git a/source3/rpc_client/cli_reg.c b/source3/rpc_client/cli_reg.c index cc433ab566..64fd908314 100644 --- a/source3/rpc_client/cli_reg.c +++ b/source3/rpc_client/cli_reg.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1998,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1998, diff --git a/source3/rpc_client/cli_samr.c b/source3/rpc_client/cli_samr.c index ff8a3a3a67..7b47cf425d 100644 --- a/source3/rpc_client/cli_samr.c +++ b/source3/rpc_client/cli_samr.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1994-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/rpc_client/cli_spoolss.c b/source3/rpc_client/cli_spoolss.c index 39655519f9..55becc1982 100644 --- a/source3/rpc_client/cli_spoolss.c +++ b/source3/rpc_client/cli_spoolss.c @@ -1,6 +1,5 @@  /* - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/rpc_client/cli_spoolss_notify.c b/source3/rpc_client/cli_spoolss_notify.c index 2f89e200d2..13cdf8bafa 100644 --- a/source3/rpc_client/cli_spoolss_notify.c +++ b/source3/rpc_client/cli_spoolss_notify.c @@ -1,6 +1,5 @@  /* - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Jean Francois Micouleau      1998-2000, diff --git a/source3/rpc_client/cli_srvsvc.c b/source3/rpc_client/cli_srvsvc.c index 50f2eeb158..641fb4250d 100644 --- a/source3/rpc_client/cli_srvsvc.c +++ b/source3/rpc_client/cli_srvsvc.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_client/cli_wkssvc.c b/source3/rpc_client/cli_wkssvc.c index 745542e651..0dd5ba5bcd 100644 --- a/source3/rpc_client/cli_wkssvc.c +++ b/source3/rpc_client/cli_wkssvc.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_client/msrpc_spoolss.c b/source3/rpc_client/msrpc_spoolss.c index 3baec6c569..02a5694e8b 100644 --- a/source3/rpc_client/msrpc_spoolss.c +++ b/source3/rpc_client/msrpc_spoolss.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell              1994-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/rpc_client/ntclienttrust.c b/source3/rpc_client/ntclienttrust.c index 9518c6a485..284fd491f8 100644 --- a/source3/rpc_client/ntclienttrust.c +++ b/source3/rpc_client/ntclienttrust.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1994-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/rpc_parse/parse_dfs.c b/source3/rpc_parse/parse_dfs.c index a152e3528e..6c83963d7a 100644 --- a/source3/rpc_parse/parse_dfs.c +++ b/source3/rpc_parse/parse_dfs.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  MSDfs RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/rpc_parse/parse_lsa.c b/source3/rpc_parse/parse_lsa.c index a70d1e98a9..fd82325be7 100644 --- a/source3/rpc_parse/parse_lsa.c +++ b/source3/rpc_parse/parse_lsa.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_parse/parse_misc.c b/source3/rpc_parse/parse_misc.c index d2e2e3cf26..b716231569 100644 --- a/source3/rpc_parse/parse_misc.c +++ b/source3/rpc_parse/parse_misc.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c index 28fb175bb7..5865bd9f9b 100644 --- a/source3/rpc_parse/parse_net.c +++ b/source3/rpc_parse/parse_net.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_parse/parse_prs.c b/source3/rpc_parse/parse_prs.c index 725e2e01a5..2deefd362a 100644 --- a/source3/rpc_parse/parse_prs.c +++ b/source3/rpc_parse/parse_prs.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Samba memory buffer functions     Copyright (C) Andrew Tridgell              1992-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c index 181a385592..1b8d1cd5c8 100644 --- a/source3/rpc_parse/parse_reg.c +++ b/source3/rpc_parse/parse_reg.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_parse/parse_rpc.c b/source3/rpc_parse/parse_rpc.c index f4a84adee3..ee15d7cded 100644 --- a/source3/rpc_parse/parse_rpc.c +++ b/source3/rpc_parse/parse_rpc.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index f207d32e55..41a12c6b77 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/rpc_parse/parse_sec.c b/source3/rpc_parse/parse_sec.c index 0e6f9e2879..8237ccf95d 100644 --- a/source3/rpc_parse/parse_sec.c +++ b/source3/rpc_parse/parse_sec.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1998,   *  Copyright (C) Jeremy R. Allison            1995-1998 diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c index c7e6f97a5d..aa5981f7e9 100644 --- a/source3/rpc_parse/parse_spoolss.c +++ b/source3/rpc_parse/parse_spoolss.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/rpc_parse/parse_srv.c b/source3/rpc_parse/parse_srv.c index fa52b24495..c440309559 100644 --- a/source3/rpc_parse/parse_srv.c +++ b/source3/rpc_parse/parse_srv.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_parse/parse_wks.c b/source3/rpc_parse/parse_wks.c index ecd4a201ae..3846c2e3b6 100644 --- a/source3/rpc_parse/parse_wks.c +++ b/source3/rpc_parse/parse_wks.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_dfs.c b/source3/rpc_server/srv_dfs.c index 00a0f58df5..4351fd088e 100644 --- a/source3/rpc_server/srv_dfs.c +++ b/source3/rpc_server/srv_dfs.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines for Dfs   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_dfs_nt.c b/source3/rpc_server/srv_dfs_nt.c index e62334c377..4db6c61a3c 100644 --- a/source3/rpc_server/srv_dfs_nt.c +++ b/source3/rpc_server/srv_dfs_nt.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines for Dfs   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_lsa.c b/source3/rpc_server/srv_lsa.c index b05fb972be..fcd4be0212 100644 --- a/source3/rpc_server/srv_lsa.c +++ b/source3/rpc_server/srv_lsa.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_lsa_hnd.c b/source3/rpc_server/srv_lsa_hnd.c index 65f43c82e2..0e06a04177 100644 --- a/source3/rpc_server/srv_lsa_hnd.c +++ b/source3/rpc_server/srv_lsa_hnd.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_lsa_nt.c b/source3/rpc_server/srv_lsa_nt.c index 412d0e775e..97361cab4c 100644 --- a/source3/rpc_server/srv_lsa_nt.c +++ b/source3/rpc_server/srv_lsa_nt.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_netlog.c b/source3/rpc_server/srv_netlog.c index 06e2f75ead..dfd270ff7d 100644 --- a/source3/rpc_server/srv_netlog.c +++ b/source3/rpc_server/srv_netlog.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c index 7a1c69fb25..d382f12fcf 100644 --- a/source3/rpc_server/srv_netlog_nt.c +++ b/source3/rpc_server/srv_netlog_nt.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c index 45e5567d1b..70574b4cdd 100644 --- a/source3/rpc_server/srv_pipe.c +++ b/source3/rpc_server/srv_pipe.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1998   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1998, diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c index a0afa0e548..07dc2210c1 100644 --- a/source3/rpc_server/srv_pipe_hnd.c +++ b/source3/rpc_server/srv_pipe_hnd.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1998,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1998, diff --git a/source3/rpc_server/srv_reg.c b/source3/rpc_server/srv_reg.c index 1280dc4aa9..569f3fb8b1 100644 --- a/source3/rpc_server/srv_reg.c +++ b/source3/rpc_server/srv_reg.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_reg_nt.c b/source3/rpc_server/srv_reg_nt.c index ad47fe2d4e..adedd4a8fa 100644 --- a/source3/rpc_server/srv_reg_nt.c +++ b/source3/rpc_server/srv_reg_nt.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_samr.c b/source3/rpc_server/srv_samr.c index 35fc5dd904..c555305bce 100644 --- a/source3/rpc_server/srv_samr.c +++ b/source3/rpc_server/srv_samr.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_samr_nt.c b/source3/rpc_server/srv_samr_nt.c index bd75eceb6b..552623306f 100644 --- a/source3/rpc_server/srv_samr_nt.c +++ b/source3/rpc_server/srv_samr_nt.c @@ -1,6 +1,5 @@  /* - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_spoolss.c b/source3/rpc_server/srv_spoolss.c index e71bcd36a9..3f3c6039c9 100755 --- a/source3/rpc_server/srv_spoolss.c +++ b/source3/rpc_server/srv_spoolss.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index 02f7085119..bba7c54b81 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -1,6 +1,5 @@  /* - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-2000, diff --git a/source3/rpc_server/srv_srvsvc.c b/source3/rpc_server/srv_srvsvc.c index 35bacc3458..ee4ec8aa0a 100644 --- a/source3/rpc_server/srv_srvsvc.c +++ b/source3/rpc_server/srv_srvsvc.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_srvsvc_nt.c b/source3/rpc_server/srv_srvsvc_nt.c index 67442a7761..148bcb4d1e 100644 --- a/source3/rpc_server/srv_srvsvc_nt.c +++ b/source3/rpc_server/srv_srvsvc_nt.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_util.c b/source3/rpc_server/srv_util.c index 1788512db7..53bbebb95e 100644 --- a/source3/rpc_server/srv_util.c +++ b/source3/rpc_server/srv_util.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1998   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1998, diff --git a/source3/rpc_server/srv_wkssvc.c b/source3/rpc_server/srv_wkssvc.c index 3661824da1..8eb5b3002e 100644 --- a/source3/rpc_server/srv_wkssvc.c +++ b/source3/rpc_server/srv_wkssvc.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpc_server/srv_wkssvc_nt.c b/source3/rpc_server/srv_wkssvc_nt.c index f618531b5f..637c95af69 100644 --- a/source3/rpc_server/srv_wkssvc_nt.c +++ b/source3/rpc_server/srv_wkssvc_nt.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/rpcclient/cmd_dfs.c b/source3/rpcclient/cmd_dfs.c index 78f68dcc86..8a3c3e9db3 100644 --- a/source3/rpcclient/cmd_dfs.c +++ b/source3/rpcclient/cmd_dfs.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter 2000 diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index 1b733d25c3..99f1fbc3ce 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter 2000 diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index e98573da0c..4d67cba1b5 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter 2000 diff --git a/source3/rpcclient/cmd_reg.c b/source3/rpcclient/cmd_reg.c index 787cd4f553..c089917f9b 100644 --- a/source3/rpcclient/cmd_reg.c +++ b/source3/rpcclient/cmd_reg.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1994-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 80f212a209..ee46fc64a5 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Andrew Tridgell              1992-2000, diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index f0e6af9822..45a553beb2 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/rpcclient/cmd_spoolss.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Gerald Carter                     2001 diff --git a/source3/rpcclient/cmd_srvsvc.c b/source3/rpcclient/cmd_srvsvc.c index f4ff11adf1..6fbd152dfb 100644 --- a/source3/rpcclient/cmd_srvsvc.c +++ b/source3/rpcclient/cmd_srvsvc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Andrew Tridgell 1992-1999 diff --git a/source3/rpcclient/cmd_wkssvc.c b/source3/rpcclient/cmd_wkssvc.c index 52c110dbd5..79acf35943 100644 --- a/source3/rpcclient/cmd_wkssvc.c +++ b/source3/rpcclient/cmd_wkssvc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NT Domain Authentication SMB / MSRPC client     Copyright (C) Andrew Tridgell 1994-1997     Copyright (C) Luke Kenneth Casson Leighton 1996-1997 diff --git a/source3/rpcclient/display.c b/source3/rpcclient/display.c index 345ed7d49a..d03465206e 100644 --- a/source3/rpcclient/display.c +++ b/source3/rpcclient/display.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 Casson Leighton 1996 - 1998 diff --git a/source3/rpcclient/display_sec.c b/source3/rpcclient/display_sec.c index 277d26f1cf..9d54fe2235 100644 --- a/source3/rpcclient/display_sec.c +++ b/source3/rpcclient/display_sec.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Samba utility functions     Copyright (C) Andrew Tridgell 1992-1999     Copyright (C) Luke Kenneth Casson Leighton 1996 - 1999 diff --git a/source3/rpcclient/display_spool.c b/source3/rpcclient/display_spool.c index cdca0c393d..b4baf570f1 100644 --- a/source3/rpcclient/display_spool.c +++ b/source3/rpcclient/display_spool.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Samba utility functions     Copyright (C) Andrew Tridgell 1992-1999     Copyright (C) Luke Kenneth Casson Leighton 1996 - 1999 diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 79ab44513d..47a36b6dda 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter 2000-2001 diff --git a/source3/rpcclient/rpcclient.h b/source3/rpcclient/rpcclient.h index 588d10b3e6..72491373d6 100644 --- a/source3/rpcclient/rpcclient.h +++ b/source3/rpcclient/rpcclient.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter 2000 diff --git a/source3/rpcclient/samsync.c b/source3/rpcclient/samsync.c index 532517f2ef..3a0bc2d6f6 100644 --- a/source3/rpcclient/samsync.c +++ b/source3/rpcclient/samsync.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     RPC pipe client     Copyright (C) Tim Potter 2001 diff --git a/source3/rpcclient/spoolss_cmds.c b/source3/rpcclient/spoolss_cmds.c index b010aa4874..1c99911900 100644 --- a/source3/rpcclient/spoolss_cmds.c +++ b/source3/rpcclient/spoolss_cmds.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB client     Copyright (C) Andrew Tridgell              1994-2000     Copyright (C) Luke Kenneth Casson Leighton 1996-2000 diff --git a/source3/smbd/blocking.c b/source3/smbd/blocking.c index 0d2a99b3f0..024e5b9f66 100644 --- a/source3/smbd/blocking.c +++ b/source3/smbd/blocking.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Blocking Locking functions     Copyright (C) Jeremy Allison 1998 diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c index 9e55a29744..1d18f534b1 100644 --- a/source3/smbd/build_options.c +++ b/source3/smbd/build_options.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2 +   Unix SMB/CIFS implementation.     Build Options for Samba Suite     Copyright (C) Vance Lankhaar <vlankhaar@hotmail.com> 2001     Copyright (C) Andrew Bartlett <abartlet@samba.org> 2001 diff --git a/source3/smbd/change_trust_pw.c b/source3/smbd/change_trust_pw.c index 8a16793843..0d80d5718f 100644 --- a/source3/smbd/change_trust_pw.c +++ b/source3/smbd/change_trust_pw.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 3.0 + *  Unix SMB/CIFS implementation.   *  Periodic Trust account password changing.   *  Copyright (C) Andrew Tridgell              1992-1997,   *  Copyright (C) Luke Kenneth Casson Leighton 1996-1997, diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 9a30838cac..eed535cf11 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.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/smbd/close.c b/source3/smbd/close.c index b6b619dd8a..79b627e924 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     file closing     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/conn.c b/source3/smbd/conn.c index f9d0ffc9bd..55b2d28272 100644 --- a/source3/smbd/conn.c +++ b/source3/smbd/conn.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Manage connections_struct structures     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c index da904e0a04..c9815dbf8c 100644 --- a/source3/smbd/connection.c +++ b/source3/smbd/connection.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     connection claim routines     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index 51f0614941..71b3f2bf77 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     functions to calculate the free disk space     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index faf5bca52d..2b2683caa5 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Directory handling routines     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c index 0f15ef25c2..6750649eff 100644 --- a/source3/smbd/dosmode.c +++ b/source3/smbd/dosmode.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     dos mode handling functions     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/error.c b/source3/smbd/error.c index fc26aa4ded..6b3b73aa87 100644 --- a/source3/smbd/error.c +++ b/source3/smbd/error.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     error packet handling     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/fileio.c b/source3/smbd/fileio.c index ba60690383..2aafd14c99 100644 --- a/source3/smbd/fileio.c +++ b/source3/smbd/fileio.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     read/write to a files_struct     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index f098950c44..3053e8a1d8 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     filename handling routines     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) Jeremy Allison 1999-200 diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 3935a12442..c055fb54eb 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Files[] structure handling     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbd/groupname.c b/source3/smbd/groupname.c index 7d3dce131a..812488571a 100644 --- a/source3/smbd/groupname.c +++ b/source3/smbd/groupname.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Groupname handling     Copyright (C) Jeremy Allison 1998. diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index f84f3048e9..c2f3b7b2f0 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Inter-process communication and named pipe handling     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index 66e4cd5bf7..128d8bea4a 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Inter-process communication and named pipe handling     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/mangle.c b/source3/smbd/mangle.c index 9587d0ed14..302817efb6 100644 --- a/source3/smbd/mangle.c +++ b/source3/smbd/mangle.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Name mangling with persistent tdb     Copyright (C) Simo Sorce 2001 diff --git a/source3/smbd/message.c b/source3/smbd/message.c index a3625e3716..971834c012 100644 --- a/source3/smbd/message.c +++ b/source3/smbd/message.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB messaging     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c index 04e6eb445b..073edd70db 100644 --- a/source3/smbd/negprot.c +++ b/source3/smbd/negprot.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     negprot reply code     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/noquotas.c b/source3/smbd/noquotas.c index a6951d97fc..85caef57e1 100644 --- a/source3/smbd/noquotas.c +++ b/source3/smbd/noquotas.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     No support for quotas :-).     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c index 52df3558aa..0895ddaf87 100644 --- a/source3/smbd/notify.c +++ b/source3/smbd/notify.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     change notify handling     Copyright (C) Andrew Tridgell 2000     Copyright (C) Jeremy Allison 1994-1998 diff --git a/source3/smbd/notify_hash.c b/source3/smbd/notify_hash.c index 178dcecc82..d8b35462ac 100644 --- a/source3/smbd/notify_hash.c +++ b/source3/smbd/notify_hash.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     change notify handling - hash based implementation     Copyright (C) Jeremy Allison 1994-1998     Copyright (C) Andrew Tridgell 2000 diff --git a/source3/smbd/notify_kernel.c b/source3/smbd/notify_kernel.c index f618700bf0..19ea41e195 100644 --- a/source3/smbd/notify_kernel.c +++ b/source3/smbd/notify_kernel.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     change notify handling - linux kernel based implementation     Copyright (C) Andrew Tridgell 2000 diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 6e03d485d2..694cfb92a3 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB NT transaction handling     Copyright (C) Jeremy Allison 1994-1998 diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 6a6e22353b..915063a5df 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     file opening and share modes     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) Jeremy Allison 2001 diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 844e7d812a..16c7db6645 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2.x +   Unix SMB/CIFS implementation.     oplock processing     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) Jeremy Allison 1998 - 2001 diff --git a/source3/smbd/oplock_irix.c b/source3/smbd/oplock_irix.c index 1052046175..14f6de27c4 100644 --- a/source3/smbd/oplock_irix.c +++ b/source3/smbd/oplock_irix.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 2.x +   Unix SMB/CIFS implementation.     IRIX kernel oplock processing     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/oplock_linux.c b/source3/smbd/oplock_linux.c index 3f22956aa0..d946578380 100644 --- a/source3/smbd/oplock_linux.c +++ b/source3/smbd/oplock_linux.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     kernel oplock processing for Linux     Copyright (C) Andrew Tridgell 2000 diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 27bc15d25a..629157f22d 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.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-1998 diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index 8f6f6f39c4..6c1e6efa73 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Pipe SMB reply routines     Copyright (C) Andrew Tridgell 1992-1998     Copyright (C) Luke Kenneth Casson Leighton 1996-1998 diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 57a4cb1d37..7d2eff8066 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB NT Security Descriptor / Unix permission conversion.     Copyright (C) Jeremy Allison 1994-2000 diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 5eb626db2b..e7a9d0b644 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     process incoming packets - main loop     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/quotas.c b/source3/smbd/quotas.c index 73391e6c0d..39cb8f2432 100644 --- a/source3/smbd/quotas.c +++ b/source3/smbd/quotas.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     support for quotas     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 3233168ffc..c7f805122d 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.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     Copyright (C) Andrew Bartlett      2001 diff --git a/source3/smbd/sec_ctx.c b/source3/smbd/sec_ctx.c index 5802c97f3d..87bf8b1744 100644 --- a/source3/smbd/sec_ctx.c +++ b/source3/smbd/sec_ctx.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     uid/user handling     Copyright (C) Tim Potter 2000 diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 7647f45bea..3b40cb6191 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Main SMB server routines     Copyright (C) Andrew Tridgell		1992-1998     Copyright (C) Martin Pool			2002 diff --git a/source3/smbd/service.c b/source3/smbd/service.c index a9b9a9d4d9..0ae49b7adf 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     service (connection) opening and closing     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/session.c b/source3/smbd/session.c index d483f12d16..c8f77aaa61 100644 --- a/source3/smbd/session.c +++ b/source3/smbd/session.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     session handling for utmp and PAM     Copyright (C) tridge@samba.org 2001     Copyright (C) abartlet@pcug.org.au 2001 diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 0e5830fc24..899c9174b2 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     handle SMBsessionsetup     Copyright (C) Andrew Tridgell 1998-2001     Copyright (C) Andrew Bartlett      2001 diff --git a/source3/smbd/srvstr.c b/source3/smbd/srvstr.c index 3c452653f2..90da422f13 100644 --- a/source3/smbd/srvstr.c +++ b/source3/smbd/srvstr.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     server specific string routines     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/smbd/ssl.c b/source3/smbd/ssl.c index 349ca34f95..7fcb48a954 100644 --- a/source3/smbd/ssl.c +++ b/source3/smbd/ssl.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SSLeay utility functions     Copyright (C) Christian Starkjohann <cs@obdev.at> 1998 diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index 09aa63d56d..93782b9bb0 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     stat cache code     Copyright (C) Andrew Tridgell 1992-2000     Copyright (C) Jeremy Allison 1999-2000 diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 60e03e002d..86c6252297 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB transaction2 handling     Copyright (C) Jeremy Allison 1994-2001 diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c index eb1756008f..3a939e4fce 100644 --- a/source3/smbd/uid.c +++ b/source3/smbd/uid.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     uid/user handling     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/smbd/utmp.c b/source3/smbd/utmp.c index 92e001cd03..6b7b0f3ad1 100644 --- a/source3/smbd/utmp.c +++ b/source3/smbd/utmp.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     utmp routines     Copyright (C) T.D.Lee@durham.ac.uk 1999     Heavily modified by Andrew Bartlett and Tridge, April 2001 diff --git a/source3/smbd/vfs-wrap.c b/source3/smbd/vfs-wrap.c index 48d16bdaaf..50cf42e248 100644 --- a/source3/smbd/vfs-wrap.c +++ b/source3/smbd/vfs-wrap.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Wrap disk only vfs functions to sidestep dodgy compilers.     Copyright (C) Tim Potter 1998 diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index e05b217a14..c0e775268c 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     VFS initialisation and support functions     Copyright (C) Tim Potter 1999 diff --git a/source3/smbwrapper/realcalls.c b/source3/smbwrapper/realcalls.c index aabde7fa87..b64f4a43db 100644 --- a/source3/smbwrapper/realcalls.c +++ b/source3/smbwrapper/realcalls.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper functions for calls that syscall() can't do     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/realcalls.h b/source3/smbwrapper/realcalls.h index 251c267337..6c230dba05 100644 --- a/source3/smbwrapper/realcalls.h +++ b/source3/smbwrapper/realcalls.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     defintions of syscall entries     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/shared.c b/source3/smbwrapper/shared.c index 90accbb503..00dd30b70e 100644 --- a/source3/smbwrapper/shared.c +++ b/source3/smbwrapper/shared.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper functions - shared variables     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/smbsh.c b/source3/smbwrapper/smbsh.c index 694c6dd799..0d705ddcfa 100644 --- a/source3/smbwrapper/smbsh.c +++ b/source3/smbwrapper/smbsh.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper functions - frontend     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c index 047db9bb96..2dd7c4ea6d 100644 --- a/source3/smbwrapper/smbw.c +++ b/source3/smbwrapper/smbw.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper functions     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h index d059b20c78..3f0b1cbb44 100644 --- a/source3/smbwrapper/smbw.h +++ b/source3/smbwrapper/smbw.h @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper functions - definitions     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/smbw_cache.c b/source3/smbwrapper/smbw_cache.c index 13a68e7454..fcb0eda805 100644 --- a/source3/smbwrapper/smbw_cache.c +++ b/source3/smbwrapper/smbw_cache.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper directory functions     Copyright (C) Tim Potter 2000 diff --git a/source3/smbwrapper/smbw_dir.c b/source3/smbwrapper/smbw_dir.c index 6be88e4df3..31d81a1e7e 100644 --- a/source3/smbwrapper/smbw_dir.c +++ b/source3/smbwrapper/smbw_dir.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper directory functions     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/smbw_stat.c b/source3/smbwrapper/smbw_stat.c index 40fb191e02..6c476a8a67 100644 --- a/source3/smbwrapper/smbw_stat.c +++ b/source3/smbwrapper/smbw_stat.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper stat functions     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/smbwrapper/wrapped.c b/source3/smbwrapper/wrapped.c index b8787a00c0..338ee0d5b1 100644 --- a/source3/smbwrapper/wrapped.c +++ b/source3/smbwrapper/wrapped.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     SMB wrapper functions     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/tdb/spinlock.c b/source3/tdb/spinlock.c index 0b2994f8f5..74472854cf 100644 --- a/source3/tdb/spinlock.c +++ b/source3/tdb/spinlock.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba database functions     Copyright (C) Anton Blanchard                   2001 diff --git a/source3/tdb/tdb.c b/source3/tdb/tdb.c index ea39b32dbf..36b90ef6fc 100644 --- a/source3/tdb/tdb.c +++ b/source3/tdb/tdb.c @@ -1,6 +1,5 @@   /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba database functions     Copyright (C) Andrew Tridgell              1999-2000     Copyright (C) Luke Kenneth Casson Leighton      2000 diff --git a/source3/tdb/tdb.h b/source3/tdb/tdb.h index 9335725a2a..523c617bdc 100644 --- a/source3/tdb/tdb.h +++ b/source3/tdb/tdb.h @@ -2,8 +2,7 @@  #define __TDB_H__  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba database functions     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/tdb/tdbdump.c b/source3/tdb/tdbdump.c index ddaff16209..6664213209 100644 --- a/source3/tdb/tdbdump.c +++ b/source3/tdb/tdbdump.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     simple tdb dump util     Copyright (C) Andrew Tridgell              2001 diff --git a/source3/tdb/tdbtool.c b/source3/tdb/tdbtool.c index d1c199849b..caa2940141 100644 --- a/source3/tdb/tdbtool.c +++ b/source3/tdb/tdbtool.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Samba database functions     Copyright (C) Andrew Tridgell              1999-2000     Copyright (C) Paul `Rusty' Russell		   2000 diff --git a/source3/tdb/tdbutil.c b/source3/tdb/tdbutil.c index 5f94633d26..0c816735b7 100644 --- a/source3/tdb/tdbutil.c +++ b/source3/tdb/tdbutil.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     tdb utility functions     Copyright (C) Andrew Tridgell 1992-1998 diff --git a/source3/torture/denytest.c b/source3/torture/denytest.c index a19b034767..9ab495ec0b 100644 --- a/source3/torture/denytest.c +++ b/source3/torture/denytest.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     SMB torture tester - scanning functions     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index 4e5d630f30..0ed8c5f904 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     randomised byte range lock tester     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 175039bd14..3c24cfaa4a 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     byte range lock tester - with local filesystem support     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/torture/masktest.c b/source3/torture/masktest.c index e8c88a9fc1..ee702196d0 100644 --- a/source3/torture/masktest.c +++ b/source3/torture/masktest.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.0 +   Unix SMB/CIFS implementation.     mask_match tester     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/torture/msgtest.c b/source3/torture/msgtest.c index 9f3c083b80..8abb0a20d2 100644 --- a/source3/torture/msgtest.c +++ b/source3/torture/msgtest.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     Copyright (C) Andrew Tridgell 2000     This program is free software; you can redistribute it and/or modify diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c index 4866e52d4e..678f3ab556 100644 --- a/source3/torture/nbio.c +++ b/source3/torture/nbio.c @@ -1,8 +1,7 @@  #define NBDEBUG 0  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB torture tester     Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/torture/nsstest.c b/source3/torture/nsstest.c index f4becf2baf..3aeaa177a1 100644 --- a/source3/torture/nsstest.c +++ b/source3/torture/nsstest.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     nss tester for winbindd     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/torture/rpctorture.c b/source3/torture/rpctorture.c index 6844440fbe..d984ea2842 100644 --- a/source3/torture/rpctorture.c +++ b/source3/torture/rpctorture.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB client     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/torture/scanner.c b/source3/torture/scanner.c index a6025593ff..69c2bfe72f 100644 --- a/source3/torture/scanner.c +++ b/source3/torture/scanner.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     SMB torture tester - scanning functions     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b8160bb035..6ef67224db 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     SMB torture tester     Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/torture/utable.c b/source3/torture/utable.c index a9f3afb3f2..2b5a912062 100644 --- a/source3/torture/utable.c +++ b/source3/torture/utable.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     SMB torture tester - unicode table dumper     Copyright (C) Andrew Tridgell 2001 diff --git a/source3/utils/make_printerdef.c b/source3/utils/make_printerdef.c index 47589984cc..35ecd7f3e9 100644 --- a/source3/utils/make_printerdef.c +++ b/source3/utils/make_printerdef.c @@ -1,6 +1,5 @@   /* -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Create printer definition files.     Copyright (C) Jean-Francois.Micouleau@utc.fr, 10/26/97 - 1998 diff --git a/source3/utils/net.c b/source3/utils/net.c index 81968e6f84..3577b922d3 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     Distributed SMB/CIFS Server Management Utility      Copyright (C) 2001 Steve French  (sfrench@us.ibm.com)     Copyright (C) 2001 Jim McDonough (jmcd@us.ibm.com) diff --git a/source3/utils/net.h b/source3/utils/net.h index 2217458005..048a1d1eb4 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     Distributed SMB/CIFS Server Management Utility      Copyright (C) 2001 Andrew Bartlett (abartlet@samba.org) diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index ae7bf5d446..32cf1aafb8 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     net ads commands     Copyright (C) 2001 Andrew Tridgell (tridge@samba.org)     Copyright (C) 2001 Remus Koos (remuskoos@yahoo.com) diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index 21f3eb033d..fd8b9d24ef 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     net lookup command     Copyright (C) 2001 Andrew Tridgell (tridge@samba.org) diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 5b52e614f9..f6d05522d4 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     Distributed SMB/CIFS Server Management Utility      Copyright (C) 2001 Steve French  (sfrench@us.ibm.com)     Copyright (C) 2001 Jim McDonough (jmcd@us.ibm.com) diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 68a14197b4..d46644acf5 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     Distributed SMB/CIFS Server Management Utility      Copyright (C) 2001 Andrew Bartlett (abartlet@samba.org) diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c index 5f5117c9bc..2fde6291c2 100644 --- a/source3/utils/net_rpc_join.c +++ b/source3/utils/net_rpc_join.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     Distributed SMB/CIFS Server Management Utility      Copyright (C) 2001 Andrew Bartlett (abartlet@samba.org)     Copyright (C) Tim Potter     2001 diff --git a/source3/utils/net_time.c b/source3/utils/net_time.c index 02007c32ec..a3a230e0da 100644 --- a/source3/utils/net_time.c +++ b/source3/utils/net_time.c @@ -1,6 +1,5 @@  /*      Samba Unix/Linux SMB client library  -   Version 3.0     net time command     Copyright (C) 2001 Andrew Tridgell (tridge@samba.org) diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c index db70cb302a..9549d16d04 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     NBT client - used to lookup netbios names     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 4f3ceaf18f..bdf499ae47 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -1,7 +1,6 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     passdb editing frontend -   Version 3.0     Copyright (C) Simo Sorce      2000     Copyright (C) Andrew Bartlett 2001    diff --git a/source3/utils/rpccheck.c b/source3/utils/rpccheck.c index 3956310241..ab7286f8be 100644 --- a/source3/utils/rpccheck.c +++ b/source3/utils/rpccheck.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2. +   Unix SMB/CIFS implementation.     Copyright (C) Jean François Micouleau 2001 diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index d2bec218fe..38807b43f0 100644 --- a/source3/utils/smbcacls.c +++ b/source3/utils/smbcacls.c @@ -1,7 +1,6 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     ACL get/set utility -   Version 3.0     Copyright (C) Andrew Tridgell 2000     Copyright (C) Tim Potter      2000 diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index e1fdfc61cb..331059d5bb 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     program to send control messages to Samba processes     Copyright (C) Andrew Tridgell 1994-1998     Copyright (C) 2001, 2002 by Martin Pool diff --git a/source3/utils/smbfilter.c b/source3/utils/smbfilter.c index c7df7458d2..b05427724e 100644 --- a/source3/utils/smbfilter.c +++ b/source3/utils/smbfilter.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2 +   Unix SMB/CIFS implementation.     SMB filter/socket plugin     Copyright (C) Andrew Tridgell 1999 diff --git a/source3/utils/smbgroupedit.c b/source3/utils/smbgroupedit.c index fbf72e9ee6..b4dc83c362 100644 --- a/source3/utils/smbgroupedit.c +++ b/source3/utils/smbgroupedit.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Andrew Tridgell              1992-2000,   *  Copyright (C) Jean François Micouleau      1998-2001. diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index a4abca2ce6..1262919151 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -1,5 +1,5 @@  /* - * Unix SMB/Netbios implementation.  + * Unix SMB/CIFS implementation.    * Copyright (C) Jeremy Allison 1995-1998   * Copyright (C) Tim Potter     2001   *  diff --git a/source3/utils/smbtree.c b/source3/utils/smbtree.c index b06920418d..b80a27eb37 100644 --- a/source3/utils/smbtree.c +++ b/source3/utils/smbtree.c @@ -1,7 +1,6 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Network neighbourhood browser. -   Version 3.0     Copyright (C) Tim Potter      2000 diff --git a/source3/utils/status.c b/source3/utils/status.c index 98e601382b..059c330325 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     status reporting     Copyright (C) Andrew Tridgell 1994-1998 diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 164eb1b29b..c8021fef05 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Test validity of smb.conf     Copyright (C) Karl Auer 1993, 1994-1998 diff --git a/source3/utils/testprns.c b/source3/utils/testprns.c index c3aa25ada8..66c8e9bfd6 100644 --- a/source3/utils/testprns.c +++ b/source3/utils/testprns.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     test printer setup     Copyright (C) Karl Auer 1993, 1994-1998 diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c index bf2e6da17d..73c23ea2bb 100644 --- a/source3/web/diagnose.c +++ b/source3/web/diagnose.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     diagnosis tools for web admin     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/web/neg_lang.c b/source3/web/neg_lang.c index 8a5b60d99f..fc115bfd61 100644 --- a/source3/web/neg_lang.c +++ b/source3/web/neg_lang.c @@ -1,6 +1,5 @@  /* -   Unix SMB/Netbios implementation. -   Version 3.0 +   Unix SMB/CIFS implementation.     SWAT language handling     This program is free software; you can redistribute it and/or modify diff --git a/source3/web/startstop.c b/source3/web/startstop.c index 80b5ce7444..27ee7dd96e 100644 --- a/source3/web/startstop.c +++ b/source3/web/startstop.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     start/stop nmbd and smbd     Copyright (C) Andrew Tridgell 1998 diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index 6af7674dc9..62158a5f32 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 2.2. +   Unix SMB/CIFS implementation.     web status page     Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/web/swat.c b/source3/web/swat.c index 506a6263e9..955cbb0748 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -1,5 +1,5 @@  /*  -   Unix SMB/Netbios implementation. +   Unix SMB/CIFS implementation.     Samba Web Administration Tool     Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/wrepld/parser.c b/source3/wrepld/parser.c index 1eb2233810..61d8a604ce 100644 --- a/source3/wrepld/parser.c +++ b/source3/wrepld/parser.c @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Jean François Micouleau      1998-2002.   *   diff --git a/source3/wrepld/partners.c b/source3/wrepld/partners.c index 8560c07be4..abdaeaf2ee 100644 --- a/source3/wrepld/partners.c +++ b/source3/wrepld/partners.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     process incoming packets - main loop     Copyright (C) Jean François Micouleau      1998-2002. diff --git a/source3/wrepld/process.c b/source3/wrepld/process.c index 149ff3cd35..1bd2ade043 100644 --- a/source3/wrepld/process.c +++ b/source3/wrepld/process.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     process incoming packets - main loop     Copyright (C) Jean François Micouleau      1998-2002. diff --git a/source3/wrepld/server.c b/source3/wrepld/server.c index be685f4b2b..8925802e58 100644 --- a/source3/wrepld/server.c +++ b/source3/wrepld/server.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     Main SMB server routines     Copyright (C) Jean François Micouleau      1998-2002. diff --git a/source3/wrepld/socket.c b/source3/wrepld/socket.c index 7730b08845..3d759f0ab8 100644 --- a/source3/wrepld/socket.c +++ b/source3/wrepld/socket.c @@ -1,6 +1,5 @@  /*  -   Unix SMB/Netbios implementation. -   Version 1.9. +   Unix SMB/CIFS implementation.     process incoming packets - main loop     Copyright (C) Jean François Micouleau      1998-2002. diff --git a/source3/wrepld/wins_repl.h b/source3/wrepld/wins_repl.h index c3637c7e57..25b4442212 100644 --- a/source3/wrepld/wins_repl.h +++ b/source3/wrepld/wins_repl.h @@ -1,6 +1,5 @@  /*  - *  Unix SMB/Netbios implementation. - *  Version 1.9. + *  Unix SMB/CIFS implementation.   *  RPC Pipe client / server routines   *  Copyright (C) Jean François Micouleau      1998-2002.   *    | 
