Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_misc.h 


Log Message:
* Sanitize authentication logic for samba

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evfs_misc.h 6 Aug 2006 09:56:27 -0000       1.11
+++ evfs_misc.h 13 Aug 2007 12:56:58 -0000      1.12
@@ -16,9 +16,11 @@
 /*This structure needs more development*/
 typedef struct evfs_auth_cache
 {
+   char* plugin;
    char *path;
    char *username;
    char *password;
+   int attempts;
 } evfs_auth_cache;
 
 typedef struct evfs_file_monitor evfs_file_monitor;



-------------------------------------------------------------------------
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

Reply via email to