summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-4/+0
* r25050: Merge new, stricter NTLM password security requirements into Samba 3.2.0Andrew Bartlett2007-09-101-4/+4
* r25036: Fix a become/unbecome_root() pairVolker Lendecke2007-09-081-1/+1
* r24957: Merge 21867, 21869, 21870 and 21871:Volker Lendecke2007-09-041-2/+5
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-08-301-39/+5
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-4/+0
* r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison2007-08-231-1/+8
* r24636: Raise one debug level, since the callers (that want to do so)Michael Adam2007-08-231-1/+1
* r24616: In set_boolean(), only pass the result back to the caller Michael Adam2007-08-221-1/+2
* r24602: Add function lp_string_is_valid_boolean() to check if a stringMichael Adam2007-08-211-2/+18
* r24572: Allow for functions map_parameter_canonical() and is_synonym_of() toMichael Adam2007-08-201-11/+33
* r24527: Add a function lp_canonicalize_parameter_with_value that turnsMichael Adam2007-08-171-0/+45
* r24526: Refactor determiniation of the index of the canonical form of aMichael Adam2007-08-171-15/+35
* r24525: Add output of synonym information to show_parameter_list().Michael Adam2007-08-171-8/+52
* r24519: Refactor printing of one parameter into a helper function of its own.Michael Adam2007-08-171-30/+42
* r24510: Fix logic. Thanks to Volker for the hint!Michael Adam2007-08-171-1/+1
* r24495: Add a function lp_canonicalize_parameter: It takes a name of a parameterMichael Adam2007-08-161-0/+108
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-08-071-1/+0
* r24073: merge from SAMBA_3_2:Stefan Metzmacher2007-07-301-1/+10
* r24028: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-07-241-0/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam2007-06-301-1/+1
* r23657: Prevent setting of a global option in a share definitionMichael Adam2007-06-291-0/+18
* r23656: Add initial checking of the validity of a paramterMichael Adam2007-06-291-0/+12
* r23641: Put check for forbidden values in smbconf into a function.Michael Adam2007-06-281-4/+1
* r23592: Change a debuglevel to not clutter output when calling Michael Adam2007-06-221-1/+1
* r23579: Up to now, the "allparameters" argument to lp_next_parameter wasMichael Adam2007-06-211-0/+3
* r23575: Fix a segfault when lp_load is called before init_registry.Michael Adam2007-06-211-0/+2
* r23553: Also ignore "lock directory" in registry global options.Michael Adam2007-06-201-2/+5
* r23552: Use proper comparison function an fix logic.Michael Adam2007-06-201-1/+1
* r23548: Fix comments.Michael Adam2007-06-191-3/+3
* r23547: Ignore parameter "include" in regsitry globals.Michael Adam2007-06-191-0/+5
* r23513: Fix one more use of VALUE_PREFIX.Jeremy Allison2007-06-151-1/+1
* r23511: Merge branches/SAMBA_3_0@23510James Peach2007-06-151-1/+1
* r23509: This activates the global options from the registry in loadparm. Michael Adam2007-06-151-0/+265
* r23471: Here's a rough patch for expanding domain group membershipGerald Carter2007-06-131-0/+4
* r23438: Merge r21959 from 3_0: fix a comment.Michael Adam2007-06-121-1/+2
* r23437: Merge r21547 from 3_0:Michael Adam2007-06-121-3/+2
* r23430: Merge r19963 from 3_0:Michael Adam2007-06-121-0/+10
* r23410: Merge the core of the cluster code.Volker Lendecke2007-06-101-0/+9
* r23368: Make "winbind:rpc only" a full blown parameter. Thanks to Karolin forVolker Lendecke2007-06-061-0/+3
* r22285: Allow arbitrary bases in int and ulong parsing.Jeremy Allison2007-04-161-2/+2
* r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-04-161-6/+13
* r21905: RenameGerald Carter2007-03-211-8/+8
* r21884: * Blacklist BUILTIN and MACHINE domains from theGerald Carter2007-03-201-5/+5
* r21866: Remove unused "lock spin count" parameterVolker Lendecke2007-03-181-4/+0
* r21825: add debug prefix timestamp to allow "short timestamps" to beHerb Lewis2007-03-131-0/+4
* r21517: Fix build warnings.Günther Deschner2007-02-231-2/+1
* r21509: Merge lp_passdb_backend() from rev 21506 to 3_0_25.Lars Müller2007-02-221-1/+43