tprouty/samba.git
23 years agoThis commit was manufactured by cvs2svn to create tag release-2-2-0-alpha0
cvs2svn Import User [Sun, 8 Oct 2000 23:48:53 +0000 (23:48 +0000)]
This commit was manufactured by cvs2svn to create tag
'release-2-2-0-alpha0'.

23 years agopreparing for release of 2.2.0-alpha0
Samba Release Account [Sun, 8 Oct 2000 23:48:52 +0000 (23:48 +0000)]
preparing for release of 2.2.0-alpha0

23 years agoUpdated for alpha0.
Jeremy Allison [Sun, 8 Oct 2000 23:44:59 +0000 (23:44 +0000)]
Updated for alpha0.
Jeremy.

23 years agosys_popen got damaged when converted from FILE * to int fd I think.
Jeremy Allison [Sun, 8 Oct 2000 21:21:24 +0000 (21:21 +0000)]
sys_popen got damaged when converted from FILE * to int fd I think.
Patrick Powell kindly pointed out the bug.
Jeremy.

23 years agoEnsure browse.dat is written and read in UNIX character set format.
Jeremy Allison [Sat, 7 Oct 2000 01:16:26 +0000 (01:16 +0000)]
Ensure browse.dat is written and read in UNIX character set format.
Jeremy.

23 years agoIntegrated support for NT and OS/2 lpq parsing. Code from
Jeremy Allison [Sat, 7 Oct 2000 00:48:30 +0000 (00:48 +0000)]
Integrated support for NT and OS/2 lpq parsing. Code from
Jim McDonough
Infoprint Manager Development
Linux Technology Center
IBM Boulder

Jeremy.

23 years agoFix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac.uk>
Jeremy Allison [Sat, 7 Oct 2000 00:26:07 +0000 (00:26 +0000)]
Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac.uk>
Jeremy.

23 years agoFix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison [Fri, 6 Oct 2000 23:36:03 +0000 (23:36 +0000)]
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk
Jeremy.

23 years agoFix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.
Jeremy Allison [Fri, 6 Oct 2000 22:37:45 +0000 (22:37 +0000)]
Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.
Jeremy.

23 years agoproto.h rebuild proto.h
Herb Lewis [Fri, 6 Oct 2000 21:32:57 +0000 (21:32 +0000)]
proto.h         rebuild proto.h
messages.h      add new message types
profile.h       change profile start and end macros to allow times to
                not be gathered
messages.c      add message handling for returning current debug level
profile.c       add a new flag to allow time profiling to to turned off
                default flags to off now they can be set by smbcontrol
                add message handlinf for setting profile level
smbcontrol.c    add printout in pong function so you can see replies
                add new set profile level and get debug level messages
                add flags so we don't register callbacks more than once
                when in interactive mode and reset pong count each time

23 years agoPrint socket options - patch from Dave Collier-Brown @ Sun.
Jeremy Allison [Fri, 6 Oct 2000 21:12:36 +0000 (21:12 +0000)]
Print socket options - patch from Dave Collier-Brown @ Sun.
Jeremy.

23 years agoFixed error return messages needed for NTTrans CreateDirectory.
Jeremy Allison [Fri, 6 Oct 2000 20:34:44 +0000 (20:34 +0000)]
Fixed error return messages needed for NTTrans CreateDirectory.
This patch allows the standard W2k recursive mkdir to work against
Samba.
Jeremy.

23 years agoFix from John Reilly for not showing APW for W2k.
Jeremy Allison [Fri, 6 Oct 2000 19:56:38 +0000 (19:56 +0000)]
Fix from John Reilly for not showing APW for W2k.
Jeremy.

23 years agoWe now use our own vfs layer to do get/set acl calls (hurrah!).
Jeremy Allison [Fri, 6 Oct 2000 18:13:32 +0000 (18:13 +0000)]
We now use our own vfs layer to do get/set acl calls (hurrah!).
Jeremy.

23 years agosmbd/lanman.c: pstring fstring fix.
Jeremy Allison [Fri, 6 Oct 2000 17:53:03 +0000 (17:53 +0000)]
smbd/lanman.c: pstring fstring fix.
smbd/vfs-wrap.c: wrong parameters for disconnet.
Jeremy.

