similar to: More checks for param/loadparm.c

Displaying 13 results from an estimated 13 matches similar to: "More checks for param/loadparm.c"

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
I posted last week regarding a bug in the way that smb was re-reading our config files every 60 seconds even though the files were not changing. As a result we had 396 smbd processes trying to read three files at the same moment with the obvious load average. The reason that all the smbd's were running at the same moment is because the smbd's read the config files every 60 seconds
2016 Feb 24
1
compile error, param/loadparm.c
Hi, When I builded realtek image, the compiler stop in Samba compiling process, Did I miss something? Thanks. Best regards, Wilson ps. error message was list below, make[3]: Entering directory `/media/FD2/Project/WAP-3522/rtl819x-SDK-v3.4.6.7-full-package/rtl819x/users/samba' make -C samba-3.2.15/source make[4]: Entering directory
2006 Apr 04
0
Need help debugging (long)
Thanks! This is in regards to bug 3084, I am trying to find out why samba is crashing. I am using glibc-2.4 with nptl threads. It seems to be a memory or threading issue. Thanks for any help. Running smbd through gdb: Breakpoint 6, charset_name (ch=CH_DISPLAY) at lib/charcnv.c:57 57 const char *ret = NULL; (gdb) Continuing. Substituting charset 'ANSI_X3.4-1968' for
2000 Feb 18
0
Different Domain Login.
Well, I haven't received anything from the LIST as far as replys yet.. but I went through the source code and added what I needed. If you know which list is better to submit these changes to let me know. I added a option in the smb.conf: Default Authenticaion Domain What it does is if you have that option specified, it will do a comparision to see if the Domain specified by the user is the
2000 Feb 18
0
Different Domain Login. UPDATED
UPDATED: Sorry, I didn't specify, my diffs are based off the samba-2.0.6.tar.gz (end of update) ---- Well, I haven't received anything from the LIST as far as replys yet.. but I went through the source code and added what I needed. If you know which list is better to submit these changes to let me know. I added a option in the smb.conf: Default Authenticaion Domain What it does is if
2011 Sep 27
1
Log: param/loadparm.c:widelinks_warning(4722)
Good afternoon. Today, after a printer is, all machines on the network accused "spooler is not running." With the printer removed, all other work once again. Now, some users are complaining that some files are not opening. I have checked the log of samba, and is continuing with this message: "9/27/2011 14:43:12, 0] param / loadparm.c: widelinks_warning (4722) Share 'IPC
2009 Jan 14
1
Improving loadparm design to fix bug in configuration reloading
While I was working on the avoid-reverse-lookup patches, I found a flaw in the daemon's behavior of reloading the configuration on each connection. If I remove a module parameter (in my case, "hosts allow") from the global section, the removal does not take effect. This is because loadparm.c does not reset sDefaults to the application defaults before reloading the configuration.
2013 Dec 10
1
Delayed variable expansion for P_PATH/P_STRING is missing (loadparm.c)
Hi, the section "Global Parameters" of the current http://rsync.samba.org/ftp/rsync/rsyncd.conf.html says: "You may use references to environment variables in the values of parameters. String parameters will have %VAR% references expanded as late as possible (when the string is used in the program), allowing for the use of variables that rsync sets at connection time, such as
2003 Jul 27
2
Samba Betas not building, cvs or provided tar archives
Since 3.0 went into Beta, it has not built on my machine, with the same error(s), this is from the beta tarballs and checkout from CVS, thankfully its very early in the make so i dont have to wait long to be dissapointed. It did build with the few alphas i tried. it looks like it cant find some header files, proto.h, so where is this file? System Details: Dual Pentium 2 350MHz Slackware
2001 Dec 28
1
(patch) memory leak in loadparm.c
Hi, I spent a little bit of time trying to debug a segfault in rsync 2.5.0, and after discovering it was in loadparm.c, I noticed that the bug had been worked around in the current CVS by removing a free() statement. That fix seems less than optimal; here's a patch which should fix the memory leak. -------------- next part -------------- --- loadparm.c.~1.40.~ Sun Dec 2 03:16:15 2001 +++
2013 Feb 20
1
What will happen if I disable reverse check for \\server\printer on samba?
Hi team, In Samba 3.6, rpc_server/spoolss/srv_spoolss_nt.c file has this stance at line 1740: /* some sanity check because you can open a printer or a print server */ /* aka: \\server\printer or \\server */ DEBUGADD(3,("checking name: %s\n", r->in.printername)); result = open_printer_hnd(p, r->out.handle, r->in.printername, 0); if (!W_ERROR_IS_OK(result)) {
2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
I may have a solution to this problem but would like any advice on the downside of doing this. Essentially, I remove role check in nmbd.c as follows: --- samba-4.1.13.orig/source3/nmbd/nmbd.c +++ samba-4.1.13/source3/nmbd/nmbd.c @@ -914,16 +914,6 @@ static bool open_sockets(bool isdaemon, reopen_logs(); - if (lp_server_role() == ROLE_ACTIVE_DIRECTORY_DC - && !lp_parm_bool(-1,