summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
...
* s3-param Make lp_smb_ports() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make charset parameters constAndrew Bartlett2011-06-011-3/+3
* s3-param Make lp_passwordserver() const.Andrew Bartlett2011-06-011-1/+1
* s3-param Move init_iconv() to loadparm.cAndrew Bartlett2011-05-311-0/+14
* s3-param split service.c into param and smbd componentsAndrew Bartlett2011-05-312-21/+276
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-311-5/+6
* s3-param Depricate 'password server = foo:12389' syntaxAndrew Bartlett2011-05-251-0/+5
* Fix bug #8150 - Ban 'dos charset = utf8'Jeremy Allison2011-05-241-1/+39
* s3-param: Remove unused snum2params_staticAndrew Bartlett2011-05-181-12/+0
* s3-param: remove unused share_iterator functionsAndrew Bartlett2011-05-181-48/+0
* s3-printing: Get the location info from cups.Günther Deschner2011-05-161-1/+2
* s3-param Deprecate a number of security parameters for 3.6Andrew Bartlett2011-05-131-5/+11
* libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider2011-05-101-3/+3
* libsmbconf: Convert smbconf_get_share() to sbcErr.Andreas Schneider2011-05-101-3/+3
* libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider2011-05-101-4/+4
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-param: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
* s3: Make vlp printing work by defaultVolker Lendecke2011-04-051-8/+55
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Revert "Change strict allocate to default to true.Stefan Metzmacher2011-03-281-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-0/+2
* s3:loadparm: set the default "idmap config * : backend" in initialize_globals().Michael Adam2011-03-221-0/+2
* s3:loadparm: deprecate "idmap uid/gid/backend" and have them set "idmap confi...Michael Adam2011-03-221-26/+14
* s3:loadparm: remove unused parameter "idmap read only".Michael Adam2011-03-221-10/+0
* s3: Add "print notify backchannel" parameter to prevent us doing the reverse ...Volker Lendecke2011-03-181-0/+12
* s3-build: try to silence annoying "Ignoring invalid value 'vlp' for parameter...Günther Deschner2011-03-151-2/+3
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-1/+0
* s3-param: Make "rlimit_max below minimum Windows limit" notification less scaryJonathan Nieder2011-02-251-2/+2
* s3: no need to globally include intl.h.Günther Deschner2011-02-151-1/+1
* s3:loadparm: skip leading spaces in parameter values from the command lineMichael Adam2011-02-091-1/+6
* s3: Make _lp_maxprotocol staticVolker Lendecke2011-01-291-1/+1
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison2011-01-271-1/+12
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-0/+24
* s3-param: Fixed code block in max_open_files().Andreas Schneider2011-01-191-1/+1
* Change strict allocate to default to true. (cherry picked from commit 820ea22...Jeremy Allison2010-12-151-1/+1
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-101-4/+21
* s3-client Use NTLMv2 by default in the Samba clientAndrew Bartlett2010-12-101-2/+2
* s3-smbd Don't send SPNEGO principal (rfc4178 hint) by defaultAndrew Bartlett2010-12-101-0/+11
* s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett2010-12-101-0/+11
* s3-param Fix lp_set_cmdline() to set the flag on alias values tooAndrew Bartlett2010-11-271-1/+11
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-9/+3
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-0/+12
* s3-param Fix up lp_set_cmdline() not to re-store cmdline options on each reloadAndrew Bartlett2010-11-021-4/+9
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-6/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-2/+1
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-221-8/+0
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-221-0/+8
* Don't arbitrarily clean all parametric options in add_a_service(),Jeremy Allison2010-10-161-3/+3
* s3: Remove talloc_autofree_context() from loadparm.cVolker Lendecke2010-10-081-6/+5
* s3-build: fix the build of test_lp_load.Günther Deschner2010-09-231-0/+1