tprouty/samba.git
21 years agoNULL enum_local_groups for ads winbindd (temporary workaround).
Gerald Carter [Fri, 18 Oct 2002 17:44:53 +0000 (17:44 +0000)]
NULL enum_local_groups for ads winbindd (temporary workaround).

21 years agoAdd extra parm to cli_full_connection. Tim, you should probably take a look at this.
Jim McDonough [Fri, 18 Oct 2002 17:30:29 +0000 (17:30 +0000)]
Add extra parm to cli_full_connection.  Tim, you should probably take a look at this.

21 years agoFix build. An extra parm was added to cli_full_connection but not locktest2.c.
Jim McDonough [Fri, 18 Oct 2002 15:13:15 +0000 (15:13 +0000)]
Fix build.  An extra parm was added to cli_full_connection but not locktest2.c.

21 years agoAdded new error codes. Fix up connection code to retry in the same way
Jeremy Allison [Thu, 17 Oct 2002 17:10:24 +0000 (17:10 +0000)]
Added new error codes. Fix up connection code to retry in the same way
that app-head does.
Jeremy.

21 years agoMerge NULL relstr fix from HEAD.
Tim Potter [Thu, 17 Oct 2002 06:44:33 +0000 (06:44 +0000)]
Merge NULL relstr fix from HEAD.

21 years agoIgnore python build directory.
Tim Potter [Thu, 17 Oct 2002 05:25:39 +0000 (05:25 +0000)]
Ignore python build directory.

21 years agoMerge of SMB_ASSERT.
Tim Potter [Thu, 17 Oct 2002 05:23:14 +0000 (05:23 +0000)]
Merge of SMB_ASSERT.

21 years agoNever do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy Allison [Wed, 16 Oct 2002 20:09:51 +0000 (20:09 +0000)]
Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy.

21 years agomerge from app_head to commit re-init'd printer to disk
Gerald Carter [Wed, 16 Oct 2002 18:23:15 +0000 (18:23 +0000)]
merge from app_head to commit re-init'd printer to disk

21 years agoSMB_ASSERT to check list terminates.
Jeremy Allison [Wed, 16 Oct 2002 01:28:42 +0000 (01:28 +0000)]
SMB_ASSERT to check list terminates.
Jeremy.

21 years agoChange default of max_xmit to match W2K. Ensure NT negprot uses it.
Jeremy Allison [Tue, 15 Oct 2002 21:35:46 +0000 (21:35 +0000)]
Change default of max_xmit to match W2K. Ensure NT negprot uses it.
Jeremy.

21 years agoFix spelling of background_process.
Jeremy Allison [Tue, 15 Oct 2002 21:34:42 +0000 (21:34 +0000)]
Fix spelling of background_process.
Jeremy.

21 years agoChange to use sys_read/sys_write.
Jeremy Allison [Tue, 15 Oct 2002 21:33:16 +0000 (21:33 +0000)]
Change to use sys_read/sys_write.
Jeremy.

21 years agoAdded cli_set_timeout() call.
Jeremy Allison [Tue, 15 Oct 2002 21:30:06 +0000 (21:30 +0000)]
Added cli_set_timeout() call.
Jeremy.

21 years agoMerge Anton's 64-bit fix.
Jeremy Allison [Tue, 15 Oct 2002 05:58:32 +0000 (05:58 +0000)]
Merge Anton's 64-bit fix.
Jeremy.

21 years agomerge from APP_HEAD to use GMT in job submission notification
Gerald Carter [Tue, 15 Oct 2002 00:35:12 +0000 (00:35 +0000)]
merge from APP_HEAD to use GMT in job submission notification

21 years agoMerge of file/directory access bits changes.
Tim Potter [Mon, 14 Oct 2002 22:59:08 +0000 (22:59 +0000)]
Merge of file/directory access bits changes.

