summaryrefslogtreecommitdiff
path: root/source3/dynconfig.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3-build Remove distinct LOCALEDIR subsystemAndrew Bartlett1-0/+1
2011-01-07s3: Make nmbd socket dir configurableVolker Lendecke1-0/+1
2009-01-12Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman1-23/+2
2008-10-06Add dyn_NCALRPCDIRVolker Lendecke1-0/+1
2008-08-15dynconfig: add support for MODULESDIR.Michael Adam1-0/+1
2008-08-15dynconfig: remove commented-out old stuff from dynconfig.c and dynconfig.hMichael Adam1-216/+0
2008-02-04popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin1-0/+5
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-20/+231
2007-12-06These should be char *, but replace them with [1024] for nowJeremy Allison1-9/+10
2007-11-01Patch from Debian Samba package maintainers:Gerald (Jerry) Carter1-0/+31
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r15848: Introduce commandline options to set the remainder of the parameters inJames Peach1-5/+5
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-1/+3
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-4/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2001-11-19Move all other paths into dynconfigMartin Pool1-4/+13
2001-11-19dyn_LOCKDIR should be const because it's never modified directly --Martin Pool1-1/+1
2001-11-19oopsum.Martin Pool1-1/+1
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-0/+17
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-0/+2
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-11-19Source file defining global variables for configuration paths. ThisMartin Pool1-0/+45