summaryrefslogtreecommitdiff
path: root/source4/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-03-08s4:"dns_update_list" file: install it properly into the private directoryMatthias Dieter Wallnöfer1-1/+1
This is what the "samba_dnsupdate" script requests (line 220).
2009-12-27python: Remove sys.path line rather than updating it when installing to ↵Jelmer Vernooij1-1/+1
python system path.
2009-12-07s4:build torturedir and -DTORTUREDIR is unusedAndrew Bartlett1-3/+0
(And made building RPMs much more difficult for JHT)
2009-12-01s4 - Create default modules directory.Endi S. Dewata1-0/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-11-27s4-install: fixed install path for python scriptsAndrew Tridgell1-9/+1
when we install python scripts we need to fix the internal path used to find modules. We also need to install the scripts in the right place. Most of them should go in $SBINDIR not share/setup/
2009-09-28Move samba-specific variable to s4 Makefile.Jelmer Vernooij1-0/+2
2009-09-28make: Use $(base_srcdirs) in 'make clean' rather than keeping a separateJelmer Vernooij1-1/+1
list.
2009-09-26s4/make: Remove object files in ../libds as part of "make clean".Jelmer Vernooij1-1/+1
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-0/+1
This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling
2009-07-04s3/s4:build: honor library path from environmentBjörn Jacke1-1/+1
we may not throw away LD_LIBRARY_PATH and friends as they sometimes contain important information. Some of the build farm machines for example have the python lib path in there - we can't run make test when we suddenly forget how to use python
2009-07-03s4: Don't install epdump, since it no longer exists.Jelmer Vernooij1-2/+1
2009-06-17Only install an explicit set of scripts during "make install", rather thanJelmer Vernooij1-1/+8
whatever happens to be in the source tree.
2009-05-30libwbclient: Add async call framework.Kai Blin1-0/+1
2009-04-20Fix Samba 4 Makefile to also clean ../libgpoWilco Baan Hofman1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵Wilco Baan Hofman1-0/+1
function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org>
2009-03-14Move tdr to top-level.Jelmer Vernooij1-1/+1
2009-02-26s4:Makefile: try to fix 'make installheaders' on *BSD systemsStefan Metzmacher1-1/+1
metze
2009-02-09s4:Makefile: fix PUBLIC_HEADERS typoStefan Metzmacher1-1/+1
metze
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-0/+1
2009-01-30s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher1-4/+3
metze
2008-12-29s4: remove unused dbwrap codeStefan Metzmacher1-1/+0
If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze
2008-12-23s4: Fix make clean to remove gen_ndr objects.Jelmer Vernooij1-1/+1
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-1/+2
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-0/+1
metze
2008-12-16nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin1-1/+1
2008-11-16Move torture directory to top-level.Jelmer Vernooij1-2/+2
2008-10-24Move charset library to top level.Jelmer Vernooij1-1/+1
2008-10-19Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij1-2/+2
2008-10-12Move zlib to top-level root.Jelmer Vernooij1-1/+1
2008-10-11Fix include, clean up .o files in ../lib and ../libcliJelmer Vernooij1-2/+1
Conflicts: source4/Makefile
2008-10-11Clean up properly.Jelmer Vernooij1-0/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-2/+2
Conflicts: source4/Makefile
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij1-28/+46
Conflicts: selftest/selftest.pl
2008-10-08fix libclinbtsrcdir variable.Jelmer Vernooij1-1/+1
2008-09-30Re-add uninstallplugins, there has to be at least one instance of this.Jelmer Vernooij1-0/+2
2008-09-30Fix installation of misc files.Jelmer Vernooij1-2/+11
2008-09-29Patch by Matthias that removes old SWAT support and fixes uninstall.Matthias Dieter Wallnöfer1-11/+16
2008-09-29Consistently use lower case variable names for path variables.Jelmer Vernooij1-16/+16
Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me.
2008-09-24Clean .o files in lib/ and libcli/ too.Jelmer Vernooij1-0/+3
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-09-24s3: fix merged_build.Günther Deschner1-0/+1
Guenther
2008-09-21Fix merged build.Jelmer Vernooij1-0/+1
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-6/+7
Conflicts: source4/main.mk
2008-09-18Move selftest code to top-level.Jelmer Vernooij1-2/+2
2008-09-18Remove jsdir.Jelmer Vernooij1-4/+1
2008-09-17Fix location of included popt files for systems that don't have popt.Jelmer Vernooij1-1/+1
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-6/+6
2008-09-16Merge branch 'singlecompression' into singleJelmer Vernooij1-1/+1
2008-09-16Use single copy of compression library in Samba3,4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlepopt' into singleJelmer Vernooij1-1/+1
Conflicts: source4/Makefile