source: MondoRescue/branches/2.2.9/mondo/src/common/libmondo-devices.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2878   14 years Bruno Cornec - Uses the -d option of the mount command to avoid leaving loop …
(edit) @2866   14 years Bruno Cornec r4226@localhost: bruno | 2011-08-23 03:11:12 +0200 - Try to again …
(edit) @2847   14 years Bruno Cornec - Try to handle netfs_user better in all cases (NFS and SSHFS)
(edit) @2836   14 years Bruno Cornec - Fix 485 by replacing a wrong call to mr_asprintf which was provoking …
(edit) @2774   14 years Bruno Cornec - Free memory for mountdir which was forgotten (backport from 2.2.10)
(edit) @2772   14 years Bruno Cornec - Adds support of ext attr through the GUI. Fix second part of #468
(edit) @2771   14 years Bruno Cornec - Adds GUI support for compresion type. Fix half of #468.
(edit) @2769   14 years Bruno Cornec - Introduce a new bkpinfo member (subdir) to support storing the …
(edit) @2745   14 years Bruno Cornec - Avoids coredump again when exclude_path is NULL with …
(edit) @2743   14 years Bruno Cornec - Fix a seg fault bug when using the GUI in case exclude_paths was …
(edit) @2717   14 years Bruno Cornec - Excluding vmhgfs FS for VMWare guests mounting areas of the host.
(edit) @2713   14 years Bruno Cornec - Fix #444. mondoarchive now supports inclusion/exclusion of dirs with …
(edit) @2697   14 years Bruno Cornec - Backport from 2.2.10 the support of a dynamic exclude_path variable. …
(edit) @2683   15 years Bruno Cornec - Fix a bug on exclusion of path with common content (/home and …
(edit) @2682   15 years Bruno Cornec - mount-media function is now placed in libmondo-devices.c as used by …
(edit) @2636   15 years Bruno Cornec - Revert most of the 2 previous modif due to application on a …
(edit) @2634   15 years Bruno Cornec Fix strcat call !
(edit) @2633   15 years Bruno Cornec - Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 …
(edit) @2632   15 years Bruno Cornec - Improve display of messages (removes extra \n) and replace a stract …
(edit) @2628   15 years Bruno Cornec - netfs_proto should be initialized in every case, not just in DR …
(edit) @2613   15 years Bruno Cornec - Fix an initialization bug for network protocol in interactive mode …
(edit) @2528   15 years Bruno Cornec r3494@localhost: bruno | 2010-01-07 08:13:44 +0100 Fix the way the …
(edit) @2527   15 years Bruno Cornec r3736@localhost: bruno | 2010-01-07 17:58:32 +0100 - Fix #383 by …
(edit) @2525   15 years Bruno Cornec r3732@localhost: bruno | 2010-01-07 13:25:24 +0100 - Fix #381 by …
(edit) @2501   16 years Bruno Cornec Fix #375 mondo will segfault if the partition in …
(edit) @2485   16 years Bruno Cornec r3614@localhost: bruno | 2009-11-15 01:34:12 +0100 Adds a space in …
(edit) @2473   16 years Bruno Cornec - Fix #363 where exclude_paths was extended up to memory limit dumping core
(edit) @2472   16 years Bruno Cornec - Default to DVD size when in iso or netfs mode
(edit) @2453   16 years Bruno Cornec - Fix a bug in handling of -E option with real devices (bad report in …
(edit) @2450   16 years Bruno Cornec - Fix a mr_asprintf usage without & causing a seg fault.
(edit) @2443   16 years Bruno Cornec - priority given to env var for tmpdir - fuse FS excluded from tmpdir …
(edit) @2436   16 years Bruno Cornec - Improve deplist.d/* files - adds libnss for ssh support in boot disk …
(edit) @2434   16 years Bruno Cornec Compiler warning fixed
(edit) @2424   16 years Bruno Cornec - analyze-my-lvm now removes excluded devices from list coming from …
(edit) @2423   16 years Bruno Cornec Fix an issue in is_this_device_mounted (string freed before last usage)
(edit) @2401   16 years Bruno Cornec Wrong structure member name was used
(edit) @2399   16 years Bruno Cornec - Use protocol name when displaying restore progress instead of netfs …
(edit) @2380   16 years Bruno Cornec - Change NFS support into a NetFS support to allow for multiple …
(edit) @2368   16 years Bruno Cornec Fix compilation issue
(edit) @2361   16 years Bruno Cornec - Fix a case where the NFS dir in restore mode was mounted rw (linked …
(edit) @2347   16 years Bruno Cornec - Solve tmp dir creation which sometimes was trying to create /%xx …
(edit) @2305   16 years Bruno Cornec Avoid a memory leak in the previous patch
(edit) @2304   16 years Bruno Cornec - popup_and_get_string needs an allocated buffer for the moment so …
(edit) @2290   16 years Bruno Cornec - Fix a printing error in mindi for the tar command - Fix all …
(edit) @2257   16 years Bruno Cornec - Reorder code to allow compilation by older gcc versions
(edit) @2242   16 years Bruno Cornec r3145@localhost: bruno | 2009-06-29 17:18:58 +0200 - Remove 2 memory …
(edit) @2241   16 years Bruno Cornec r3144@localhost: bruno | 2009-06-26 12:18:08 +0200 - Remove …
(edit) @2226   16 years Bruno Cornec nfs_user is now a pointer which shows the way to go and avoids setup …
(edit) @2224   16 years Bruno Cornec - Add support of user for NFS write and fixes #316
(edit) @2220   16 years Bruno Cornec Allow the possibility to enter temp and scratch dir in the newt …
(edit) @2214   16 years Bruno Cornec r3094@localhost: bruno | 2009-06-03 17:25:25 +0200 Replaces strcpy …
(edit) @2211   16 years Bruno Cornec r3089@localhost: bruno | 2009-05-18 06:41:05 +0200 - move call to …
(edit) @2205   16 years Bruno Cornec - Cleanups - Fix test on return value for open (-1 is the right value …
(edit) @2202   16 years Bruno Cornec - Remove useless function look_for_weird_formats - Adds a test program …
(edit) @2190   16 years Bruno Cornec - Fix lack of formating (discovered by the new Mandriva build process, …
(edit) @2187   16 years Bruno Cornec Cleanup of code to remove duplication
(edit) @2177   16 years Bruno Cornec - Fix a bug on array size reported by SuSE build system (Stephan …
(copy) @2142   16 years Bruno Cornec Creation of …
copied from branches/2.2.8/mondo/src/common/libmondo-devices.c
(edit) @2131   16 years Bruno Cornec iso9660 type of FS should not be used to create temp dir
Note: See TracRevisionLog for help on using the revision log.