cxl
e354e51f4e
u++: init files removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-12 06:36:54 +00:00
micio
dda8649d91
Bazaar/SysExec: another fix for windows
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8166 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-10 16:48:40 +00:00
micio
4a3c35b4cc
Bazaar/SysExec : added support for single enquoted strings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8162 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-09 19:16:26 +00:00
micio
5018b1906a
Bazaar/SysExec : reverted argument line parser - had problems in windows
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8154 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-08 17:41:17 +00:00
micio
aa00459569
Bazaar/SysExec : fixed parsing arguments with embedded escaped chars
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8148 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-07 22:22:46 +00:00
micio
5a303abc0e
Bazaar/SysExec : SysExec now looks in path
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8144 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-06 12:29:12 +00:00
micio
390fb141c5
Bazaar/SysExec : pass the whole path (if given) as argv[0] instead of filename
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8137 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-03 23:23:29 +00:00
micio
07cc583850
bazaar/SysExec : added 'util' lib for Linux correctly
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-17 16:35:27 +00:00
koldo
306220b3b6
SysExec: Added compatibility with MinGW
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 19:53:04 +00:00
micio
c14f5b43e7
Bazaar/SysExec : fixed another bug in ArgEnv module
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3103 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 15:07:15 +00:00
micio
0bd0cb29be
Bazaar/SysExec : added function to check whether we are running Xp or newer OS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3095 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 21:40:25 +00:00
micio
43b13d7bc4
Bazaar/SysExec : exported a couple of system info functions
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 11:04:27 +00:00
micio
47abcc9486
Bazaar/SysExec : replacing back Buffer<> with malloc because of memory corruption on destructor
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3087 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 09:02:52 +00:00
micio
cd8aacf139
Bazaar/SysExec : another ArgEnv fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3086 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 08:47:18 +00:00
micio
61cec0acf9
Bazaar/SysExec : replace again malloc'd buffers with Buffer<>
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 08:36:25 +00:00
micio
70189cdfe2
Bazaar/SysExec : fixed a nasty memory bug in ArgEnv module
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3084 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 22:33:19 +00:00
micio
6c1daadc05
Bazaar/SysExec : fixed SysXXXAdmin() environment passing when app is already in elevated mode
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3080 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 16:20:38 +00:00
micio
f4fc322c93
Bazaar/SysExec : now ShellExecute should pass environment correctly
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3078 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 23:34:13 +00:00
micio
177dae8edf
Bazaar/SysExec : Finally fixed SudoLib bug which made function hang sometimes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3073 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 17:21:08 +00:00
micio
2cfe6fb415
Bazaar/SysExec : shortened return time for SysStartAdmin() processes
...
Now it checks spawned process for termination or name change instead of
doing an heuristic check
git-svn-id: svn://ultimatepp.org/upp/trunk@3071 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 16:24:08 +00:00
micio
2d981bc110
Bazaar/SysExec : wait for executed process to finish on SysExecAdmin()
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3060 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-22 17:36:20 +00:00
micio
87919d1abb
Bazaar/SysExec : remove a couple of obsolete files
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3056 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-21 19:04:33 +00:00
micio
2b05af9537
Bazaar/SysExec : fixed some subtle bugs on SudoLib
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3055 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-21 19:01:59 +00:00
micio
1e57f896f7
Bazaar/SysExec : two more changes fow windows -- tests OK
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3054 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 23:16:37 +00:00
micio
0c45bc9b9a
Bazaar/SysExec : almost fixed windows part -- need deep testing
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3053 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 22:56:11 +00:00
micio
f386fd6501
Bazaar/SysExec : cleaning up linux SudoLib
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 19:54:13 +00:00
micio
8ce8ab45ed
Bazaar/SysExec : completed superuser functions with Xauth
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 19:32:03 +00:00
micio
530da88069
Bazaar/SysExec : fixed SysExec as user, still bug in SysStart as user
...
Should add Xauth stuff to run as another user
git-svn-id: svn://ultimatepp.org/upp/trunk@3048 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 13:34:09 +00:00
micio
396a612248
Bazaar/SysExex : finally almost completed SudoLib for linux
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3046 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-20 12:11:01 +00:00
micio
cc2b959093
Bazaar/SysExec : starting implementing SysStartAdmin() for posix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3040 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-18 00:29:08 +00:00
micio
bacd190f2e
Bazaar/SysExec : Added SysStartAdmin() for windows OS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3038 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-18 00:10:40 +00:00
micio
2a3df454dd
Bazaar/SysExec : start implementing SysStartAdmin() functions
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3034 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-17 22:56:08 +00:00
micio
a0c74c982d
Bazaar/SysExec : fixed SysStart return value type
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-15 21:30:31 +00:00
micio
39b5426c55
Bazaar/SysExec : fixed SysStart return bug
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-15 21:27:14 +00:00
micio
460559762a
Bazaar/SysExec : fixed argv[0] for windows, can't be empty
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-15 16:30:18 +00:00
micio
66b4da328e
Bazaar/SysExec : added SysStart() functions run a process without waiting
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-11 18:42:01 +00:00
micio
dcc5c44115
Removed Exec function, now present in UniStd
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-24 08:16:49 +00:00
micio
f1266c571e
BAZAAR: correct a typo in SysExec/SysExec.cpp
...
git-svn-id: svn://ultimatepp.org/upp/trunk@643 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-15 18:57:43 +00:00
mdelfede
d2b54f7989
changed svn layout
...
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00