diff options
Diffstat (limited to 'source3/smbd')
48 files changed, 48 insertions, 95 deletions
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 |