summaryrefslogtreecommitdiffstats
path: root/source4/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* parmlist: Add more tests.Jelmer Vernooij2009-09-271-12/+12
* s4-kcc: add a very simple KCCAndrew Tridgell2009-09-111-1/+1
* s4:param use talloc_unlink() to free iconv context holding referencesAndrew Bartlett2009-07-021-1/+1
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-0/+1
* s4:loadparm: fix a comment typo. and line wrapping.Michael Adam2009-05-081-1/+2
* s4:loadparm: fix brace indentation and add brace for clarityMichael Adam2009-05-081-2/+4
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-2/+2
* s4:loadparm: s/class/pclassStefan Metzmacher2009-02-021-9/+9
* loadparm: Make sure various state variables get initialized even when weJelmer Vernooij2009-01-161-29/+40
* Find default smb.conf path correctly, when it was not specified on theJelmer Vernooij2009-01-161-4/+10
* When loading the default configuration, allow the configuration file to beJelmer Vernooij2009-01-061-2/+11
* s4:loadparm: start 'browser' rpc_serverStefan Metzmacher2008-12-061-1/+1
* 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