samba.git
15 years ago[GLUE] Sync tree with SVN r17.
Gerald (Jerry) Carter [Wed, 10 Oct 2007 17:39:20 +0000 (12:39 -0500)]
[GLUE] Sync tree with SVN r17.

19 years agoadded IDL and test for lsa_OpenSecret()
Andrew Tridgell [Sat, 3 Apr 2004 17:21:26 +0000 (17:21 +0000)]
added IDL and test for lsa_OpenSecret()

19 years agoadded IDL and test suite for lsa_CreateSecret()
Andrew Tridgell [Sat, 3 Apr 2004 17:15:32 +0000 (17:15 +0000)]
added IDL and test suite for lsa_CreateSecret()

19 years agoadded idl and test suite for lsa_CreateTrustedDomain()
Andrew Tridgell [Sat, 3 Apr 2004 16:44:39 +0000 (16:44 +0000)]
added idl and test suite for lsa_CreateTrustedDomain()

19 years agoadded the rest of the ldb_modify() code, which required a fairly large
Andrew Tridgell [Sat, 3 Apr 2004 12:29:21 +0000 (12:29 +0000)]
added the rest of the ldb_modify() code, which required a fairly large
change in the ldb API. The API is now much closer to LDAP.

19 years agoThis is the start of a C API to the DCERPC client routines. Currently
Tim Potter [Sat, 3 Apr 2004 01:25:40 +0000 (01:25 +0000)]
This is the start of a C API to the DCERPC client routines.  Currently
the only way to access this is to cut&paste from torture/rpc/*.c

19 years agoAdded one more test for "dirname\."
Jeremy Allison [Fri, 2 Apr 2004 18:59:38 +0000 (18:59 +0000)]
Added one more test for "dirname\."
Jeremy.

19 years agoallow "struct TDB_DATA" as well as just "TDB_DATA"
Andrew Tridgell [Thu, 1 Apr 2004 07:39:04 +0000 (07:39 +0000)]
allow "struct TDB_DATA" as well as just "TDB_DATA"

in general I prefer the struct form for Samba4 structures. I think its
clearer.

19 years agoadded lsaCreateAccount() and a test in the RPC-LSA test suite
Andrew Tridgell [Wed, 31 Mar 2004 12:52:21 +0000 (12:52 +0000)]
added lsaCreateAccount() and a test in the RPC-LSA test suite
also tested lsa_Delete() to delete the newly created account

19 years agobuilding with Makefile.ldb now works
Andrew Tridgell [Wed, 31 Mar 2004 06:51:44 +0000 (06:51 +0000)]
building with Makefile.ldb now works

19 years agomake a more recent snapshot of ldb available to interested
Andrew Tridgell [Wed, 31 Mar 2004 06:45:39 +0000 (06:45 +0000)]
make a more recent snapshot of ldb available to interested
people. Note that I decided to make it LGPL.

ldb is not finished yet, but enough of it is there for people to get
an idea of what it does, and quite a few simple tests work

19 years agomerge some recent tdb changed from samba3
Andrew Tridgell [Sun, 28 Mar 2004 02:18:38 +0000 (02:18 +0000)]
merge some recent tdb changed from samba3

19 years agoswitch from SIG_ATOMIC_T to sig_atomic_t
Andrew Tridgell [Sun, 28 Mar 2004 01:57:28 +0000 (01:57 +0000)]
switch from SIG_ATOMIC_T to sig_atomic_t

19 years agoafter discussion with the copyright holders tdb is now under the LGPL
Andrew Tridgell [Sun, 28 Mar 2004 01:43:06 +0000 (01:43 +0000)]
after discussion with the copyright holders tdb is now under the LGPL

19 years agoadded a TDB_MODIFY flag to tdb_store() that says "if the record
Andrew Tridgell [Sun, 28 Mar 2004 01:38:42 +0000 (01:38 +0000)]
added a TDB_MODIFY flag to tdb_store() that says "if the record
doesn't exist then fail the store"

19 years agoadded a private pointer to tdb_traverse() to allow callers to supply
Andrew Tridgell [Sun, 28 Mar 2004 01:33:32 +0000 (01:33 +0000)]
added a private pointer to tdb_traverse() to allow callers to supply
data to their traverse function

19 years agoremoved the state parameter to tdb_traverse and the TDB_MODIFY flag
Andrew Tridgell [Sun, 28 Mar 2004 01:30:54 +0000 (01:30 +0000)]
removed the state parameter to tdb_traverse and the TDB_MODIFY flag

19 years agocopy with a null volume name in a trans2 QFSINFO call
Andrew Tridgell [Fri, 26 Mar 2004 02:41:20 +0000 (02:41 +0000)]
copy with a null volume name in a trans2 QFSINFO call

19 years ago- moved some of the base tests into torture/basic/
Andrew Tridgell [Fri, 26 Mar 2004 02:39:48 +0000 (02:39 +0000)]
- moved some of the base tests into torture/basic/

- added a CHARSET set of tests, which determines how the server deals
with some specific charset issues related to UTF-16
support. Interestingly, Samba3 already passes all but one of these
tests, because our incorrect UCS-2 and UTF-8 implementations where we
don't check the validity of characters actually matches what Windows
does! This means that adding UTF-16 support to Samba is going to be
_much_ easier than we expected.

19 years ago- use a linked list for the ftable in the nbench load generator. This
Andrew Tridgell [Fri, 26 Mar 2004 02:11:31 +0000 (02:11 +0000)]
- use a linked list for the ftable in the nbench load generator. This
allows us to cope a little better with the async nature of open/close
requests which implies a ordering on which handle to close.

- request oplocks in NBENCH and add a oplock handler

19 years agouse client1, client2 not client0, client1 to better match netbench
Andrew Tridgell [Fri, 26 Mar 2004 02:09:51 +0000 (02:09 +0000)]
use client1, client2 not client0, client1 to better match netbench

19 years agofixed the handling of level II oplocks in samba4, especially when
Andrew Tridgell [Thu, 25 Mar 2004 02:41:19 +0000 (02:41 +0000)]
fixed the handling of level II oplocks in samba4, especially when
acting as a cifs redirectory (using the cifs backend)

19 years agoput the "max xmit" option back into Samba4
Andrew Tridgell [Tue, 23 Mar 2004 03:17:38 +0000 (03:17 +0000)]
put the "max xmit" option back into Samba4

19 years agoreadx reply packets can be over-sized
Andrew Tridgell [Tue, 23 Mar 2004 03:13:24 +0000 (03:13 +0000)]
readx reply packets can be over-sized

19 years agonicer way of handling \clients
Andrew Tridgell [Wed, 10 Mar 2004 09:00:24 +0000 (09:00 +0000)]
nicer way of handling \clients

19 years agoas a special case don't check the status of the create of \clients -
Andrew Tridgell [Wed, 10 Mar 2004 07:38:47 +0000 (07:38 +0000)]
as a special case don't check the status of the create of \clients -
there is a race condition in the create

19 years agomake the warmup and execute phases clearer
Andrew Tridgell [Wed, 10 Mar 2004 05:05:56 +0000 (05:05 +0000)]
make the warmup and execute phases clearer

19 years agoadd config hints for cifs backend
Andrew Tridgell [Wed, 10 Mar 2004 04:07:02 +0000 (04:07 +0000)]
add config hints for cifs backend

19 years agoadded a 5% warmup time to NBENCH to make the results more consistent
Andrew Tridgell [Wed, 10 Mar 2004 03:24:03 +0000 (03:24 +0000)]
added a 5% warmup time to NBENCH to make the results more consistent

19 years agoadded the -C option to smbtorture
Andrew Tridgell [Tue, 9 Mar 2004 09:04:06 +0000 (09:04 +0000)]
added the -C option to smbtorture

this option takes a filename containing a list of UNC names. When
supplied to a torture test that uses multiple client connections the
test will distribute the load across the listed UNC names. This allows
you to use NBENCH effectively against a server that has multiple IP
addresses, and spread the load among them.

19 years agomake sure the tags in the NBENCH test match the tags in the generated
Andrew Tridgell [Tue, 9 Mar 2004 05:06:57 +0000 (05:06 +0000)]
make sure the tags in the NBENCH test match the tags in the generated
load files

19 years agodon't check return fields (like search count) on an expected failure
Andrew Tridgell [Tue, 9 Mar 2004 03:28:21 +0000 (03:28 +0000)]
don't check return fields (like search count) on an expected failure

19 years agohandle incomplete load files
Andrew Tridgell [Tue, 9 Mar 2004 02:24:14 +0000 (02:24 +0000)]
handle incomplete load files
change default timelimit to 600 secs

19 years agogreatly improved NBENCH netbench simulator
Andrew Tridgell [Tue, 9 Mar 2004 02:13:13 +0000 (02:13 +0000)]
greatly improved NBENCH netbench simulator

 - more accurate request simulation using Samba4 raw client library
 - now checks for correct status on all requests
 - timelimit based benchmarking, default of 600 seconds

19 years agofixed the label for search requests
Andrew Tridgell [Tue, 9 Mar 2004 02:01:42 +0000 (02:01 +0000)]
fixed the label for search requests

19 years agofixed a typo
Andrew Tridgell [Mon, 8 Mar 2004 09:13:35 +0000 (09:13 +0000)]
fixed a typo

19 years agoadded the "nbench" ntvfs backend. This is used to capture NBENCH load
Andrew Tridgell [Mon, 8 Mar 2004 07:17:15 +0000 (07:17 +0000)]
added the "nbench" ntvfs backend. This is used to capture NBENCH load
files, and also serves as an example of how to write a NTVFS filter
module for Samba4.

19 years agoin the async socket handling routines in the cifs backend don't assume
Andrew Tridgell [Mon, 8 Mar 2004 07:13:11 +0000 (07:13 +0000)]
in the async socket handling routines in the cifs backend don't assume
that conn->ntvfs_private is set correctly, instead use our copy of the
private pointer in the fde callback. This allows the cifs backend to
be used on conjunction with a NTVFS filter module.

19 years agofixed two writex client bugs
Andrew Tridgell [Mon, 8 Mar 2004 07:11:13 +0000 (07:11 +0000)]
fixed two writex client bugs

 - always use the 14 word writex varient even for small transfers as
   long as large offsets are negotiated (this matches windows
   behaviour)

 - make sure we fill in the top 16 bits of the count for large writex
   calls

19 years agomake proto should not catch any function of the lib/popt/*.c stuff
Stefan Metzmacher [Tue, 24 Feb 2004 06:53:53 +0000 (06:53 +0000)]
make proto should not catch any function of the lib/popt/*.c stuff

metze

19 years agolet the popt replacement stuff survive a make proto
Stefan Metzmacher [Tue, 24 Feb 2004 06:49:59 +0000 (06:49 +0000)]
let the popt replacement stuff survive a make proto

metze

19 years agorenaming and restructuring of same object file lists
Stefan Metzmacher [Mon, 23 Feb 2004 10:51:36 +0000 (10:51 +0000)]
renaming and restructuring of same object file lists

metze

19 years ago- creat the LIBCMDLINE subsystem
Stefan Metzmacher [Sun, 22 Feb 2004 13:09:51 +0000 (13:09 +0000)]
- creat the LIBCMDLINE subsystem
  including readline and popt

- creat the CONFIG subsystem
  including param/* dynconfig.* and passdb/secrets.*

metze

19 years agoThe file descriptor argument to cli_getattrE() is a fnum not a fd.
Tim Potter [Sat, 21 Feb 2004 11:23:51 +0000 (11:23 +0000)]
The file descriptor argument to cli_getattrE() is a fnum not a fd.

19 years agoremove the python stuff, this will be rewritten on top of libsmb.so
Stefan Metzmacher [Sat, 21 Feb 2004 11:08:10 +0000 (11:08 +0000)]
remove the python stuff, this will be rewritten on top of libsmb.so
and maintained in a external tree.
(discussed with tpot)

metze

19 years agosplit up the schannel rpc client code into separate key establishment
Andrew Tridgell [Sat, 21 Feb 2004 04:46:49 +0000 (04:46 +0000)]
split up the schannel rpc client code into separate key establishment
and bind calls, but with a combined call that does both. This makes is
easier to write a schannel test program that tried different keys.

19 years agoadded the simple HOLDCON torture test. This is used to establish
Andrew Tridgell [Sat, 21 Feb 2004 04:02:55 +0000 (04:02 +0000)]
added the simple HOLDCON torture test. This is used to establish
hundreds of idle connections to the server, which can be used to
simulate environments with large numbers of idle connections.

19 years agofixed a problem with the smb client code spinning when the connection
Andrew Tridgell [Sat, 21 Feb 2004 04:02:00 +0000 (04:02 +0000)]
fixed a problem with the smb client code spinning when the connection
is lost. We now close the cli_transport when there is a socket io
error

19 years agodon't inlcude rpc/rpc.h and rpcsvc/*.h anymore
Stefan Metzmacher [Wed, 18 Feb 2004 15:31:25 +0000 (15:31 +0000)]
don't inlcude rpc/rpc.h and rpcsvc/*.h anymore
and remove NET_GROUP stuff, this needs to be implemented
in a better way if we ever readd this

metze

19 years agoremove unused NISPLUS/AUTOMOUNT stuff
Stefan Metzmacher [Wed, 18 Feb 2004 13:55:15 +0000 (13:55 +0000)]
remove unused NISPLUS/AUTOMOUNT stuff

metze

19 years agoremove pdb_nisplus, its also removed in samba3, because it was broken
Stefan Metzmacher [Wed, 18 Feb 2004 13:17:03 +0000 (13:17 +0000)]
remove pdb_nisplus, its also removed in samba3, because it was broken

metze

19 years agomove some cryto stuff to lib/crypto/*
Stefan Metzmacher [Wed, 18 Feb 2004 12:20:17 +0000 (12:20 +0000)]
move some cryto stuff to lib/crypto/*

metze

19 years agomove external configure test programs
Stefan Metzmacher [Fri, 13 Feb 2004 15:20:52 +0000 (15:20 +0000)]
move external configure test programs
from tests/*.c to build/tests/*.c

metze

19 years agomove all old configure checks to build/m4/rewrite.m4
Stefan Metzmacher [Fri, 13 Feb 2004 15:03:46 +0000 (15:03 +0000)]
move all old configure checks to build/m4/rewrite.m4
we should get rid of this file in the end:-)

the tests should go into subsystems config.m4 files

the goal is to know which tests belong to what code
and remove unused tests to make configure a bit faster

metze

19 years agomove the tdb utils to utils/tdb/*
Stefan Metzmacher [Thu, 12 Feb 2004 16:28:12 +0000 (16:28 +0000)]
move the tdb utils to utils/tdb/*

metze

19 years agomove the tdb lib code to lib/tdb/*
Stefan Metzmacher [Thu, 12 Feb 2004 15:59:16 +0000 (15:59 +0000)]
move the tdb lib code to lib/tdb/*

metze

19 years agomove -lpopt replacement code from source/popt/* to source/lib/popt/*
Stefan Metzmacher [Thu, 12 Feb 2004 14:21:44 +0000 (14:21 +0000)]
move -lpopt replacement code from source/popt/* to source/lib/popt/*

metze

19 years agomove the -lpopt replacement to a LIBPOPT subsystem
Stefan Metzmacher [Thu, 12 Feb 2004 08:07:46 +0000 (08:07 +0000)]
move the -lpopt replacement to a LIBPOPT subsystem

metze

19 years agomove more code to the config.m4 scheme
Stefan Metzmacher [Thu, 12 Feb 2004 06:02:32 +0000 (06:02 +0000)]
move more code to the config.m4 scheme
LIBBASIC, LIBSMB are the new global subsystems

metze

19 years agodo not return a value in a void function
Stefan Metzmacher [Thu, 12 Feb 2004 05:52:53 +0000 (05:52 +0000)]
do not return a value in a void function

metze

19 years agofixed a void return spotted by metze
Andrew Tridgell [Wed, 11 Feb 2004 13:18:05 +0000 (13:18 +0000)]
fixed a void return spotted by metze

19 years agoas I renamed the PDB subsystem to PASSDB, we need to rename
Stefan Metzmacher [Wed, 11 Feb 2004 12:45:47 +0000 (12:45 +0000)]
as I renamed the PDB subsystem to PASSDB, we need to rename
the static init functions of the modules too:-)

metze

19 years agofixed a couple of uninitialised returns spotted by valgrind
Andrew Tridgell [Tue, 10 Feb 2004 20:49:59 +0000 (20:49 +0000)]
fixed a couple of uninitialised returns spotted by valgrind

19 years agodon't force debug in the RPC-MGMT test
Andrew Tridgell [Tue, 10 Feb 2004 20:48:22 +0000 (20:48 +0000)]
don't force debug in the RPC-MGMT test

19 years agowe can close the netlogon pipe used to setup the schannel session key
Andrew Tridgell [Tue, 10 Feb 2004 20:47:22 +0000 (20:47 +0000)]
we can close the netlogon pipe used to setup the schannel session key
as soon as we are finished with the netlogon negotiation phase. The
session key remains valid.

19 years agoConvert libcli routines to return NTSTATUS instead of BOOL. Again, the
Tim Potter [Tue, 10 Feb 2004 11:33:35 +0000 (11:33 +0000)]
Convert libcli routines to return NTSTATUS instead of BOOL.  Again, the
only users are smbclient and smbtorture.

19 years agodon't always use the same schannel context number
Andrew Tridgell [Tue, 10 Feb 2004 11:19:58 +0000 (11:19 +0000)]
don't always use the same schannel context number

19 years ago- modified the dcerpc client security code to be generic, so ntlmssp
Andrew Tridgell [Tue, 10 Feb 2004 10:22:12 +0000 (10:22 +0000)]
- modified the dcerpc client security code to be generic, so ntlmssp
  and schannel are both instances of possible security modules

- added schannel sign and sign/seal support to the dcerpc client
  code. You select it with binding options of "schannel,sign" or
  "schannel,seal".

19 years agothe subsystem name is 'PASSDB' so name the modules 'passdb_XXX'
Stefan Metzmacher [Mon, 9 Feb 2004 21:57:07 +0000 (21:57 +0000)]
the subsystem name is 'PASSDB' so name the modules 'passdb_XXX'

metze

19 years ago- remove unused 'evel ...' calls, we don't need them inside of
Stefan Metzmacher [Mon, 9 Feb 2004 21:56:03 +0000 (21:56 +0000)]
-   remove unused 'evel ...' calls, we don't need them inside of
    AC_XXX() macros

-   handle --with-shared-modules=process_model --with-static-modules=process_model_single
    right. ( build 'single' static and the rest of the process_model modules shared,
    if they're not declared as NOT.

metze

19 years agofix pdb_ldap build if LDAP support was detected
Stefan Metzmacher [Mon, 9 Feb 2004 21:04:42 +0000 (21:04 +0000)]
fix pdb_ldap build if LDAP support was detected

metze

19 years agoConvert libcli routines to use cli_tree instead of cli_state. Port
Tim Potter [Sun, 8 Feb 2004 00:51:07 +0000 (00:51 +0000)]
Convert libcli routines to use cli_tree instead of cli_state. Port
smbtorture to use the new interface.

Part 2 will be to eliminate cli_state from smbtorture as this is now
the only place where it is used.

19 years agoadd the TORTURE SUBSYSTEM to the config.m4 scheme
Stefan Metzmacher [Thu, 5 Feb 2004 12:16:29 +0000 (12:16 +0000)]
add the TORTURE SUBSYSTEM to the config.m4 scheme

tridge:
I'll convert all stuff first to this scheme
and then move to the scheme with two files per subsystems
so we'll later something like config.m4 and config.mk...

metze

19 years agoremove unused Makefile vars and fix dublication in $(PROTO_OBJ)
Stefan Metzmacher [Thu, 5 Feb 2004 11:37:53 +0000 (11:37 +0000)]
remove unused Makefile vars and fix dublication in $(PROTO_OBJ)

metze

19 years agoThis would appear to restore smbtorture to be able to use the syntax
Andrew Bartlett [Tue, 3 Feb 2004 21:53:51 +0000 (21:53 +0000)]
This would appear to restore smbtorture to be able to use the syntax
documented in it's self-help for RPC tests.

Andrew Bartlett

19 years ago- add 'print' to the DCERPC binding strings
Stefan Metzmacher [Tue, 3 Feb 2004 14:56:07 +0000 (14:56 +0000)]
- add 'print' to the DCERPC binding strings

  e.g.
  ncacn_np:myserver:[samr,sign,print]

  will now enable the packet debugging

  and the debugging is not bound anymore to the debuglevel >= 2
  in the torture tests

- also the dcesrv_remote module now supports debugging of the packets
  use the 'dcerpc_remote:binding' smb.conf parameter.

metze

19 years agoif vfs_cifs want to modify the ntvfs_ops struct, it should
Stefan Metzmacher [Tue, 3 Feb 2004 12:37:54 +0000 (12:37 +0000)]
if vfs_cifs want to modify the ntvfs_ops struct, it should
use a temporary copy of the struct!

metze

19 years agomove include/ntvfs.h to ntvfs/ntvfs.h
Stefan Metzmacher [Tue, 3 Feb 2004 11:18:54 +0000 (11:18 +0000)]
move include/ntvfs.h to ntvfs/ntvfs.h

metze

19 years ago- port AUTH and PASSDB subsystems to new
Stefan Metzmacher [Tue, 3 Feb 2004 11:10:56 +0000 (11:10 +0000)]
- port AUTH and PASSDB subsystems to new
  SMB_SUBSYSTEM() scheme

- some const fixes in ntvfs

metze

19 years agomake more function static, they are still available via the function pointers
Stefan Metzmacher [Tue, 3 Feb 2004 11:05:36 +0000 (11:05 +0000)]
make more function static, they are still available via the function pointers

metze

19 years agodo some merging from 3.0
Stefan Metzmacher [Tue, 3 Feb 2004 06:37:28 +0000 (06:37 +0000)]
do some merging from 3.0

metze

19 years ago- move all SMB server stuff to smb_server/*
Stefan Metzmacher [Tue, 3 Feb 2004 05:47:36 +0000 (05:47 +0000)]
- move all SMB server stuff to smb_server/*
  and create the SMB server subsystem

- remove unused XML and MYSQL configure tests

metze

19 years agoremove some unused stuff
Stefan Metzmacher [Mon, 2 Feb 2004 14:48:40 +0000 (14:48 +0000)]
remove some unused stuff

metze

19 years agoconst fixes
Stefan Metzmacher [Mon, 2 Feb 2004 14:46:25 +0000 (14:46 +0000)]
const fixes

metze

19 years agoreadd this fix:
Stefan Metzmacher [Mon, 2 Feb 2004 14:13:48 +0000 (14:13 +0000)]
readd this fix:

fix PROTO_OBJS ... fix make proto on some platforms

metze

19 years ago- we now specify the object files in the subsystems config.m4 file
Stefan Metzmacher [Mon, 2 Feb 2004 13:43:03 +0000 (13:43 +0000)]
- we now specify the object files in the subsystems config.m4 file
  I plan to convert all objectfile group to use SMB_SUBSYSTEM
  later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need
  to touch Makefile.in, because all make rules will be autogenerated by configure

- convert the PROCESS_MODEL subsystem to this new scheme
  and move the pthread test to smbd/process_model.m4

- convert the CHARSET subsystem to this new scheme
  and move the iconv test to lib/iconv.m4

19 years agosome DEBUG and comment fixes
Stefan Metzmacher [Mon, 2 Feb 2004 13:28:29 +0000 (13:28 +0000)]
some DEBUG and comment fixes

metze

19 years agosome compilers don't like the #warning preprocessing directive
Stefan Metzmacher [Mon, 2 Feb 2004 12:15:25 +0000 (12:15 +0000)]
some compilers don't like the #warning preprocessing directive
so just do a DEBUG(0,("..."));

metze

19 years agoremove unused files
Stefan Metzmacher [Mon, 2 Feb 2004 07:23:29 +0000 (07:23 +0000)]
remove unused files

we maybe need the util_smbd.c code later but this should not be in the lib/ dir

metze

19 years agoremove unused .cvsignore file
Stefan Metzmacher [Mon, 2 Feb 2004 07:11:30 +0000 (07:11 +0000)]
remove unused .cvsignore file

19 years agosome systems doesn't have ./ in PATH
Stefan Metzmacher [Mon, 2 Feb 2004 07:06:28 +0000 (07:06 +0000)]
some systems doesn't have ./ in PATH
so use ./build/pidl/pidl.pl

metze

19 years agofix PROTO_OBJS ... fix make proto on some platforms
Stefan Metzmacher [Mon, 2 Feb 2004 07:02:15 +0000 (07:02 +0000)]
fix PROTO_OBJS ... fix make proto on some platforms

metze

19 years agoMakefile.in cleanups:
Stefan Metzmacher [Sun, 1 Feb 2004 12:16:26 +0000 (12:16 +0000)]
Makefile.in cleanups:
lib/util_smbd.c is not used anymore

reorder the SMB_MODULE() parameters the goal is to autogenerate the
make rules for shared modules:

dnl SMB_MODULE(1:name,2:subsystem,3:default_build,
4:object_files,5:shared_object,6:libs
7:whatif-static,8:whatif-shared,9:whatif-not)

and generate <SUBSYSTEM>_LIBS and MODULE_<name>_LIBS with the SMB_MODULE() macro

metze

19 years agomerge:
Stefan Metzmacher [Sun, 1 Feb 2004 11:26:25 +0000 (11:26 +0000)]
merge:
ldap and krb5 configure tests
libads/*.c and libcli/raw/clikrb5.c from 3.0

metze

19 years agoremove unused configure checks and options
Stefan Metzmacher [Thu, 29 Jan 2004 16:08:19 +0000 (16:08 +0000)]
remove unused configure checks and options
 --with-acl-support
 --with-sendfile-support
 --with-manpages-langs
 --with-utmp
 --with-quotas
 --with-nisplus-home
 --with-profiling-data
 --with-syslog
 --with-pam_smbpass
 --with-pam
 --with-smbmount
 --with-automount
 --with-dce-dfs
 --with-afs
 --with-smbwrapper
poll and poll.h

I'm sure we need some of this but e.g. acl, sendfile and quotas belong
only to the posix ntvfs module, so the tests will to into a seperate config.m4
file, when we need them...

metze

19 years agoadd find_unused_options.sh
Stefan Metzmacher [Thu, 29 Jan 2004 09:54:42 +0000 (09:54 +0000)]
add find_unused_options.sh

this script finds unused lp_*() functions

use it like this:
   user@host:~/samba/source>./script/find_unused_options.sh

metze

19 years agoremove a lot of unused smb.conf options
Stefan Metzmacher [Thu, 29 Jan 2004 09:47:39 +0000 (09:47 +0000)]
remove a lot of unused smb.conf options

I think we should remove a view more,
but step by step:-)

metze

19 years agoremove a lot of unused stuff from the header files
Stefan Metzmacher [Wed, 28 Jan 2004 18:54:36 +0000 (18:54 +0000)]
remove a lot of unused stuff from the header files

and exclude some files from Makefile.in

metze

19 years ago- cosmetic fix in configure.in
Stefan Metzmacher [Wed, 28 Jan 2004 15:47:20 +0000 (15:47 +0000)]
- cosmetic fix in configure.in

- fix mem leak in process.c

metze

19 years ago- remove all STFS related stuff
Stefan Metzmacher [Wed, 28 Jan 2004 15:43:18 +0000 (15:43 +0000)]
- remove all STFS related stuff
  (which were already removed in revision 1.37 and
   readded by mistake in revision 1.39)

- change the SMB_MODULE() macro a bit
  Now we have:

dnl Specify the default build method of this module
dnl SMB_MODULE_DEFAULT(name,default_build)
AC_DEFUN(SMB_MODULE_DEFAULT,...

dnl Mark specified module as shared
dnl SMB_MODULE(name,default_build,static_files,shared_files,subsystem,whatif-static,whatif-shared,whatif-not)

  this let us specify the default build method inside of the included config.m4
  files

metze