21 years agoTurns out with Win9x, we could occasionally return from unix_convert() given
Jeremy Allison [Fri, 11 Oct 2002 01:19:00 +0000 (01:19 +0000)]
Turns out with Win9x, we could occasionally return from unix_convert() given
a mangled name without a valid stat struct if the file existed. This would
then cause open_file_shared1() to erroneously think the file open was new,
thus not check for oplock break, thus causing a spurious EAGAIN reply to
the open on a file we already had kernel oplocked.... (phew - that was fun
to track down :-).
Jeremy.

21 years agoAdded unknown info level.
Jeremy Allison [Wed, 9 Oct 2002 22:50:31 +0000 (22:50 +0000)]
Added unknown info level.
Jeremy.

21 years agoUse memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@itonet...
Jeremy Allison [Wed, 9 Oct 2002 19:47:04 +0000 (19:47 +0000)]
Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
Jeremy.

21 years agoprint job properties fix from APP_HEAD. a null devmode is not a failure.
Gerald Carter [Wed, 9 Oct 2002 18:55:35 +0000 (18:55 +0000)]
print job properties fix from APP_HEAD.  a null devmode is not a failure.

21 years agoremoved stat() call in lp_add_home()
Gerald Carter [Wed, 9 Oct 2002 17:42:06 +0000 (17:42 +0000)]
removed stat() call in  lp_add_home()

21 years agoadd_printer_hook() fix from APP_HEAD
Gerald Carter [Wed, 9 Oct 2002 16:59:45 +0000 (16:59 +0000)]
add_printer_hook() fix from APP_HEAD

21 years agomerge from APP_HEAD of winbindd's domain local group fix
Gerald Carter [Tue, 8 Oct 2002 18:32:42 +0000 (18:32 +0000)]
merge from APP_HEAD of winbindd's domain local group fix

21 years agoEnsure we register the 1c name on the unicast subnet.
Jeremy Allison [Tue, 8 Oct 2002 18:26:12 +0000 (18:26 +0000)]
Ensure we register the 1c name on the unicast subnet.
Jeremy.

21 years agoFix based on Jim McDonough's code for ACL inheritance problem.
Jeremy Allison [Tue, 8 Oct 2002 00:20:17 +0000 (00:20 +0000)]
Fix based on Jim McDonough's code for ACL inheritance problem.
Jeremy.

21 years agoFix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-only
Jeremy Allison [Mon, 7 Oct 2002 18:09:29 +0000 (18:09 +0000)]
Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-only
share.
Jeremy.

21 years agomissing prs_align()'s
Gerald Carter [Sat, 5 Oct 2002 13:19:50 +0000 (13:19 +0000)]
missing prs_align()'s

21 years agoTurn on sendfile detection by default in HEAD and 3.0.
Jeremy Allison [Sat, 5 Oct 2002 00:40:49 +0000 (00:40 +0000)]
Turn on sendfile detection by default in HEAD and 3.0.
Jeremy.

21 years agoAdd a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison [Fri, 4 Oct 2002 22:53:18 +0000 (22:53 +0000)]
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.

21 years agofix typo
Gerald Carter [Fri, 4 Oct 2002 21:46:11 +0000 (21:46 +0000)]
fix typo

21 years ago* merge native_mode flag in winbindd_domain struct from app-head
Gerald Carter [Fri, 4 Oct 2002 21:42:04 +0000 (21:42 +0000)]
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit

21 years agomerge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter [Fri, 4 Oct 2002 19:33:41 +0000 (19:33 +0000)]
Merge ... working dsrolegetprimdominfo() client code from APP_HEAD

