summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-21Automagically expand includes in Makefile.in during configure timeJelmer Vernooij2-1/+42
when make is not GNU Make.
2009-01-21Only check for Perl once in Samba 3.Jelmer Vernooij3-12/+9
2009-01-21Move check_make.m4 to the top-level.Jelmer Vernooij3-2/+2
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-10/+20
2009-01-21Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij10-122/+28
2009-01-21Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij11-59/+53
2009-01-21build-docs: cleanup exit of the scriptMichael Adam1-6/+14
exit in the directory where it was called using pushd/popd. Michael
2009-01-21s3:docs: clean build/catalog.xml in "make clean"Michael Adam1-0/+1
Michael
2009-01-21s3:docs: clean generated .png images in "make clean"Michael Adam1-1/+2
Michael
2009-01-21Use script path to find the setup directory.Jelmer Vernooij3-3/+3
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij16-177/+208
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij16-177/+208
2009-01-21Merge branch 'v4-0-test' of /home/jelmer/samba4Jelmer Vernooij34-43/+5662
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij50-574/+6201
rpc_pipe_client.
2009-01-21build_docs: Use 'make distclean' instead of 'make clean'.Karolin Seeger1-1/+1
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-21build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger1-1/+1
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-21build-docs: Add 'make clean'.Karolin Seeger1-0/+3
Karolin (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba) Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-21Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij19-532/+540
client code.
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher7-148/+143
metze
2009-01-21merged-build: propare to fix make test4Stefan Metzmacher1-1/+4
metze
2009-01-21selftest: add --exeext parameterStefan Metzmacher2-5/+14
metze
2009-01-21s4:selftest: reference binaries via variables in tests.shStefan Metzmacher1-7/+9
metze
2009-01-21selftest:Samba4: add bindir_path() utility function to construct the binary ↵Stefan Metzmacher1-12/+23
pathes metze
2009-01-21selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher1-2/+3
metze
2009-01-21s4:python glue: fix dependecy to pyldbStefan Metzmacher1-1/+1
metze
2009-01-21s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam1-1/+1
Michael
2009-01-21s3:create-tarball: also include the VENDOR_PATCH in the versionMichael Adam1-0/+4
Michael
2009-01-21s3:docs: fix distclean target and add realdistclean targetMichael Adam1-1/+4
- remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael
2009-01-21Fix a typoVolker Lendecke1-1/+1
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam1-2/+8
Michael
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam1-4/+10
Michael
2009-01-21s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam1-4/+6
Michael
2009-01-21s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam1-1/+0
Michael
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher7-29/+36
metze
2009-01-20librpc: Fix warning caused by some empty debug stringsTim Prouty1-3/+3
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.
2009-01-21s3:docs: add a manpage for idmap_tdb2Michael Adam1-0/+132
Michael
2009-01-21s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam1-7/+23
Michael
2009-01-21s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam1-20/+61
Michael
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke5-7/+2
2009-01-20Fix some nonempty blank linesVolker Lendecke2-20/+20
2009-01-20Remove some unused codeVolker Lendecke3-17/+0
2009-01-20Remove some smb fsp knowledge from rpc_server/Volker Lendecke5-71/+99
np_open/read/write don't have to know about files_struct
2009-01-20Make use of TALLOC_FREEVolker Lendecke1-3/+1
2009-01-20socket_wrapper: fix PCAP support broken by ↵Stefan Metzmacher1-3/+1
aaea68791cfea45c6fa69abc93ad6d0e832d0283 We should note close the fd after writing the first packet. metze
2009-01-20s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher1-3/+11
This prepares the change to use signal events in the tdb backend. metze
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ↵Stefan Metzmacher1-4/+4
context Because messaging_reinit() may add events to the event context, which will removed by event_context_reinit(). metze
2009-01-20s3:events: add support for signal eventsStefan Metzmacher1-0/+6
metze
2009-01-20s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher1-0/+6
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
2009-01-20tevent: rename signal handler functions to start with tevent_common_Stefan Metzmacher1-5/+6
This makes debugging with gdb easier. metze
2009-01-19Don't use TMPDIR as variable, it's already used for other purposes.Jelmer Vernooij1-5/+8
Don't include GIT revision in release version strings.