jelmer/samba4-debian.git
16 years agor14363: Remove credentials.h from the global includes.
Jelmer Vernooij [Tue, 14 Mar 2006 01:29:56 +0000 (01:29 +0000)]
r14363: Remove credentials.h from the global includes.

16 years agor14362: Only include ndr_compression.h when necessary.
Jelmer Vernooij [Tue, 14 Mar 2006 00:37:05 +0000 (00:37 +0000)]
r14362: Only include ndr_compression.h when necessary.

16 years agor14361: Support 'helper' attribute in pidl and use it.
Jelmer Vernooij [Tue, 14 Mar 2006 00:12:58 +0000 (00:12 +0000)]
r14361: Support 'helper' attribute in pidl and use it.
Remove some headers from include/includes.h (they're now only included
in the file they are used)

16 years agor14350: Keep "make proto". It's hard to forget old habits. :-)
Jelmer Vernooij [Mon, 13 Mar 2006 22:39:05 +0000 (22:39 +0000)]
r14350: Keep "make proto". It's hard to forget old habits. :-)

16 years agor14349: Kill proto.h!
Jelmer Vernooij [Mon, 13 Mar 2006 22:36:07 +0000 (22:36 +0000)]
r14349: Kill proto.h!

Prototypes are now spread over multiple headers, usually one per subsystem.
This change is required to allow proper header dependencies later on,
without recompiling Samba each time the mtime of any source file changes.

16 years agor14348: Fix location of #endif
Jelmer Vernooij [Mon, 13 Mar 2006 22:32:41 +0000 (22:32 +0000)]
r14348: Fix location of #endif

16 years agor14347: Add registration function to allow registering smbtorture test(suites)
Jelmer Vernooij [Mon, 13 Mar 2006 21:21:44 +0000 (21:21 +0000)]
r14347: Add registration function to allow registering smbtorture test(suites)
Fix mechanism for breaking lines when printing test names.

16 years agor14344: More helpful messages on error for command line specified controls
Simo Sorce [Mon, 13 Mar 2006 21:05:55 +0000 (21:05 +0000)]
r14344: More helpful messages on error for command line specified controls
fixes in paged_results
asq -> async

16 years agor14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.
Jelmer Vernooij [Mon, 13 Mar 2006 18:54:33 +0000 (18:54 +0000)]
r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.

16 years agor14332: Built in different paths when running locally (from ./bin/) in developer
Jelmer Vernooij [Mon, 13 Mar 2006 18:31:42 +0000 (18:31 +0000)]
r14332: Built in different paths when running locally (from ./bin/) in developer
mode (./configure.developer). This will change the hardcoded value of a few
paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular
locations will be used when running 'make install'.

This enables developers to work on (shared built) modules, swat, ejs and
setup files without having to run 'make install' each time.

16 years agor14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij [Mon, 13 Mar 2006 16:32:44 +0000 (16:32 +0000)]
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
 - VERSION: should contain the current version. Will be made part of the filename.
 - SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.

Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.

16 years agor14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
Jelmer Vernooij [Mon, 13 Mar 2006 15:19:14 +0000 (15:19 +0000)]
r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
a C compiler that doesn't support -c and -o together and it makes the build
system more complicated. This also means the current handling of broken C
compilers is most likely broken as it isn't tested.

This detection can be readded when we stumble upon a C compiler that supports
both C99 (or at least the parts of it we need) and also has broken -c/-o
handling, which I think is unlikely to happen.

16 years agor14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED on more...
Stefan Metzmacher [Mon, 13 Mar 2006 15:03:51 +0000 (15:03 +0000)]
r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED on more systems
on the buildfarm successful...

metze

16 years agor14318: fix warnings
Stefan Metzmacher [Mon, 13 Mar 2006 14:35:45 +0000 (14:35 +0000)]
r14318: fix warnings

metze

16 years agor14316: don't zero the smb_handle after it was set:-)
Stefan Metzmacher [Mon, 13 Mar 2006 12:43:59 +0000 (12:43 +0000)]
r14316: don't zero the smb_handle after it was set:-)

metze

16 years agor14313: Add comments describing some of the dependencies here.
Andrew Bartlett [Mon, 13 Mar 2006 11:15:05 +0000 (11:15 +0000)]
r14313: Add comments describing some of the dependencies here.

Andrew Bartlett

16 years agor14312: Formatting and comments.
Andrew Bartlett [Mon, 13 Mar 2006 11:12:46 +0000 (11:12 +0000)]
r14312: Formatting and comments.

Andrew Bartlett

16 years agor14311: canon needs to be initialised
Andrew Tridgell [Mon, 13 Mar 2006 06:59:06 +0000 (06:59 +0000)]
r14311: canon needs to be initialised

16 years agor14310: length needs to be initialised
Andrew Tridgell [Mon, 13 Mar 2006 06:58:51 +0000 (06:58 +0000)]
r14310: length needs to be initialised

16 years agor14309: make sure ret is initialised
Andrew Tridgell [Mon, 13 Mar 2006 06:58:32 +0000 (06:58 +0000)]
r14309: make sure ret is initialised

16 years agor14308: fixed an out of range shift and an uninitialised error
Andrew Tridgell [Mon, 13 Mar 2006 06:58:09 +0000 (06:58 +0000)]
r14308: fixed an out of range shift and an uninitialised error

16 years agor14307: fixed dereference of my_address->addr when NULL
Andrew Tridgell [Mon, 13 Mar 2006 06:57:11 +0000 (06:57 +0000)]
r14307: fixed dereference of my_address->addr when NULL

16 years agor14306: fixed two break errors
Andrew Tridgell [Mon, 13 Mar 2006 06:56:31 +0000 (06:56 +0000)]
r14306: fixed two break errors

16 years agor14305: fixed a memory leak and a break error
Andrew Tridgell [Mon, 13 Mar 2006 06:56:07 +0000 (06:56 +0000)]
r14305: fixed a memory leak and a break error

16 years agor14297: make sure we can go through the loop for than once
Andrew Tridgell [Mon, 13 Mar 2006 05:02:49 +0000 (05:02 +0000)]
r14297: make sure we can go through the loop for than once

16 years agor14296: added an abort() to SMB_ASSERT() so that static analysers know it doesn't...
Andrew Tridgell [Mon, 13 Mar 2006 05:02:30 +0000 (05:02 +0000)]
r14296: added an abort() to SMB_ASSERT() so that static analysers know it doesn't return

16 years agor14295: make sure we return a valid data blob
Andrew Tridgell [Mon, 13 Mar 2006 05:01:58 +0000 (05:01 +0000)]
r14295: make sure we return a valid data blob

16 years agor14294: conditionally define _PUBLIC_, so you can disable it easily with -D_PUBLIC_=
Andrew Tridgell [Mon, 13 Mar 2006 05:01:34 +0000 (05:01 +0000)]
r14294: conditionally define _PUBLIC_, so you can disable it easily with -D_PUBLIC_=

16 years agor14293: fixed some errors found with beam
Andrew Tridgell [Mon, 13 Mar 2006 05:00:45 +0000 (05:00 +0000)]
r14293: fixed some errors found with beam

16 years agor14288: - make the snprintf call in talloc portable to older solaris boxes
Andrew Tridgell [Mon, 13 Mar 2006 04:04:38 +0000 (04:04 +0000)]
r14288:  - make the snprintf call in talloc portable to older solaris boxes

 - fixed an error found sing the beam analyser

16 years agor14281: Pull apart LIBDIR and MODULESDIR
Jelmer Vernooij [Mon, 13 Mar 2006 02:05:39 +0000 (02:05 +0000)]
r14281: Pull apart LIBDIR and MODULESDIR
Move architecture-independent data to DATADIR (was LIBDIR)

16 years agor14256: - rename smb_file -> smb_handle
Stefan Metzmacher [Sun, 12 Mar 2006 22:48:25 +0000 (22:48 +0000)]
r14256: - rename smb_file -> smb_handle
- move it into the in/out substructs again
- allow file.path only on smb_fileinfo/smb_setfileinfo

metze

16 years agor14240: fix summary output (step 2)
Stefan Metzmacher [Sun, 12 Mar 2006 13:36:08 +0000 (13:36 +0000)]
r14240: fix summary output (step 2)

we now need to explicit enable external libraries in
*.m4 files again...

metze

16 years agor14239: Fix indentation.
Rafal Szczesniak [Sun, 12 Mar 2006 13:14:21 +0000 (13:14 +0000)]
r14239: Fix indentation.

rafal