21 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
cvs2svn Import User [Fri, 4 Oct 2002 19:11:37 +0000 (19:11 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.

21 years agomerge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter [Fri, 4 Oct 2002 19:11:36 +0000 (19:11 +0000)]
Merge ... working dsrolegetprimdominfo() client code from APP_HEAD

21 years agoRemove README.DCEDFS as it doesn't contain useful info for developers nor users but...
Jelmer Vernooij [Fri, 4 Oct 2002 18:35:15 +0000 (18:35 +0000)]
Remove README.DCEDFS as it doesn't contain useful info for developers nor users but only about the
state DCE/DFS was in for samba 1.9.13

21 years agoConvert even more text docs
Jelmer Vernooij [Fri, 4 Oct 2002 18:18:45 +0000 (18:18 +0000)]
Convert even more text docs

21 years agoConvert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...
Jelmer Vernooij [Fri, 4 Oct 2002 18:02:51 +0000 (18:02 +0000)]
Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...

21 years agoMove Recent-FAQ's to the new SGML FAQ
Jelmer Vernooij [Fri, 4 Oct 2002 17:20:45 +0000 (17:20 +0000)]
Move Recent-FAQ's to the new SGML FAQ

21 years agoConvert GOTCHAS to SGML
Jelmer Vernooij [Fri, 4 Oct 2002 16:36:40 +0000 (16:36 +0000)]
Convert GOTCHAS to SGML

21 years agoMove Application_Serving.txt to FAQ question "How to use a samba share as a administr...
Jelmer Vernooij [Fri, 4 Oct 2002 16:11:31 +0000 (16:11 +0000)]
Move Application_Serving.txt to FAQ question "How to use a samba share as a administrative share for MS Office, etc?"

21 years agoSplit up faq in smaller files
Jelmer Vernooij [Fri, 4 Oct 2002 16:05:11 +0000 (16:05 +0000)]
Split up faq in smaller files

21 years agoonly set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
Andrew Tridgell [Fri, 4 Oct 2002 07:47:42 +0000 (07:47 +0000)]
only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
do type 23

21 years agosupport all permitted encoding types in tickets. This allows us to
Andrew Tridgell [Fri, 4 Oct 2002 07:41:56 +0000 (07:41 +0000)]
support all permitted encoding types in tickets. This allows us to
decode a type 23 ticket when the machine account is setup for non-DES
tickets

21 years agomerge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter [Fri, 4 Oct 2002 04:10:23 +0000 (04:10 +0000)]
Merge ... new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD

21 years agomerge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter [Fri, 4 Oct 2002 03:51:43 +0000 (03:51 +0000)]
Merge ... new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD

21 years agoAdded ASCII art to make this clearer.
Jeremy Allison [Thu, 3 Oct 2002 19:05:36 +0000 (19:05 +0000)]
Added ASCII art to make this clearer.
Jeremy.

21 years agoAdded ASCII art to make this clearer.
Jeremy Allison [Thu, 3 Oct 2002 19:04:46 +0000 (19:04 +0000)]
Added ASCII art to make this clearer.
Jeremy.

21 years agoAdd generated files for FAQ
Jelmer Vernooij [Thu, 3 Oct 2002 18:43:39 +0000 (18:43 +0000)]
Add generated files for FAQ

21 years agoFix generation of FAQ
Jelmer Vernooij [Thu, 3 Oct 2002 18:37:37 +0000 (18:37 +0000)]
Fix generation of FAQ

21 years agoWrite cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy Allison [Thu, 3 Oct 2002 18:11:12 +0000 (18:11 +0000)]
Write cache bugfix from Rasmus Borup Hansen, system adm.     Email: rbh@math.ku.dk
Jeremy.

21 years agoWrite cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy Allison [Thu, 3 Oct 2002 18:10:59 +0000 (18:10 +0000)]
Write cache bugfix from Rasmus Borup Hansen, system adm.     Email: rbh@math.ku.dk
Jeremy.

21 years agoFix links in html versions of manpages
Jelmer Vernooij [Thu, 3 Oct 2002 18:10:16 +0000 (18:10 +0000)]
Fix links in html versions of manpages

21 years agomake the default printed values for boolean the same for all parameters.
Herb Lewis [Thu, 3 Oct 2002 18:06:51 +0000 (18:06 +0000)]
make the default printed values for boolean the same for all parameters.

21 years agomake the default printed values for boolean the same for all parameters.
Herb Lewis [Thu, 3 Oct 2002 18:02:01 +0000 (18:02 +0000)]
make the default printed values for boolean the same for all parameters.

21 years agoFix generation of HTML versions of manpages
Jelmer Vernooij [Thu, 3 Oct 2002 17:54:22 +0000 (17:54 +0000)]
Fix generation of HTML versions of manpages
Add comments to dsssl file

21 years agoMerging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up
Jeremy Allison [Thu, 3 Oct 2002 17:30:57 +0000 (17:30 +0000)]
Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up
to date :-).
Jeremy.

21 years agofix typos in net.8.sgml so it will compile and
Gerald Carter [Thu, 3 Oct 2002 17:17:54 +0000 (17:17 +0000)]
fix typos in net.8.sgml so it will compile and
regenerate html versions of manpages....

21 years agomerge sendfile entry from SAMBA_2_2 and fix typo
Gerald Carter [Thu, 3 Oct 2002 16:57:37 +0000 (16:57 +0000)]
merge sendfile entry from SAMBA_2_2 and fix typo

21 years agoDocument 'hide special files'
Jelmer Vernooij [Thu, 3 Oct 2002 16:32:26 +0000 (16:32 +0000)]
Document 'hide special files'

21 years ago.NET likes both forms of servicePrincipalName in the machine account
Andrew Tridgell [Thu, 3 Oct 2002 14:23:06 +0000 (14:23 +0000)]
.NET likes both forms of servicePrincipalName in the machine account
record

21 years agofixed 3 bugs in the wins server code related to precedence of ! and &
Andrew Tridgell [Thu, 3 Oct 2002 13:28:44 +0000 (13:28 +0000)]
fixed 3 bugs in the wins server code related to precedence of ! and &
in C

please note that:
 if (! a & b)
is not the same as:
 if (! (a & b))

21 years agoVFStest uses all of smbd's .o files, so needs -lpam and crypt.
Andrew Bartlett [Thu, 3 Oct 2002 07:25:08 +0000 (07:25 +0000)]
VFStest uses all of smbd's .o files, so needs -lpam and crypt.

21 years agoPatch from Steve Langasek <vorlon@netexpress.net>:
Andrew Bartlett [Thu, 3 Oct 2002 04:19:52 +0000 (04:19 +0000)]
Patch from Steve Langasek <vorlon@netexpress.net>:

(quoting his mail)

Ok, here's round two of splitting up the library dependencies.  I think
the first one's been steeping in CVS for long enough now.

This splits off the "authentication" libs (libpam, libcrypt) into their
own group.  A modest gain, but you've gotta start somewhere.

Steve Langasek
postmodern programmer

21 years agoAnother patch from Steve Langasek <vorlon@netexpress.net>, again from the
Andrew Bartlett [Thu, 3 Oct 2002 03:31:41 +0000 (03:31 +0000)]
Another patch from Steve Langasek <vorlon@netexpress.net>, again from the
Debian patchset.

The idea is to still allow DNS domains to be specified in 'hosts allow' and
'hosts deny' without making the admin set 'hostname lookups' in their smb.conf.
His concern is about upgrades.

This has been designed not to change the value of %M.

Andrew Bartlett

21 years agoPatch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when
Andrew Bartlett [Thu, 3 Oct 2002 03:27:00 +0000 (03:27 +0000)]
Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when
attempting to calculate the bytes/second being transferred.  (Avoid overflow
etc)

Andrew Bartlett

21 years agoWe are going to need to track the SAM sequence number too.
Andrew Bartlett [Thu, 3 Oct 2002 03:20:40 +0000 (03:20 +0000)]
We are going to need to track the SAM sequence number too.

21 years agoMissing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy Allison [Wed, 2 Oct 2002 22:55:40 +0000 (22:55 +0000)]
Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.

21 years agoMissing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy Allison [Wed, 2 Oct 2002 22:55:28 +0000 (22:55 +0000)]
Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.

21 years agoConvert ADS-HOWTO to SGML and add it to the howto collection
Jelmer Vernooij [Wed, 2 Oct 2002 21:34:31 +0000 (21:34 +0000)]
Convert ADS-HOWTO to SGML and add it to the howto collection
Updated generated docs

21 years agoRemove obsolete information from textdocs
Jelmer Vernooij [Wed, 2 Oct 2002 19:42:28 +0000 (19:42 +0000)]
Remove obsolete information from textdocs

21 years agoAdd htmlfaq to Makefile
Jelmer Vernooij [Wed, 2 Oct 2002 19:35:07 +0000 (19:35 +0000)]
Add htmlfaq to Makefile
Fix syntax errors in FAQ

21 years agoRemove old faq - all the useful information it contained is now in the new FAQ
Jelmer Vernooij [Wed, 2 Oct 2002 19:28:33 +0000 (19:28 +0000)]
Remove old faq - all the useful information it contained is now in the new FAQ

21 years agoAdd initial version of new FAQ
Jelmer Vernooij [Wed, 2 Oct 2002 19:26:18 +0000 (19:26 +0000)]
Add initial version of new FAQ

21 years agosmall update from Rainer
Gerald Carter [Wed, 2 Oct 2002 19:12:40 +0000 (19:12 +0000)]
small update from Rainer

21 years agoAdded const. Anal formatting fixup.
Jeremy Allison [Wed, 2 Oct 2002 19:12:14 +0000 (19:12 +0000)]
Added const. Anal formatting fixup.
Jeremy.

21 years agoAdded const. Anal formatting fixup.
Jeremy Allison [Wed, 2 Oct 2002 19:11:59 +0000 (19:11 +0000)]
Added const. Anal formatting fixup.
Jeremy.

21 years agoRemove deprecated smb.conf options that were still in smb.conf.5:
Jelmer Vernooij [Wed, 2 Oct 2002 18:43:25 +0000 (18:43 +0000)]
Remove deprecated smb.conf options that were still in smb.conf.5:
domain admin group
domain guest group
use rhosts
status

21 years agoBe less verbose
Jelmer Vernooij [Wed, 2 Oct 2002 18:38:04 +0000 (18:38 +0000)]
Be less verbose

21 years agoUpdate find_missing_doc.pl:
Jelmer Vernooij [Wed, 2 Oct 2002 18:36:38 +0000 (18:36 +0000)]
Update find_missing_doc.pl:
 - Report references in smb.conf that point to non-existent entries
 - Report entries that are not referenced in the list
 - Report entries that are documented, but don't exist in loadparm.c
 - Report entries that are in loadparm.c, but are not documented

21 years agoAdd framework for net command manpage - still contains a lot of FIXME's...
Jelmer Vernooij [Wed, 2 Oct 2002 17:33:06 +0000 (17:33 +0000)]
Add framework for net command manpage - still contains a lot of FIXME's...

21 years agoremove text documents in source code (they're now in the Developers Guide) - discussed
Jelmer Vernooij [Wed, 2 Oct 2002 17:24:38 +0000 (17:24 +0000)]
remove text documents in source code (they're now in the Developers Guide) - discussed
with jerry

21 years agoFix Makefile.in (use variables instead of directory names, don't try to put files...
Jelmer Vernooij [Wed, 2 Oct 2002 15:05:35 +0000 (15:05 +0000)]
Fix Makefile.in (use variables instead of directory names, don't try to put files in ../../htmldocs, etc)
Add sam.sgml

21 years agostrchr -> strrchr
Jelmer Vernooij [Wed, 2 Oct 2002 14:58:54 +0000 (14:58 +0000)]
strchr -> strrchr

21 years agomore doc structure updates. SWAT now on links to the TOC for
Gerald Carter [Wed, 2 Oct 2002 14:36:55 +0000 (14:36 +0000)]
more doc structure updates.  SWAT now on links to the TOC for
the HOWTO collection instead of linking each article.

21 years agoAdd note to test 9 about 'encrypt passwords'
Jelmer Vernooij [Wed, 2 Oct 2002 14:18:58 +0000 (14:18 +0000)]
Add note to test 9 about 'encrypt passwords'

21 years agonewly generated docs; removing old ones
Gerald Carter [Wed, 2 Oct 2002 14:08:40 +0000 (14:08 +0000)]
newly generated docs; removing old ones

21 years agoRemove manpage when there are errors during generation
Jelmer Vernooij [Wed, 2 Oct 2002 13:38:50 +0000 (13:38 +0000)]
Remove manpage when there are errors during generation

21 years agomention openantivirus.org
Gerald Carter [Wed, 2 Oct 2002 13:24:59 +0000 (13:24 +0000)]
mention openantivirus.org

21 years agoDoh ! Lookup name before checking negative cache (the way Tim originally
Jeremy Allison [Tue, 1 Oct 2002 23:07:12 +0000 (23:07 +0000)]
Doh ! Lookup name before checking negative cache (the way Tim originally
had it...).
Jeremy.

21 years agoDoh ! Lookup name before checking negative cache (the way Tim originally
Jeremy Allison [Tue, 1 Oct 2002 23:07:00 +0000 (23:07 +0000)]
Doh ! Lookup name before checking negative cache (the way Tim originally
had it...).
Jeremy.

21 years agosyncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter [Tue, 1 Oct 2002 18:26:00 +0000 (18:26 +0000)]
syncing up with HEAD.  Seems to be a lot of differences creeping in
(i ignored the new SAMBA stuff, but the rest of this looks like it should
have been merged already).

21 years agomerge from HEAD
Gerald Carter [Tue, 1 Oct 2002 17:16:07 +0000 (17:16 +0000)]
merge from HEAD

21 years agoregenerate
Gerald Carter [Tue, 1 Oct 2002 17:03:24 +0000 (17:03 +0000)]
regenerate

21 years ago* fixed typos in SGML source
Gerald Carter [Tue, 1 Oct 2002 17:02:36 +0000 (17:02 +0000)]
* fixed typos in SGML source
* regenerated man pages

21 years agoUpdates from Samba HEAD:
Andrew Bartlett [Tue, 1 Oct 2002 13:10:57 +0000 (13:10 +0000)]
Updates from Samba HEAD:

 - Fix segfaults in the 'net ads' commands when no password is provided
 - Readd --with-ldapsam for 2.2 compatability.  This conditionally compiles the
   old options, but the actual code is available on all ldap systems.
 - Fix shadow passwords (as per work with vl)
 - Fix sending plaintext passwords to unicode servers (again vl)
 - Add a bit of const to secrets.c functions
 - Fix some spelling and grammer by vance.
 - Document the -r option in smbgroupedit.

There are more changes in HEAD, I'm only merging the changes I've been involved
with.

Andrew Bartlett

21 years agoCope with rw errors and timeout to peer.
Jeremy Allison [Tue, 1 Oct 2002 06:50:38 +0000 (06:50 +0000)]
Cope with rw errors and timeout to peer.
Jeremy.

21 years agoCope with rw errors and timeout to peer.
Jeremy Allison [Tue, 1 Oct 2002 06:50:25 +0000 (06:50 +0000)]
Cope with rw errors and timeout to peer.
Jeremy.

21 years agoFix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy Allison [Tue, 1 Oct 2002 05:55:25 +0000 (05:55 +0000)]
Fix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy.

21 years agoFix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy Allison [Tue, 1 Oct 2002 05:54:40 +0000 (05:54 +0000)]
Fix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy.