]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
16 years agos3:winbindd: we don't need to call message_dispatch() anymore it's event triggered now
Stefan Metzmacher [Wed, 21 Jan 2009 06:35:07 +0000 (07:35 +0100)] 
s3:winbindd: we don't need to call message_dispatch() anymore it's event triggered now

metze

16 years agos3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now
Stefan Metzmacher [Wed, 21 Jan 2009 06:34:49 +0000 (07:34 +0100)] 
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now

metze

16 years agos3:smbd: we don't need to call message_dispatch() anymore it's event triggered now
Stefan Metzmacher [Wed, 21 Jan 2009 06:33:19 +0000 (07:33 +0100)] 
s3:smbd: we don't need to call message_dispatch() anymore it's event triggered now

metze

16 years agos3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() instead
Stefan Metzmacher [Wed, 21 Jan 2009 06:31:33 +0000 (07:31 +0100)] 
s3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() instead

metze

16 years agos3:smbcontrol: don't call message_dispatch() anymore, it's triggered by tevent_loop_o...
Stefan Metzmacher [Wed, 21 Jan 2009 06:30:13 +0000 (07:30 +0100)] 
s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by tevent_loop_once()

metze

16 years agos3:messaging: start with to use signal events instead of the raw signal interfaces
Stefan Metzmacher [Mon, 12 Jan 2009 17:14:04 +0000 (18:14 +0100)] 
s3:messaging: start with to use signal events instead of the raw signal interfaces

metze

16 years agos3:smbd: restructure kernel oplocks code
Stefan Metzmacher [Fri, 9 Jan 2009 13:02:18 +0000 (14:02 +0100)] 
s3:smbd: restructure kernel oplocks code

This converts the irix oplocks code to use a fd event
and removes the last special case for file descriptors
for the main sys_select().

metze

16 years agos3: always call run_events() before and after sys_select()
Stefan Metzmacher [Tue, 20 Jan 2009 03:14:20 +0000 (04:14 +0100)] 
s3: always call run_events() before and after sys_select()

And always setup the fd events.

metze

16 years agos3:events: always run_events() before sys_select()
Stefan Metzmacher [Tue, 20 Jan 2009 00:58:04 +0000 (01:58 +0100)] 
s3:events: always run_events() before sys_select()

We might have pending signal events not only timed events.

metze

16 years agoActually complete 3662c2b...
Volker Lendecke [Thu, 22 Jan 2009 11:13:29 +0000 (12:13 +0100)] 
Actually complete 3662c2b...

16 years agocli_get_pipe_name_from_iface does not need the cli_state
Volker Lendecke [Thu, 22 Jan 2009 10:36:16 +0000 (11:36 +0100)] 
cli_get_pipe_name_from_iface does not need the cli_state

I leave the TALLOC_CTX in, we might have to allocate it in the future

16 years agos3: run "make samba3-idl"
Michael Adam [Thu, 22 Jan 2009 07:14:06 +0000 (08:14 +0100)] 
s3: run "make samba3-idl"

Michael

16 years agopidl/python: Add explicit casts, fixing implicit cast warnings.
Michael Adam [Thu, 22 Jan 2009 07:10:11 +0000 (08:10 +0100)] 
pidl/python: Add explicit casts, fixing implicit cast warnings.

Michael

16 years agorun make idl_full, thus adding explicit casts to gen_ndr server code
Michael Adam [Thu, 22 Jan 2009 00:19:38 +0000 (01:19 +0100)] 
run make idl_full, thus adding explicit casts to gen_ndr server code

Michael

16 years agopidl: reduce implicit cast warnings in gen_ndr server code
Michael Adam [Thu, 22 Jan 2009 00:17:40 +0000 (01:17 +0100)] 
pidl: reduce implicit cast warnings in gen_ndr server code

Michael

16 years agoMemory leaks and other fixes found by Coverity
todd stecher [Mon, 19 Jan 2009 23:09:51 +0000 (15:09 -0800)] 
Memory leaks and other fixes found by Coverity

16 years agoFix path to check_python.m4.
Jelmer Vernooij [Wed, 21 Jan 2009 17:54:20 +0000 (18:54 +0100)] 
Fix path to check_python.m4.

16 years agolibsmbconf: Remove use of some Samba3-specific macros.
Jelmer Vernooij [Wed, 21 Jan 2009 17:50:16 +0000 (18:50 +0100)] 
libsmbconf: Remove use of some Samba3-specific macros.

16 years agolibsmbconf: Add build magic for Samba 4.
Jelmer Vernooij [Wed, 21 Jan 2009 17:50:02 +0000 (18:50 +0100)] 
libsmbconf: Add build magic for Samba 4.

16 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 21 Jan 2009 17:40:06 +0000 (18:40 +0100)] 
Merge branch 'master' of ssh://git.samba.org/data/git/samba

16 years agolibsmbconf: move the non-registry parts of libsmbconf to top level
Michael Adam [Wed, 21 Jan 2009 17:10:23 +0000 (18:10 +0100)] 
libsmbconf: move the non-registry parts of libsmbconf to top level

Michael

16 years agos3:libsmbconf: include smbconf headers with lib/smbconf prefix
Michael Adam [Wed, 21 Jan 2009 17:25:47 +0000 (18:25 +0100)] 
s3:libsmbconf: include smbconf headers with lib/smbconf prefix

Michael

16 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
Michael Adam [Wed, 21 Jan 2009 16:16:37 +0000 (17:16 +0100)] 
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend

Michael

16 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend
Michael Adam [Wed, 21 Jan 2009 16:14:56 +0000 (17:14 +0100)] 
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend

Michael

16 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
Michael Adam [Wed, 21 Jan 2009 16:12:50 +0000 (17:12 +0100)] 
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init

Michael

16 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite
Michael Adam [Wed, 21 Jan 2009 16:11:46 +0000 (17:11 +0100)] 
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite

Michael

16 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c
Michael Adam [Wed, 21 Jan 2009 16:11:02 +0000 (17:11 +0100)] 
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c

Michael

16 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c
Michael Adam [Wed, 21 Jan 2009 16:10:20 +0000 (17:10 +0100)] 
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c

Michael

16 years agos3:libsmbconf: remove the init headers from smbconf.h
Michael Adam [Wed, 21 Jan 2009 15:59:09 +0000 (16:59 +0100)] 
s3:libsmbconf: remove the init headers from smbconf.h

give the smbconf_init() dispatcher and the backends
(smbconf_reg and smbconf_txt) a header of their own each.

This allows to use the basic infrastructure and
single backends individually.

Michael

16 years agos3:libsmbconf: remove unused function smbconf_is_writeable_bystring()
Michael Adam [Wed, 21 Jan 2009 15:24:32 +0000 (16:24 +0100)] 
s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()

Michael

16 years agopidl/python: Add explicit casts, fixes warnings about casts when enabled.
Jelmer Vernooij [Wed, 21 Jan 2009 17:38:40 +0000 (18:38 +0100)] 
pidl/python: Add explicit casts, fixes warnings about casts when enabled.

16 years agos3/vfs_extd_audit: Don't ignore "syslog = 0".
Karolin Seeger [Wed, 21 Jan 2009 17:31:30 +0000 (18:31 +0100)] 
s3/vfs_extd_audit: Don't ignore "syslog = 0".

This fixes bug #5956.
Thanks to Oskar Wycislak <cantorek [at] gmail.com> for reporting
and providing a patch!

Karolin

16 years agoFix warning; base dn is no longer const.
Jelmer Vernooij [Wed, 21 Jan 2009 17:20:23 +0000 (18:20 +0100)] 
Fix warning; base dn is no longer const.

16 years agoMove check_python.m4 to common m4 directory.
Jelmer Vernooij [Wed, 21 Jan 2009 17:07:41 +0000 (18:07 +0100)] 
Move check_python.m4 to common m4 directory.

16 years agoexpand-includes: Add simple protection against infinite recursion.
Jelmer Vernooij [Wed, 21 Jan 2009 16:32:08 +0000 (17:32 +0100)] 
expand-includes: Add simple protection against infinite recursion.

16 years agoAutomagically expand includes in Makefile.in during configure time
Jelmer Vernooij [Wed, 21 Jan 2009 16:21:45 +0000 (17:21 +0100)] 
Automagically expand includes in Makefile.in during configure time
when make is not GNU Make.

16 years agoOnly check for Perl once in Samba 3.
Jelmer Vernooij [Wed, 21 Jan 2009 15:49:36 +0000 (16:49 +0100)] 
Only check for Perl once in Samba 3.

16 years agoMove check_make.m4 to the top-level.
Jelmer Vernooij [Wed, 21 Jan 2009 15:46:52 +0000 (16:46 +0100)] 
Move check_make.m4 to the top-level.

16 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 21 Jan 2009 15:18:06 +0000 (16:18 +0100)] 
Merge branch 'master' of ssh://git.samba.org/data/git/samba

16 years agoReplace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.
Jelmer Vernooij [Wed, 21 Jan 2009 15:15:53 +0000 (16:15 +0100)] 
Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.

16 years agoReorder arguments to ldb_search() to match what is in Samba 4.
Jelmer Vernooij [Wed, 21 Jan 2009 14:18:05 +0000 (15:18 +0100)] 
Reorder arguments to ldb_search() to match what is in Samba 4.

16 years agobuild-docs: cleanup exit of the script
Michael Adam [Wed, 21 Jan 2009 14:10:10 +0000 (15:10 +0100)] 
build-docs: cleanup exit of the script

exit in the directory where it was called using pushd/popd.

Michael

16 years agos3:docs: clean build/catalog.xml in "make clean"
Michael Adam [Wed, 21 Jan 2009 14:09:46 +0000 (15:09 +0100)] 
s3:docs: clean build/catalog.xml in "make clean"

Michael

16 years agos3:docs: clean generated .png images in "make clean"
Michael Adam [Wed, 21 Jan 2009 14:09:12 +0000 (15:09 +0100)] 
s3:docs: clean generated .png images in "make clean"

Michael

16 years agoUse script path to find the setup directory.
Jelmer Vernooij [Wed, 21 Jan 2009 13:26:06 +0000 (14:26 +0100)] 
Use script path to find the setup directory.

16 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 21 Jan 2009 13:25:08 +0000 (14:25 +0100)] 
Merge branch 'master' of ssh://git.samba.org/data/git/samba

16 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 21 Jan 2009 13:24:16 +0000 (14:24 +0100)] 
Merge branch 'master' of ssh://git.samba.org/data/git/samba

16 years agoMerge branch 'v4-0-test' of /home/jelmer/samba4
Jelmer Vernooij [Wed, 21 Jan 2009 13:07:38 +0000 (14:07 +0100)] 
Merge branch 'v4-0-test' of /home/jelmer/samba4

16 years agoAllow calling DCE/RPC server implementations directly using
Jelmer Vernooij [Wed, 21 Jan 2009 13:05:51 +0000 (14:05 +0100)] 
Allow calling DCE/RPC server implementations directly using
rpc_pipe_client.

16 years agobuild_docs: Use 'make distclean' instead of 'make clean'.
Karolin Seeger [Wed, 21 Jan 2009 10:37:30 +0000 (11:37 +0100)] 
build_docs: Use 'make distclean' instead of 'make clean'.

This fixes bug #6058.
Thanks to Christian Perrier for reporting!

Karolin
(cherry picked from commit 162e4b66601b41dd5adb24e192f3b5a91dfb41cc)

Signed-off-by: Michael Adam <obnox@samba.org>
16 years agobuild-docs: Change to the right directory before calling 'make clean'.
Karolin Seeger [Tue, 9 Dec 2008 21:08:13 +0000 (22:08 +0100)] 
build-docs: Change to the right directory before calling 'make clean'.
This fixes build-docs if it's called from the create-tarball script.

Karolin
(cherry picked from commit dd3ef73c8c184eaec7ee515ef2130f30f9e481b3)
(cherry picked from commit 8dd3a7bfde16e85a9ee509cf6bcfc788062705a5)

Signed-off-by: Michael Adam <obnox@samba.org>
16 years agobuild-docs: Add 'make clean'.
Karolin Seeger [Thu, 18 Sep 2008 13:52:06 +0000 (15:52 +0200)] 
build-docs: Add 'make clean'.

Karolin
(cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba)

Signed-off-by: Michael Adam <obnox@samba.org>
16 years agoAllow overriding the function that ships the request in the Samba 3
Jelmer Vernooij [Wed, 21 Jan 2009 12:40:18 +0000 (13:40 +0100)] 
Allow overriding the function that ships the request in the Samba 3
client code.

16 years agos4:auth: move make_server_info_netlogon_validation() function arround
Stefan Metzmacher [Wed, 21 Jan 2009 09:43:15 +0000 (10:43 +0100)] 
s4:auth: move make_server_info_netlogon_validation() function arround

metze

16 years agomerged-build: propare to fix make test4
Stefan Metzmacher [Wed, 21 Jan 2009 09:15:22 +0000 (10:15 +0100)] 
merged-build: propare to fix make test4

metze

16 years agoselftest: add --exeext parameter
Stefan Metzmacher [Wed, 21 Jan 2009 09:14:29 +0000 (10:14 +0100)] 
selftest: add --exeext parameter

metze

16 years agos4:selftest: reference binaries via variables in tests.sh
Stefan Metzmacher [Wed, 21 Jan 2009 09:12:04 +0000 (10:12 +0100)] 
s4:selftest: reference binaries via variables in tests.sh

metze

16 years agoselftest:Samba4: add bindir_path() utility function to construct the binary pathes
Stefan Metzmacher [Wed, 21 Jan 2009 09:09:30 +0000 (10:09 +0100)] 
selftest:Samba4: add bindir_path() utility function to construct the binary pathes

metze

16 years agoselftest: bin/ is under $(builddir) instead of $(srcdir)
Stefan Metzmacher [Wed, 21 Jan 2009 09:05:53 +0000 (10:05 +0100)] 
selftest: bin/ is under $(builddir) instead of $(srcdir)

metze

16 years agos4:python glue: fix dependecy to pyldb
Stefan Metzmacher [Wed, 21 Jan 2009 12:34:11 +0000 (13:34 +0100)] 
s4:python glue: fix dependecy to pyldb

metze

16 years agos3:docs: fix ommission in fix of (real)distclean targets
Michael Adam [Wed, 21 Jan 2009 10:47:46 +0000 (11:47 +0100)] 
s3:docs: fix ommission in fix of (real)distclean targets

Michael

16 years agos3:create-tarball: also include the VENDOR_PATCH in the version
Michael Adam [Wed, 21 Jan 2009 10:45:23 +0000 (11:45 +0100)] 
s3:create-tarball: also include the VENDOR_PATCH in the version

Michael

16 years agos3:docs: fix distclean target and add realdistclean target
Michael Adam [Wed, 21 Jan 2009 10:41:14 +0000 (11:41 +0100)] 
s3:docs: fix distclean target and add realdistclean target

- remove stuff created by configure in distclean
- remove stuff created by autoconf in realdistclean

Michael

16 years agoFix a typo
Volker Lendecke [Tue, 20 Jan 2009 22:31:51 +0000 (23:31 +0100)] 
Fix a typo

16 years agos3:docs: clarify explanation of the allocator in the idmap_ldap manpage
Michael Adam [Wed, 21 Jan 2009 09:56:34 +0000 (10:56 +0100)] 
s3:docs: clarify explanation of the allocator in the idmap_ldap manpage

Michael

16 years agos3:docs: clarify explanation of the allocator in the idmap_tdb manpage
Michael Adam [Wed, 21 Jan 2009 09:55:19 +0000 (10:55 +0100)] 
s3:docs: clarify explanation of the allocator in the idmap_tdb manpage

Michael

16 years agos3:docs: clarify explanation of allocator in the idmap_tdb2 manpage
Michael Adam [Wed, 21 Jan 2009 09:49:48 +0000 (10:49 +0100)] 
s3:docs: clarify explanation of allocator in the idmap_tdb2 manpage

Michael

16 years agos3:docs: fix copy and paste error in the idmap_tdb2 manpage
Michael Adam [Wed, 21 Jan 2009 09:38:49 +0000 (10:38 +0100)] 
s3:docs: fix copy and paste error in the idmap_tdb2 manpage

Michael

16 years agos4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher [Wed, 21 Jan 2009 08:16:45 +0000 (09:16 +0100)] 
s4:ldb: remove dependency to samba4's events wrapper

metze

16 years agolibrpc: Fix warning caused by some empty debug strings
Tim Prouty [Mon, 19 Jan 2009 23:02:25 +0000 (15:02 -0800)] 
librpc: Fix warning caused by some empty debug strings

It would probably be better to create a new macro such as DEBUGHDR to
allow empty strings for debug statements, but for the short term this
eliminates the warning with no negative consequences.

16 years agos3:docs: add a manpage for idmap_tdb2
Michael Adam [Tue, 20 Jan 2009 23:56:03 +0000 (00:56 +0100)] 
s3:docs: add a manpage for idmap_tdb2

Michael

16 years agos3:docs: update the idmap_ldap manpage to reflect current facts.
Michael Adam [Tue, 20 Jan 2009 23:13:29 +0000 (00:13 +0100)] 
s3:docs: update the idmap_ldap manpage to reflect current facts.

Michael

16 years agos3:docs: update the idmap_tdb manpage to reflect current facts.
Michael Adam [Tue, 20 Jan 2009 23:06:10 +0000 (00:06 +0100)] 
s3:docs: update the idmap_tdb manpage to reflect current facts.

Michael

16 years ago"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke [Tue, 20 Jan 2009 22:08:33 +0000 (23:08 +0100)] 
"userdom_struct" does not need "full_name" anymore -- unused

16 years agoFix some nonempty blank lines
Volker Lendecke [Tue, 20 Jan 2009 21:04:53 +0000 (22:04 +0100)] 
Fix some nonempty blank lines

16 years agoRemove some unused code
Volker Lendecke [Tue, 20 Jan 2009 14:26:06 +0000 (15:26 +0100)] 
Remove some unused code

16 years agoRemove some smb fsp knowledge from rpc_server/
Volker Lendecke [Tue, 20 Jan 2009 14:21:04 +0000 (15:21 +0100)] 
Remove some smb fsp knowledge from rpc_server/

np_open/read/write don't have to know about files_struct

16 years agoMake use of TALLOC_FREE
Volker Lendecke [Tue, 20 Jan 2009 13:34:14 +0000 (14:34 +0100)] 
Make use of TALLOC_FREE

16 years agosocket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e832d0283
Stefan Metzmacher [Mon, 19 Jan 2009 23:37:57 +0000 (00:37 +0100)] 
socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e832d0283

We should note close the fd after writing the first packet.

metze

16 years agos3:messaging: also recreate the local messaging backend in messaging_reinit()
Stefan Metzmacher [Wed, 14 Jan 2009 11:25:31 +0000 (12:25 +0100)] 
s3:messaging: also recreate the local messaging backend in messaging_reinit()

This prepares the change to use signal events in the tdb backend.

metze

16 years agos3: reinit_after_fork() should reinit the event context before the messaging context
Stefan Metzmacher [Wed, 14 Jan 2009 11:21:43 +0000 (12:21 +0100)] 
s3: reinit_after_fork() should reinit the event context before the messaging context

Because messaging_reinit() may add events to the event context, which will
removed by event_context_reinit().

metze

16 years agos3:events: add support for signal events
Stefan Metzmacher [Mon, 12 Jan 2009 17:11:40 +0000 (18:11 +0100)] 
s3:events: add support for signal events

metze

16 years agos3:smbd: call message_dispatch() before processing incoming PDUs
Stefan Metzmacher [Sun, 18 Jan 2009 22:01:59 +0000 (23:01 +0100)] 
s3:smbd: call message_dispatch() before processing incoming PDUs

This is a hack to fix races which happen with the RAW-RENAME and RAW-OPLOCK
tests. We should try to remove it later.

metze

16 years agotevent: rename signal handler functions to start with tevent_common_
Stefan Metzmacher [Wed, 14 Jan 2009 11:07:45 +0000 (12:07 +0100)] 
tevent: rename signal handler functions to start with tevent_common_

