Ignore:
Timestamp:
Aug 20, 2007, 10:20:30 PM (18 years ago)
Author:
Yuri Dario
Message:

Use popen() for executing scripts, so .cmd/.exe/.sh scripts are supported. Fixes ticket:12 (and probably also ticket:26).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/lib/util_str.c

    r44 r60  
    26232623*******************************************************************/
    26242624
    2625 #define INCLUDE_LIST "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_/ \t.,"
     2625#define INCLUDE_LIST "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_/ \t.,:"
    26262626#define INSIDE_DQUOTE_LIST "$`\n\"\\"
    26272627
Note: See TracChangeset for help on using the changeset viewer.