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