search for: pszparmvalue

Displaying 4 results from an estimated 4 matches for "pszparmvalue".

2000 Jan 30
0
More checks for param/loadparm.c
...n, | Always do right. This will gratify 185 Ellerslie Ave., | some people and astonish the rest. Willowdale, Ontario, | -- Mark Twain CANADA. 416-223-8968 | davecb@canada.sun.com -------------- next part -------------- 474a475,478 > static BOOL handle_netbios_name(char *pszParmValue,char **ptr); > static BOOL handle_netbios_aliases(char *pszParmValue,char **ptr); > static BOOL handle_password_server(char *pszParmValue, char **parm_ptr); > static BOOL validate_netbios_name(char *pszParmValue); 542,543c546,547 < {"netbios name", P_UGSTRING,P_GLOBAL, g...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
Attached please find unified diffs against Samba 2.0.6. I'm hoping that others will find it useful and that it may even find its way into Samba 2.0.7 This patch does two things: - Modifies the handling of the 'netbios name' parameter so that standard_sub_basic() is run on its value when the 'netbios name' parameter is processed. This has to be done this way because
2002 Jul 09
1
PATCH: Performance improvement for parameterised include path names
...e let me know when this patch makes it into a release so I know when to stop hacking our local copy. --- samba-2.2.3a/source/param/loadparm-2.2.3a.c Tue Jul 9 13:50:53 2002 +++ samba-2.2.3a/source/param/loadparm.c Tue Jul 9 13:52:40 2002 @@ -2454,10 +2454,10 @@ pstring fname; pstrcpy(fname, pszParmValue); - add_to_file_list(pszParmValue, fname); - standard_sub_basic(fname); + add_to_file_list(pszParmValue, fname); + string_set(ptr, fname); if (file_exist(fname, NULL)) -- ______ jonathan@cs.keele.ac.uk Jonathan Knight, / Department of Com...
2006 Apr 04
0
Need help debugging (long)
...lose.c:64 #7 0xb7cd338c in iconv_close (cd=0x0) at iconv_close.c:36 #8 0x0829106d in smb_iconv_close (cd=0x8412a28) at lib/iconv.c:315 #9 0x08265ca0 in charset_name (ch=CH_DISPLAY) at lib/charcnv.c:82 #10 0x08265d80 in init_iconv () at lib/charcnv.c:127 #11 0x080895f7 in handle_charset (snum=-2, pszParmValue=0x83e98f4 "CP932", ptr=0x83d2064) at param/loadparm.c:3078 #12 0x0808a4b0 in lp_do_parameter (snum=-2, pszParmName=0x83e98e8 "dos charset", pszParmValue=0x83e98f4 "CP932") at param/loadparm.c:3483 #13 0x0808a76b in do_parameter (pszParmName=0x83...