summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.h
Commit message (Collapse)AuthorAgeFilesLines
* r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell2005-08-051-0/+13
| | | | | retrieval of the smb.conf parameter categories. This will make writing a smb.conf editor easier.
* r7008: - split out the loadparm type definitions so loadparm internals can ↵Andrew Tridgell2005-05-271-0/+60
be accessed externally - moved esp_lpGet() to web_server/calls.c - attempt to fixup ejs build with includes.h again