Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt ↵ | Jim McDonough | 2003-01-17 | 1 | -1/+3 |
| | | | | for instructions. | ||||
* | Remove DRIVERFILE constant. It was removed with the old win95 | Tim Potter | 2002-11-05 | 1 | -4/+0 |
| | | | | printer driver stuff. | ||||
* | couple of PIDDIR merges I missed | Gerald Carter | 2002-05-09 | 1 | -0/+1 |
| | |||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -1/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Move all other paths into dynconfig | Martin Pool | 2001-11-19 | 1 | -4/+13 |
| | |||||
* | dyn_LOCKDIR should be const because it's never modified directly -- | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | | | | | it's just copied in to the parameter table and optionally overridden there. | ||||
* | oopsum. | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | |||||
* | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -0/+17 |
| | |||||
* | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -0/+2 |
| | |||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | | | | default, rather than in preprocessor macros. | ||||
* | Source file defining global variables for configuration paths. This | Martin Pool | 2001-11-19 | 1 | -0/+45 |
has two purposes: - If ./configure is re-run to configure Samba for a new set of path or prefix, then when Samba is re-built it really will use the new paths. - This is a step towards making sure all programs can be consistently told to use a different configuration file or prefix directory, which is required for testing. Possibly not true at the moment. |