Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: evfs_fs_samba.c Log Message: * Total rework of server architecture. Few rough edges still, but it passed the torture test. Server now instantiates a new worker process for each client. Cleaner, more secure, and certain elements that shall remain nameless (*cough* samba) - need it for auth. =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_samba.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- evfs_fs_samba.c 25 Jul 2007 17:00:54 -0000 1.13 +++ evfs_fs_samba.c 11 Aug 2007 10:39:03 -0000 1.14 @@ -45,6 +45,7 @@ //static struct stat file_stat; int smbc_remove_unused_server(SMBCCTX * context, SMBCSRV * srv); +static int smbLOCK = 0; static SMBCCTX *smb_context = NULL; Ecore_List *auth_cache; @@ -160,7 +161,7 @@ */ strcpy(username, "anonymous"); - strcpy(password, "password"); + strcpy(password, "anonymous"); } } @@ -230,7 +231,7 @@ smb_context, command->file_command.files[1]->path); - return 0; + return err; } int ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs