Replace system() with execl()

This commit is contained in:
wbaumann
2014-04-20 09:12:27 +00:00
parent 3d314d4b3d
commit b7866ea576
6 changed files with 296 additions and 222 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------
2014-04-20 Werner Baumann (werner.baumann@onlinehome.de)
* kernel_interface.c:
Replace system() with execl().
2014-04-18 Werner Baumann (werner.baumann@onlinehome.de)
* defaults.h, mount_davfs.h, mount_davfs.c, webdav.c:
Improve cookie support (sr #107907, bug #41438).