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