nivanova/samba-autobuild/.git
20 years agoAn update long overdue. Please edit this further guys.
John Terpstra [Wed, 11 Jun 2003 01:46:00 +0000 (01:46 +0000)]
An update long overdue. Please edit this further guys.

20 years agoAdd in rety loop for query_user_list (from APP_HEAD). Deals with a bug
Jeremy Allison [Tue, 10 Jun 2003 22:11:30 +0000 (22:11 +0000)]
Add in rety loop for query_user_list (from APP_HEAD). Deals with a bug
using MSRPC backend and should be safe with ldap backend.
Jeremy.

20 years agoHandle <contrib> when generating attributions page
Jelmer Vernooij [Tue, 10 Jun 2003 19:42:23 +0000 (19:42 +0000)]
Handle <contrib> when generating attributions page

20 years agoAdd authors
Jelmer Vernooij [Tue, 10 Jun 2003 19:39:16 +0000 (19:39 +0000)]
Add authors

20 years agoFix 2 typos (reported by Marc Groot Koerkamp <marc@its-projects.nl>)
Jelmer Vernooij [Tue, 10 Jun 2003 19:36:28 +0000 (19:36 +0000)]
Fix 2 typos (reported by Marc Groot Koerkamp <marc@its-projects.nl>)

20 years agoDon't segfault when -b is specified (fixes debian bug #196833)
Jelmer Vernooij [Tue, 10 Jun 2003 19:27:32 +0000 (19:27 +0000)]
Don't segfault when -b is specified (fixes debian bug #196833)

20 years agoOk, I've tried being Mr. Nice Guy and people (you know who you are) still
Jeremy Allison [Tue, 10 Jun 2003 17:30:28 +0000 (17:30 +0000)]
Ok, I've tried being Mr. Nice Guy and people (you know who you are) still
keep putting bzero BSD'ism's into our source code. Make this an error like
bcopy and others to prevent it in future.
Jeremy.

20 years agoMore updates on editreg.c to bring it better in line with the Samba source.
Richard Sharpe [Tue, 10 Jun 2003 17:18:07 +0000 (17:18 +0000)]
More updates on editreg.c to bring it better in line with the Samba source.

20 years agoremoved editreg from standard build until it is portable. Right now it
Andrew Tridgell [Tue, 10 Jun 2003 14:09:20 +0000 (14:09 +0000)]
removed editreg from standard build until it is portable. Right now it
fails to build on a ton of platforms as it completely bypasses all of
our portability code.

if you want it then use 'make bin/editreg'. If some distros want to
add that to their spec files then thats up to them, but we really
can't have non-portable code unconditionally built in our main tree.

20 years agofixed libsmb code to set correct timeout in cli_state when waiting for
Andrew Tridgell [Tue, 10 Jun 2003 14:02:46 +0000 (14:02 +0000)]
fixed libsmb code to set correct timeout in cli_state when waiting for
a blocking lock

20 years agofixed smbtorture LOCK1 test to know about the correct multiplier for
Andrew Tridgell [Tue, 10 Jun 2003 14:01:57 +0000 (14:01 +0000)]
fixed smbtorture LOCK1 test to know about the correct multiplier for
timed blocking locks

20 years agouse lp_realm() to find the default realm for 'net ads password'
Andrew Tridgell [Tue, 10 Jun 2003 04:15:55 +0000 (04:15 +0000)]
use lp_realm() to find the default realm for 'net ads password'

20 years ago- fixed the bug that forced us not to use the winbindd cache when we
Andrew Tridgell [Tue, 10 Jun 2003 03:50:38 +0000 (03:50 +0000)]
- fixed the bug that forced us not to use the winbindd cache when we
  have a primary ADS domain and a secondary (trusted) NT4 domain. This
  caused winbindd to be *really* slow for that setup.

- fixed winbindd_getgrgid(), which was calling uid_to_sid instead of
  gid_to_sid(). When you make changes to winbind *PLEASE* test using
  nsstest.

20 years agouse ZERO_STRUCT() instead of memset
Andrew Tridgell [Tue, 10 Jun 2003 03:48:09 +0000 (03:48 +0000)]
use ZERO_STRUCT() instead of memset

20 years agoadded an auth flag that indicates if we should be allowed to fallback
Andrew Tridgell [Tue, 10 Jun 2003 03:47:42 +0000 (03:47 +0000)]
added an auth flag that indicates if we should be allowed to fallback
to NTLMSSP for SASL if krb5 fails. This is important as otherwise the
admin may think that a join has succeeeded when kerberos is actually
broken.

20 years agodon't call a function error_message() as that conflicts with a
Andrew Tridgell [Tue, 10 Jun 2003 03:46:11 +0000 (03:46 +0000)]
don't call a function error_message() as that conflicts with a
kerberos name

20 years agowhen creating aliased parameters in loadparm.c you *must* place the
Andrew Tridgell [Tue, 10 Jun 2003 02:13:09 +0000 (02:13 +0000)]
when creating aliased parameters in loadparm.c you *must* place the
alias directly after the main entry, otherwise it isn't treated as an
alias.

20 years agoMore instrumentation for winbindd.
Jeremy Allison [Tue, 10 Jun 2003 00:55:37 +0000 (00:55 +0000)]
More instrumentation for winbindd.
Jeremy.

20 years agoInstrument cache with debug statements so I can have a clue as to what
Jeremy Allison [Tue, 10 Jun 2003 00:49:43 +0000 (00:49 +0000)]
Instrument cache with debug statements so I can have a clue as to what
is going on in remote large sites.
Jeremy.

20 years agoAdd some basic DEBUG statements at level 10 so we can see what is being
Jeremy Allison [Mon, 9 Jun 2003 23:15:34 +0000 (23:15 +0000)]
Add some basic DEBUG statements at level 10 so we can see what is being
called. This is *essential* (and should be done on all the other cli_XX
rpc calls) to help debug winbindd problems remotely.
Jeremy.

20 years agoFix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.
Jeremy Allison [Mon, 9 Jun 2003 17:28:42 +0000 (17:28 +0000)]
Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | padl.com.
Jeremy.

20 years agoUpdate WHATSNEW.txt with information from release branch
Alexander Bokovoy [Mon, 9 Jun 2003 13:49:20 +0000 (13:49 +0000)]
Update WHATSNEW.txt with information from release branch

20 years agoapplied patch from bug#140
Andrew Tridgell [Mon, 9 Jun 2003 02:54:07 +0000 (02:54 +0000)]
applied patch from bug#140
this fixes a timestamp problem with 64 bit machines

20 years agoDebian updates.
Eloy Paris [Sun, 8 Jun 2003 19:50:13 +0000 (19:50 +0000)]
Debian updates.

20 years agoFix some memory leaks and extra cache startups/shutdowns from the trusted
Andrew Bartlett [Sun, 8 Jun 2003 12:51:31 +0000 (12:51 +0000)]
Fix some memory leaks and extra cache startups/shutdowns from the trusted
domains lookup code.

Andrew Bartlett

20 years agoEnforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.
Andrew Bartlett [Sun, 8 Jun 2003 12:49:31 +0000 (12:49 +0000)]
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.

(this now causes things like the LANMAN protocol and contacting servers with 'encrypt passwords = no' set to fail, if configured)

'client ntlmv2 auth' (a BOOL) forces both plaintext and lanman off, and is the
most secure setting for compatible hosts.

Perhaps we should change this to 'client minimum auth'?

Andrew Bartlett

20 years agoMake sure that we use schannel (if configured) when checking for a valid
Andrew Bartlett [Sun, 8 Jun 2003 11:39:28 +0000 (11:39 +0000)]
Make sure that we use schannel (if configured) when checking for a valid
join to the DC.

Andrew Bartlett

20 years agoRework our smb signing code again, this factors out some of the common
Andrew Bartlett [Sun, 8 Jun 2003 03:49:35 +0000 (03:49 +0000)]
Rework our smb signing code again, this factors out some of the common
MAC calcuation code, and now supports multiple outstanding packets.

Fixes bug #40

Andrew Bartlett

20 years agobumping cvs version number to distinguish between SAMBA_3_0 cvs tree
Gerald Carter [Sat, 7 Jun 2003 18:07:30 +0000 (18:07 +0000)]
bumping cvs version number to distinguish between SAMBA_3_0 cvs tree
and 3.0.0beta1 release

20 years agoadd back the winbind uid/gid parameter but mark them as deprecated
Gerald Carter [Sat, 7 Jun 2003 13:51:13 +0000 (13:51 +0000)]
add back the winbind uid/gid parameter but mark them as deprecated

