Jelmer Vernooij
fc50f7ecba
Support parsing sddl for security descriptors.
2009-01-22 14:37:59 +01:00
Jelmer Vernooij
8f68a716fd
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-22 11:37:27 +01:00
Volker Lendecke
3662c2b0f6
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
2009-01-22 11:38:00 +01:00
Jelmer Vernooij
e490c1b8c8
Move configure test files to the top-level and share them between s3 and
...
s4.
2009-01-22 11:35:28 +01:00
Michael Adam
63e23a7d64
s3: run "make samba3-idl"
...
Michael
2009-01-22 08:16:55 +01:00
Michael Adam
2108303929
pidl/python: Add explicit casts, fixing implicit cast warnings.
...
Michael
2009-01-22 08:16:55 +01:00
Michael Adam
de5313cbb5
run make idl_full, thus adding explicit casts to gen_ndr server code
...
Michael
2009-01-22 08:16:54 +01:00
Michael Adam
842d24f23d
pidl: reduce implicit cast warnings in gen_ndr server code
...
Michael
2009-01-22 08:16:54 +01:00
todd stecher
989ad44d32
Memory leaks and other fixes found by Coverity
2009-01-21 17:13:03 -08:00
Jelmer Vernooij
e9615b43b4
Fix path to check_python.m4.
2009-01-21 18:54:20 +01:00
Jelmer Vernooij
b711faa53f
libsmbconf: Remove use of some Samba3-specific macros.
2009-01-21 18:50:16 +01:00
Jelmer Vernooij
97ff9d479a
libsmbconf: Add build magic for Samba 4.
2009-01-21 18:50:02 +01:00
Jelmer Vernooij
715cc00bc0
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-21 18:40:06 +01:00
Michael Adam
a868d2f3d5
libsmbconf: move the non-registry parts of libsmbconf to top level
...
Michael
2009-01-21 18:40:58 +01:00
Michael Adam
85447ac747
s3:libsmbconf: include smbconf headers with lib/smbconf prefix
...
Michael
2009-01-21 18:40:57 +01:00
Michael Adam
7ac06f1609
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
...
Michael
2009-01-21 18:40:57 +01:00
Michael Adam
1ed0cc7c9b
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend
...
Michael
2009-01-21 18:40:56 +01:00
Michael Adam
d0a8c356fb
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
...
Michael
2009-01-21 18:40:56 +01:00
Michael Adam
f0f5029fd7
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite
...
Michael
2009-01-21 18:40:56 +01:00
Michael Adam
53ea574255
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c
...
Michael
2009-01-21 18:40:55 +01:00
Michael Adam
c94fd054ca
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c
...
Michael
2009-01-21 18:40:55 +01:00
Michael Adam
9f3c67e80c
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
2009-01-21 18:40:54 +01:00
Michael Adam
52b77c928c
s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()
...
Michael
2009-01-21 18:40:54 +01:00
Jelmer Vernooij
293acaf92e
pidl/python: Add explicit casts, fixes warnings about casts when enabled.
2009-01-21 18:38:40 +01:00
Karolin Seeger
3089cfcc4b
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
2009-01-21 18:32:38 +01:00
Jelmer Vernooij
1377f28f85
Fix warning; base dn is no longer const.
2009-01-21 18:20:23 +01:00
Jelmer Vernooij
f607ad2e90
Move check_python.m4 to common m4 directory.
2009-01-21 18:07:41 +01:00
Jelmer Vernooij
076bb89028
expand-includes: Add simple protection against infinite recursion.
2009-01-21 17:32:08 +01:00
Jelmer Vernooij
2c1d70ab79
Automagically expand includes in Makefile.in during configure time
...
when make is not GNU Make.
2009-01-21 17:21:45 +01:00
Jelmer Vernooij
3a4e61ecd8
Only check for Perl once in Samba 3.
2009-01-21 16:49:36 +01:00
Jelmer Vernooij
4967f6948f
Move check_make.m4 to the top-level.
2009-01-21 16:46:52 +01:00
Jelmer Vernooij
4977d913ed
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-21 16:18:06 +01:00
Jelmer Vernooij
f3ecb70133
Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.
2009-01-21 16:15:53 +01:00
Jelmer Vernooij
47951fc5d0
Reorder arguments to ldb_search() to match what is in Samba 4.
2009-01-21 15:18:05 +01:00
Michael Adam
b319549f12
build-docs: cleanup exit of the script
...
exit in the directory where it was called using pushd/popd.
Michael
2009-01-21 15:12:18 +01:00
Michael Adam
5e21fc3506
s3:docs: clean build/catalog.xml in "make clean"
...
Michael
2009-01-21 15:12:18 +01:00
Michael Adam
9b32e839be
s3:docs: clean generated .png images in "make clean"
...
Michael
2009-01-21 15:12:17 +01:00
Jelmer Vernooij
e4801a426a
Use script path to find the setup directory.
2009-01-21 14:26:06 +01:00
Jelmer Vernooij
1101d7aa57
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-21 14:25:08 +01:00
Jelmer Vernooij
d3199276ea
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-21 14:24:16 +01:00
Jelmer Vernooij
1d59fd4d73
Merge branch 'v4-0-test' of /home/jelmer/samba4
2009-01-21 14:07:38 +01:00
Jelmer Vernooij
11a25f9050
Allow calling DCE/RPC server implementations directly using
...
rpc_pipe_client.
2009-01-21 14:05:51 +01:00
Karolin Seeger
157864d1e8
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>
2009-01-21 13:56:59 +01:00
Karolin Seeger
ab4e84f09a
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>
2009-01-21 13:56:59 +01:00
Karolin Seeger
9ec279f8e6
build-docs: Add 'make clean'.
...
Karolin
(cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba)
Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21 13:56:58 +01:00
Jelmer Vernooij
b64b78e4cc
Allow overriding the function that ships the request in the Samba 3
...
client code.
2009-01-21 13:40:18 +01:00
Stefan Metzmacher
a83feb2fe3
s4:auth: move make_server_info_netlogon_validation() function arround
...
metze
2009-01-21 13:36:11 +01:00
Stefan Metzmacher
bc42f251c3
merged-build: propare to fix make test4
...
metze
2009-01-21 13:35:36 +01:00
Stefan Metzmacher
6f6533aa81
selftest: add --exeext parameter
...
metze
2009-01-21 13:35:36 +01:00
Stefan Metzmacher
ccffe1ca71
s4:selftest: reference binaries via variables in tests.sh
...
metze
2009-01-21 13:35:36 +01:00