summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-28Fix 'oplocks' in loadparm.Andrew Bartlett1-0/+1
2008-03-27Fix how we initialise the oplocks parameter.Andrew Bartlett1-2/+1
2008-03-27Make oplocks a per-share option.Andrew Bartlett1-1/+5
2008-03-07Rework provision scripts for more testingAndrew Bartlett1-0/+2
2008-03-06libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher1-2/+2
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-71/+57
2008-02-21loadparm: Add configuration settings for idmap.Kai Blin1-0/+8
2008-02-14loadparm: Clean up trailing whitespaceKai Blin1-163/+163
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-0/+2
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-0/+16
2007-12-29r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij1-0/+5
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-1/+1
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij1-1/+1
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij1-1/+4
2007-12-21r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is s...Jelmer Vernooij1-1/+1
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij1-1/+7
2007-12-21r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij1-0/+3
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-18/+45
2007-12-21r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher1-2/+2
2007-12-21r26423: try to fix the build on solarisStefan Metzmacher1-1/+6
2007-12-21r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher1-1/+1
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-21/+10
2007-12-21r26351: Fix handling of flags when there are multiple loadparm contexts around.Jelmer Vernooij1-268/+253
2007-12-21r26350: More tests.Jelmer Vernooij1-45/+29
2007-12-21r26349: More tests.Jelmer Vernooij1-12/+10
2007-12-21r26348: Avoid use of autofree context.Jelmer Vernooij1-4/+4
2007-12-21r26347: More tests.Jelmer Vernooij1-16/+2
2007-12-21r26345: Fix dumping an individual parameter.Jelmer Vernooij1-5/+2
2007-12-21r26344: Fix memory access.Jelmer Vernooij1-34/+33
2007-12-21r26343: Remove bLoaded global variable.Jelmer Vernooij1-5/+1
2007-12-21r26342: Fix initialization.Jelmer Vernooij1-26/+27
2007-12-21r26340: Add special handlers for debuglevel and logfile.Jelmer Vernooij1-10/+25
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij1-43/+51
2007-12-21r26336: use offsets inside loadparm rather than pointers (allows multiple con...Jelmer Vernooij1-62/+64
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-2/+2
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij1-1/+1
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij1-2/+8
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+1
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-1/+1
2007-12-21r26095: Add function for import a generic configuration file in a loadparm co...Jelmer Vernooij1-19/+8
2007-10-10r25471: Use macros for loadparm field names, should make migration to offsets...Jelmer Vernooij1-139/+143
2007-10-10r25463: revert accidently committed type changes for now, broke the build.Jelmer Vernooij1-31/+31
2007-10-10r25462: Remove refernece to categories from js as well.Jelmer Vernooij1-31/+31
2007-10-10r25461: Remove section headers in loadparm - trying to keep data and metadata...Jelmer Vernooij1-46/+7
2007-10-10r25460: use common structure in param/generic.cJelmer Vernooij1-7/+0
2007-10-10r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij1-3/+9
2007-10-10r25449: Add convenience function for opening the default smb.conf for opencha...Jelmer Vernooij1-0/+5
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-23/+33
2007-10-10r25410: Use C99 struct initialization.Jelmer Vernooij1-33/+30
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-134/+126