23 years agocasts to get rid of compiler warnings
Herb Lewis [Fri, 6 Oct 2000 17:13:39 +0000 (17:13 +0000)]
casts to get rid of compiler warnings

23 years agofix what I believe was a typo in does_lock_overlap which would cause it
Herb Lewis [Fri, 6 Oct 2000 16:52:18 +0000 (16:52 +0000)]
fix what I believe was a typo in  does_lock_overlap which would cause it
to always return true

Jeremy you may want to check this out

23 years agoget rid of compiler warning
Herb Lewis [Fri, 6 Oct 2000 16:45:55 +0000 (16:45 +0000)]
get rid of compiler warning

23 years agoremove $Id line as this breaks my autoupdate scripts - it always thinks
Herb Lewis [Fri, 6 Oct 2000 16:26:21 +0000 (16:26 +0000)]
remove $Id line as this breaks my autoupdate scripts - it always thinks
the file has changed

23 years agoincludes.h always include profile.h
Herb Lewis [Fri, 6 Oct 2000 16:05:39 +0000 (16:05 +0000)]
includes.h      always include profile.h
smb.h           move FLUSH_REASONS to profile.h now that it is included by all
profile.h       add FLUSH_REASONS, add external declarations for
                profile_starttime, profile_endtime, do_profile_flag which
                are defined in profile/profile.c Modify PROFILE macros
profile.c       always include this function. It is still called under an
                #ifdef WITH_PROFILE but we need the above variables so we
                might as well include the function as well.
fileio.c        use new PROFILE macros to make code cleaner looking
reply.c         fix a typo in one START_PROFILE call
statcache.c     use new PROFILE macros to make code cleaner looking
vfs_wrap.c      use new PROFILE macros to make code cleaner looking added
                time profiling to each call.

23 years agoInlined several vfs_XXX calls to smb_macros for speed.
Jeremy Allison [Fri, 6 Oct 2000 03:49:47 +0000 (03:49 +0000)]
Inlined several vfs_XXX calls to smb_macros for speed.
Jeremy.

23 years agoRestructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison [Fri, 6 Oct 2000 03:38:23 +0000 (03:38 +0000)]
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
a conn struct depending on the call.
We need this to have a clean NT ACL call interface.
This will break any existing VFS libraries (that's why this is pre-release
code).

In addition - added Herb's WITH_PROFILE changes - Herb - please examine
the changes I've made to the smbd/reply.c code you added. The original
code was very ugly and I have replaced it with a
START_PROFILE(x)/END_PROFILE(x) pair using the preprocessor.
Please check this compiles ok with the --with-profile switch.
Jeremy.

23 years agoFix for null passwords being allowed bug.
Jeremy Allison [Thu, 5 Oct 2000 22:51:54 +0000 (22:51 +0000)]
Fix for null passwords being allowed bug.
Jeremy.

23 years agoFixes from Damian at Cisco to tidy up some tdbtool issues.
Jeremy Allison [Thu, 5 Oct 2000 22:19:30 +0000 (22:19 +0000)]
Fixes from Damian at Cisco to tidy up some tdbtool issues.
Jeremy.

23 years agoVector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison [Thu, 5 Oct 2000 19:04:53 +0000 (19:04 +0000)]
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
above this layer.
Jeremy.

23 years agoadd some paranoia checks
Herb Lewis [Thu, 5 Oct 2000 14:57:25 +0000 (14:57 +0000)]
add some paranoia checks

23 years agoremove STATUS..LCK
Herb Lewis [Thu, 5 Oct 2000 06:24:02 +0000 (06:24 +0000)]
remove STATUS..LCK
fix name of backup file for inetd.conf

23 years agomisplaced an ifdef WITH_PROFILE
Herb Lewis [Thu, 5 Oct 2000 05:43:40 +0000 (05:43 +0000)]
misplaced an ifdef WITH_PROFILE

23 years agocast to get rid of compiler warning
Herb Lewis [Thu, 5 Oct 2000 04:59:44 +0000 (04:59 +0000)]
cast to get rid of compiler warning