This makes debugging with gdb easier.

metze

16 years agoDon't use TMPDIR as variable, it's already used for other purposes. samba-4.0.0alpha6
Jelmer Vernooij [Mon, 19 Jan 2009 21:52:26 +0000 (22:52 +0100)] 
Don't use TMPDIR as variable, it's already used for other purposes.
Don't include GIT revision in release version strings.

16 years agoMake sure server_role gets initialized in backend provisioning code -
Jelmer Vernooij [Mon, 19 Jan 2009 20:14:37 +0000 (21:14 +0100)] 
Make sure server_role gets initialized in backend provisioning code -
fixes test.

16 years agoMerge branch 'v4-0-stable'
Jelmer Vernooij [Mon, 19 Jan 2009 19:17:23 +0000 (20:17 +0100)] 
Merge branch 'v4-0-stable'

16 years agoAdd some more entries to WHATSNEW, by no means complete.
Jelmer Vernooij [Mon, 19 Jan 2009 18:24:54 +0000 (19:24 +0100)] 
Add some more entries to WHATSNEW, by no means complete.

16 years agoRemove mention of external heimdal - its not yet supported.
Jelmer Vernooij [Mon, 19 Jan 2009 17:15:45 +0000 (18:15 +0100)] 
Remove mention of external heimdal - its not yet supported.

16 years agos3:idmap_tdb: convert to the dbwrap api
Stefan Metzmacher [Tue, 16 Dec 2008 20:14:36 +0000 (21:14 +0100)] 
s3:idmap_tdb: convert to the dbwrap api

metze

16 years agos3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
Stefan Metzmacher [Wed, 17 Dec 2008 07:53:31 +0000 (08:53 +0100)] 
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()

The _bystring function are now just tiny wrappers.

metze

16 years agos3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher [Wed, 17 Dec 2008 07:35:35 +0000 (08:35 +0100)] 
s3:dbwrap: add get_flags() hook to db_context

metze

16 years agoAvoid flooding of syslog with failing pam_putenv messages.
Andreas Schneider [Mon, 19 Jan 2009 15:26:07 +0000 (16:26 +0100)] 
Avoid flooding of syslog with failing pam_putenv messages.

Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Günther Deschner <gd@samba.org>
16 years agoFix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c
Volker Lendecke [Mon, 19 Jan 2009 10:47:29 +0000 (11:47 +0100)] 
Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c

16 years agoAttempt to fix the merged build
Volker Lendecke [Mon, 19 Jan 2009 10:39:24 +0000 (11:39 +0100)] 
Attempt to fix the merged build

16 years agoS3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
Karolin Seeger [Mon, 19 Jan 2009 09:22:46 +0000 (10:22 +0100)] 
S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.

The option '-B' does not exist at all.

Thanks to Jason Ellison for reporting!

Karolin

16 years agoS3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
Karolin Seeger [Mon, 19 Jan 2009 07:55:30 +0000 (08:55 +0100)] 
S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.

There is no option '-B' at all.

Thanks to Jason Ellison for reporting!

Karolin

16 years agonbt_server/wins: winsdb_handle() can be static
Stefan Metzmacher [Wed, 18 Jun 2008 14:24:51 +0000 (16:24 +0200)] 
nbt_server/wins: winsdb_handle() can be static

metze
(from samba4wins tree ba45b14b48f62eb1668509738f83fa17a4ce95fd)

16 years agonbt_server/wins: add some const
Stefan Metzmacher [Sat, 17 Jan 2009 10:50:52 +0000 (11:50 +0100)] 
nbt_server/wins: add some const

metze
(from samba4wins tree e54b2d3ddbf338fe5d9802724e76f320fd4423e5)

16 years agonbt_server/wins: use talloc_zero() to create struct winsdb_handle
Stefan Metzmacher [Wed, 18 Jun 2008 14:22:39 +0000 (16:22 +0200)] 
nbt_server/wins: use talloc_zero() to create struct winsdb_handle

metze
(from samba4wins tree 0f2995f77ab092d71e539c2473c94956f9c253fb)