20 years agoTry to fix memory leaks found by valgrind in pdb_ldap code.
Andrew Bartlett [Sat, 7 Jun 2003 03:22:37 +0000 (03:22 +0000)]
Try to fix memory leaks found by valgrind in pdb_ldap code.

Andrew Bartlett

20 years agoDon't assume that the SAM knows the unix home directory - look it up by
Andrew Bartlett [Sat, 7 Jun 2003 03:20:09 +0000 (03:20 +0000)]
Don't assume that the SAM knows the unix home directory - look it up by
getpwnam() if need be.

Fixes bug #130

Andrew Bartlett

20 years agofix up a couple paths
Herb Lewis [Sat, 7 Jun 2003 00:46:04 +0000 (00:46 +0000)]
fix up a couple paths

20 years agochanged 'winbind uid' to 'idmap uid' in build farm tests
Andrew Tridgell [Sat, 7 Jun 2003 00:27:15 +0000 (00:27 +0000)]
changed 'winbind uid' to 'idmap uid' in build farm tests

20 years agoget rid of IRIX o32 builds - some libraries (kerberos and ldap) are only
Herb Lewis [Fri, 6 Jun 2003 23:55:24 +0000 (23:55 +0000)]
get rid of IRIX o32 builds - some libraries (kerberos and ldap) are only
n32 so smbwrapper fails to link.

20 years agoremove o32 targets for IRIX. kerberos and ldap libraries are n32 only so
Herb Lewis [Fri, 6 Jun 2003 23:35:22 +0000 (23:35 +0000)]
remove o32 targets for IRIX. kerberos and ldap libraries are n32 only so
linking smbwrappers will fail.

20 years agoapplying David Lee's climessage patch to make sending messages more extendable
Gerald Carter [Fri, 6 Jun 2003 23:09:39 +0000 (23:09 +0000)]
applying David Lee's climessage patch to make sending messages more extendable

20 years agopMandrake/samba2.spec.tmplackaging updates (Buchan)
Gerald Carter [Fri, 6 Jun 2003 22:56:03 +0000 (22:56 +0000)]
pMandrake/samba2.spec.tmplackaging updates (Buchan)

20 years agomake this work for older version of perl
Herb Lewis [Fri, 6 Jun 2003 22:51:28 +0000 (22:51 +0000)]
make this work for older version of perl

20 years agosupport LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)
Gerald Carter [Fri, 6 Jun 2003 22:50:54 +0000 (22:50 +0000)]
support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)

20 years ago* add in David Lee's utmp patch (defaults to on if available)
Gerald Carter [Fri, 6 Jun 2003 22:33:43 +0000 (22:33 +0000)]
* add in David Lee's utmp patch (defaults to on if available)
* one more try at fixing builds when --with-ldap=no

20 years agoget rid of warning about malformed if in Makefile
Herb Lewis [Fri, 6 Jun 2003 22:24:36 +0000 (22:24 +0000)]
get rid of warning about malformed if in Makefile

20 years agoremove yet aother RCS tag
Gerald Carter [Fri, 6 Jun 2003 21:14:37 +0000 (21:14 +0000)]
remove yet aother RCS tag

20 years agofix build on systems w/o LDAP libs
Gerald Carter [Fri, 6 Jun 2003 20:31:19 +0000 (20:31 +0000)]
fix build on systems w/o LDAP libs

20 years agoFixing Debian-specific patches so they apply cleanly.
Eloy Paris [Fri, 6 Jun 2003 20:31:18 +0000 (20:31 +0000)]
Fixing Debian-specific patches so they apply cleanly.

20 years agodelete extra PASSDBLIB at beginning
Herb Lewis [Fri, 6 Jun 2003 20:11:23 +0000 (20:11 +0000)]
delete extra PASSDBLIB at beginning

20 years agoupdates for RedHat packaging
Gerald Carter [Fri, 6 Jun 2003 20:08:29 +0000 (20:08 +0000)]
updates for RedHat packaging

20 years ago- Regenerate docs
Jelmer Vernooij [Fri, 6 Jun 2003 20:07:16 +0000 (20:07 +0000)]
- Regenerate docs
- Fix db2latex (it depended on the $Id$ tags)
- Fix CUPS-Printing syntax
- Update instructions in docbook.txt

