summaryrefslogtreecommitdiffstats
path: root/source4/dynconfig
Commit message (Collapse)AuthorAgeFilesLines
* s4:dynconfig: fix segfault in the set_dyn_*() functionsStefan Metzmacher2011-02-241-12/+25
| | | | | | | | | | | We should not try to call free on a const string (the default one). Now we make sure that the dyn_* variable is never NULL and only allocated if it's not the default value. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 24 12:29:56 CET 2011 on sn-devel-104
* s4:dynconfig: add prototypes for *dyn_LOCALEDIRStefan Metzmacher2011-02-241-0/+1
| | | | metze
* s3build: added NMBDSOCKETDIR to dynconfigAndrew Tridgell2011-02-183-1/+5
| | | | | | this is needed for the s3 top level build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-build: added LOCALEDIR config optionAndrew Tridgell2011-02-172-1/+3
| | | | s3 needs dyn_LOCALEDIR
* Fix private libdir and codepages pathsSimo Sorce2011-02-151-1/+1
| | | | | | | | | | The private libraries need to be arch specific as well. With --enable-fhs the codepages should go in /usr/share/samba and not in /usr/lib{64}/samba as they are data files not libraries. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Feb 15 04:22:37 CET 2011 on sn-devel-104
* s4-build: fixed uses of os.path.relpath()Andrew Tridgell2011-02-071-2/+2
| | | | | | | | | | these should be os_path_relpath() to support older python versions. This should fix the build on FreeBSD 7.2 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Feb 7 05:49:58 CET 2011 on sn-devel-104
* s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell2011-02-071-0/+1
| | | | | | this matches samba3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf Add PYTHONDIR and PYTHONARCHDIR to the 'different on install' listAndrew Bartlett2011-02-071-0/+2
| | | | | | | | This allows the C code to rely on PYTHONDIR and PYTHONARCHDIR to always be correct, and so not to cause problems when forcing these into sys.path. Andrew Bartlett
* s4-build: fixed install of version.h from source4 buildAndrew Tridgell2011-02-071-2/+1
|
* build: fixed make install for top level buildAndrew Tridgell2011-02-071-1/+2
|
* s4-dynconfig: fixed dyn_SETUPDIR to point to the right directoryAndrew Tridgell2011-02-071-2/+2
| | | | | | | this make dyn_SETUPDIR correct for both source4/ build and a top level build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-143-1/+4
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 08:19:40 CET 2011 on sn-devel-104
* s4:dynconfig/dynconfig.h - fix ending newline warningMatthias Dieter Wallnöfer2011-01-121-1/+1
|
* dynconfig: Add extern to header, try to unbreak imini buildfarm host.Brad Hards2011-01-041-1/+1
| | | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 4 05:39:57 CET 2011 on sn-devel-104
* s4:dynconfig: Add prototypes to match dynconfig.cBrad Hards2011-01-032-20/+36
| | | | | | | | | Also, SCRIPTSBINDIR isn't really common with Samba3 dynconfig Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 13:25:04 CET 2011 on sn-devel-104
* s4-dynconfig: override more paths when running from the build directoryAndrew Tridgell2010-11-243-6/+13
| | | | | this ensures consistency between binaries and scripts when testing as a developer
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-30/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* s4: don't rebuild all of heimdal when dynconfig options changeAndrew Tridgell2010-10-131-1/+3
| | | | only 2 files in heimdal depend on dynconfig variables
* s4-dynconfig: use the build modules when running from build directoryAndrew Tridgell2010-10-131-3/+7
| | | | | | | we need to use the newly built modules when running from the build directory to ensure we don't run tests against a stale install Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-heimdal_build fix up build after heimdal importAndrew Bartlett2010-10-031-2/+5
| | | | | | | | | | | | Heimdal has it's own dynconfig like system, and so we need the LIBDIR etc in the CFLAGS here. We also need to define build rules for the new files imported in the merge commit, and fix up some header files. This includes the work by Matthieu Patou <mat@matws.net> Andrew Bartlett
* s4:dynconfig: let the autoconf build compile againStefan Metzmacher2010-05-181-1/+6
| | | | metze
* s3compat: use right variable for STATEDIRAndrew Tridgell2010-05-141-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-dynconfig: make dynconfig more compatible with s3Andrew Tridgell2010-05-142-54/+55
|
* Revert "s4: remove unused references to swat"Andrew Bartlett2010-05-144-0/+8
| | | | | | | This reverts most of commit 1765732f82719a4bc925f21ef4999bd19a8d1f6c. The s3compat build needs the SWAT location to be compatible with Samba3.
* s4: remove unused references to swatStefan Metzmacher2010-04-294-8/+0
| | | | metze
* s4:dynconfig: fix fhs variables and list them all explicitStefan Metzmacher2010-04-291-9/+12
| | | | | | This adds 'samba' subdirs to smb.conf and setup. metze
* s4:dynconfig: reorder non fhs variablesStefan Metzmacher2010-04-291-10/+10
| | | | metze
* s4:dynconfig: fix the autoconf build and pass -DPYTHONDIR=\"$(pythondir)\"Stefan Metzmacher2010-04-201-2/+2
| | | | metze
* s4-dynconfig: added dyn_PYTHONDIRAndrew Tridgell2010-04-203-0/+6
|
* s4:dynconfig/wscript: ${LOCALSTATEDIR} already has var/ includedStefan Metzmacher2010-04-151-3/+3
| | | | metze
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-2/+2
| | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-waf: install in /usr/local/samba by defaultAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: added --enable-fhs configure optionAndrew Tridgell2010-04-061-4/+39
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: move the gnu dirs check to the generic wafsamba codeAndrew Tridgell2010-04-061-2/+0
|
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-0/+2
|
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-061-6/+10
|
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-061-1/+0
| | | | this stops lib/replace becoming a mess
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+82
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-2/+0
|
* build: dynconfig build rulesAndrew Tridgell2010-04-061-0/+2
|
* s4-config: add dyn_SBINDIRAndrew Tridgell2010-02-233-0/+5
|
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* s4:build torturedir and -DTORTUREDIR is unusedAndrew Bartlett2009-12-071-1/+0
| | | | (And made building RPMs much more difficult for JHT)
* Fix installation of misc files.Jelmer Vernooij2008-09-301-3/+0
|
* Consistently use lower case variable names for path variables.Jelmer Vernooij2008-09-291-6/+6
| | | | Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me.
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
| | | | | | | | This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
* S3 puts smb.conf and lmhosts in lib/, s4 into etc/Volker Lendecke2008-09-231-4/+4
|
* Avoid using version call for version string.Jelmer Vernooij2008-09-032-29/+1
| | | | (This used to be commit 1897cef508c8bea817c510bd9023d794cb983864)