16 years agor14238: This is not needed anymore, as the state structure is zeroed
Rafal Szczesniak [Sun, 12 Mar 2006 13:11:46 +0000 (13:11 +0000)]
r14238: This is not needed anymore, as the state structure is zeroed
right after allocation.

rafal

16 years agor14237: fix the summary output (step 1)
Stefan Metzmacher [Sun, 12 Mar 2006 13:10:26 +0000 (13:10 +0000)]
r14237: fix the summary output (step 1)

metze

16 years agor14227: We are passing the wrong pointer here
Simo Sorce [Sun, 12 Mar 2006 00:04:27 +0000 (00:04 +0000)]
r14227: We are passing the wrong pointer here

16 years agor14223: Couple of small fixes:
Jelmer Vernooij [Sat, 11 Mar 2006 23:20:37 +0000 (23:20 +0000)]
r14223: Couple of small fixes:
 - properly support --samba3-header argument used alone
 - support `security_descriptor' data type
 - only print pidl warnings, not perl warnings on erratic input
 - insert copyright header in templates

16 years agor14215: Improve warning/error messages.
Jelmer Vernooij [Sat, 11 Mar 2006 23:00:14 +0000 (23:00 +0000)]
r14215: Improve warning/error messages.

16 years agor14211: More comments.
Rafal Szczesniak [Sat, 11 Mar 2006 19:06:47 +0000 (19:06 +0000)]
r14211: More comments.

rafal

16 years agor14210: 1) Fix an issue with composite context when null event context
Rafal Szczesniak [Sat, 11 Mar 2006 14:18:00 +0000 (14:18 +0000)]
r14210: 1) Fix an issue with composite context when null event context
   is passed to dcerpc_epm_map_binding_send.

2) Replace old dcerpc_epm_map_binding with the new function
   based on async code, as the above problem is fixed.

rafal

16 years agor14209: don't timeout notify requests in the cifs backend, as they are
Andrew Tridgell [Sat, 11 Mar 2006 13:06:17 +0000 (13:06 +0000)]
r14209: don't timeout notify requests in the cifs backend, as they are
intended to wait forever

16 years agor14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell [Sat, 11 Mar 2006 12:58:36 +0000 (12:58 +0000)]
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
metze on his quest to unify the ntvfs strucures for the smb and smb2
servers. The only place we needed flags2 inside ntvfs was for the
FLAGS2_READ_PERMIT_EXECUTE bit, which only affects readx, so I added a
readx.in.read_for_execute flag instead.

16 years agor14206: fix warnings, the better fix for that will be to make the sidmap code
Stefan Metzmacher [Sat, 11 Mar 2006 10:45:40 +0000 (10:45 +0000)]
r14206: fix warnings, the better fix for that will be to make the sidmap code
independend of ntvfs...(later...)

metze

16 years agor14205: move smb specific stuff out of includes.h (finally!!!:-)
Stefan Metzmacher [Sat, 11 Mar 2006 10:25:59 +0000 (10:25 +0000)]
r14205: move smb specific stuff out of includes.h (finally!!!:-)

all this changes really help ccache to speed up the samba4 build:-)

metze

16 years agor14203: Include less private heimdal headers.
Andrew Bartlett [Sat, 11 Mar 2006 09:31:59 +0000 (09:31 +0000)]
r14203: Include less private heimdal headers.

Andrew Bartlett

16 years agor14202: Oops. When removing a header, we need to replace it.
Andrew Bartlett [Sat, 11 Mar 2006 08:11:33 +0000 (08:11 +0000)]
r14202: Oops.  When removing a header, we need to replace it.

Andrew Bartlett

16 years agor14201: I don't think including roken is going to be a good solution. Let's
Andrew Bartlett [Sat, 11 Mar 2006 07:55:15 +0000 (07:55 +0000)]
r14201: I don't think including roken is going to be a good solution.  Let's
try and find the real solution.

Andrew Bartlett

16 years agor14200: Now we have real USN support, don't force the values in the provision
Andrew Bartlett [Sat, 11 Mar 2006 07:07:28 +0000 (07:07 +0000)]
r14200: Now we have real USN support, don't force the values in the provision
scripts.

This tests the real module, and avoids duplication.

Andrew Bartlett

16 years agor14199: This isn't pretty, but it makes the network interface detection work again.
Andrew Bartlett [Sat, 11 Mar 2006 06:24:44 +0000 (06:24 +0000)]
r14199: This isn't pretty, but it makes the network interface detection work again.

When making build changes, watch out that 'compiles' doesn't mean that
it works...

Andrew Bartlett

16 years agor14198: Update Samba4 to current lorikeet-heimdal.
Andrew Bartlett [Sat, 11 Mar 2006 04:03:12 +0000 (04:03 +0000)]
r14198: Update Samba4 to current lorikeet-heimdal.

Andrew Bartlett

16 years agor14181: This doesn't need level 1 debug, it happens whenever the DNS name is looked up.
Andrew Bartlett [Sat, 11 Mar 2006 02:07:14 +0000 (02:07 +0000)]
r14181: This doesn't need level 1 debug, it happens whenever the DNS name is looked up.

Andrew Bartlett

16 years agor14180: The PAC isn't so special that it deserves a level 0 debug any more.
Andrew Bartlett [Sat, 11 Mar 2006 02:06:30 +0000 (02:06 +0000)]
r14180: The PAC isn't so special that it deserves a level 0 debug any more.

Andrew Bartlett

16 years agor14175: More comments and my copyright.
Rafal Szczesniak [Fri, 10 Mar 2006 21:40:47 +0000 (21:40 +0000)]
r14175: More comments and my copyright.

rafal

16 years agor14174: fix typos
Stefan Metzmacher [Fri, 10 Mar 2006 21:38:07 +0000 (21:38 +0000)]
r14174: fix typos

metze

16 years agor14173: change smb interface structures to always use
Stefan Metzmacher [Fri, 10 Mar 2006 20:49:20 +0000 (20:49 +0000)]
r14173: change smb interface structures to always use
a union smb_file, to abtract
- const char *path fot qpathinfo and setpathinfo
- uint16_t fnum for SMB
- smb2_handle handle for SMB2

the idea is to later add a struct ntvfs_handle *ntvfs
so that the ntvfs subsystem don't need to know the difference between SMB and SMB2

metze

16 years agor14172: composite_is_ok(c) destroys c, when the status isn't ok.
Stefan Metzmacher [Fri, 10 Mar 2006 20:08:15 +0000 (20:08 +0000)]
r14172: composite_is_ok(c) destroys c, when the status isn't ok.
so we need to return directly.

metze

16 years agor14165: More comments and my copyright.
Rafal Szczesniak [Fri, 10 Mar 2006 16:52:46 +0000 (16:52 +0000)]
r14165: More comments and my copyright.

rafal

16 years agor14164: More comments.
Rafal Szczesniak [Fri, 10 Mar 2006 16:36:35 +0000 (16:36 +0000)]
r14164: More comments.

rafal

16 years agor14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
Simo Sorce [Fri, 10 Mar 2006 15:50:47 +0000 (15:50 +0000)]
r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
get anything if not waiting for all, keeping this
value may just lead to false expectations.

You either make blocking call waiting for ALL results
transforming this in a sync call, or either you loop
expecting from 0 to all results being returned at any
time on any of these loops.

It should be clear also that when you may receive results
at any time as soon as you call ldb_request.
Your callback may have received all results even before
calling ldb_async_wait the first time.

Simo.

16 years agor14162: Minor fixes on sort
Simo Sorce [Fri, 10 Mar 2006 15:28:25 +0000 (15:28 +0000)]
r14162: Minor fixes on sort
Initial work on async paged_results

16 years agor14161: return early if we know the job is already finished
Simo Sorce [Fri, 10 Mar 2006 15:27:16 +0000 (15:27 +0000)]
r14161: return early if we know the job is already finished

16 years agor14160: don't write behind the buffer
Stefan Metzmacher [Fri, 10 Mar 2006 15:10:47 +0000 (15:10 +0000)]
r14160: don't write behind the buffer

metze

16 years agor14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher [Fri, 10 Mar 2006 14:31:17 +0000 (14:31 +0000)]
r14157: - pass a struct ntvfs_request to the ntvfs layer
  (for now we just do #define ntvfs_request smbsrv_request,
   but it's the first step...)
- rename ntvfs_openfile() -> ntvfs_open()
- fix the talloc hierachie in some places in the ntvfs_map_*() code

metze

16 years agor14154: Add summary line for extended attribute library
Jelmer Vernooij [Fri, 10 Mar 2006 14:18:10 +0000 (14:18 +0000)]
r14154: Add summary line for extended attribute library

16 years agor14151: Add simple script that writes a summary to show what libraries the user
Jelmer Vernooij [Fri, 10 Mar 2006 14:13:04 +0000 (14:13 +0000)]
r14151: Add simple script that writes a summary to show what libraries the user
(might) be missing.

16 years agor14149: Add BUGS.txt (fixes #3523)
Jelmer Vernooij [Fri, 10 Mar 2006 13:38:17 +0000 (13:38 +0000)]
r14149: Add BUGS.txt (fixes #3523)

16 years agor14143: Replace old function with equivalent based on new async code.
Rafal Szczesniak [Fri, 10 Mar 2006 12:59:05 +0000 (12:59 +0000)]
r14143: Replace old function with equivalent based on new async code.

rafal

16 years agor14142: fixed ascii padding of nttrans create in server too
Andrew Tridgell [Fri, 10 Mar 2006 11:49:38 +0000 (11:49 +0000)]
r14142: fixed ascii padding of nttrans create in server too

16 years agor14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode
Andrew Tridgell [Fri, 10 Mar 2006 11:47:03 +0000 (11:47 +0000)]
r14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode

16 years agor14140: block SIGPIPE in smbtorture
Stefan Metzmacher [Fri, 10 Mar 2006 11:28:47 +0000 (11:28 +0000)]
r14140: block SIGPIPE in smbtorture

hopefully this fixed the problems with BASE-NEGNOWAIT

metze

16 years agor14139: Fix issue with undefined variables.
Jelmer Vernooij [Fri, 10 Mar 2006 11:25:19 +0000 (11:25 +0000)]
r14139: Fix issue with undefined variables.

16 years agor14138: this isn't needed
Stefan Metzmacher [Fri, 10 Mar 2006 10:55:33 +0000 (10:55 +0000)]
r14138: this isn't needed

metze

16 years agor14137: move **p2 to the _recv function for setup the second pipe
Stefan Metzmacher [Fri, 10 Mar 2006 10:54:37 +0000 (10:54 +0000)]
r14137: move **p2 to the _recv function for setup the second pipe

metze

16 years agor14136: Fix bug causing segfaults in certain circumstances (gcc3.x among
Rafal Szczesniak [Fri, 10 Mar 2006 10:31:47 +0000 (10:31 +0000)]
r14136: Fix bug causing segfaults in certain circumstances (gcc3.x among
others, probably). Funny thing, it didn't segfault on my laptop
and gcc4...

rafal

16 years agor14131: Fix Coverity bug # 127
Volker Lendecke [Fri, 10 Mar 2006 08:47:59 +0000 (08:47 +0000)]
r14131: Fix Coverity bug # 127

16 years agor14125: Fix incorrect declaration caught on build farm.
Rafal Szczesniak [Thu, 9 Mar 2006 23:54:50 +0000 (23:54 +0000)]
r14125: Fix incorrect declaration caught on build farm.

rafal

16 years agor14124: One more thing needed for async dcerpc connect code.
Rafal Szczesniak [Thu, 9 Mar 2006 23:22:42 +0000 (23:22 +0000)]
r14124: One more thing needed for async dcerpc connect code.

rafal

16 years agor14123: Huge lump of code making all of our dcerpc connect code
Rafal Szczesniak [Thu, 9 Mar 2006 23:21:49 +0000 (23:21 +0000)]
r14123: Huge lump of code making all of our dcerpc connect code
asynchronous. Build is ok, and so are the tests.
More comments to follow.

rafal

16 years agor14120: make the rpc client code also libraries
Stefan Metzmacher [Thu, 9 Mar 2006 22:49:53 +0000 (22:49 +0000)]
r14120: make the rpc client code also libraries

metze

16 years agor14117: fix a perl warning
Stefan Metzmacher [Thu, 9 Mar 2006 22:48:33 +0000 (22:48 +0000)]
r14117: fix a perl warning

jelmer: is there a better place to catch this?

metze

16 years agor14110: make ndr interface parsing code libraries,
Stefan Metzmacher [Thu, 9 Mar 2006 22:25:50 +0000 (22:25 +0000)]
r14110: make ndr interface parsing code libraries,
so it will not included in multiple modules or binaries

metze

16 years agor14109: Modulify the smbcalls subsystem.
Jelmer Vernooij [Thu, 9 Mar 2006 22:06:54 +0000 (22:06 +0000)]
r14109: Modulify the smbcalls subsystem.

16 years agor14108: Make the Doxyfiles a bit shorter...
Jelmer Vernooij [Thu, 9 Mar 2006 22:01:48 +0000 (22:01 +0000)]
r14108: Make the Doxyfiles a bit shorter...

16 years agor14105: fix whitespaces
Stefan Metzmacher [Thu, 9 Mar 2006 21:59:37 +0000 (21:59 +0000)]
r14105: fix whitespaces

metze

16 years agor14104: version.h has changed the location
Stefan Metzmacher [Thu, 9 Mar 2006 21:40:57 +0000 (21:40 +0000)]
r14104: version.h has changed the location

metze

16 years agor14100: print out the title with the thread specific debug messages
Stefan Metzmacher [Thu, 9 Mar 2006 20:51:24 +0000 (20:51 +0000)]
r14100: print out the title with the thread specific debug messages

metze

16 years agor14097: Remove subsystem names when installing modules (they're already installed
Jelmer Vernooij [Thu, 9 Mar 2006 20:41:59 +0000 (20:41 +0000)]
r14097: Remove subsystem names when installing modules (they're already installed
in a subsystem-specific directory)
No longer install smb.h as it only contains (internal) constants.

16 years agor14096: setup a service task for smbsrv and dcesrv
Stefan Metzmacher [Thu, 9 Mar 2006 20:36:01 +0000 (20:36 +0000)]
r14096: setup a service task for smbsrv and dcesrv

metze

16 years agor14095: disable setproctitle support by default
Stefan Metzmacher [Thu, 9 Mar 2006 20:30:36 +0000 (20:30 +0000)]
r14095: disable setproctitle support by default

--with-setproctitle enables it

metze

16 years agor14094: Use saner module directory names, fix loading of server service modules.
Jelmer Vernooij [Thu, 9 Mar 2006 19:55:04 +0000 (19:55 +0000)]
r14094: Use saner module directory names, fix loading of server service modules.

16 years agor14082: fix the build of process model thread
Stefan Metzmacher [Thu, 9 Mar 2006 17:58:25 +0000 (17:58 +0000)]
r14082: fix the build of process model thread

metze

16 years agor14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher [Thu, 9 Mar 2006 17:48:41 +0000 (17:48 +0000)]
r14079: I just found the setproctitle library from alt linux:-)

- add set_title hook to the process models
- use setproctitle library in process_model standard if available
- the the title for the task servers and on connections

metze

16 years agor14078: move ldb_global_init() to the main smbd code,
Stefan Metzmacher [Thu, 9 Mar 2006 17:39:24 +0000 (17:39 +0000)]
r14078: move ldb_global_init() to the main smbd code,
to fix the process_model standard

metze

16 years agor14072: - only add the 'lib' prefix to libraries not modules
Stefan Metzmacher [Thu, 9 Mar 2006 14:39:36 +0000 (14:39 +0000)]
r14072: - only add the 'lib' prefix to libraries not modules
- fix installation of plugins (and make it a bit more verbose
- get rid of the '#define libfoo_module_init init_module'
  and genereated a wrapper function in bin/libfoo_module_init_module.c
- change the standard visibility for modules to hidden
- a few make clean fixes

metze

16 years agor14071: fix the build
Stefan Metzmacher [Thu, 9 Mar 2006 13:42:13 +0000 (13:42 +0000)]
r14071: fix the build

metze

16 years agor14070: this functions need to be exported,
Stefan Metzmacher [Thu, 9 Mar 2006 13:39:07 +0000 (13:39 +0000)]
r14070: this functions need to be exported,
it's ugly, but they're used in torture tests

I hope to find a better solution for this later...

metze

16 years agor14067: give more usefull errors
Stefan Metzmacher [Thu, 9 Mar 2006 13:28:54 +0000 (13:28 +0000)]
r14067: give more usefull errors

metze

16 years agor14066: fix whitespaces
Stefan Metzmacher [Thu, 9 Mar 2006 12:46:27 +0000 (12:46 +0000)]
r14066: fix whitespaces

metze

16 years agor14065: build gensec_schannel always static as libnet needs functions from it
Stefan Metzmacher [Thu, 9 Mar 2006 12:45:21 +0000 (12:45 +0000)]
r14065: build gensec_schannel always static as libnet needs functions from it

metze