summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
committerTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
commitcd68afe31256ad60748b34f7318a180cfc2127cc (patch)
tree159a313fd4122e3fe94c0af624e00e06e9f0eb0b /source3/lib
parentd2480063574dee66a336d743ba92e351e320698e (diff)
downloadsamba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.gz
samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.bz2
samba-cd68afe31256ad60748b34f7318a180cfc2127cc.zip
Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/account_pol.c3
-rw-r--r--source3/lib/bitmap.c3
-rw-r--r--source3/lib/charcnv.c3
-rw-r--r--source3/lib/debug.c3
-rw-r--r--source3/lib/dmallocmsg.c2
-rw-r--r--source3/lib/dprintf.c3
-rw-r--r--source3/lib/error.c3
-rw-r--r--source3/lib/fault.c3
-rw-r--r--source3/lib/fsusage.c3
-rw-r--r--source3/lib/genrand.c3
-rw-r--r--source3/lib/hash.c3
-rw-r--r--source3/lib/hmacmd5.c3
-rw-r--r--source3/lib/iconv.c3
-rw-r--r--source3/lib/interface.c3
-rw-r--r--source3/lib/interfaces.c3
-rw-r--r--source3/lib/md4.c3
-rw-r--r--source3/lib/messages.c3
-rw-r--r--source3/lib/ms_fnmatch.c3
-rw-r--r--source3/lib/netatalk.c3
-rw-r--r--source3/lib/pidfile.c3
-rw-r--r--source3/lib/readline.c3
-rw-r--r--source3/lib/replace.c3
-rw-r--r--source3/lib/select.c3
-rw-r--r--source3/lib/signal.c3
-rw-r--r--source3/lib/smbpasswd.c3
-rw-r--r--source3/lib/smbrun.c3
-rw-r--r--source3/lib/substitute.c3
-rw-r--r--source3/lib/sysacls.c3
-rw-r--r--source3/lib/system.c3
-rw-r--r--source3/lib/talloc.c2
-rw-r--r--source3/lib/tallocmsg.c2
-rw-r--r--source3/lib/talloctort.c2
-rw-r--r--source3/lib/time.c3
-rw-r--r--source3/lib/username.c3
-rw-r--r--source3/lib/util.c3
-rw-r--r--source3/lib/util_file.c3
-rw-r--r--source3/lib/util_getent.c3
-rw-r--r--source3/lib/util_pw.c3
-rw-r--r--source3/lib/util_seaccess.c3
-rw-r--r--source3/lib/util_sec.c3
-rw-r--r--source3/lib/util_sid.c3
-rw-r--r--source3/lib/util_sock.c3
-rw-r--r--source3/lib/util_str.c3
-rw-r--r--source3/lib/util_unistr.c3
-rw-r--r--source3/lib/wins_srv.c3
-rw-r--r--source3/lib/xfile.c3
46 files changed, 47 insertions, 87 deletions
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