ira/wip.git
15 years agoFix definition of environ on Mac OS X (bugzilla: #5412).
Jelmer Vernooij [Mon, 27 Oct 2008 22:39:53 +0000 (23:39 +0100)]
Fix definition of environ on Mac OS X (bugzilla: #5412).

15 years agoFix duplicate inclusion of zlib.m4.
Jelmer Vernooij [Mon, 27 Oct 2008 22:34:23 +0000 (23:34 +0100)]
Fix duplicate inclusion of zlib.m4.

15 years agoRemove duplicate check for volatile, move all utime-checks to
Jelmer Vernooij [Mon, 27 Oct 2008 22:23:15 +0000 (23:23 +0100)]
Remove duplicate check for volatile, move all utime-checks to
libreplace.

15 years ago[s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.
Michael Adam [Mon, 27 Oct 2008 13:28:44 +0000 (14:28 +0100)]
[s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.

On some versions of Solaris, we observed a strange effect of close(2)
on a socket: After the server (here winbindd) called close, the client fd
was not marked as readable for select. And a write call to the fd did
not produce an error EPIPE but just returned as if successful.

So while winbindd had called remove_client(), the corresponding smbd
still thought that it was connected, but failed to retrieve answers
for its queries.

This patch works around the problem by forcing the client fd to
the readable state: Just write one byte into the socket before
closing.

Michael

15 years agos3-rpcclient: add getdcsitecoverage call.
Günther Deschner [Mon, 27 Oct 2008 13:25:03 +0000 (14:25 +0100)]
s3-rpcclient: add getdcsitecoverage call.

Guenther

15 years agos3-build: re-run make samba3-idl.
Günther Deschner [Mon, 27 Oct 2008 13:24:46 +0000 (14:24 +0100)]
s3-build: re-run make samba3-idl.

Guenther

15 years agos3-netlogon-idl: fix IDL for netr_DsrGetDcSiteCoverageW.
Günther Deschner [Mon, 27 Oct 2008 13:24:08 +0000 (14:24 +0100)]
s3-netlogon-idl: fix IDL for netr_DsrGetDcSiteCoverageW.

Guenther

15 years ago[s3]build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"
Michael Adam [Mon, 27 Oct 2008 12:50:27 +0000 (13:50 +0100)]
[s3]build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"

instead of test -e, which /bin/sh on solaris does not know.

Michael

15 years ago[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()
Michael Adam [Fri, 24 Oct 2008 08:36:29 +0000 (10:36 +0200)]
[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()

This checks the writeability of a config source specified by the
config source name.

Michael

15 years ago[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()
Michael Adam [Thu, 23 Oct 2008 09:16:50 +0000 (11:16 +0200)]
[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()

This allows for per-config-source checking of write support.

Michael

15 years ago[s3]libsmbconf: create text config in smbconftort
Michael Adam [Thu, 23 Oct 2008 22:00:20 +0000 (00:00 +0200)]
[s3]libsmbconf: create text config in smbconftort

Michael

15 years ago[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.
Michael Adam [Thu, 23 Oct 2008 14:05:19 +0000 (16:05 +0200)]
[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.

Michael

15 years ago[s3]libsmbconf: fall back to file backend when no valid backend was found
Michael Adam [Tue, 21 Oct 2008 21:20:57 +0000 (23:20 +0200)]
[s3]libsmbconf: fall back to file backend when no valid backend was found

Interpret the source string as a file name when it contains
a ':' sign but the initial part is not a known backend.
This might occur even implicitly when "%T" is used in an
include file name (even though this is not realistic..).

Michael

15 years ago[s3]libsmbconf: fix comment typo.
Michael Adam [Tue, 21 Oct 2008 21:20:31 +0000 (23:20 +0200)]
[s3]libsmbconf: fix comment typo.

Michael

15 years ago[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
Michael Adam [Mon, 20 Oct 2008 21:52:02 +0000 (23:52 +0200)]
[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.

In a clustered environment, the registry backend needs messaging
to be set up since ctdb requires this.

Michael

15 years ago[s3]libsmbconf: remove unused define.
Michael Adam [Mon, 20 Oct 2008 14:10:54 +0000 (16:10 +0200)]
[s3]libsmbconf: remove unused define.

Michael

15 years ago[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.
Michael Adam [Wed, 22 Oct 2008 22:48:34 +0000 (00:48 +0200)]
[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.

Michael

15 years ago[s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.
Michael Adam [Tue, 21 Oct 2008 21:24:44 +0000 (23:24 +0200)]
[s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.

Use whole argument string in test_one_global_option(), not only first.

Michael

15 years ago[s3]pdbedit: remove unused variable.
Michael Adam [Thu, 23 Oct 2008 09:00:49 +0000 (11:00 +0200)]
[s3]pdbedit: remove unused variable.

Note: The change of commit r21962 (or fe962d2e48, aka f540c18b2)
that was partly lost in the SVN->git glue commit e5a951325a6
(aka 5c6c8e1fe93f34) is not needed any more since the handler
for option "-s" calls set_dyn_CONFIGFILE().

Michael

15 years ago[s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on Solaris
Michael Adam [Mon, 27 Oct 2008 11:59:11 +0000 (12:59 +0100)]
[s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on Solaris

and other systems where sh does not support "export FOO=bar"
by separating setting and exporting the variable.

Thanks to Yasuma Takeda <yasuma@osstech.co.jp> for the patch.

Michael

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Sat, 25 Oct 2008 22:41:34 +0000 (00:41 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoAdd proxied named pipe support
Volker Lendecke [Sat, 25 Oct 2008 13:37:13 +0000 (15:37 +0200)]
Add proxied named pipe support

This is a central piece of the "merged build" thing: Forward named pipes from
samba3 to samba4. This patch is not finished yet, as we will have to forward
the smb-level authentication information to samba4, but I'm pushing this patch
already to demonstrate the implementation without clutter.

It adds an intermediate parameter

np:proxy = srvsvc samr winreg wkssvc ... and so on

that states which of the pipes should be forwarded to the s4 unix domain socket
DEFAULT. The parameter is intermediate because once we have a proper endpoint
mapper implementation, this information will be retrieved out of a database.

If anybody wants to try this, do the merged build and configure s4 with

server services = samba3_smb, rpc, nbt, wrepl, ldap, cldap, kdc, drepl
samba3:smbd = /data/inst/sbin/smbd

and s3 with

auth methods = guest netlogond
np:proxy = srvsvc samr winreg wkssvc netlogon ntlsa ntsvcs lsass lsarpc netdfs \
rpcecho initshutdown epmapper svcctl eventlog drsuapi

Then run rpcclient against samba4. It will fork s3, which authenticates against
s4, and then forwards the rpc requests to s4.

Volker

15 years agoMove the is_known_pipename check into np_open
Volker Lendecke [Sat, 25 Oct 2008 13:23:36 +0000 (15:23 +0200)]
Move the is_known_pipename check into np_open

15 years agoAdd str_list_check[_ci] to s3's proto.h
Volker Lendecke [Sat, 25 Oct 2008 11:50:25 +0000 (13:50 +0200)]
Add str_list_check[_ci] to s3's proto.h

Jelmer, when I include lib/util/util.h into some s3 file I get errors, this is
why I put those prototypes here as a workaround. Might be fixed differently
later.

15 years agoFix "make etags" -- the args list gets really long for s4 with the prefix
Volker Lendecke [Sat, 25 Oct 2008 11:33:21 +0000 (13:33 +0200)]
Fix "make etags" -- the args list gets really long for s4 with the prefix

15 years agoRemove "pipe_handle_offset" -- pipes now use "struct files_struct"
Volker Lendecke [Sat, 25 Oct 2008 10:09:58 +0000 (12:09 +0200)]
Remove "pipe_handle_offset" -- pipes now use "struct files_struct"

15 years agoRemove another use of global_loadparm.
Jelmer Vernooij [Fri, 24 Oct 2008 16:15:09 +0000 (18:15 +0200)]
Remove another use of global_loadparm.

15 years agoFix includes.
Jelmer Vernooij [Fri, 24 Oct 2008 16:06:57 +0000 (18:06 +0200)]
Fix includes.

15 years agoRemove include/local.h and move defines to more appropriate places.
Jelmer Vernooij [Fri, 24 Oct 2008 15:53:38 +0000 (17:53 +0200)]
Remove include/local.h and move defines to more appropriate places.

15 years agoFix installation of charset headers.
Jelmer Vernooij [Fri, 24 Oct 2008 15:27:36 +0000 (17:27 +0200)]
Fix installation of charset headers.

15 years agoFix the build.
Jelmer Vernooij [Fri, 24 Oct 2008 14:52:25 +0000 (16:52 +0200)]
Fix the build.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Fri, 24 Oct 2008 14:38:44 +0000 (16:38 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoRemove unused include param/param.h.
Jelmer Vernooij [Fri, 24 Oct 2008 14:37:56 +0000 (16:37 +0200)]
Remove unused include param/param.h.

15 years agoError return is False, not -1
Derrell Lipman [Fri, 24 Oct 2008 14:26:56 +0000 (10:26 -0400)]
Error return is False, not -1

- There were a few places in SMBC_getatr() that returned -1 instead of a
  boolean.  -1 was intended to mean error, but that's what False is for, and
  the usages of this function assume that it returns a boolean with False as
  the error condition.

Derrell

15 years agoRemove more global_loadparm instances, fix syntax errors.
Jelmer Vernooij [Fri, 24 Oct 2008 14:12:14 +0000 (16:12 +0200)]
Remove more global_loadparm instances, fix syntax errors.

15 years agoRevert Samba3 back to using its own charset handling code.
Jelmer Vernooij [Fri, 24 Oct 2008 14:05:15 +0000 (16:05 +0200)]
Revert Samba3 back to using its own charset handling code.

15 years agoAdd version of next_codepoint without iconv_convenience.
Jelmer Vernooij [Fri, 24 Oct 2008 14:00:43 +0000 (16:00 +0200)]
Add version of next_codepoint without iconv_convenience.

15 years agoRemove use of global_loadparm in last Python script.
Jelmer Vernooij [Fri, 24 Oct 2008 13:45:13 +0000 (15:45 +0200)]
Remove use of global_loadparm in last Python script.

15 years agoRegenerate SWIG files.
Jelmer Vernooij [Fri, 24 Oct 2008 13:30:43 +0000 (15:30 +0200)]
Regenerate SWIG files.

15 years agoRemove access to global_loadparm from python module.
Jelmer Vernooij [Fri, 24 Oct 2008 13:00:09 +0000 (15:00 +0200)]
Remove access to global_loadparm from python module.

15 years agoMark global_loadparm as deprecated.
Jelmer Vernooij [Fri, 24 Oct 2008 12:57:55 +0000 (14:57 +0200)]
Mark global_loadparm as deprecated.

15 years agoRemove more usages of global_loadparm.
Jelmer Vernooij [Fri, 24 Oct 2008 12:57:03 +0000 (14:57 +0200)]
Remove more usages of global_loadparm.

15 years agoRemove dependency of charset code on loadparm.
Jelmer Vernooij [Fri, 24 Oct 2008 12:45:31 +0000 (14:45 +0200)]
Remove dependency of charset code on loadparm.

15 years agoRemove more uses of global_loadparm.
Jelmer Vernooij [Fri, 24 Oct 2008 12:31:16 +0000 (14:31 +0200)]
Remove more uses of global_loadparm.

15 years agoRemove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij [Fri, 24 Oct 2008 12:26:46 +0000 (14:26 +0200)]
Remove iconv_convenience argument from convert_string{,talloc}() but
make them wrappers around convert_string{,talloc}_convenience().

15 years agoRemove a few more usages of global_loadparm.
Jelmer Vernooij [Fri, 24 Oct 2008 11:22:12 +0000 (13:22 +0200)]
Remove a few more usages of global_loadparm.

15 years agoEliminate another instance of global_loadparm.
Jelmer Vernooij [Fri, 24 Oct 2008 11:13:27 +0000 (13:13 +0200)]
Eliminate another instance of global_loadparm.

15 years agoAvoid retrieving iconv convenience during loops.
Jelmer Vernooij [Fri, 24 Oct 2008 02:39:09 +0000 (04:39 +0200)]
Avoid retrieving iconv convenience during loops.

15 years agoRemove const so return value can be freed.
Jelmer Vernooij [Fri, 24 Oct 2008 02:38:31 +0000 (04:38 +0200)]
Remove const so return value can be freed.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Fri, 24 Oct 2008 02:19:08 +0000 (04:19 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoFix merged build paths.
Jelmer Vernooij [Fri, 24 Oct 2008 02:18:47 +0000 (04:18 +0200)]
Fix merged build paths.

15 years agoJust hardcode workgroup to empty string, to avoid use of
Jelmer Vernooij [Fri, 24 Oct 2008 02:00:07 +0000 (04:00 +0200)]
Just hardcode workgroup to empty string, to avoid use of
global_loadparm.

15 years agoRemove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij [Fri, 24 Oct 2008 01:40:09 +0000 (03:40 +0200)]
Remove iconv_convenience parameter from simple string push/pull
functions.

15 years agoFix include path to pytalloc.
Jelmer Vernooij [Fri, 24 Oct 2008 00:58:12 +0000 (02:58 +0200)]
Fix include path to pytalloc.

15 years agoMove pytalloc to talloc directory.
Jelmer Vernooij [Fri, 24 Oct 2008 00:52:51 +0000 (02:52 +0200)]
Move pytalloc to talloc directory.

15 years agoSplit up codepoints code, use consistent _m suffix.
Jelmer Vernooij [Fri, 24 Oct 2008 00:51:03 +0000 (02:51 +0200)]
Split up codepoints code, use consistent _m suffix.

15 years agos3: fix simple "incompatible pointer type" build warning
Tim Prouty [Thu, 23 Oct 2008 23:35:53 +0000 (16:35 -0700)]
s3: fix simple "incompatible pointer type" build warning

15 years agoRename string_replace_w to string_replace_m, which is more correct.
Jelmer Vernooij [Thu, 23 Oct 2008 23:19:33 +0000 (01:19 +0200)]
Rename string_replace_w to string_replace_m, which is more correct.

15 years agoRemove unnecessary include, improve function name.
Jelmer Vernooij [Thu, 23 Oct 2008 23:18:56 +0000 (01:18 +0200)]
Remove unnecessary include, improve function name.

15 years agoFix "ndr_size_PAC_LOGON_INFO defined but not used" build warning
Tim Prouty [Thu, 23 Oct 2008 20:41:44 +0000 (13:41 -0700)]
Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warning

This patch removes the gensize option from krb5pac.idl because it
generates an unused function that has been causing warnings during the
s3 build.  I re-ran 'make samba3-idl' to update the generated files
for s3.  For s4 I ran a full build with no problems.

15 years agonetapi: make sure to always cleanup after testing NetUser calls.
Günther Deschner [Thu, 23 Oct 2008 22:05:05 +0000 (00:05 +0200)]
netapi: make sure to always cleanup after testing NetUser calls.

Guenther

15 years agoMove charset library to top level.
Jelmer Vernooij [Thu, 23 Oct 2008 22:06:35 +0000 (00:06 +0200)]
Move charset library to top level.

15 years agonetapi: add more group tests to netapitest.
Günther Deschner [Thu, 23 Oct 2008 21:13:09 +0000 (23:13 +0200)]
netapi: add more group tests to netapitest.

Guenther

15 years agos3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename.
Günther Deschner [Thu, 23 Oct 2008 21:11:50 +0000 (23:11 +0200)]
s3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename.

Guenther

15 years agos3-samr-server: remove unused historic code.
Günther Deschner [Thu, 23 Oct 2008 20:26:21 +0000 (22:26 +0200)]
s3-samr-server: remove unused historic code.

Guenther

15 years agosvcctl: move some non-rpc related bits out of rpc_svcctl.h.
Günther Deschner [Thu, 23 Oct 2008 18:43:11 +0000 (20:43 +0200)]
svcctl: move some non-rpc related bits out of rpc_svcctl.h.

Guenther

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Thu, 23 Oct 2008 21:21:16 +0000 (23:21 +0200)]
Merge branch 'master' of git://git.samba.org/samba

15 years agoFix prototype for set_sockaddr_port.
Jelmer Vernooij [Thu, 23 Oct 2008 21:20:50 +0000 (23:20 +0200)]
Fix prototype for set_sockaddr_port.

15 years agoFix function parameters.
Jelmer Vernooij [Thu, 23 Oct 2008 20:10:08 +0000 (22:10 +0200)]
Fix function parameters.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 23 Oct 2008 19:59:15 +0000 (21:59 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoMake lp_tls_* return absolute paths.
Jelmer Vernooij [Thu, 23 Oct 2008 19:49:40 +0000 (21:49 +0200)]
Make lp_tls_* return absolute paths.

15 years agoMove subunit ui ops out of smbtorture to the torture library.
Jelmer Vernooij [Thu, 23 Oct 2008 19:30:41 +0000 (21:30 +0200)]
Move subunit ui ops out of smbtorture to the torture library.

15 years agoFix "parameter has incomplete type" build warning.
Tim Prouty [Thu, 23 Oct 2008 18:15:13 +0000 (11:15 -0700)]
Fix "parameter has incomplete type" build warning.

When libcli-util was moved to the top level
(3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build
warning.  Since ndr_map_error2ntstatus depends on the definition of
enum ndr_err_code and libndr.h can't be easily included in error.h, I
moved the definition of enum ndr_err_code to libndr.h.

This also eliminates the need for the duplicate definition in proto.h

15 years agoMove set_sockaddr_port to libutil.
Jelmer Vernooij [Thu, 23 Oct 2008 19:08:13 +0000 (21:08 +0200)]
Move set_sockaddr_port to libutil.

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Thu, 23 Oct 2008 18:50:59 +0000 (20:50 +0200)]
Merge branch 'master' of git://git.samba.org/samba

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 23 Oct 2008 18:42:30 +0000 (20:42 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoUse common net utility code (address and sockaddr manipulation).
Jelmer Vernooij [Thu, 23 Oct 2008 18:41:15 +0000 (20:41 +0200)]
Use common net utility code (address and sockaddr manipulation).

15 years agos3-build: add missing generated svcctl changes.
Günther Deschner [Thu, 23 Oct 2008 17:26:44 +0000 (19:26 +0200)]
s3-build: add missing generated svcctl changes.

Guenther

15 years agoRename same_net to same_net_v4 for consistency with Samba 3.
Jelmer Vernooij [Thu, 23 Oct 2008 17:56:09 +0000 (19:56 +0200)]
Rename same_net to same_net_v4 for consistency with Samba 3.

15 years agoUse sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij [Thu, 23 Oct 2008 17:53:15 +0000 (19:53 +0200)]
Use sockaddr_storage only where we rely on the size, use sockaddr
otherwise (to clarify we can also pass in structs smaller than
sockaddr_storage, such as sockaddr_in).

15 years agoRemove support for obsolete data type "ipv4address"
Jelmer Vernooij [Thu, 23 Oct 2008 16:56:37 +0000 (18:56 +0200)]
Remove support for obsolete data type "ipv4address"

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 23 Oct 2008 16:50:34 +0000 (18:50 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoUse libutil genrand.
Jelmer Vernooij [Thu, 23 Oct 2008 16:46:35 +0000 (18:46 +0200)]
Use libutil genrand.

15 years agos3-build: remove duplicate svcctl bits and re-run make samba3-idl.
Günther Deschner [Thu, 23 Oct 2008 16:34:28 +0000 (18:34 +0200)]
s3-build: remove duplicate svcctl bits and re-run make samba3-idl.

Guenther

15 years agoidl: add svcctl specific access bits.
Günther Deschner [Thu, 23 Oct 2008 16:33:49 +0000 (18:33 +0200)]
idl: add svcctl specific access bits.

Guenther

15 years agoRemove unused constants from local.h.
Jelmer Vernooij [Thu, 23 Oct 2008 16:13:25 +0000 (18:13 +0200)]
Remove unused constants from local.h.

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Thu, 23 Oct 2008 16:04:16 +0000 (18:04 +0200)]
Merge branch 'master' of git://git.samba.org/samba

Conflicts:
lib/util/asn1_proto.h

15 years agoInline asn1_proto.h since the API is stable and public.
Jelmer Vernooij [Thu, 23 Oct 2008 16:03:20 +0000 (18:03 +0200)]
Inline asn1_proto.h since the API is stable and public.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 23 Oct 2008 15:51:30 +0000 (17:51 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoMake use of a large buffer for smbclient put command
Volker Lendecke [Thu, 23 Oct 2008 15:42:45 +0000 (17:42 +0200)]
Make use of a large buffer for smbclient put command

15 years agoOptimize x_fread to speed up the smbclient put command
Volker Lendecke [Thu, 23 Oct 2008 13:43:36 +0000 (15:43 +0200)]
Optimize x_fread to speed up the smbclient put command

15 years agoImport talloc_stack into util library.
Jelmer Vernooij [Thu, 23 Oct 2008 15:27:30 +0000 (17:27 +0200)]
Import talloc_stack into util library.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 23 Oct 2008 15:12:16 +0000 (17:12 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Thu, 23 Oct 2008 15:04:16 +0000 (17:04 +0200)]
Merge branch 'master' of git://git.samba.org/samba

15 years agoShare codepages.
Jelmer Vernooij [Thu, 23 Oct 2008 14:58:11 +0000 (16:58 +0200)]
Share codepages.

15 years agos3-docs: fix typos in locator manpage found by metze.
Günther Deschner [Thu, 23 Oct 2008 14:44:29 +0000 (16:44 +0200)]
s3-docs: fix typos in locator manpage found by metze.

Guenther

15 years agoselftest.pl: Silence verbose tdbsam output.
Jelmer Vernooij [Thu, 23 Oct 2008 14:42:45 +0000 (16:42 +0200)]
selftest.pl: Silence verbose tdbsam output.

15 years agos3-docs: add very basic winbind_krb5_locator.7 manpage.
Günther Deschner [Thu, 23 Oct 2008 14:40:23 +0000 (16:40 +0200)]
s3-docs: add very basic winbind_krb5_locator.7 manpage.

Guenther

15 years agoUse WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij [Thu, 23 Oct 2008 13:37:39 +0000 (15:37 +0200)]
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
previously present in Samba 3.

15 years agoUse common error definitions.
Jelmer Vernooij [Thu, 23 Oct 2008 13:35:21 +0000 (15:35 +0200)]
Use common error definitions.