summaryrefslogtreecommitdiffstats
path: root/source4/param/loadparm.h
Commit message (Collapse)AuthorAgeFilesLines
* r15851: the conversion of loadparm to BOOL broke all big-endian platforms asAndrew Tridgell2007-10-101-1/+1
| | | | | | | | the service and global declarations were left as int. I tried to fix this initially by fixing the service declarations, but it didn't work. While I investigate why, this patch at least gets the use of int right, and should give big-endian platforms a chance (This used to be commit e12ae809eaf0a4c48ebb086615a9051b59996b5a)
* r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
* r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach2007-10-101-1/+1
| | | | | byte counts be given in convenient units. (This used to be commit 1b8891a2f389c1016c3cfcbe635ed86d015554d8)
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-4/+0
| | | | | default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
* r12729: Implement the --section-name option, for dumping only one section.Andrew Bartlett2007-10-101-1/+13
| | | | | Andrew Bartlett (This used to be commit 3c49dd9219b12f5ed229ba108a02b85a18146df8)
* r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell2007-10-101-0/+13
| | | | | | retrieval of the smb.conf parameter categories. This will make writing a smb.conf editor easier. (This used to be commit 8db549b1506b5260c9eb16f40bbdae6a7c006fa2)
* r7008: - split out the loadparm type definitions so loadparm internals can ↵Andrew Tridgell2007-10-101-0/+60
be accessed externally - moved esp_lpGet() to web_server/calls.c - attempt to fixup ejs build with includes.h again (This used to be commit 592a81c347981420154ddf3b8d4252d3bb08bc86)