summaryrefslogtreecommitdiffstats
path: root/source4/dynconfig/dynconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett2011-04-271-111/+0
|
* 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
* s3build: added NMBDSOCKETDIR to dynconfigAndrew Tridgell2011-02-181-0/+1
| | | | | | 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-171-0/+1
| | | | s3 needs dyn_LOCALEDIR
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-141-0/+1
| | | | | | | 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: Add prototypes to match dynconfig.cBrad Hards2011-01-031-1/+3
| | | | | | | | | 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-241-0/+1
| | | | | this ensures consistency between binaries and scripts when testing as a developer
* s4-dynconfig: make dynconfig more compatible with s3Andrew Tridgell2010-05-141-54/+50
|
* Revert "s4: remove unused references to swat"Andrew Bartlett2010-05-141-0/+3
| | | | | | | 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-291-3/+0
| | | | metze
* s4-dynconfig: added dyn_PYTHONDIRAndrew Tridgell2010-04-201-0/+4
|
* s4-config: add dyn_SBINDIRAndrew Tridgell2010-02-231-0/+3
|
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Fix installation of misc files.Jelmer Vernooij2008-09-301-3/+0
|
* dynconfig changes for 'winbind privileged dir' changes.Andrew Bartlett2008-06-281-0/+3
| | | | (This used to be commit 7e20919d5ba9244362503e450273938a7cc94796)
* Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-291-0/+3
| | | | | | | | This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f)
* Move version.o and dynconfig.o into their own directory.Jelmer Vernooij2008-05-271-0/+86
(This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d)