23 years agomove flush write cache reasons back to smb.h for now
Herb Lewis [Thu, 5 Oct 2000 01:31:43 +0000 (01:31 +0000)]
move flush write cache reasons back to smb.h for now

23 years agoadd some profile stats - all under #ifdef WITH_PROFILE
Herb Lewis [Thu, 5 Oct 2000 00:50:24 +0000 (00:50 +0000)]
add some profile stats - all under #ifdef WITH_PROFILE
still more to come but I wanted to commit so it didn't get lost

23 years agomove write cache flush reasons definitions to profile.h
Herb Lewis [Thu, 5 Oct 2000 00:41:54 +0000 (00:41 +0000)]
move write cache flush reasons definitions to profile.h
new profile counters structure.

23 years agoMade re-init of stat cache explicit rather than being hidden.
Jeremy Allison [Wed, 4 Oct 2000 22:37:31 +0000 (22:37 +0000)]
Made re-init of stat cache explicit rather than being hidden.
Jeremy.

23 years agonew make proto
Herb Lewis [Wed, 4 Oct 2000 00:36:14 +0000 (00:36 +0000)]
new make proto

23 years agocasts to get rid of compiler warnings
Herb Lewis [Wed, 4 Oct 2000 00:35:09 +0000 (00:35 +0000)]
casts to get rid of compiler warnings
util_unistr.c change return to break to get rid of unreachable statement msg

23 years agocast to get rid of compiler warning
Herb Lewis [Wed, 4 Oct 2000 00:32:48 +0000 (00:32 +0000)]
cast to get rid of compiler warning

23 years agocasts to get rid of compiler warnings
Herb Lewis [Wed, 4 Oct 2000 00:32:05 +0000 (00:32 +0000)]
casts to get rid of compiler warnings

23 years agovarious casts and remove break after return to get rid of compiler warnings
Herb Lewis [Wed, 4 Oct 2000 00:28:37 +0000 (00:28 +0000)]
various casts and remove break after return to get rid of compiler warnings

23 years agomax table index was off by 1
Herb Lewis [Tue, 3 Oct 2000 23:36:12 +0000 (23:36 +0000)]
max table index was off by 1

23 years agoFixes for the fact that UNICODE sizes are no always 2*no of chars when
Jeremy Allison [Tue, 3 Oct 2000 19:15:11 +0000 (19:15 +0000)]
Fixes for the fact that UNICODE sizes are no always 2*no of chars when
in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff.
Jeremy.

23 years agoget rid of compiler warnings
Herb Lewis [Tue, 3 Oct 2000 17:06:01 +0000 (17:06 +0000)]
get rid of compiler warnings

