summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove #defines already in common loadparm.hAndrew Bartlett2011-07-021-12/+0
* s3-param Generate parameter tablesAndrew Bartlett2011-07-021-409/+37
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-1/+0
* s3-param remove unused bIdmapReadOnlyAndrew Bartlett2011-07-021-2/+0
* s3-param Remove unused bUpdateEncryptAndrew Bartlett2011-07-021-2/+0
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-292-1/+3
* s3-param use C99 boolean for falseAndrew Bartlett2011-06-291-118/+118
* s3-param use C99 boolean for trueAndrew Bartlett2011-06-291-99/+99
* s3-param Convert sDefault to C99 initialisersAndrew Bartlett2011-06-291-142/+142
* s3-param Remove unused FLAG_DOS_STRINGAndrew Bartlett2011-06-291-2/+2
* param: Merge struct parm_struct definitionsAndrew Bartlett2011-06-291-25/+25
* s3-param Use .offset rather than .ptr when defining parametersAndrew Bartlett2011-06-291-6/+5
* s3-param Remove .offset == 0 checks as 'valid' will have offset 0Andrew Bartlett2011-06-291-18/+4
* s3-param use .offset rather than .ptr (renames)Andrew Bartlett2011-06-291-437/+441
* s3-param use lp_parm_ptr() rather than parm.ptr directlyAndrew Bartlett2011-06-291-63/+58
* s3-param Rename struct service and struct globalsAndrew Bartlett2011-06-281-31/+31
* s3-param Remove lp_parm_stringAndrew Bartlett2011-06-281-12/+0
* s3-param make lp_passdb_backend() a normal lp_ function againAndrew Bartlett2011-06-281-42/+1
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-65/+0
* param: Remove "announce as" parameterAndrew Bartlett2011-06-231-43/+2
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-232-21/+1
* s3-param Put &Globals in the FN_ macros, rather than in each entryAndrew Bartlett2011-06-211-254/+254
* s3-param Remove 'time offset' from smb.confAndrew Bartlett2011-06-111-9/+0
* s3-param Avoid strupper_m() where possible.Andrew Bartlett2011-06-101-5/+12
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-092-29/+7
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-092-13/+3
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-091-16/+3
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-s4-param: Add hooks for parametric options in the s3/s4 glue layerAndrew Bartlett2011-06-061-0/+26
* s4-param Add hook between Samba3 and Samba4 loadparm systems.Andrew Bartlett2011-06-062-2/+64
* s3-param always allow the realm parameterAndrew Bartlett2011-06-061-2/+0
* s3-param Make lp_ncalrpc_dir() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make lp_dedicated_keytab_file() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make lp_realm() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make lp_name_resolv_order() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make lp_utmpdir() and lp_wtmpdir constAndrew Bartlett2011-06-011-2/+2
* s3-param Make lp_piddir() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make lp_cachedir() constAndrew Bartlett2011-06-011-5/+5
* s3-param Make lp_statedir() constAndrew Bartlett2011-06-011-5/+5
* s3-param Make lp_lockdir() constAndrew Bartlett2011-06-011-1/+1
* s3-param Make lp_smb_passwd_file() and lp_private_dir() constAndrew Bartlett2011-06-011-2/+2
* 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