20 years agopdbedit needs PASSDBLIBS
Herb Lewis [Fri, 6 Jun 2003 19:44:32 +0000 (19:44 +0000)]
pdbedit needs PASSDBLIBS

20 years agocompile error
Gerald Carter [Fri, 6 Jun 2003 18:19:02 +0000 (18:19 +0000)]
compile error

20 years agosyncing RCS tag removal from 3.0 release tree
Gerald Carter [Fri, 6 Jun 2003 17:49:01 +0000 (17:49 +0000)]
syncing RCS tag removal from 3.0 release tree

20 years agoremoving RCS tags
Gerald Carter [Fri, 6 Jun 2003 15:47:33 +0000 (15:47 +0000)]
removing RCS tags

20 years agomerge from APP_HEAD. Push negative connection cache
Gerald Carter [Fri, 6 Jun 2003 14:11:14 +0000 (14:11 +0000)]
merge from APP_HEAD.  Push negative connection cache
into rpc_find_dc().  Should probably be extended some more
in 3.0 but this is what we have for the moment.

20 years ago* break out more common code used between pdb_ldap and idmap_ldap
Gerald Carter [Fri, 6 Jun 2003 13:48:39 +0000 (13:48 +0000)]
* break out more common code used between pdb_ldap and idmap_ldap
* remove 'winbind uid' and 'winbind gid' parameters (replaced
  by current idmap parameter)
* create the sambaUnixIdPool entries automatically in the 'ldap
  idmap suffix'
* add new 'ldap idmap suffix' and 'ldap group suffix' parametrer
* "idmap backend = ldap" now accepts 'ldap:ldap://server/' format
  (parameters are passed to idmap init() function

20 years agoSMBlockingX timeouts are in units of 2 milliseconds, not 1
Andrew Tridgell [Fri, 6 Jun 2003 10:42:16 +0000 (10:42 +0000)]
SMBlockingX timeouts are in units of 2 milliseconds, not 1

20 years agoNo matter how special this session key is, it's not worth a level 0.
Andrew Bartlett [Fri, 6 Jun 2003 10:22:48 +0000 (10:22 +0000)]
No matter how special this session key is, it's not worth a level 0.

Hide it behind a level 10, with #ifdef DEBUG_PASSWORD instead.

Andrew Bartlett

20 years agoFix for valgrind - when doing a srvstr_push we must zero fill
Jeremy Allison [Fri, 6 Jun 2003 07:56:23 +0000 (07:56 +0000)]
Fix for valgrind - when doing a srvstr_push we must zero fill
any extra bytes, not clobber region them - otherwise valgrind
thinks they are invalid on send() or write().
Jeremy.

20 years agoMake skeleton VFSs compile with new EA modules.
Jeremy Allison [Fri, 6 Jun 2003 07:09:30 +0000 (07:09 +0000)]
Make skeleton VFSs compile with new EA modules.
Jeremy

20 years agoFixup of typos.
Jeremy Allison [Fri, 6 Jun 2003 07:08:21 +0000 (07:08 +0000)]
Fixup of typos.
Jeremy.

20 years agoUse filedes as first argument to fsetxattr, not the undefined variable 'path' :-)
Jelmer Vernooij [Fri, 6 Jun 2003 07:06:30 +0000 (07:06 +0000)]
Use filedes as first argument to fsetxattr, not the undefined variable 'path' :-)

20 years agoMore Edits from Vance Lankhaar.
John Terpstra [Fri, 6 Jun 2003 06:40:25 +0000 (06:40 +0000)]
More Edits from Vance Lankhaar.

20 years agometze noticed some conn elements remaining in a VFS_NEXT.
Jeremy Allison [Fri, 6 Jun 2003 06:35:24 +0000 (06:35 +0000)]
metze noticed some conn elements remaining in a VFS_NEXT.
Jeremy.

20 years agoFix for VFS_NEXT xattr calls (from metze). I will add these to skel.c to
Jeremy Allison [Fri, 6 Jun 2003 06:17:41 +0000 (06:17 +0000)]
Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c to
ensure they are tested.
Jeremy.

20 years ago2 more places where win2003 forces UCS2
Andrew Tridgell [Fri, 6 Jun 2003 06:01:45 +0000 (06:01 +0000)]
2 more places where win2003 forces UCS2

20 years ago- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name
Andrew Tridgell [Fri, 6 Jun 2003 05:34:02 +0000 (05:34 +0000)]
- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name

