search for: rparam

Displaying 6 results from an estimated 6 matches for "rparam".

Did you mean: param
2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...ze and start the repl is: void RServer::run() { // If we have no GUI frontend running, don't init the R-server if (!connectToGui()) return; // set the start time R_setStartTime(); // Definel callback handler struct structRstart RParams; R_DefParams (&RParams); RParams.R_Quiet = FALSE; // RParams.R_Interactive = TRUE; RParams.R_Verbose = FALSE; RParams.R_Slave = FALSE; RParams.RestoreAction = SA_RESTORE; RParams.SaveAction = SA_NOSAVE;...
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba > shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the > smb.log contains the following information: > > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566) > resolve_lmhosts: Attempting lmhosts lookup for name > NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04
2002 Mar 15
0
logon home with ldap under win98
...ome_dir)); + if ( strlen(sampass->home_dir) != 0 ) + pstrcpy(logon_home,sampass->home_dir); + else + logon_home_frompassdb = False; + pdb_free_sam(sampass); + } + + /* end of test area */ + /***********************************************/ + *rparam_len = 6; *rparam = REALLOC(*rparam,*rparam_len); *************** *** 2521,2527 **** --- 2548,2559 ---- SIVAL(p,usri11_auth_flags,AF_OP_PRINT); /* auth flags */ SIVALS(p,usri11_password_age,-1); /* password age */ SIVAL(p,usri11_homedir,PTR_DIFF(p2,p)); /* home dir */ + /* M...
2004 Nov 10
1
Samba 3.0.8 breaks all printing from Windows 98
We have small panic here as we've just put samba 3.0.8 up to fix the DoS attack but all printing from Windows 98 has now broken. Printing from Windows XP is still working fine. We're running on Fedora 2 using LPRng. Everything was working fine under 3.0.7 and no changes to the OS or the config files was made. Samba was upgraded to 3.0.8 using the configure line from the 3.0.7
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
...n reply_outbuf (req=req at entry=0x7f6cb69c6040, num_words=num_words at entry=10 '\n', num_bytes=num_bytes at entry=4294966797) at ../source3/smbd/process.c:1314 #7 0x00007f6cb516a7ee in send_trans_reply (conn=conn at entry=0x7f6cb69cb620, req=req at entry=0x7f6cb69c6040, rparam=0x7f6cb69d1f60 "", rparam_len=<optimized out>, rdata=0x7f6cb69d0f50 "ATOM", rdata_len=<optimized out>, buffer_too_large=buffer_too_large at entry=false) at ../source3/smbd/ipc.c:121 #8 0x00007f6cb5179a97 in api_reply (conn=conn at entry=0x7f6cb69cb...
1998 Sep 04
0
Linux SMB Mount utils patch
..._sb_info *server); +int smb_dont_catch_keepalive(struct smb_sb_info *server); +int smb_trans2_request(struct smb_sb_info *server, __u16 trans2_command, + int ldata, unsigned char *data, + int lparam, unsigned char *param, + int *lrdata, unsigned char **rdata, + int *lrparam, unsigned char **rparam); + +/* fs/smbfs/cache.c */ + +/* + * The cache index describes the pages mapped starting + * at offset PAGE_SIZE. We keep only a minimal amount + * of information here. + */ +struct cache_index { + unsigned short num_entries; + unsigned short space; + struct cache_block *...