summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak.Jelmer Vernooij2008-11-031-1/+1
* Fix the build.Jelmer Vernooij2008-11-021-2/+3
* Remove global_loadparm.Jelmer Vernooij2008-11-021-2/+0
* Use environment variable rather than loadparm parameter when testingJelmer Vernooij2008-11-021-0/+8
* Remove use of global_loadparm when comparing nt status error - useJelmer Vernooij2008-11-021-0/+2
* Move check of SMB_CONF_PATH to loadparm code.Jelmer Vernooij2008-11-021-1/+4
* Fix the build.Jelmer Vernooij2008-11-021-2/+0
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-0/+12
* Use a separate global for nonblocking socket testing rather than global_loadp...Jelmer Vernooij2008-11-021-0/+3
* Rename param_opt.flags to priority.Jelmer Vernooij2008-11-011-4/+16
* Disable lanman authentication by default in Samba 4.Jelmer Vernooij2008-10-311-2/+2
* Remove dependency of charset code on loadparm.Jelmer Vernooij2008-10-241-1/+1
* Remove const so return value can be freed.Jelmer Vernooij2008-10-241-5/+5
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-231-1/+2
|\
| * Remove unused constants from local.h.Jelmer Vernooij2008-10-231-1/+2
* | Make lp_tls_* return absolute paths.Jelmer Vernooij2008-10-231-5/+26
|/
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-3/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-301-0/+8
* Remove jsdir.Jelmer Vernooij2008-09-181-5/+0
* Use a configure-specified directory for the winbind priv pipeAndrew Bartlett2008-06-281-0/+4
* Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-291-0/+7
* Bring up the ntp signing deamonAndrew Bartlett2008-05-281-1/+1
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
* Fix 'oplocks' in loadparm.Andrew Bartlett2008-03-281-0/+1
* Fix how we initialise the oplocks parameter.Andrew Bartlett2008-03-271-2/+1
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-1/+5
* Rework provision scripts for more testingAndrew Bartlett2008-03-071-0/+2
* libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher2008-03-061-2/+2
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-71/+57
* loadparm: Add configuration settings for idmap.Kai Blin2008-02-211-0/+8
* loadparm: Clean up trailing whitespaceKai Blin2008-02-141-163/+163
* Remaining changes to implement the prefork process modelAndrew Bartlett2008-02-041-0/+2
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-0/+16
* r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij2007-12-291-0/+5
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-1/+1
* r26498: Fix memory leak in iconv code.Jelmer Vernooij2007-12-211-1/+1
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+4
* r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is s...Jelmer Vernooij2007-12-211-1/+1
* r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2007-12-211-1/+7
* r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij2007-12-211-0/+3
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-18/+45
* r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher2007-12-211-2/+2
* r26423: try to fix the build on solarisStefan Metzmacher2007-12-211-1/+6
* r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher2007-12-211-1/+1
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-21/+10
* r26351: Fix handling of flags when there are multiple loadparm contexts around.Jelmer Vernooij2007-12-211-268/+253
* r26350: More tests.Jelmer Vernooij2007-12-211-45/+29
* r26349: More tests.Jelmer Vernooij2007-12-211-12/+10
* r26348: Avoid use of autofree context.Jelmer Vernooij2007-12-211-4/+4