- win2003 returns 0 for ea_size when there are no EAs

20 years agomake the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE
Andrew Tridgell [Fri, 6 Jun 2003 05:32:36 +0000 (05:32 +0000)]
make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE

20 years agofixed a pstrcpy() that is not on a pstring
Andrew Tridgell [Fri, 6 Jun 2003 05:31:30 +0000 (05:31 +0000)]
fixed a pstrcpy() that is not on a pstring

20 years ago- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
Andrew Tridgell [Fri, 6 Jun 2003 05:15:28 +0000 (05:15 +0000)]
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
  (to match win2003 behaviour)

- added the STR_TERMINATE_ASCII flag from samba4 so we can get the
  string termination right for the case where it is supposed to be
  non-terminated for UCS2 and terminated when ASCII

20 years agoFixup the check for attr libraries, used ',' instead of ' '.
Jeremy Allison [Fri, 6 Jun 2003 05:10:26 +0000 (05:10 +0000)]
Fixup the check for attr libraries, used ',' instead of ' '.
Jeremy.

20 years agofixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level
Andrew Tridgell [Fri, 6 Jun 2003 04:31:48 +0000 (04:31 +0000)]
fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level

20 years agofixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level
Andrew Tridgell [Fri, 6 Jun 2003 04:29:41 +0000 (04:29 +0000)]
fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level

found by samba4 smbtorture SEARCH test

