search for: end_profile

Displaying 13 results from an estimated 13 matches for "end_profile".

2006 May 08
1
metaflac: New tags to replace crossfading in players.
...en crossover level or replaygain settings. What should these tags look like? Should I have tags like: START_90dB=0.000s START_80dB=0.567s START_70dB=2.557s START_60dB=4.676s ... END_80db=200.678s END_90db=201.034s or something like: START_PROFILE="90=0.001,80=0.576,70=2.557,60=4.676" END_PROFILE="80=200.678,90=210.034" I don't know what the dB intervals should be or what the range should be. I'm guessing that anything less than 60db won't matter even though I typed in 90dB above. Any suggestions would be welcome and any help in coding and/or testing would be good....
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
...BUG 11068: s3: smbcacls: Ensure we read a hex number as %x, not %u. * BUG 11249: Make mangled names work with acl_xattr. * BUG 11295: Excessive cli_resolve_path() usage can slow down transmission. o Ralph Boehme <slow at samba.org> * BUG 11244: Error code path doesn't call END_PROFILE. * BUG 11277: s3:smb2: Add padding to last command in compound requests. o Alexander Bokovoy <ab at samba.org> * BUG 11284: s4: libcli/finddcs_cldap: Continue processing CLDAP until all addresses are used. o Evangelos Foutras <evangelos at foutrelis.com> * BUG...
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
...BUG 11068: s3: smbcacls: Ensure we read a hex number as %x, not %u. * BUG 11249: Make mangled names work with acl_xattr. * BUG 11295: Excessive cli_resolve_path() usage can slow down transmission. o Ralph Boehme <slow at samba.org> * BUG 11244: Error code path doesn't call END_PROFILE. * BUG 11277: s3:smb2: Add padding to last command in compound requests. o Alexander Bokovoy <ab at samba.org> * BUG 11284: s4: libcli/finddcs_cldap: Continue processing CLDAP until all addresses are used. o Evangelos Foutras <evangelos at foutrelis.com> * BUG...
2015 Jun 24
2
[Announce] Samba 4.1.19 Available for Download
...> > * BUG 11249: Make mangled names work with acl_xattr. > > * BUG 11295: Excessive cli_resolve_path() usage can slow down > > transmission. > > > > > > o Ralph Boehme <slow at samba.org> > > * BUG 11244: Error code path doesn't call END_PROFILE. > > * BUG 11277: s3:smb2: Add padding to last command in compound > requests. > > > > > > o Alexander Bokovoy <ab at samba.org> > > * BUG 11284: s4: libcli/finddcs_cldap: Continue processing CLDAP > until > > all > > addresses a...
2008 Dec 23
0
[jra@samba.org: Patch to improve Samba write speeds on Linux ext3 with 3.2.x]
...START_PROFILE(syscall_ftruncate); - if (lp_strict_allocate(SNUM(fsp->conn))) { + /* Only use allocation truncate if strict allocate + * is set "on", not off or partial. + */ + if (sa_options == STRICT_ALLOCATE_ON) { result = strict_allocate_ftruncate(handle, fsp, len); END_PROFILE(syscall_ftruncate); return result; diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 81a308e..f3878c2 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -445,7 +445,7 @@ struct service { bool bWidelinks; bool bSymlinks; bool bSyncAlways; - bool bStrict...
2003 Sep 05
1
Problem with Win95 + DFS clients (fwd)
...,0,fsp->print_jobid); /* Job number */ + else + SSVAL(p,0,temp); StrnCpy(p+2, global_myname, 15); /* Our NetBIOS name */ StrnCpy(p+18, lp_servicename(SNUM(conn)), 13); /* Service name */ break; @@ -1782,6 +1807,11 @@ SSVAL(outbuf,smb_vwv11,smb_action); END_PROFILE(SMBopenX); + /* iskantha : attach hack_fid to last fnum */ + hack_fid = fsp->fnum; + DEBUG(4,("open_and_X connect: FID = %d ( %x ) hack_fid = %d \n", + fsp->fnum, fsp->fnum , hack_fid )); + return chain_reply(inbuf,outbuf,length,bufsize); }
2015 Jun 24
0
[Announce] Samba 4.1.19 Available for Download
...e read a hex number as %x, not %u. > * BUG 11249: Make mangled names work with acl_xattr. > * BUG 11295: Excessive cli_resolve_path() usage can slow down > transmission. > > > o Ralph Boehme <slow at samba.org> > * BUG 11244: Error code path doesn't call END_PROFILE. > * BUG 11277: s3:smb2: Add padding to last command in compound requests. > > > o Alexander Bokovoy <ab at samba.org> > * BUG 11284: s4: libcli/finddcs_cldap: Continue processing CLDAP until > all > addresses are used. > > > o Evangelos Foutras...
2008 Aug 14
2
Printing XP -> 3.2 Now really slow (just like the old days)
Guys, My wife needed to print something this evening to our normal HP 4 attached to our cups server running samba-3.2.1-0.1.126. Nothing has changed in the last two months going from 3.0.28a to the 3.2.x flavor of samba. However, something has brought printing to its knees. I pulled out all the old tricks, hacked the registry to delete any entries in HKCU\Printers\DevModes and DevModes2 of
2010 Oct 20
0
No subject
...&& fname[1] =3D=3D '\0') { /* * Not sure here is the right place to catch this * condition. Might be moved to somewhere else later -- vl */ reply_nterror(req, NT_STATUS_ACCESS_DENIED); END_PROFILE(SMBsetatr); return; } This seem to be rational. From Samba POV there is posible that samba don't control directory which is root for share. But in other hand samba has share_info.tdb.... so a little diff will help us: --- samba-3.2.5.orig/source/smbd/reply.c +++ samba...
2015 May 27
0
[Announce] Samba 4.2.2 Available for Download
...e <slow at samba.org> * BUG 11213: vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff. * BUG 11224: s3:smbd: Add missing tevent_req_nterror. * BUG 11243: vfs: kernel_flock and named streams. * BUG 11244: vfs_gpfs: Error code path doesn't call END_PROFILE. o Alexander Bokovoy <ab at samba.org> * BUG 11284: s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used. o David Disseldorp <ddiss at samba.org> * BUG 11201: ctdb: check for talloc_asprintf() failure.:w * BUG 11210: spoolss: purge t...
2015 May 27
0
[Announce] Samba 4.2.2 Available for Download
...e <slow at samba.org> * BUG 11213: vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff. * BUG 11224: s3:smbd: Add missing tevent_req_nterror. * BUG 11243: vfs: kernel_flock and named streams. * BUG 11244: vfs_gpfs: Error code path doesn't call END_PROFILE. o Alexander Bokovoy <ab at samba.org> * BUG 11284: s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used. o David Disseldorp <ddiss at samba.org> * BUG 11201: ctdb: check for talloc_asprintf() failure.:w * BUG 11210: spoolss: purge t...
2015 Jun 24
0
[Announce] Samba 4.1.19 Available for Download
...9: Make mangled names work with acl_xattr. >> > * BUG 11295: Excessive cli_resolve_path() usage can slow down >> > transmission. >> > >> > >> > o Ralph Boehme <slow at samba.org> >> > * BUG 11244: Error code path doesn't call END_PROFILE. >> > * BUG 11277: s3:smb2: Add padding to last command in compound >> requests. >> > >> > >> > o Alexander Bokovoy <ab at samba.org> >> > * BUG 11284: s4: libcli/finddcs_cldap: Continue processing CLDAP >> until >> >...
2003 Dec 01
0
No subject
..._fsp(inbuf,smb_vwv2); SMB_OFF_T startpos = IVAL(inbuf,smb_vwv3); size_t smb_maxcnt = SVAL(inbuf,smb_vwv5); size_t smb_mincnt = SVAL(inbuf,smb_vwv6); ssize_t nread = -1; char *data; START_PROFILE(SMBreadX); /* If it's an IPC, pass off the pipe handler. */ if (IS_IPC(conn)) { END_PROFILE(SMBreadX); return reply_pipe_read_and_X(inbuf,outbuf,length,bufsize); } CHECK_FSP(fsp,conn); CHECK_READ(fsp); CHECK_ERROR(fsp); set_message(outbuf,12,0,True); data = smb_buf(outbuf); if(CVAL(inbuf,smb_wct) == 12) { #ifdef LARGE_SMB_OFF_T /* * This is a large offset (64...