summaryrefslogtreecommitdiff
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* Add lp_include_registry_globals().Günther Deschner2007-12-121-0/+5
* Remove two completely unnecessary globalsVolker Lendecke2007-12-101-61/+51
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-5/+5
* use dbwrap_rbt in loadparm.cVolker Lendecke2007-12-101-4/+2
* Convert ServiceHash to dbwrapVolker Lendecke2007-12-101-26/+47
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-55/+0
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-2/+18
* Remove some globalsVolker Lendecke2007-12-051-2/+5
* Move param helper routines to one place.Günther Deschner2007-11-301-0/+50
* Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison2007-11-271-12/+14
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+1
* Remove pstring from param/Jeremy Allison2007-11-131-94/+152
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-3/+3
* Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-071-1/+8
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-11-011-12/+15
|\
| * save memoryVolker Lendecke2007-11-011-12/+15
* | Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-4/+4
|/
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-0/+5
* Fix two type-punned warningsVolker Lendecke2007-10-211-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-182-292/+291
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-3/+9
* r25564: Pass sharename to delete_share_security()Volker Lendecke2007-10-101-2/+2
* r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...Michael Adam2007-10-101-0/+4
* r25049: Set new, more secure defaults for Samba 3.2.Andrew Bartlett2007-10-101-4/+4
* r25036: Fix a become/unbecome_root() pairVolker Lendecke2007-10-101-1/+1
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-4/+0
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-39/+5
* r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison2007-10-101-1/+8
* r24636: Raise one debug level, since the callers (that want to do so)Michael Adam2007-10-101-1/+1
* r24616: In set_boolean(), only pass the result back to the callerMichael Adam2007-10-101-1/+2
* r24602: Add function lp_string_is_valid_boolean() to check if a stringMichael Adam2007-10-101-2/+18
* r24572: Allow for functions map_parameter_canonical() and is_synonym_of() toMichael Adam2007-10-101-11/+33
* r24527: Add a function lp_canonicalize_parameter_with_value that turnsMichael Adam2007-10-101-0/+45
* r24526: Refactor determiniation of the index of the canonical form of aMichael Adam2007-10-101-15/+35
* r24525: Add output of synonym information to show_parameter_list().Michael Adam2007-10-101-8/+52
* r24519: Refactor printing of one parameter into a helper function of its own.Michael Adam2007-10-101-30/+42
* r24510: Fix logic. Thanks to Volker for the hint!Michael Adam2007-10-101-1/+1
* r24495: Add a function lp_canonicalize_parameter: It takes a name of a parameterMichael Adam2007-10-101-0/+108
* r24453: Remove the read and write bmpx callsVolker Lendecke2007-10-101-4/+0
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-10-101-1/+0
* r24072: Add "client ldap sasl wrapping" parameter.Stefan Metzmacher2007-10-101-1/+10
* r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher2007-10-101-0/+4
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-102-2/+2
* r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam2007-10-101-1/+1
* r23657: Prevent setting of a global option in a share definitionMichael Adam2007-10-101-0/+18
* r23656: Add initial checking of the validity of a paramterMichael Adam2007-10-101-0/+12
* r23641: Put check for forbidden values in smbconf into a function.Michael Adam2007-10-101-4/+1
* r23592: Change a debuglevel to not clutter output when callingMichael Adam2007-10-101-1/+1