summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move check_python.m4 to common m4 directory.Jelmer Vernooij2009-01-213-2/+2
| |
* | pidl/python: Add explicit casts, fixes warnings about casts when enabled.Jelmer Vernooij2009-01-211-4/+4
|/
* expand-includes: Add simple protection against infinite recursion.Jelmer Vernooij2009-01-211-0/+5
|
* Automagically expand includes in Makefile.in during configure timeJelmer Vernooij2009-01-212-1/+42
| | | | when make is not GNU Make.
* Only check for Perl once in Samba 3.Jelmer Vernooij2009-01-213-12/+9
|
* Move check_make.m4 to the top-level.Jelmer Vernooij2009-01-213-2/+2
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-215-10/+20
|\
| * build-docs: cleanup exit of the scriptMichael Adam2009-01-211-6/+14
| | | | | | | | | | | | exit in the directory where it was called using pushd/popd. Michael
| * s3:docs: clean build/catalog.xml in "make clean"Michael Adam2009-01-211-0/+1
| | | | | | | | Michael
| * s3:docs: clean generated .png images in "make clean"Michael Adam2009-01-211-1/+2
| | | | | | | | Michael
| * Use script path to find the setup directory.Jelmer Vernooij2009-01-213-3/+3
| |
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-2116-177/+208
| |\
* | | Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij2009-01-2110-122/+28
| | |
* | | Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2009-01-2111-59/+53
| | |
* | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-2116-177/+208
|\ \ \ | |/ / |/| / | |/
| * build_docs: Use 'make distclean' instead of 'make clean'.Karolin Seeger2009-01-211-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>
| * build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger2009-01-211-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>
| * build-docs: Add 'make clean'.Karolin Seeger2009-01-211-0/+3
| | | | | | | | | | | | | | Karolin (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba) Signed-off-by: Michael Adam <obnox@samba.org>
| * s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-217-148/+143
| | | | | | | | metze
| * merged-build: propare to fix make test4Stefan Metzmacher2009-01-211-1/+4
| | | | | | | | metze
| * selftest: add --exeext parameterStefan Metzmacher2009-01-212-5/+14
| | | | | | | | metze
| * s4:selftest: reference binaries via variables in tests.shStefan Metzmacher2009-01-211-7/+9
| | | | | | | | metze
| * selftest:Samba4: add bindir_path() utility function to construct the binary ↵Stefan Metzmacher2009-01-211-12/+23
| | | | | | | | | | | | pathes metze
| * selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher2009-01-211-2/+3
| | | | | | | | metze
| * s4:python glue: fix dependecy to pyldbStefan Metzmacher2009-01-211-1/+1
| | | | | | | | metze
| * s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam2009-01-211-1/+1
| | | | | | | | Michael
| * s3:create-tarball: also include the VENDOR_PATCH in the versionMichael Adam2009-01-211-0/+4
| | | | | | | | Michael
| * s3:docs: fix distclean target and add realdistclean targetMichael Adam2009-01-211-1/+4
| | | | | | | | | | | | | | - remove stuff created by configure in distclean - remove stuff created by autoconf in realdistclean Michael
| * Fix a typoVolker Lendecke2009-01-211-1/+1
| |
* | Merge branch 'v4-0-test' of /home/jelmer/samba4Jelmer Vernooij2009-01-2134-43/+5662
|\ \
| * | Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-2150-574/+6201
| | | | | | | | | | | | rpc_pipe_client.
* | | Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij2009-01-2119-532/+540
| |/ |/| | | | | client code.
* | s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam2009-01-211-2/+8
| | | | | | | | Michael
* | s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam2009-01-211-4/+10
| | | | | | | | Michael
* | s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam2009-01-211-4/+6
| | | | | | | | Michael
* | s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam2009-01-211-1/+0
| | | | | | | | Michael
* | s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-217-29/+36
|/ | | | metze
* librpc: Fix warning caused by some empty debug stringsTim Prouty2009-01-201-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.
* s3:docs: add a manpage for idmap_tdb2Michael Adam2009-01-211-0/+132
| | | | Michael
* s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam2009-01-211-7/+23
| | | | Michael
* s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam2009-01-211-20/+61
| | | | Michael
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-205-7/+2
|
* Fix some nonempty blank linesVolker Lendecke2009-01-202-20/+20
|
* Remove some unused codeVolker Lendecke2009-01-203-17/+0
|
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-205-71/+99
| | | | np_open/read/write don't have to know about files_struct
* Make use of TALLOC_FREEVolker Lendecke2009-01-201-3/+1
|
* socket_wrapper: fix PCAP support broken by ↵Stefan Metzmacher2009-01-201-3/+1
| | | | | | | | aaea68791cfea45c6fa69abc93ad6d0e832d0283 We should note close the fd after writing the first packet. metze
* s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher2009-01-201-3/+11
| | | | | | This prepares the change to use signal events in the tdb backend. metze
* s3: reinit_after_fork() should reinit the event context before the messaging ↵Stefan Metzmacher2009-01-201-4/+4
| | | | | | | | | context Because messaging_reinit() may add events to the event context, which will removed by event_context_reinit(). metze
* s3:events: add support for signal eventsStefan Metzmacher2009-01-201-0/+6
| | | | metze