search for: string_sub

Displaying 19 results from an estimated 19 matches for "string_sub".

2002 Oct 29
0
samba error when browsing network.
...ning on my internal network. I'm trying to connect to my home directory via a win2ksp3 client, and i'm getting the below error message in my satellite.log file which is the log file created when i tried to connect. Any suggestions appreciated. Thanks. Dave. ERROR: string overflow by 4 in string_sub(%u, 7) [2002/10/28 22:03:22, 0] lib/util_str.c:string_sub(1219) ERROR: string overflow by 4 in string_sub(%u, 7) [2002/10/28 22:03:22, 0] lib/util_str.c:string_sub(1219) ERROR: string overflow by 4 in string_sub(%u, 7) [2002/10/28 22:03:22, 0] lib/util_str.c:string_sub(1219) ERROR: string ove...
2002 Sep 18
1
Error log?
Hi, I'm getting the following errors from smbd every night... The error log will grow to consume all the file space on the system. Sep 18 06:00:00 seawolf smbd[2257]: [2002/09/18 06:00:00, 0] lib/util_str.c:string_sub(1188) Sep 18 06:00:00 seawolf smbd[2252]: [2002/09/18 06:00:00, 0] lib/util_str.c:string_sub(1188) Sep 18 06:00:00 seawolf smbd[2251]: [2002/09/18 06:00:00, 0] lib/util_str.c:string_sub(1188) Sep 18 06:00:00 seawolf smbd[2257]: ERROR: string overflow by 5 in string_sub(%u, 7) Sep 18 06:00:00 seaw...
2004 Jan 22
2
2.2.8a - string overflow by 6 in string_sub
Hi, smbd eats a lot of cpu time and there is this error in the log: [2004/01/21 23:30:00, 0] lib/util_str.c:string_sub(1221) ERROR: string overflow by 6 in string_sub(%m, 73) 21:53:20 up 15 min, 2 users, load average: 2.37, 2.15, 1.18 PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 1123 root 14 0 2084 1540 1300 R 49.3 2.5 5:09 smbd 1137 root 14 0 2016 1512...
1999 Jul 21
1
2.0.5 problem with variable substitutions
I have a problem with 2.0.5 that did not happen in 2.0.4b or previous releases. I am seeing thousands of these messages in log.smb: [1999/07/20 23:44:24, 0] lib/util_str.c:string_sub(1095) ERROR: string overflow by 7 in string_sub(%M, 967) and the smbd process seems to be stuck in a tight loop. It's caused by the variable substitutions in these lines from smb.conf: root preexec = [ %U != nobody ] && /usr/openwin/bin/sessreg -a -l s/%M -s %d %U root postexec =...
2002 Nov 23
3
Upgrading to Samba 2.2.7
I'm running Red Hat version 7.2 as server. It has been fully upgraded from Red Hat UP2DATE. Samba 2.2.3a is currently running on the server with a working smb.conf file. I've noted a lot of comments/suggestions to upgrade to Samba 2.2.7. I find 2 files on the samba.org site for Red Hat 7.x: samba2.2.7-1.i386.rpm and samba2.2.7.src.rpm When trying to install with the Package Manager I
2002 Sep 08
1
%L substitution...
...c)? This was causing me a big headache as I was using a %G later in the string, and this was being translated into a %g... Here's the relevant section of code from lib/substitute.c: case 'L' : if (*local_machine) string_sub(p,"%L", local_machine,l); else { char *ns = p; string_sub(p,"%L", global_myname,l); while (*ns) {...
2003 Nov 10
12
PDC
Hi, im using a WinXP Pro with samba 2.2.8, i have configured samba according the the online book - Using Samba, 2ed, O'Reilly & Associates and the system is generating the following error when i try to logon: [2003/11/10 21:20:13, 3] smbd/oplock.c:init_oplocks(1214) open_oplock_ipc: opening loopback UDP socket. [2003/11/10 21:20:13, 3] lib/util_sock.c:open_socket_in(813) bind
2002 Dec 11
2
Samba 2.2.7a released
...ix 64bit size problems which prevented copying of files larger than 2 GBytes. 4) Fix for xcopy /s problem with old DOS clients not sending correct attributes on subsequent SMBsearch calls. 5) Fix bug in call to standard_sub_advanced giving a 0 length. This fixes the string overflow in string_sub errors. 6) Correctly handle querygroup rpcclient command 7) fix broken incremental tar in smbtar command ========================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8D...
2002 Dec 11
2
Samba 2.2.7a released
...ix 64bit size problems which prevented copying of files larger than 2 GBytes. 4) Fix for xcopy /s problem with old DOS clients not sending correct attributes on subsequent SMBsearch calls. 5) Fix bug in call to standard_sub_advanced giving a 0 length. This fixes the string overflow in string_sub errors. 6) Correctly handle querygroup rpcclient command 7) fix broken incremental tar in smbtar command ========================================= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8D...
1999 Jul 22
1
Samba 2.0.5a released - bugfix for 2.0.5.
...ng a fix for this problem (which was causing problems for people using macro expansions in print scripts). Here are the notes for what we fixed between 2.0.5 and 2.0.5a, which should now be available on all worldwide mirror sites. Changes in 2.0.5a ----------------- 1). Fix for smbd crash bug in string_sub(). smbd was miscalculating memmove lengths on multiple '%' substitutions. 2). Fix for wildcard matching bug for old DOS programs running on Win9x. 3). Fix for Windows NT client changing passwords against a Samba server, intermittently failing. 4). Fix for PPP link being detected as primary...
2000 Feb 01
0
FEATURE REQ: safe % expansion via new syntax
...y or else there should be a way to specify, in smb.conf, that this quoting take place. One way to do the latter might be to have %"... work as %... would but in a safe way Bourne Shell-quoting wise. The %"... feature would require changes to: - standard_sub() - standard_sub_basic() - string_sub() - expand_env_var() The * command feature would only require changes to functions that call smbrun(). I'm thinking of %s and %f which expand to file names in 'print command' parameters. I'm also thinking of the 'open command' and 'close command' parameters implem...
1998 Nov 24
0
Samba 2.0 Beta2 released !
...y to list here). 2). Correctly set default printing for AIX. 3). Attempt to fix struct rtentry not being defined problem. 4). Convert all open() style calls to wrappers for 64 bit systems. 5). Get more 'const' correct. 6). Fix bug with O_EXCL not being set on exlusive open requests. 7). Fix string_sub() problem with LinPopup. 8). Fix lmhosts bug causing only 3 character names to be looked up. 9). Fixed bug with NetBIOS pointers in scope names. 10). Removed code that was preventing NT3.51 PDC logons from working. 11). Fixed crash bug when processing DELETE_ON_CLOSE directive from MS Office. 12)....
1998 Dec 08
0
Samba 2.0 Beta23 released !
...y to list here). 2). Correctly set default printing for AIX. 3). Attempt to fix struct rtentry not being defined problem. 4). Convert all open() style calls to wrappers for 64 bit systems. 5). Get more 'const' correct. 6). Fix bug with O_EXCL not being set on exlusive open requests. 7). Fix string_sub() problem with LinPopup. 8). Fix lmhosts bug causing only 3 character names to be looked up. 9). Fixed bug with NetBIOS pointers in scope names. 10). Removed code that was preventing NT3.51 PDC logons from working. 11). Fixed crash bug when processing DELETE_ON_CLOSE directive from MS Office. 12)....
1998 Dec 15
0
Samba 2.0.0beta4 released.
...y to list here). 2). Correctly set default printing for AIX. 3). Attempt to fix struct rtentry not being defined problem. 4). Convert all open() style calls to wrappers for 64 bit systems. 5). Get more 'const' correct. 6). Fix bug with O_EXCL not being set on exlusive open requests. 7). Fix string_sub() problem with LinPopup. 8). Fix lmhosts bug causing only 3 character names to be looked up. 9). Fixed bug with NetBIOS pointers in scope names. 10). Removed code that was preventing NT3.51 PDC logons from working. 11). Fixed crash bug when processing DELETE_ON_CLOSE directive from MS Office. 12)....
1998 Dec 31
0
Samba 2.0.0 Beta5 released.
...y to list here). 2). Correctly set default printing for AIX. 3). Attempt to fix struct rtentry not being defined problem. 4). Convert all open() style calls to wrappers for 64 bit systems. 5). Get more 'const' correct. 6). Fix bug with O_EXCL not being set on exlusive open requests. 7). Fix string_sub() problem with LinPopup. 8). Fix lmhosts bug causing only 3 character names to be looked up. 9). Fixed bug with NetBIOS pointers in scope names. 10). Removed code that was preventing NT3.51 PDC logons from working. 11). Fixed crash bug when processing DELETE_ON_CLOSE directive from MS Office. 12)....
1999 Jan 04
1
SAMBA digest 1926
...ectly set default printing for AIX. > 3). Attempt to fix struct rtentry not being defined problem. > 4). Convert all open() style calls to wrappers for 64 bit systems. > 5). Get more 'const' correct. > 6). Fix bug with O_EXCL not being set on exlusive open requests. > 7). Fix string_sub() problem with LinPopup. > 8). Fix lmhosts bug causing only 3 character names to be looked up. > 9). Fixed bug with NetBIOS pointers in scope names. > 10). Removed code that was preventing NT3.51 PDC logons from working. > 11). Fixed crash bug when processing DELETE_ON_CLOSE directive f...
1999 Nov 11
0
Samba 2.0.6 released.
...rving application executable programs (.EXE's) that are usually not written to. To learn more about using level 2 oplocks read the parameter description in the smb.conf documentation or read the file : docs/textdocs/Speed.txt. Changes in 2.0.5a ----------------- 1). Fix for smbd crash bug in string_sub(). smbd was miscalculating memmove lengths on multiple '%' substitutions. 2). Fix for wildcard matching bug for old DOS programs running on Win9x. 3). Fix for Windows NT client changing passwords against a Samba server, intermittently failing. 4). Fix for PPP link being detected as primary...
2000 Apr 26
2
Samba 2.0.7 released
...rving application executable programs (.EXE's) that are usually not written to. To learn more about using level 2 oplocks read the parameter description in the smb.conf documentation or read the file : docs/textdocs/Speed.txt. Changes in 2.0.5a ----------------- 1). Fix for smbd crash bug in string_sub(). smbd was miscalculating memmove lengths on multiple '%' substitutions. 2). Fix for wildcard matching bug for old DOS programs running on Win9x. 3). Fix for Windows NT client changing passwords against a Samba server, intermittently failing. 4). Fix for PPP link being detected as primary...
2000 Apr 26
1
R:
...> that are usually not written to. To learn more about using > level 2 oplocks read the parameter description in the smb.conf > documentation or read the file : > > docs/textdocs/Speed.txt. > > Changes in 2.0.5a > ----------------- > > 1). Fix for smbd crash bug in string_sub(). smbd was miscalculating > memmove lengths on multiple '%' substitutions. > 2). Fix for wildcard matching bug for old DOS programs > running on Win9x= > =2E > 3). Fix for Windows NT client changing passwords against a > Samba server= > , > intermittently failing....