summaryrefslogtreecommitdiffstats
path: root/source4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* s4: fixed 'make dist' not to need configure for s4Andrew Tridgell2011-01-111-2/+4
|
* s4-build: added a 'make help' targetAndrew Tridgell2010-12-011-1/+6
|
* Makefile: Add rule for pydoctor.Jelmer Vernooij2010-11-281-0/+3
|
* waf: allow for commands like "make bin/smbtorture"Andrew Tridgell2010-10-061-0/+5
| | | | I finally worked out the GNU make syntax for this
* s4: Add 'subunit-test' make target.Jelmer Vernooij2010-10-011-0/+3
|
* Check in configure/Makefile for those projects that have waf as primary ↵Jelmer Vernooij2010-09-251-0/+57
| | | | build system.
* s4:configure: generate Makefile from Makefile.inStefan Metzmacher2010-04-101-310/+0
| | | | | | | This makes it possible for the waf build to also generate a 'Makefile' instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile' metze
* s4:"dns_update_list" file: install it properly into the private directoryMatthias Dieter Wallnöfer2010-03-081-1/+1
| | | | This is what the "samba_dnsupdate" script requests (line 220).
* python: Remove sys.path line rather than updating it when installing to ↵Jelmer Vernooij2009-12-271-1/+1
| | | | python system path.
* s4:build torturedir and -DTORTUREDIR is unusedAndrew Bartlett2009-12-071-3/+0
| | | | (And made building RPMs much more difficult for JHT)
* s4 - Create default modules directory.Endi S. Dewata2009-12-011-0/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-install: fixed install path for python scriptsAndrew Tridgell2009-11-271-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/
* Move samba-specific variable to s4 Makefile.Jelmer Vernooij2009-09-281-0/+2
|
* make: Use $(base_srcdirs) in 'make clean' rather than keeping a separateJelmer Vernooij2009-09-281-1/+1
| | | | list.
* s4/make: Remove object files in ../libds as part of "make clean".Jelmer Vernooij2009-09-261-1/+1
|
* added a uid_wrapper libraryAndrew Tridgell2009-08-051-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
* s3/s4:build: honor library path from environmentBjörn Jacke2009-07-041-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
* s4: Don't install epdump, since it no longer exists.Jelmer Vernooij2009-07-031-2/+1
|
* Only install an explicit set of scripts during "make install", rather thanJelmer Vernooij2009-06-171-1/+8
| | | | whatever happens to be in the source tree.
* libwbclient: Add async call framework.Kai Blin2009-05-301-0/+1
|
* Fix Samba 4 Makefile to also clean ../libgpoWilco Baan Hofman2009-04-201-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵Wilco Baan Hofman2009-04-201-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>
* Move tdr to top-level.Jelmer Vernooij2009-03-141-1/+1
|
* s4:Makefile: try to fix 'make installheaders' on *BSD systemsStefan Metzmacher2009-02-261-1/+1
| | | | metze
* s4:Makefile: fix PUBLIC_HEADERS typoStefan Metzmacher2009-02-091-1/+1
| | | | metze
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-011-0/+1
|
* s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher2009-01-301-4/+3
| | | | metze
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-291-1/+0
| | | | | | | If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze
* s4: Fix make clean to remove gen_ndr objects.Jelmer Vernooij2008-12-231-1/+1
|
* Use make variable for Samba 4 shared library output directory.Jelmer Vernooij2008-12-231-1/+2
|
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-171-0/+1
| | | | metze
* nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin2008-12-161-1/+1
|
* Move torture directory to top-level.Jelmer Vernooij2008-11-161-2/+2
|
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
|
* Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij2008-10-191-2/+2
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij2008-10-111-28/+46
| |\ | | | | | | | | | | | | Conflicts: selftest/selftest.pl
| * | Move selftest code to top-level.Jelmer Vernooij2008-09-181-2/+2
| | |
* | | Move zlib to top-level root.Jelmer Vernooij2008-10-121-1/+1
| | |
* | | Fix include, clean up .o files in ../lib and ../libcliJelmer Vernooij2008-10-111-2/+1
| | | | | | | | | | | | | | | | | | Conflicts: source4/Makefile
* | | Clean up properly.Jelmer Vernooij2008-10-111-0/+1
| | |
* | | Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-2/+2
| |/ |/| | | | | | | | | Conflicts: source4/Makefile
* | fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-081-1/+1
| |
* | Re-add uninstallplugins, there has to be at least one instance of this.Jelmer Vernooij2008-09-301-0/+2
| |
* | Fix installation of misc files.Jelmer Vernooij2008-09-301-2/+11
| |
* | Patch by Matthias that removes old SWAT support and fixes uninstall.Matthias Dieter Wallnöfer2008-09-291-11/+16
| |
* | Consistently use lower case variable names for path variables.Jelmer Vernooij2008-09-291-16/+16
| | | | | | | | Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me.
* | Clean .o files in lib/ and libcli/ too.Jelmer Vernooij2008-09-241-0/+3
| |
* | Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
| |
* | s3: fix merged_build.Günther Deschner2008-09-241-0/+1
| | | | | | | | Guenther
* | Fix merged build.Jelmer Vernooij2008-09-211-0/+1
| |