23 years agocalling wrong free function (harmless as they both did exactly the same
Herb Lewis [Tue, 3 Oct 2000 17:05:01 +0000 (17:05 +0000)]
calling wrong free function (harmless as they both did exactly the same
thing but it generated a compiler warning and maybe they could change
in the future).

23 years agoutf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison [Tue, 3 Oct 2000 01:14:40 +0000 (01:14 +0000)]
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>.
jeremy.

23 years agoMemleak fix for cache code.
Jeremy Allison [Mon, 2 Oct 2000 21:01:45 +0000 (21:01 +0000)]
Memleak fix for cache code.
Jeremy.

23 years agoAdded debug so if zero length messages get sent we successfully remove
Jeremy Allison [Mon, 2 Oct 2000 19:28:19 +0000 (19:28 +0000)]
Added debug so if zero length messages get sent we successfully remove
them (this can happen if smbd processes are shut down at the wrong time).
Jeremy.

23 years agoMissing null termination on printer changenotify message caused insure
Jeremy Allison [Fri, 29 Sep 2000 20:59:18 +0000 (20:59 +0000)]
Missing null termination on printer changenotify message caused insure
error.
Jeremy.

23 years agoAdnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't
Jeremy Allison [Fri, 29 Sep 2000 20:18:14 +0000 (20:18 +0000)]
Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't
seem to peturb much.
Jeremy.

23 years agonew man pages
Herb Lewis [Fri, 29 Sep 2000 20:10:59 +0000 (20:10 +0000)]
new man pages

23 years agonew man pages
Herb Lewis [Fri, 29 Sep 2000 20:03:40 +0000 (20:03 +0000)]
new man pages

23 years agonew man pages
Herb Lewis [Fri, 29 Sep 2000 19:56:43 +0000 (19:56 +0000)]
new man pages

23 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.
cvs2svn Import User [Fri, 29 Sep 2000 19:50:59 +0000 (19:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.

23 years agonew man pages
Herb Lewis [Fri, 29 Sep 2000 19:50:57 +0000 (19:50 +0000)]
new man pages

23 years agoquick hack to add interactive mode so you get a prompt and can enter
Herb Lewis [Fri, 29 Sep 2000 17:54:39 +0000 (17:54 +0000)]
quick hack to add interactive mode so you get a prompt and can enter
multiple commands. We still need a manpage on this. If nobody else
wants to do it, I'll do one over the weekend.

23 years agonew prototypes
Andrew Tridgell [Fri, 29 Sep 2000 04:47:18 +0000 (04:47 +0000)]
new prototypes

23 years agoadded a hack to get 64 bit locking working with the broken fcntl()
Andrew Tridgell [Fri, 29 Sep 2000 04:45:00 +0000 (04:45 +0000)]
added a hack to get 64 bit locking working with the broken fcntl()
call in glibc 2.1.95. This hack only gets enabled if you define
GLIBC_HACK_FCNTL64

23 years agouse the 64 bit locking interface in locktest
Andrew Tridgell [Fri, 29 Sep 2000 04:43:07 +0000 (04:43 +0000)]
use the 64 bit locking interface in locktest

23 years agofixed a harmess mixup of bitops and a boolean
Andrew Tridgell [Fri, 29 Sep 2000 04:42:29 +0000 (04:42 +0000)]
fixed a harmess mixup of bitops and a boolean

23 years agoadded cli_lock64() and cli_unlock64()
Andrew Tridgell [Fri, 29 Sep 2000 04:41:52 +0000 (04:41 +0000)]
added cli_lock64() and cli_unlock64()

23 years agoMissing from HEAD and 2.2 - terminal server reg config.
Jeremy Allison [Thu, 28 Sep 2000 22:17:44 +0000 (22:17 +0000)]
Missing from HEAD and 2.2 - terminal server reg config.
Jeremy.

23 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.
cvs2svn Import User [Thu, 28 Sep 2000 22:17:42 +0000 (22:17 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.

23 years agoMissing from HEAD and 2.2 - terminal server reg config.
Jeremy Allison [Thu, 28 Sep 2000 22:17:41 +0000 (22:17 +0000)]
Missing from HEAD and 2.2 - terminal server reg config.
Jeremy.

23 years agodon't use c++ comments - IRIX compiler complains
Herb Lewis [Thu, 28 Sep 2000 22:12:25 +0000 (22:12 +0000)]
don't use c++ comments - IRIX compiler complains

23 years agoFix from John Reilly for forms ordering problems.
Jeremy Allison [Thu, 28 Sep 2000 21:37:38 +0000 (21:37 +0000)]
Fix from John Reilly for forms ordering problems.
Jeremy.

23 years agoFix from John Reilly for forms ordering problems.
Jeremy Allison [Thu, 28 Sep 2000 21:33:08 +0000 (21:33 +0000)]
Fix from John Reilly for forms ordering problems.
Jeremy.

23 years agoAdded JF's samr adduser changes.
Jeremy Allison [Thu, 28 Sep 2000 20:58:51 +0000 (20:58 +0000)]
Added JF's samr adduser changes.
Jeremy.

23 years agoRemoved a line by mistake...
Jeremy Allison [Thu, 28 Sep 2000 20:58:15 +0000 (20:58 +0000)]
Removed a line by mistake...
Jeremy.

23 years agoAdded comment on JF's new code. Removed ifdef in passdb/smbpass.c as this
Jeremy Allison [Thu, 28 Sep 2000 20:36:28 +0000 (20:36 +0000)]
Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this
was not correct.
Jeremy.

23 years agofixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau [Thu, 28 Sep 2000 17:35:03 +0000 (17:35 +0000)]
fixed samr_create_user(). we now correctly parse the query and the reply.
And we create the disabled account. That means we can create user and
trust accounts remotely !

ifdef out a return in passdb/smbpass.c. I think I didn't break any
security. Jeremy could you check if I didn't make any mistakes ???

J.F.

23 years agoBackport of the HEAD vfs changes....
Jeremy Allison [Thu, 28 Sep 2000 00:12:36 +0000 (00:12 +0000)]
Backport of the HEAD vfs changes....
Jeremy.

23 years agoRemoved annoying unecessary debug message.
Tim Potter [Thu, 28 Sep 2000 00:07:19 +0000 (00:07 +0000)]
Removed annoying unecessary debug message.

23 years agoFixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm.com>.
Jeremy Allison [Wed, 27 Sep 2000 21:58:08 +0000 (21:58 +0000)]
Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm.com>.
Jeremy.

23 years agoFixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm.com>.
Jeremy Allison [Wed, 27 Sep 2000 21:57:38 +0000 (21:57 +0000)]
Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm.com>.
Jeremy.

23 years agoRestructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison [Wed, 27 Sep 2000 19:09:59 +0000 (19:09 +0000)]
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
through the VFS. All file access/directory access code in smbd should now
go via the vfs. Added vfs_chown/vfs_chmod calls. Still looking at vfs_get_nt_acl()
vfs_set_nt_acl() call API design.
Jeremy.

23 years agosamr unknown 0x32 is in fact samr create user.
Jean-François Micouleau [Wed, 27 Sep 2000 13:02:57 +0000 (13:02 +0000)]
samr unknown 0x32 is in fact samr create user.
so renamed and tidy up of the server function.

J.F.

23 years agoignore smbcontrol in bin directory
Jean-François Micouleau [Wed, 27 Sep 2000 11:25:16 +0000 (11:25 +0000)]
ignore smbcontrol in bin directory

J.F.

23 years agofix for IRIX 6.2 compiler error
Herb Lewis [Tue, 26 Sep 2000 23:28:04 +0000 (23:28 +0000)]
fix for IRIX 6.2 compiler error

23 years agofix for IRIX 6.2 compiler error
Herb Lewis [Tue, 26 Sep 2000 23:27:02 +0000 (23:27 +0000)]
fix for IRIX 6.2 compiler error

23 years agoAdded JF's print spooler notification code. Too good to miss for 2.2.x :-).
Jeremy Allison [Tue, 26 Sep 2000 20:14:50 +0000 (20:14 +0000)]
Added JF's print spooler notification code. Too good to miss for 2.2.x :-).
Jeremy.

23 years agofix for IRIX compiler error messages
Herb Lewis [Tue, 26 Sep 2000 18:48:13 +0000 (18:48 +0000)]
fix for IRIX compiler error messages

23 years agoAdded --with-vfs to allow VFS code to be compiled off or on.
Jeremy Allison [Tue, 26 Sep 2000 18:17:47 +0000 (18:17 +0000)]
Added --with-vfs to allow VFS code to be compiled off or on.
Jeremy.

23 years agofixed IRIX compiller error message
Herb Lewis [Tue, 26 Sep 2000 14:48:52 +0000 (14:48 +0000)]
fixed IRIX compiller error message

23 years agobroadcast printer notify message to all clients. We now have printer
Jean-François Micouleau [Tue, 26 Sep 2000 10:15:12 +0000 (10:15 +0000)]
broadcast printer notify message to all clients. We now have printer
notification as on NT.

Andrew, your message passing code is cool :-)

J.F.

23 years agoadded NEGNOWAIT. sent to secure@microsoft.com
Luke Leighton [Tue, 26 Sep 2000 05:44:42 +0000 (05:44 +0000)]
added NEGNOWAIT.  sent to secure@microsoft.com

23 years agoChanges from John Reilly to add a parameter "show add printer wizard" that
Jeremy Allison [Tue, 26 Sep 2000 00:54:18 +0000 (00:54 +0000)]
Changes from John Reilly to add a parameter "show add printer wizard" that
allows Samba to turn off the display of APW (hmmm. This should probably
be a share specific parameter, I'll fix that in another commit).
Also a few small changes to JF's code to fix compiler warnings about
missing return statements and also change '//' comments (C++) to /* .. */
comments (C).
Jeremy.

23 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.
cvs2svn Import User [Mon, 25 Sep 2000 21:05:19 +0000 (21:05 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.

23 years agoprinter notify code.
Jean-François Micouleau [Mon, 25 Sep 2000 21:05:18 +0000 (21:05 +0000)]
printer notify code.

It only sends notifies to one client. The broadcasting notify code will
code soon.

J.F.

23 years agoupdate to 2.0.7 version (was 2.0.4b) still needs major overhaul
Herb Lewis [Fri, 22 Sep 2000 18:18:39 +0000 (18:18 +0000)]
update to 2.0.7 version (was 2.0.4b) still needs major overhaul

23 years agoOptimization (noticed by bloody Andrew :-) to stop directory scan ever
Jeremy Allison [Thu, 21 Sep 2000 23:39:22 +0000 (23:39 +0000)]
Optimization (noticed by bloody Andrew :-) to stop directory scan ever
being done if any of the directory timestamps were changed.
Jeremy.

23 years agoOptimization (noticed by bloody Andrew :-) to stop directory scan ever
Jeremy Allison [Thu, 21 Sep 2000 23:39:19 +0000 (23:39 +0000)]
Optimization (noticed by bloody Andrew :-) to stop directory scan ever
being done if any of the directory timestamps were changed.
Jeremy.

23 years agoAdding fix from Jim Vopni <jimv@metrics.com> to ensure jobs are
Jeremy Allison [Thu, 21 Sep 2000 21:44:15 +0000 (21:44 +0000)]
Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs are
closed before a printer is closed/deleted.
Jeremy.

23 years agoAdding fix from Jim Vopni <jimv@metrics.com> to ensure jobs are
Jeremy Allison [Thu, 21 Sep 2000 21:44:12 +0000 (21:44 +0000)]
Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs are
closed before a printer is closed/deleted.
Jeremy.

23 years agoadd smbcontrol to list
Herb Lewis [Thu, 21 Sep 2000 14:12:02 +0000 (14:12 +0000)]
add smbcontrol to list

23 years agoremove config.h as it is placed in include directory not here
Herb Lewis [Thu, 21 Sep 2000 14:11:17 +0000 (14:11 +0000)]
remove config.h as it is placed in include directory not here

23 years agochanges for IRIX compiler errors
Herb Lewis [Thu, 21 Sep 2000 00:15:41 +0000 (00:15 +0000)]
changes for IRIX compiler errors

23 years agoSome code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison [Wed, 20 Sep 2000 22:07:56 +0000 (22:07 +0000)]
Some code moved back from TNG - updates to LSA stuff. Not yet used but
will be needed soon.
Jeremy.

23 years agoSome code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison [Wed, 20 Sep 2000 22:04:02 +0000 (22:04 +0000)]
Some code moved back from TNG - updates to LSA stuff. Not yet used but
will be needed soon.
Jeremy.

23 years agoFix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison [Wed, 20 Sep 2000 19:00:21 +0000 (19:00 +0000)]
Fix to allow a timestamp of zero to cause an instantaneous changenotify
scan - then call this from renames. This allows instantaneous update for
W2k renames.
Jeremy.

23 years agoFix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison [Wed, 20 Sep 2000 18:58:47 +0000 (18:58 +0000)]
Fix to allow a timestamp of zero to cause an instantaneous changenotify
scan - then call this from renames. This allows instantaneous update for
W2k renames.
Jeremy.

23 years agochanged to pre-2.2.0 instead of pre-3.0.0
Herb Lewis [Wed, 20 Sep 2000 18:00:19 +0000 (18:00 +0000)]
changed to pre-2.2.0 instead of pre-3.0.0

23 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.
cvs2svn Import User [Tue, 19 Sep 2000 22:32:57 +0000 (22:32 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.