20 years agoremoved the 'valgrind fix' that (although it may well remove a
Andrew Tridgell [Fri, 6 Jun 2003 04:21:43 +0000 (04:21 +0000)]
removed the 'valgrind fix' that (although it may well remove a
valgrind warning) causes us to return a completely wrong 8.3 filename
in directory searches!

come on guys, this close to a release you need to TEST CODE BEFORE COMMITTING

20 years agoMissed (name) arg in fgetxattr.
Jeremy Allison [Fri, 6 Jun 2003 00:45:57 +0000 (00:45 +0000)]
Missed (name) arg in fgetxattr.
Jeremy.

20 years agoAdded EA operations to VFS layer.
Jeremy Allison [Fri, 6 Jun 2003 00:04:27 +0000 (00:04 +0000)]
Added EA operations to VFS layer.
Jeremy.

20 years agoFix the building of the docs in all formats:
Jelmer Vernooij [Thu, 5 Jun 2003 22:54:56 +0000 (22:54 +0000)]
Fix the building of the docs in all formats:
 - legalnotice should be in <bookinfo> (Developer docs)
 - Generate embedded PostScript versions of the PNG files in projdoc/imagefiles
 - Use either the PNG or the EPS images, depending on the desired output format.
 Check CUPS-printing.xml diff for details

20 years agoAdjusting Debian patches so they apply cleanly.
Eloy Paris [Thu, 5 Jun 2003 22:27:36 +0000 (22:27 +0000)]
Adjusting Debian patches so they apply cleanly.

20 years agoGet ready for EA code... Add Linux interface.
Jeremy Allison [Thu, 5 Jun 2003 20:29:55 +0000 (20:29 +0000)]
Get ready for EA code... Add Linux interface.
Jeremy.

20 years agoENCRYPTION.txt has been merged into the HOWTO Collection
Jelmer Vernooij [Thu, 5 Jun 2003 20:02:58 +0000 (20:02 +0000)]
ENCRYPTION.txt has been merged into the HOWTO Collection

20 years agoFix broken URL's
Jelmer Vernooij [Thu, 5 Jun 2003 17:02:42 +0000 (17:02 +0000)]
Fix broken URL's

20 years agoFix smb.conf build
Jelmer Vernooij [Thu, 5 Jun 2003 16:56:06 +0000 (16:56 +0000)]
Fix smb.conf build

20 years agoAdding Kurt Pfiefle's new CUPS docs and Vance Lankhaar's fixes for typos.
John Terpstra [Thu, 5 Jun 2003 06:39:55 +0000 (06:39 +0000)]
Adding Kurt Pfiefle's new CUPS docs and Vance Lankhaar's fixes for typos.

20 years agoNever second guess tridge.... (always talloc an internal pointer... ).
Jeremy Allison [Thu, 5 Jun 2003 02:44:24 +0000 (02:44 +0000)]
Never second guess tridge.... (always talloc an internal pointer... ).
Jeremy.

20 years agoworking draft of the idmap_ldap code.
Gerald Carter [Thu, 5 Jun 2003 02:34:30 +0000 (02:34 +0000)]
working draft of the idmap_ldap code.
Includes sambaUnixIdPool objectclass

Still needs cleaning up wrt to name space.
More changes to come, but at least we now have a
a working distributed winbindd solution.

20 years ago@$(@XSLTPROC) -> @$(XSLTPROC). Caught by Vance Lankhaar.
Jelmer Vernooij [Thu, 5 Jun 2003 00:24:56 +0000 (00:24 +0000)]
@$(@XSLTPROC) -> @$(XSLTPROC). Caught by Vance Lankhaar.

20 years agoAdd an attributions page to the Developers Guide as well
Jelmer Vernooij [Wed, 4 Jun 2003 22:35:48 +0000 (22:35 +0000)]
Add an attributions page to the Developers Guide as well

20 years agoEach <link> element should have either 'content' or an 'endterm' attribute
Jelmer Vernooij [Wed, 4 Jun 2003 20:14:16 +0000 (20:14 +0000)]
Each <link> element should have either 'content' or an 'endterm' attribute

20 years agoMore minor syntax fixes
Jelmer Vernooij [Wed, 4 Jun 2003 20:11:10 +0000 (20:11 +0000)]
More minor syntax fixes

20 years ago<strong> is not a valid tag.
Jelmer Vernooij [Wed, 4 Jun 2003 19:15:10 +0000 (19:15 +0000)]
<strong> is not a valid tag.

20 years agoFix XML syntax
Jelmer Vernooij [Wed, 4 Jun 2003 18:42:56 +0000 (18:42 +0000)]
Fix XML syntax

20 years agoSome language and XML syntax fixes.
Jelmer Vernooij [Wed, 4 Jun 2003 18:36:50 +0000 (18:36 +0000)]
Some language and XML syntax fixes.

20 years agoAdd some static. Patch by Stefan Metzmacher <metze@metzemix.de>
Jelmer Vernooij [Wed, 4 Jun 2003 16:40:50 +0000 (16:40 +0000)]
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>

20 years agoFix typos reported by Paul Eggleton <paule@cjntech.co.nz>
John Terpstra [Wed, 4 Jun 2003 13:59:25 +0000 (13:59 +0000)]
Fix typos reported by Paul Eggleton <paule@cjntech.co.nz>

20 years agoMove VFS example skel.c to two different examples: one for opaque operations and...
Alexander Bokovoy [Wed, 4 Jun 2003 13:13:41 +0000 (13:13 +0000)]
Move VFS example skel.c to two different examples: one for opaque operations and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de>

20 years agoFirst version of VFS API developers documentation. Needs work on both formatting...
Alexander Bokovoy [Wed, 4 Jun 2003 13:06:37 +0000 (13:06 +0000)]
First version of VFS API developers documentation. Needs work on both formatting and content.

20 years agoFix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzemix.de>
Alexander Bokovoy [Wed, 4 Jun 2003 12:51:21 +0000 (12:51 +0000)]
Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzemix.de>

20 years agoSync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte@metzemi...
Alexander Bokovoy [Wed, 4 Jun 2003 12:50:07 +0000 (12:50 +0000)]
Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte@metzemix.de>

20 years agoFix for previous checkin. Only use talloc on unmarshalling or we'll
Jeremy Allison [Wed, 4 Jun 2003 06:22:44 +0000 (06:22 +0000)]
Fix for previous checkin. Only use talloc on unmarshalling or we'll
leak memory.
Jeremy.

20 years agofixed the termination of several trans2 strings
Andrew Tridgell [Wed, 4 Jun 2003 06:03:21 +0000 (06:03 +0000)]
fixed the termination of several trans2 strings

20 years agoshouldn't null terminate trans2 qfileinfo all_info/name
Andrew Tridgell [Wed, 4 Jun 2003 05:45:40 +0000 (05:45 +0000)]
shouldn't null terminate trans2 qfileinfo all_info/name

20 years agofixed the arbitrary 256 limit on the size of aliases in parse_samr
Andrew Tridgell [Wed, 4 Jun 2003 04:42:33 +0000 (04:42 +0000)]
fixed the arbitrary 256 limit on the size of aliases in parse_samr