├── .deps ├── defrag_lessfs-defrag_lessfs.Po ├── defrag_lessfs-file_io.Po ├── defrag_lessfs-lib_BMW.Po ├── defrag_lessfs-lib_cfg.Po ├── defrag_lessfs-lib_crypto.Po ├── defrag_lessfs-lib_lzo.Po ├── defrag_lessfs-lib_net.Po ├── defrag_lessfs-lib_qlz.Po ├── defrag_lessfs-lib_safe.Po ├── defrag_lessfs-lib_sboxes.Po ├── defrag_lessfs-lib_str.Po ├── defrag_lessfs-lib_tc.Po ├── defrag_lessfs-lib_tiger.Po ├── lessfs-file_io.Po ├── lessfs-lessfs.Po ├── lessfs-lib_BMW.Po ├── lessfs-lib_cfg.Po ├── lessfs-lib_crypto.Po ├── lessfs-lib_lzo.Po ├── lessfs-lib_net.Po ├── lessfs-lib_qlz.Po ├── lessfs-lib_safe.Po ├── lessfs-lib_sboxes.Po ├── lessfs-lib_str.Po ├── lessfs-lib_tc.Po ├── lessfs-lib_tiger.Po ├── lessfsck-file_io.Po ├── lessfsck-lessfsck.Po ├── lessfsck-lib_BMW.Po ├── lessfsck-lib_cfg.Po ├── lessfsck-lib_crypto.Po ├── lessfsck-lib_lzo.Po ├── lessfsck-lib_net.Po ├── lessfsck-lib_qlz.Po ├── lessfsck-lib_safe.Po ├── lessfsck-lib_sboxes.Po ├── lessfsck-lib_str.Po ├── lessfsck-lib_tc.Po ├── lessfsck-lib_tiger.Po ├── listdb-file_io.Po ├── listdb-lib_BMW.Po ├── listdb-lib_cfg.Po ├── listdb-lib_crypto.Po ├── listdb-lib_lzo.Po ├── listdb-lib_net.Po ├── listdb-lib_qlz.Po ├── listdb-lib_safe.Po ├── listdb-lib_sboxes.Po ├── listdb-lib_str.Po ├── listdb-lib_tc.Po ├── listdb-lib_tiger.Po ├── listdb-listdb.Po ├── mklessfs-file_io.Po ├── mklessfs-lib_BMW.Po ├── mklessfs-lib_cfg.Po ├── mklessfs-lib_crypto.Po ├── mklessfs-lib_lzo.Po ├── mklessfs-lib_net.Po ├── mklessfs-lib_qlz.Po ├── mklessfs-lib_safe.Po ├── mklessfs-lib_sboxes.Po ├── mklessfs-lib_str.Po ├── mklessfs-lib_tc.Po ├── mklessfs-lib_tiger.Po └── mklessfs-mklessfs.Po ├── AUTHORS ├── COLLISION.probability ├── ChangeLog ├── FAQ ├── Makefile ├── Makefile.am ├── Makefile.in ├── NEWS ├── README ├── README.crypto ├── README.file_io ├── README.hashes ├── README.performance_or_suffer ├── aclocal.m4 ├── authors ├── autom4te.cache ├── output.0 ├── output.1 ├── output.2 ├── requests ├── traces.0 ├── traces.1 └── traces.2 ├── commithash ├── commons.h ├── compile ├── config.h.in ├── configure ├── configure.ac ├── copying ├── defrag_lessfs.c ├── depcomp ├── etc ├── lessfs └── lessfs.cfg ├── file_io.c ├── file_io.h ├── filename ├── install ├── install-sh ├── lessfs.1 ├── lessfs.c ├── lessfs.spec ├── lessfs_quickstart.pdf ├── lessfsck ├── lessfsck.c ├── lib_cfg.c ├── lib_cfg.h ├── lib_crypto.c ├── lib_crypto.h ├── lib_io.h ├── lib_log.h ├── lib_lzo.c ├── lib_lzo.h ├── lib_net.c ├── lib_net.h ├── lib_qlz.c ├── lib_qlz.h ├── lib_safe.c ├── lib_safe.h ├── lib_str.c ├── lib_str.h ├── lib_tc.c ├── lib_tc.h ├── listdb.c ├── missing ├── mklessfs.c ├── news ├── readme ├── restart.sh ├── retcodes.h └── stamp-h2 /.deps/defrag_lessfs-lib_BMW.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_BMW.o: lib_BMW.c /usr/include/string.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/xlocale.h /usr/include/bits/string.h \ 7 | /usr/include/bits/string2.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 10 | /usr/include/stdlib.h /usr/include/bits/string3.h \ 11 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 12 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 13 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 14 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 15 | /usr/include/bits/stdlib.h /usr/include/stdio.h /usr/include/libio.h \ 16 | /usr/include/_G_config.h /usr/include/wchar.h \ 17 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 18 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 19 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h lib_safe.h \ 20 | lib_BMW_SHA3api_ref.h 21 | 22 | /usr/include/string.h: 23 | 24 | /usr/include/features.h: 25 | 26 | /usr/include/bits/predefs.h: 27 | 28 | /usr/include/sys/cdefs.h: 29 | 30 | /usr/include/bits/wordsize.h: 31 | 32 | /usr/include/gnu/stubs.h: 33 | 34 | /usr/include/gnu/stubs-32.h: 35 | 36 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 37 | 38 | /usr/include/xlocale.h: 39 | 40 | /usr/include/bits/string.h: 41 | 42 | /usr/include/bits/string2.h: 43 | 44 | /usr/include/endian.h: 45 | 46 | /usr/include/bits/endian.h: 47 | 48 | /usr/include/bits/byteswap.h: 49 | 50 | /usr/include/bits/types.h: 51 | 52 | /usr/include/bits/typesizes.h: 53 | 54 | /usr/include/stdlib.h: 55 | 56 | /usr/include/bits/string3.h: 57 | 58 | /usr/include/sys/types.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/include/sys/select.h: 63 | 64 | /usr/include/bits/select.h: 65 | 66 | /usr/include/bits/sigset.h: 67 | 68 | /usr/include/bits/time.h: 69 | 70 | /usr/include/sys/sysmacros.h: 71 | 72 | /usr/include/bits/pthreadtypes.h: 73 | 74 | /usr/include/alloca.h: 75 | 76 | /usr/include/bits/stdlib.h: 77 | 78 | /usr/include/stdio.h: 79 | 80 | /usr/include/libio.h: 81 | 82 | /usr/include/_G_config.h: 83 | 84 | /usr/include/wchar.h: 85 | 86 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 87 | 88 | /usr/include/bits/stdio_lim.h: 89 | 90 | /usr/include/bits/sys_errlist.h: 91 | 92 | /usr/include/bits/stdio.h: 93 | 94 | /usr/include/bits/stdio2.h: 95 | 96 | lib_safe.h: 97 | 98 | lib_BMW_SHA3api_ref.h: 99 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_cfg.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_cfg.o: lib_cfg.c /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 14 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 15 | /usr/include/endian.h /usr/include/bits/endian.h \ 16 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 17 | /usr/include/bits/string3.h /usr/include/errno.h \ 18 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 19 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 20 | /usr/include/asm-generic/errno-base.h /usr/include/ctype.h \ 21 | /usr/include/fcntl.h /usr/include/bits/fcntl.h /usr/include/sys/types.h \ 22 | /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ 23 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 24 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/sys/stat.h \ 26 | /usr/include/bits/stat.h /usr/include/alloca.h \ 27 | /usr/include/bits/stdlib.h lib_cfg.h lib_log.h /usr/include/sys/times.h \ 28 | lib_safe.h lib_str.h retcodes.h 29 | 30 | /usr/include/stdio.h: 31 | 32 | /usr/include/features.h: 33 | 34 | /usr/include/bits/predefs.h: 35 | 36 | /usr/include/sys/cdefs.h: 37 | 38 | /usr/include/bits/wordsize.h: 39 | 40 | /usr/include/gnu/stubs.h: 41 | 42 | /usr/include/gnu/stubs-32.h: 43 | 44 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 45 | 46 | /usr/include/bits/types.h: 47 | 48 | /usr/include/bits/typesizes.h: 49 | 50 | /usr/include/libio.h: 51 | 52 | /usr/include/_G_config.h: 53 | 54 | /usr/include/wchar.h: 55 | 56 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 57 | 58 | /usr/include/bits/stdio_lim.h: 59 | 60 | /usr/include/bits/sys_errlist.h: 61 | 62 | /usr/include/bits/stdio.h: 63 | 64 | /usr/include/bits/stdio2.h: 65 | 66 | /usr/include/unistd.h: 67 | 68 | /usr/include/bits/posix_opt.h: 69 | 70 | /usr/include/bits/confname.h: 71 | 72 | /usr/include/getopt.h: 73 | 74 | /usr/include/bits/unistd.h: 75 | 76 | /usr/include/string.h: 77 | 78 | /usr/include/xlocale.h: 79 | 80 | /usr/include/bits/string.h: 81 | 82 | /usr/include/bits/string2.h: 83 | 84 | /usr/include/endian.h: 85 | 86 | /usr/include/bits/endian.h: 87 | 88 | /usr/include/bits/byteswap.h: 89 | 90 | /usr/include/stdlib.h: 91 | 92 | /usr/include/bits/string3.h: 93 | 94 | /usr/include/errno.h: 95 | 96 | /usr/include/bits/errno.h: 97 | 98 | /usr/include/linux/errno.h: 99 | 100 | /usr/include/asm/errno.h: 101 | 102 | /usr/include/asm-generic/errno.h: 103 | 104 | /usr/include/asm-generic/errno-base.h: 105 | 106 | /usr/include/ctype.h: 107 | 108 | /usr/include/fcntl.h: 109 | 110 | /usr/include/bits/fcntl.h: 111 | 112 | /usr/include/sys/types.h: 113 | 114 | /usr/include/time.h: 115 | 116 | /usr/include/sys/select.h: 117 | 118 | /usr/include/bits/select.h: 119 | 120 | /usr/include/bits/sigset.h: 121 | 122 | /usr/include/bits/time.h: 123 | 124 | /usr/include/sys/sysmacros.h: 125 | 126 | /usr/include/bits/pthreadtypes.h: 127 | 128 | /usr/include/bits/fcntl2.h: 129 | 130 | /usr/include/sys/stat.h: 131 | 132 | /usr/include/bits/stat.h: 133 | 134 | /usr/include/alloca.h: 135 | 136 | /usr/include/bits/stdlib.h: 137 | 138 | lib_cfg.h: 139 | 140 | lib_log.h: 141 | 142 | /usr/include/sys/times.h: 143 | 144 | lib_safe.h: 145 | 146 | lib_str.h: 147 | 148 | retcodes.h: 149 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_crypto.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_crypto.o: lib_crypto.c config.h lib_log.h \ 2 | /usr/include/sys/types.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h /usr/include/time.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 13 | /usr/include/bits/confname.h /usr/include/getopt.h \ 14 | /usr/include/bits/unistd.h /usr/include/sys/times.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 17 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 18 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 19 | /usr/include/stdlib.h /usr/include/alloca.h /usr/include/bits/stdlib.h \ 20 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h \ 22 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 23 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h lib_safe.h \ 24 | retcodes.h lib_cfg.h 25 | 26 | config.h: 27 | 28 | lib_log.h: 29 | 30 | /usr/include/sys/types.h: 31 | 32 | /usr/include/features.h: 33 | 34 | /usr/include/bits/predefs.h: 35 | 36 | /usr/include/sys/cdefs.h: 37 | 38 | /usr/include/bits/wordsize.h: 39 | 40 | /usr/include/gnu/stubs.h: 41 | 42 | /usr/include/gnu/stubs-32.h: 43 | 44 | /usr/include/bits/types.h: 45 | 46 | /usr/include/bits/typesizes.h: 47 | 48 | /usr/include/time.h: 49 | 50 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 51 | 52 | /usr/include/endian.h: 53 | 54 | /usr/include/bits/endian.h: 55 | 56 | /usr/include/bits/byteswap.h: 57 | 58 | /usr/include/sys/select.h: 59 | 60 | /usr/include/bits/select.h: 61 | 62 | /usr/include/bits/sigset.h: 63 | 64 | /usr/include/bits/time.h: 65 | 66 | /usr/include/sys/sysmacros.h: 67 | 68 | /usr/include/bits/pthreadtypes.h: 69 | 70 | /usr/include/unistd.h: 71 | 72 | /usr/include/bits/posix_opt.h: 73 | 74 | /usr/include/bits/confname.h: 75 | 76 | /usr/include/getopt.h: 77 | 78 | /usr/include/bits/unistd.h: 79 | 80 | /usr/include/sys/times.h: 81 | 82 | /usr/include/stdio.h: 83 | 84 | /usr/include/libio.h: 85 | 86 | /usr/include/_G_config.h: 87 | 88 | /usr/include/wchar.h: 89 | 90 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 91 | 92 | /usr/include/bits/stdio_lim.h: 93 | 94 | /usr/include/bits/sys_errlist.h: 95 | 96 | /usr/include/bits/stdio.h: 97 | 98 | /usr/include/bits/stdio2.h: 99 | 100 | /usr/include/stdlib.h: 101 | 102 | /usr/include/alloca.h: 103 | 104 | /usr/include/bits/stdlib.h: 105 | 106 | /usr/include/string.h: 107 | 108 | /usr/include/xlocale.h: 109 | 110 | /usr/include/bits/string.h: 111 | 112 | /usr/include/bits/string2.h: 113 | 114 | /usr/include/bits/string3.h: 115 | 116 | /usr/include/sys/stat.h: 117 | 118 | /usr/include/bits/stat.h: 119 | 120 | /usr/include/fcntl.h: 121 | 122 | /usr/include/bits/fcntl.h: 123 | 124 | /usr/include/bits/fcntl2.h: 125 | 126 | lib_safe.h: 127 | 128 | retcodes.h: 129 | 130 | lib_cfg.h: 131 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_lzo.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_lzo.o: lib_lzo.c config.h /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/stdlib.h \ 14 | /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ 15 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 16 | /usr/include/sys/select.h /usr/include/bits/select.h \ 17 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 18 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 19 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/string.h \ 20 | /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h 22 | 23 | config.h: 24 | 25 | /usr/include/stdio.h: 26 | 27 | /usr/include/features.h: 28 | 29 | /usr/include/bits/predefs.h: 30 | 31 | /usr/include/sys/cdefs.h: 32 | 33 | /usr/include/bits/wordsize.h: 34 | 35 | /usr/include/gnu/stubs.h: 36 | 37 | /usr/include/gnu/stubs-32.h: 38 | 39 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/libio.h: 46 | 47 | /usr/include/_G_config.h: 48 | 49 | /usr/include/wchar.h: 50 | 51 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 52 | 53 | /usr/include/bits/stdio_lim.h: 54 | 55 | /usr/include/bits/sys_errlist.h: 56 | 57 | /usr/include/bits/stdio.h: 58 | 59 | /usr/include/bits/stdio2.h: 60 | 61 | /usr/include/unistd.h: 62 | 63 | /usr/include/bits/posix_opt.h: 64 | 65 | /usr/include/bits/confname.h: 66 | 67 | /usr/include/getopt.h: 68 | 69 | /usr/include/bits/unistd.h: 70 | 71 | /usr/include/stdlib.h: 72 | 73 | /usr/include/sys/types.h: 74 | 75 | /usr/include/time.h: 76 | 77 | /usr/include/endian.h: 78 | 79 | /usr/include/bits/endian.h: 80 | 81 | /usr/include/bits/byteswap.h: 82 | 83 | /usr/include/sys/select.h: 84 | 85 | /usr/include/bits/select.h: 86 | 87 | /usr/include/bits/sigset.h: 88 | 89 | /usr/include/bits/time.h: 90 | 91 | /usr/include/sys/sysmacros.h: 92 | 93 | /usr/include/bits/pthreadtypes.h: 94 | 95 | /usr/include/alloca.h: 96 | 97 | /usr/include/bits/stdlib.h: 98 | 99 | /usr/include/string.h: 100 | 101 | /usr/include/xlocale.h: 102 | 103 | /usr/include/bits/string.h: 104 | 105 | /usr/include/bits/string2.h: 106 | 107 | /usr/include/bits/string3.h: 108 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_net.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_net.o: lib_net.c /usr/include/ctype.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 6 | /usr/include/endian.h /usr/include/bits/endian.h \ 7 | /usr/include/bits/byteswap.h /usr/include/xlocale.h \ 8 | /usr/include/stdlib.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 9 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 10 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 11 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 12 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 13 | /usr/include/bits/stdlib.h /usr/include/sys/time.h /usr/include/unistd.h \ 14 | /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ 15 | /usr/include/getopt.h /usr/include/bits/unistd.h \ 16 | /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ 17 | /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \ 18 | /usr/include/asm/socket.h /usr/include/asm/sockios.h \ 19 | /usr/include/bits/socket2.h /usr/include/netinet/in.h \ 20 | /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \ 21 | /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ 22 | /usr/include/arpa/inet.h /usr/include/string.h \ 23 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 24 | /usr/include/bits/string3.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 27 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 28 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 29 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 30 | /usr/include/malloc.h /usr/include/errno.h /usr/include/bits/errno.h \ 31 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 32 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 33 | lib_log.h /usr/include/sys/times.h lib_safe.h lib_net.h retcodes.h 34 | 35 | /usr/include/ctype.h: 36 | 37 | /usr/include/features.h: 38 | 39 | /usr/include/bits/predefs.h: 40 | 41 | /usr/include/sys/cdefs.h: 42 | 43 | /usr/include/bits/wordsize.h: 44 | 45 | /usr/include/gnu/stubs.h: 46 | 47 | /usr/include/gnu/stubs-32.h: 48 | 49 | /usr/include/bits/types.h: 50 | 51 | /usr/include/bits/typesizes.h: 52 | 53 | /usr/include/endian.h: 54 | 55 | /usr/include/bits/endian.h: 56 | 57 | /usr/include/bits/byteswap.h: 58 | 59 | /usr/include/xlocale.h: 60 | 61 | /usr/include/stdlib.h: 62 | 63 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 64 | 65 | /usr/include/sys/types.h: 66 | 67 | /usr/include/time.h: 68 | 69 | /usr/include/sys/select.h: 70 | 71 | /usr/include/bits/select.h: 72 | 73 | /usr/include/bits/sigset.h: 74 | 75 | /usr/include/bits/time.h: 76 | 77 | /usr/include/sys/sysmacros.h: 78 | 79 | /usr/include/bits/pthreadtypes.h: 80 | 81 | /usr/include/alloca.h: 82 | 83 | /usr/include/bits/stdlib.h: 84 | 85 | /usr/include/sys/time.h: 86 | 87 | /usr/include/unistd.h: 88 | 89 | /usr/include/bits/posix_opt.h: 90 | 91 | /usr/include/bits/confname.h: 92 | 93 | /usr/include/getopt.h: 94 | 95 | /usr/include/bits/unistd.h: 96 | 97 | /usr/include/sys/socket.h: 98 | 99 | /usr/include/sys/uio.h: 100 | 101 | /usr/include/bits/uio.h: 102 | 103 | /usr/include/bits/socket.h: 104 | 105 | /usr/include/bits/sockaddr.h: 106 | 107 | /usr/include/asm/socket.h: 108 | 109 | /usr/include/asm/sockios.h: 110 | 111 | /usr/include/bits/socket2.h: 112 | 113 | /usr/include/netinet/in.h: 114 | 115 | /usr/include/stdint.h: 116 | 117 | /usr/include/bits/wchar.h: 118 | 119 | /usr/include/bits/in.h: 120 | 121 | /usr/include/netdb.h: 122 | 123 | /usr/include/rpc/netdb.h: 124 | 125 | /usr/include/bits/netdb.h: 126 | 127 | /usr/include/arpa/inet.h: 128 | 129 | /usr/include/string.h: 130 | 131 | /usr/include/bits/string.h: 132 | 133 | /usr/include/bits/string2.h: 134 | 135 | /usr/include/bits/string3.h: 136 | 137 | /usr/include/fcntl.h: 138 | 139 | /usr/include/bits/fcntl.h: 140 | 141 | /usr/include/bits/fcntl2.h: 142 | 143 | /usr/include/stdio.h: 144 | 145 | /usr/include/libio.h: 146 | 147 | /usr/include/_G_config.h: 148 | 149 | /usr/include/wchar.h: 150 | 151 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 152 | 153 | /usr/include/bits/stdio_lim.h: 154 | 155 | /usr/include/bits/sys_errlist.h: 156 | 157 | /usr/include/bits/stdio.h: 158 | 159 | /usr/include/bits/stdio2.h: 160 | 161 | /usr/include/malloc.h: 162 | 163 | /usr/include/errno.h: 164 | 165 | /usr/include/bits/errno.h: 166 | 167 | /usr/include/linux/errno.h: 168 | 169 | /usr/include/asm/errno.h: 170 | 171 | /usr/include/asm-generic/errno.h: 172 | 173 | /usr/include/asm-generic/errno-base.h: 174 | 175 | lib_log.h: 176 | 177 | /usr/include/sys/times.h: 178 | 179 | lib_safe.h: 180 | 181 | lib_net.h: 182 | 183 | retcodes.h: 184 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_qlz.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_qlz.o: lib_qlz.c config.h /usr/include/stdlib.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/sys/types.h /usr/include/bits/types.h \ 7 | /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/stdio.h \ 13 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 18 | /usr/include/bits/string2.h /usr/include/bits/string3.h lib_safe.h \ 19 | lib_qlz.h 20 | 21 | config.h: 22 | 23 | /usr/include/stdlib.h: 24 | 25 | /usr/include/features.h: 26 | 27 | /usr/include/bits/predefs.h: 28 | 29 | /usr/include/sys/cdefs.h: 30 | 31 | /usr/include/bits/wordsize.h: 32 | 33 | /usr/include/gnu/stubs.h: 34 | 35 | /usr/include/gnu/stubs-32.h: 36 | 37 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/time.h: 46 | 47 | /usr/include/endian.h: 48 | 49 | /usr/include/bits/endian.h: 50 | 51 | /usr/include/bits/byteswap.h: 52 | 53 | /usr/include/sys/select.h: 54 | 55 | /usr/include/bits/select.h: 56 | 57 | /usr/include/bits/sigset.h: 58 | 59 | /usr/include/bits/time.h: 60 | 61 | /usr/include/sys/sysmacros.h: 62 | 63 | /usr/include/bits/pthreadtypes.h: 64 | 65 | /usr/include/alloca.h: 66 | 67 | /usr/include/bits/stdlib.h: 68 | 69 | /usr/include/stdio.h: 70 | 71 | /usr/include/libio.h: 72 | 73 | /usr/include/_G_config.h: 74 | 75 | /usr/include/wchar.h: 76 | 77 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 78 | 79 | /usr/include/bits/stdio_lim.h: 80 | 81 | /usr/include/bits/sys_errlist.h: 82 | 83 | /usr/include/bits/stdio.h: 84 | 85 | /usr/include/bits/stdio2.h: 86 | 87 | /usr/include/string.h: 88 | 89 | /usr/include/xlocale.h: 90 | 91 | /usr/include/bits/string.h: 92 | 93 | /usr/include/bits/string2.h: 94 | 95 | /usr/include/bits/string3.h: 96 | 97 | lib_safe.h: 98 | 99 | lib_qlz.h: 100 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_safe.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_safe.o: lib_safe.c config.h lib_log.h \ 2 | /usr/include/sys/types.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h /usr/include/time.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 8 | /usr/include/bits/pthreadtypes.h /usr/include/unistd.h \ 9 | /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ 10 | /usr/include/bits/confname.h /usr/include/getopt.h \ 11 | /usr/include/bits/unistd.h /usr/include/sys/times.h \ 12 | /usr/include/stdlib.h /usr/include/bits/waitflags.h \ 13 | /usr/include/bits/waitstatus.h /usr/include/bits/stdlib.h \ 14 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 15 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 16 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 17 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 18 | /usr/include/string.h /usr/include/bits/string.h \ 19 | /usr/include/bits/string2.h /usr/include/endian.h \ 20 | /usr/include/bits/endian.h /usr/include/bits/string3.h \ 21 | /usr/include/errno.h /usr/include/bits/errno.h \ 22 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 23 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 24 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/dirent.h /usr/include/bits/dirent.h /usr/include/sys/time.h \ 27 | /usr/include/bits/time.h /usr/include/sys/select.h \ 28 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 29 | /usr/include/signal.h /usr/include/bits/signum.h \ 30 | /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ 31 | /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ 32 | /usr/include/bits/sigcontext.h /usr/include/bits/sigthread.h \ 33 | /usr/include/libgen.h retcodes.h lib_safe.h 34 | 35 | config.h: 36 | 37 | lib_log.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/features.h: 42 | 43 | /usr/include/bits/predefs.h: 44 | 45 | /usr/include/sys/cdefs.h: 46 | 47 | /usr/include/bits/wordsize.h: 48 | 49 | /usr/include/gnu/stubs.h: 50 | 51 | /usr/include/gnu/stubs-32.h: 52 | 53 | /usr/include/bits/types.h: 54 | 55 | /usr/include/bits/typesizes.h: 56 | 57 | /usr/include/time.h: 58 | 59 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 60 | 61 | /usr/include/bits/pthreadtypes.h: 62 | 63 | /usr/include/unistd.h: 64 | 65 | /usr/include/bits/posix_opt.h: 66 | 67 | /usr/include/bits/environments.h: 68 | 69 | /usr/include/bits/confname.h: 70 | 71 | /usr/include/getopt.h: 72 | 73 | /usr/include/bits/unistd.h: 74 | 75 | /usr/include/sys/times.h: 76 | 77 | /usr/include/stdlib.h: 78 | 79 | /usr/include/bits/waitflags.h: 80 | 81 | /usr/include/bits/waitstatus.h: 82 | 83 | /usr/include/bits/stdlib.h: 84 | 85 | /usr/include/stdio.h: 86 | 87 | /usr/include/libio.h: 88 | 89 | /usr/include/_G_config.h: 90 | 91 | /usr/include/wchar.h: 92 | 93 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 94 | 95 | /usr/include/bits/stdio_lim.h: 96 | 97 | /usr/include/bits/sys_errlist.h: 98 | 99 | /usr/include/bits/stdio.h: 100 | 101 | /usr/include/bits/stdio2.h: 102 | 103 | /usr/include/string.h: 104 | 105 | /usr/include/bits/string.h: 106 | 107 | /usr/include/bits/string2.h: 108 | 109 | /usr/include/endian.h: 110 | 111 | /usr/include/bits/endian.h: 112 | 113 | /usr/include/bits/string3.h: 114 | 115 | /usr/include/errno.h: 116 | 117 | /usr/include/bits/errno.h: 118 | 119 | /usr/include/linux/errno.h: 120 | 121 | /usr/include/asm/errno.h: 122 | 123 | /usr/include/asm-generic/errno.h: 124 | 125 | /usr/include/asm-generic/errno-base.h: 126 | 127 | /usr/include/sys/stat.h: 128 | 129 | /usr/include/bits/stat.h: 130 | 131 | /usr/include/fcntl.h: 132 | 133 | /usr/include/bits/fcntl.h: 134 | 135 | /usr/include/bits/fcntl2.h: 136 | 137 | /usr/include/dirent.h: 138 | 139 | /usr/include/bits/dirent.h: 140 | 141 | /usr/include/sys/time.h: 142 | 143 | /usr/include/bits/time.h: 144 | 145 | /usr/include/sys/select.h: 146 | 147 | /usr/include/bits/select.h: 148 | 149 | /usr/include/bits/sigset.h: 150 | 151 | /usr/include/signal.h: 152 | 153 | /usr/include/bits/signum.h: 154 | 155 | /usr/include/bits/siginfo.h: 156 | 157 | /usr/include/bits/sigaction.h: 158 | 159 | /usr/include/bits/sigstack.h: 160 | 161 | /usr/include/sys/ucontext.h: 162 | 163 | /usr/include/bits/sigcontext.h: 164 | 165 | /usr/include/bits/sigthread.h: 166 | 167 | /usr/include/libgen.h: 168 | 169 | retcodes.h: 170 | 171 | lib_safe.h: 172 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_sboxes.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_sboxes.o: lib_sboxes.c 2 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_str.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_str.o: lib_str.c /usr/include/unistd.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/posix_opt.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 8 | /usr/include/bits/confname.h /usr/include/getopt.h \ 9 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 10 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 11 | /usr/include/endian.h /usr/include/bits/endian.h \ 12 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 13 | /usr/include/bits/string3.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 17 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 18 | /usr/include/syslog.h /usr/include/sys/syslog.h \ 19 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 20 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 21 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 22 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 23 | /usr/include/bits/pthreadtypes.h /usr/include/sys/stat.h \ 24 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/alloca.h \ 26 | /usr/include/bits/stdlib.h /usr/include/ctype.h lib_safe.h 27 | 28 | /usr/include/unistd.h: 29 | 30 | /usr/include/features.h: 31 | 32 | /usr/include/bits/predefs.h: 33 | 34 | /usr/include/sys/cdefs.h: 35 | 36 | /usr/include/bits/wordsize.h: 37 | 38 | /usr/include/gnu/stubs.h: 39 | 40 | /usr/include/gnu/stubs-32.h: 41 | 42 | /usr/include/bits/posix_opt.h: 43 | 44 | /usr/include/bits/types.h: 45 | 46 | /usr/include/bits/typesizes.h: 47 | 48 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 49 | 50 | /usr/include/bits/confname.h: 51 | 52 | /usr/include/getopt.h: 53 | 54 | /usr/include/bits/unistd.h: 55 | 56 | /usr/include/string.h: 57 | 58 | /usr/include/xlocale.h: 59 | 60 | /usr/include/bits/string.h: 61 | 62 | /usr/include/bits/string2.h: 63 | 64 | /usr/include/endian.h: 65 | 66 | /usr/include/bits/endian.h: 67 | 68 | /usr/include/bits/byteswap.h: 69 | 70 | /usr/include/stdlib.h: 71 | 72 | /usr/include/bits/string3.h: 73 | 74 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 75 | 76 | /usr/include/stdio.h: 77 | 78 | /usr/include/libio.h: 79 | 80 | /usr/include/_G_config.h: 81 | 82 | /usr/include/wchar.h: 83 | 84 | /usr/include/bits/stdio_lim.h: 85 | 86 | /usr/include/bits/sys_errlist.h: 87 | 88 | /usr/include/bits/stdio.h: 89 | 90 | /usr/include/bits/stdio2.h: 91 | 92 | /usr/include/syslog.h: 93 | 94 | /usr/include/sys/syslog.h: 95 | 96 | /usr/include/bits/syslog-path.h: 97 | 98 | /usr/include/bits/syslog.h: 99 | 100 | /usr/include/sys/types.h: 101 | 102 | /usr/include/time.h: 103 | 104 | /usr/include/sys/select.h: 105 | 106 | /usr/include/bits/select.h: 107 | 108 | /usr/include/bits/sigset.h: 109 | 110 | /usr/include/bits/time.h: 111 | 112 | /usr/include/sys/sysmacros.h: 113 | 114 | /usr/include/bits/pthreadtypes.h: 115 | 116 | /usr/include/sys/stat.h: 117 | 118 | /usr/include/bits/stat.h: 119 | 120 | /usr/include/fcntl.h: 121 | 122 | /usr/include/bits/fcntl.h: 123 | 124 | /usr/include/bits/fcntl2.h: 125 | 126 | /usr/include/alloca.h: 127 | 128 | /usr/include/bits/stdlib.h: 129 | 130 | /usr/include/ctype.h: 131 | 132 | lib_safe.h: 133 | -------------------------------------------------------------------------------- /.deps/defrag_lessfs-lib_tiger.Po: -------------------------------------------------------------------------------- 1 | defrag_lessfs-lib_tiger.o: lib_tiger.c 2 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_BMW.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_BMW.o: lib_BMW.c /usr/include/string.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/xlocale.h /usr/include/bits/string.h \ 7 | /usr/include/bits/string2.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 10 | /usr/include/stdlib.h /usr/include/bits/string3.h \ 11 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 12 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 13 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 14 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 15 | /usr/include/bits/stdlib.h /usr/include/stdio.h /usr/include/libio.h \ 16 | /usr/include/_G_config.h /usr/include/wchar.h \ 17 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 18 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 19 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h lib_safe.h \ 20 | lib_BMW_SHA3api_ref.h 21 | 22 | /usr/include/string.h: 23 | 24 | /usr/include/features.h: 25 | 26 | /usr/include/bits/predefs.h: 27 | 28 | /usr/include/sys/cdefs.h: 29 | 30 | /usr/include/bits/wordsize.h: 31 | 32 | /usr/include/gnu/stubs.h: 33 | 34 | /usr/include/gnu/stubs-32.h: 35 | 36 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 37 | 38 | /usr/include/xlocale.h: 39 | 40 | /usr/include/bits/string.h: 41 | 42 | /usr/include/bits/string2.h: 43 | 44 | /usr/include/endian.h: 45 | 46 | /usr/include/bits/endian.h: 47 | 48 | /usr/include/bits/byteswap.h: 49 | 50 | /usr/include/bits/types.h: 51 | 52 | /usr/include/bits/typesizes.h: 53 | 54 | /usr/include/stdlib.h: 55 | 56 | /usr/include/bits/string3.h: 57 | 58 | /usr/include/sys/types.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/include/sys/select.h: 63 | 64 | /usr/include/bits/select.h: 65 | 66 | /usr/include/bits/sigset.h: 67 | 68 | /usr/include/bits/time.h: 69 | 70 | /usr/include/sys/sysmacros.h: 71 | 72 | /usr/include/bits/pthreadtypes.h: 73 | 74 | /usr/include/alloca.h: 75 | 76 | /usr/include/bits/stdlib.h: 77 | 78 | /usr/include/stdio.h: 79 | 80 | /usr/include/libio.h: 81 | 82 | /usr/include/_G_config.h: 83 | 84 | /usr/include/wchar.h: 85 | 86 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 87 | 88 | /usr/include/bits/stdio_lim.h: 89 | 90 | /usr/include/bits/sys_errlist.h: 91 | 92 | /usr/include/bits/stdio.h: 93 | 94 | /usr/include/bits/stdio2.h: 95 | 96 | lib_safe.h: 97 | 98 | lib_BMW_SHA3api_ref.h: 99 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_cfg.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_cfg.o: lib_cfg.c /usr/include/stdio.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 14 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 15 | /usr/include/endian.h /usr/include/bits/endian.h \ 16 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 17 | /usr/include/bits/string3.h /usr/include/errno.h \ 18 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 19 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 20 | /usr/include/asm-generic/errno-base.h /usr/include/ctype.h \ 21 | /usr/include/fcntl.h /usr/include/bits/fcntl.h /usr/include/sys/types.h \ 22 | /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ 23 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 24 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/sys/stat.h \ 26 | /usr/include/bits/stat.h /usr/include/alloca.h \ 27 | /usr/include/bits/stdlib.h lib_cfg.h lib_log.h /usr/include/syslog.h \ 28 | /usr/include/sys/syslog.h /usr/include/bits/syslog-path.h \ 29 | /usr/include/bits/syslog.h /usr/include/sys/times.h lib_safe.h lib_str.h \ 30 | retcodes.h 31 | 32 | /usr/include/stdio.h: 33 | 34 | /usr/include/features.h: 35 | 36 | /usr/include/bits/predefs.h: 37 | 38 | /usr/include/sys/cdefs.h: 39 | 40 | /usr/include/bits/wordsize.h: 41 | 42 | /usr/include/gnu/stubs.h: 43 | 44 | /usr/include/gnu/stubs-32.h: 45 | 46 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 47 | 48 | /usr/include/bits/types.h: 49 | 50 | /usr/include/bits/typesizes.h: 51 | 52 | /usr/include/libio.h: 53 | 54 | /usr/include/_G_config.h: 55 | 56 | /usr/include/wchar.h: 57 | 58 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 59 | 60 | /usr/include/bits/stdio_lim.h: 61 | 62 | /usr/include/bits/sys_errlist.h: 63 | 64 | /usr/include/bits/stdio.h: 65 | 66 | /usr/include/bits/stdio2.h: 67 | 68 | /usr/include/unistd.h: 69 | 70 | /usr/include/bits/posix_opt.h: 71 | 72 | /usr/include/bits/confname.h: 73 | 74 | /usr/include/getopt.h: 75 | 76 | /usr/include/bits/unistd.h: 77 | 78 | /usr/include/string.h: 79 | 80 | /usr/include/xlocale.h: 81 | 82 | /usr/include/bits/string.h: 83 | 84 | /usr/include/bits/string2.h: 85 | 86 | /usr/include/endian.h: 87 | 88 | /usr/include/bits/endian.h: 89 | 90 | /usr/include/bits/byteswap.h: 91 | 92 | /usr/include/stdlib.h: 93 | 94 | /usr/include/bits/string3.h: 95 | 96 | /usr/include/errno.h: 97 | 98 | /usr/include/bits/errno.h: 99 | 100 | /usr/include/linux/errno.h: 101 | 102 | /usr/include/asm/errno.h: 103 | 104 | /usr/include/asm-generic/errno.h: 105 | 106 | /usr/include/asm-generic/errno-base.h: 107 | 108 | /usr/include/ctype.h: 109 | 110 | /usr/include/fcntl.h: 111 | 112 | /usr/include/bits/fcntl.h: 113 | 114 | /usr/include/sys/types.h: 115 | 116 | /usr/include/time.h: 117 | 118 | /usr/include/sys/select.h: 119 | 120 | /usr/include/bits/select.h: 121 | 122 | /usr/include/bits/sigset.h: 123 | 124 | /usr/include/bits/time.h: 125 | 126 | /usr/include/sys/sysmacros.h: 127 | 128 | /usr/include/bits/pthreadtypes.h: 129 | 130 | /usr/include/bits/fcntl2.h: 131 | 132 | /usr/include/sys/stat.h: 133 | 134 | /usr/include/bits/stat.h: 135 | 136 | /usr/include/alloca.h: 137 | 138 | /usr/include/bits/stdlib.h: 139 | 140 | lib_cfg.h: 141 | 142 | lib_log.h: 143 | 144 | /usr/include/syslog.h: 145 | 146 | /usr/include/sys/syslog.h: 147 | 148 | /usr/include/bits/syslog-path.h: 149 | 150 | /usr/include/bits/syslog.h: 151 | 152 | /usr/include/sys/times.h: 153 | 154 | lib_safe.h: 155 | 156 | lib_str.h: 157 | 158 | retcodes.h: 159 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_crypto.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_crypto.o: lib_crypto.c config.h lib_log.h \ 2 | /usr/include/syslog.h /usr/include/sys/syslog.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h \ 6 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 7 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 8 | /usr/include/sys/types.h /usr/include/bits/types.h \ 9 | /usr/include/bits/typesizes.h /usr/include/time.h \ 10 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h /usr/include/endian.h \ 11 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 12 | /usr/include/sys/select.h /usr/include/bits/select.h \ 13 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 14 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 15 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 16 | /usr/include/bits/confname.h /usr/include/getopt.h \ 17 | /usr/include/bits/unistd.h /usr/include/sys/times.h /usr/include/stdio.h \ 18 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 19 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 20 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 21 | /usr/include/stdlib.h /usr/include/alloca.h /usr/include/bits/stdlib.h \ 22 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 23 | /usr/include/bits/string2.h /usr/include/bits/string3.h \ 24 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h lib_safe.h \ 26 | retcodes.h lib_cfg.h 27 | 28 | config.h: 29 | 30 | lib_log.h: 31 | 32 | /usr/include/syslog.h: 33 | 34 | /usr/include/sys/syslog.h: 35 | 36 | /usr/include/features.h: 37 | 38 | /usr/include/bits/predefs.h: 39 | 40 | /usr/include/sys/cdefs.h: 41 | 42 | /usr/include/bits/wordsize.h: 43 | 44 | /usr/include/gnu/stubs.h: 45 | 46 | /usr/include/gnu/stubs-32.h: 47 | 48 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 49 | 50 | /usr/include/bits/syslog-path.h: 51 | 52 | /usr/include/bits/syslog.h: 53 | 54 | /usr/include/sys/types.h: 55 | 56 | /usr/include/bits/types.h: 57 | 58 | /usr/include/bits/typesizes.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 63 | 64 | /usr/include/endian.h: 65 | 66 | /usr/include/bits/endian.h: 67 | 68 | /usr/include/bits/byteswap.h: 69 | 70 | /usr/include/sys/select.h: 71 | 72 | /usr/include/bits/select.h: 73 | 74 | /usr/include/bits/sigset.h: 75 | 76 | /usr/include/bits/time.h: 77 | 78 | /usr/include/sys/sysmacros.h: 79 | 80 | /usr/include/bits/pthreadtypes.h: 81 | 82 | /usr/include/unistd.h: 83 | 84 | /usr/include/bits/posix_opt.h: 85 | 86 | /usr/include/bits/confname.h: 87 | 88 | /usr/include/getopt.h: 89 | 90 | /usr/include/bits/unistd.h: 91 | 92 | /usr/include/sys/times.h: 93 | 94 | /usr/include/stdio.h: 95 | 96 | /usr/include/libio.h: 97 | 98 | /usr/include/_G_config.h: 99 | 100 | /usr/include/wchar.h: 101 | 102 | /usr/include/bits/stdio_lim.h: 103 | 104 | /usr/include/bits/sys_errlist.h: 105 | 106 | /usr/include/bits/stdio.h: 107 | 108 | /usr/include/bits/stdio2.h: 109 | 110 | /usr/include/stdlib.h: 111 | 112 | /usr/include/alloca.h: 113 | 114 | /usr/include/bits/stdlib.h: 115 | 116 | /usr/include/string.h: 117 | 118 | /usr/include/xlocale.h: 119 | 120 | /usr/include/bits/string.h: 121 | 122 | /usr/include/bits/string2.h: 123 | 124 | /usr/include/bits/string3.h: 125 | 126 | /usr/include/sys/stat.h: 127 | 128 | /usr/include/bits/stat.h: 129 | 130 | /usr/include/fcntl.h: 131 | 132 | /usr/include/bits/fcntl.h: 133 | 134 | /usr/include/bits/fcntl2.h: 135 | 136 | lib_safe.h: 137 | 138 | retcodes.h: 139 | 140 | lib_cfg.h: 141 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_lzo.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_lzo.o: lib_lzo.c config.h /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/stdlib.h \ 14 | /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ 15 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 16 | /usr/include/sys/select.h /usr/include/bits/select.h \ 17 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 18 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 19 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/string.h \ 20 | /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h 22 | 23 | config.h: 24 | 25 | /usr/include/stdio.h: 26 | 27 | /usr/include/features.h: 28 | 29 | /usr/include/bits/predefs.h: 30 | 31 | /usr/include/sys/cdefs.h: 32 | 33 | /usr/include/bits/wordsize.h: 34 | 35 | /usr/include/gnu/stubs.h: 36 | 37 | /usr/include/gnu/stubs-32.h: 38 | 39 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/libio.h: 46 | 47 | /usr/include/_G_config.h: 48 | 49 | /usr/include/wchar.h: 50 | 51 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 52 | 53 | /usr/include/bits/stdio_lim.h: 54 | 55 | /usr/include/bits/sys_errlist.h: 56 | 57 | /usr/include/bits/stdio.h: 58 | 59 | /usr/include/bits/stdio2.h: 60 | 61 | /usr/include/unistd.h: 62 | 63 | /usr/include/bits/posix_opt.h: 64 | 65 | /usr/include/bits/confname.h: 66 | 67 | /usr/include/getopt.h: 68 | 69 | /usr/include/bits/unistd.h: 70 | 71 | /usr/include/stdlib.h: 72 | 73 | /usr/include/sys/types.h: 74 | 75 | /usr/include/time.h: 76 | 77 | /usr/include/endian.h: 78 | 79 | /usr/include/bits/endian.h: 80 | 81 | /usr/include/bits/byteswap.h: 82 | 83 | /usr/include/sys/select.h: 84 | 85 | /usr/include/bits/select.h: 86 | 87 | /usr/include/bits/sigset.h: 88 | 89 | /usr/include/bits/time.h: 90 | 91 | /usr/include/sys/sysmacros.h: 92 | 93 | /usr/include/bits/pthreadtypes.h: 94 | 95 | /usr/include/alloca.h: 96 | 97 | /usr/include/bits/stdlib.h: 98 | 99 | /usr/include/string.h: 100 | 101 | /usr/include/xlocale.h: 102 | 103 | /usr/include/bits/string.h: 104 | 105 | /usr/include/bits/string2.h: 106 | 107 | /usr/include/bits/string3.h: 108 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_net.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_net.o: lib_net.c /usr/include/ctype.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 5 | /usr/include/bits/typesizes.h /usr/include/endian.h \ 6 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 7 | /usr/include/xlocale.h /usr/include/stdlib.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 9 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 10 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 11 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 12 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 13 | /usr/include/bits/stdlib.h /usr/include/sys/time.h /usr/include/unistd.h \ 14 | /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ 15 | /usr/include/getopt.h /usr/include/bits/unistd.h \ 16 | /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ 17 | /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \ 18 | /usr/include/asm/socket.h /usr/include/asm/sockios.h \ 19 | /usr/include/bits/socket2.h /usr/include/netinet/in.h \ 20 | /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \ 21 | /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ 22 | /usr/include/arpa/inet.h /usr/include/string.h \ 23 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 24 | /usr/include/bits/string3.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 27 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 28 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 29 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 30 | /usr/include/malloc.h /usr/include/errno.h /usr/include/bits/errno.h \ 31 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 32 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 33 | lib_log.h /usr/include/syslog.h /usr/include/sys/syslog.h \ 34 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 35 | /usr/include/sys/times.h lib_safe.h lib_net.h retcodes.h 36 | 37 | /usr/include/ctype.h: 38 | 39 | /usr/include/features.h: 40 | 41 | /usr/include/bits/predefs.h: 42 | 43 | /usr/include/sys/cdefs.h: 44 | 45 | /usr/include/bits/wordsize.h: 46 | 47 | /usr/include/gnu/stubs.h: 48 | 49 | /usr/include/gnu/stubs-32.h: 50 | 51 | /usr/include/bits/types.h: 52 | 53 | /usr/include/bits/typesizes.h: 54 | 55 | /usr/include/endian.h: 56 | 57 | /usr/include/bits/endian.h: 58 | 59 | /usr/include/bits/byteswap.h: 60 | 61 | /usr/include/xlocale.h: 62 | 63 | /usr/include/stdlib.h: 64 | 65 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 66 | 67 | /usr/include/sys/types.h: 68 | 69 | /usr/include/time.h: 70 | 71 | /usr/include/sys/select.h: 72 | 73 | /usr/include/bits/select.h: 74 | 75 | /usr/include/bits/sigset.h: 76 | 77 | /usr/include/bits/time.h: 78 | 79 | /usr/include/sys/sysmacros.h: 80 | 81 | /usr/include/bits/pthreadtypes.h: 82 | 83 | /usr/include/alloca.h: 84 | 85 | /usr/include/bits/stdlib.h: 86 | 87 | /usr/include/sys/time.h: 88 | 89 | /usr/include/unistd.h: 90 | 91 | /usr/include/bits/posix_opt.h: 92 | 93 | /usr/include/bits/confname.h: 94 | 95 | /usr/include/getopt.h: 96 | 97 | /usr/include/bits/unistd.h: 98 | 99 | /usr/include/sys/socket.h: 100 | 101 | /usr/include/sys/uio.h: 102 | 103 | /usr/include/bits/uio.h: 104 | 105 | /usr/include/bits/socket.h: 106 | 107 | /usr/include/bits/sockaddr.h: 108 | 109 | /usr/include/asm/socket.h: 110 | 111 | /usr/include/asm/sockios.h: 112 | 113 | /usr/include/bits/socket2.h: 114 | 115 | /usr/include/netinet/in.h: 116 | 117 | /usr/include/stdint.h: 118 | 119 | /usr/include/bits/wchar.h: 120 | 121 | /usr/include/bits/in.h: 122 | 123 | /usr/include/netdb.h: 124 | 125 | /usr/include/rpc/netdb.h: 126 | 127 | /usr/include/bits/netdb.h: 128 | 129 | /usr/include/arpa/inet.h: 130 | 131 | /usr/include/string.h: 132 | 133 | /usr/include/bits/string.h: 134 | 135 | /usr/include/bits/string2.h: 136 | 137 | /usr/include/bits/string3.h: 138 | 139 | /usr/include/fcntl.h: 140 | 141 | /usr/include/bits/fcntl.h: 142 | 143 | /usr/include/bits/fcntl2.h: 144 | 145 | /usr/include/stdio.h: 146 | 147 | /usr/include/libio.h: 148 | 149 | /usr/include/_G_config.h: 150 | 151 | /usr/include/wchar.h: 152 | 153 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 154 | 155 | /usr/include/bits/stdio_lim.h: 156 | 157 | /usr/include/bits/sys_errlist.h: 158 | 159 | /usr/include/bits/stdio.h: 160 | 161 | /usr/include/bits/stdio2.h: 162 | 163 | /usr/include/malloc.h: 164 | 165 | /usr/include/errno.h: 166 | 167 | /usr/include/bits/errno.h: 168 | 169 | /usr/include/linux/errno.h: 170 | 171 | /usr/include/asm/errno.h: 172 | 173 | /usr/include/asm-generic/errno.h: 174 | 175 | /usr/include/asm-generic/errno-base.h: 176 | 177 | lib_log.h: 178 | 179 | /usr/include/syslog.h: 180 | 181 | /usr/include/sys/syslog.h: 182 | 183 | /usr/include/bits/syslog-path.h: 184 | 185 | /usr/include/bits/syslog.h: 186 | 187 | /usr/include/sys/times.h: 188 | 189 | lib_safe.h: 190 | 191 | lib_net.h: 192 | 193 | retcodes.h: 194 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_qlz.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_qlz.o: lib_qlz.c config.h /usr/include/stdlib.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/sys/types.h /usr/include/bits/types.h \ 7 | /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/stdio.h \ 13 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 18 | /usr/include/bits/string2.h /usr/include/bits/string3.h lib_safe.h \ 19 | lib_qlz.h 20 | 21 | config.h: 22 | 23 | /usr/include/stdlib.h: 24 | 25 | /usr/include/features.h: 26 | 27 | /usr/include/bits/predefs.h: 28 | 29 | /usr/include/sys/cdefs.h: 30 | 31 | /usr/include/bits/wordsize.h: 32 | 33 | /usr/include/gnu/stubs.h: 34 | 35 | /usr/include/gnu/stubs-32.h: 36 | 37 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/time.h: 46 | 47 | /usr/include/endian.h: 48 | 49 | /usr/include/bits/endian.h: 50 | 51 | /usr/include/bits/byteswap.h: 52 | 53 | /usr/include/sys/select.h: 54 | 55 | /usr/include/bits/select.h: 56 | 57 | /usr/include/bits/sigset.h: 58 | 59 | /usr/include/bits/time.h: 60 | 61 | /usr/include/sys/sysmacros.h: 62 | 63 | /usr/include/bits/pthreadtypes.h: 64 | 65 | /usr/include/alloca.h: 66 | 67 | /usr/include/bits/stdlib.h: 68 | 69 | /usr/include/stdio.h: 70 | 71 | /usr/include/libio.h: 72 | 73 | /usr/include/_G_config.h: 74 | 75 | /usr/include/wchar.h: 76 | 77 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 78 | 79 | /usr/include/bits/stdio_lim.h: 80 | 81 | /usr/include/bits/sys_errlist.h: 82 | 83 | /usr/include/bits/stdio.h: 84 | 85 | /usr/include/bits/stdio2.h: 86 | 87 | /usr/include/string.h: 88 | 89 | /usr/include/xlocale.h: 90 | 91 | /usr/include/bits/string.h: 92 | 93 | /usr/include/bits/string2.h: 94 | 95 | /usr/include/bits/string3.h: 96 | 97 | lib_safe.h: 98 | 99 | lib_qlz.h: 100 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_safe.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_safe.o: lib_safe.c config.h lib_log.h /usr/include/syslog.h \ 2 | /usr/include/sys/syslog.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h \ 6 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 7 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 8 | /usr/include/sys/types.h /usr/include/bits/types.h \ 9 | /usr/include/bits/typesizes.h /usr/include/time.h \ 10 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 11 | /usr/include/bits/pthreadtypes.h /usr/include/unistd.h \ 12 | /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ 13 | /usr/include/bits/confname.h /usr/include/getopt.h \ 14 | /usr/include/bits/unistd.h /usr/include/sys/times.h \ 15 | /usr/include/stdlib.h /usr/include/bits/waitflags.h \ 16 | /usr/include/bits/waitstatus.h /usr/include/bits/stdlib.h \ 17 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 18 | /usr/include/wchar.h /usr/include/bits/stdio_lim.h \ 19 | /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \ 20 | /usr/include/bits/stdio2.h /usr/include/string.h \ 21 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 22 | /usr/include/endian.h /usr/include/bits/endian.h \ 23 | /usr/include/bits/string3.h /usr/include/errno.h \ 24 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 25 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 26 | /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ 27 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 28 | /usr/include/bits/fcntl2.h /usr/include/dirent.h \ 29 | /usr/include/bits/dirent.h /usr/include/sys/time.h \ 30 | /usr/include/bits/time.h /usr/include/sys/select.h \ 31 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 32 | /usr/include/signal.h /usr/include/bits/signum.h \ 33 | /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ 34 | /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ 35 | /usr/include/bits/sigcontext.h /usr/include/bits/sigthread.h \ 36 | /usr/include/libgen.h retcodes.h lib_safe.h 37 | 38 | config.h: 39 | 40 | lib_log.h: 41 | 42 | /usr/include/syslog.h: 43 | 44 | /usr/include/sys/syslog.h: 45 | 46 | /usr/include/features.h: 47 | 48 | /usr/include/bits/predefs.h: 49 | 50 | /usr/include/sys/cdefs.h: 51 | 52 | /usr/include/bits/wordsize.h: 53 | 54 | /usr/include/gnu/stubs.h: 55 | 56 | /usr/include/gnu/stubs-32.h: 57 | 58 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 59 | 60 | /usr/include/bits/syslog-path.h: 61 | 62 | /usr/include/bits/syslog.h: 63 | 64 | /usr/include/sys/types.h: 65 | 66 | /usr/include/bits/types.h: 67 | 68 | /usr/include/bits/typesizes.h: 69 | 70 | /usr/include/time.h: 71 | 72 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 73 | 74 | /usr/include/bits/pthreadtypes.h: 75 | 76 | /usr/include/unistd.h: 77 | 78 | /usr/include/bits/posix_opt.h: 79 | 80 | /usr/include/bits/environments.h: 81 | 82 | /usr/include/bits/confname.h: 83 | 84 | /usr/include/getopt.h: 85 | 86 | /usr/include/bits/unistd.h: 87 | 88 | /usr/include/sys/times.h: 89 | 90 | /usr/include/stdlib.h: 91 | 92 | /usr/include/bits/waitflags.h: 93 | 94 | /usr/include/bits/waitstatus.h: 95 | 96 | /usr/include/bits/stdlib.h: 97 | 98 | /usr/include/stdio.h: 99 | 100 | /usr/include/libio.h: 101 | 102 | /usr/include/_G_config.h: 103 | 104 | /usr/include/wchar.h: 105 | 106 | /usr/include/bits/stdio_lim.h: 107 | 108 | /usr/include/bits/sys_errlist.h: 109 | 110 | /usr/include/bits/stdio.h: 111 | 112 | /usr/include/bits/stdio2.h: 113 | 114 | /usr/include/string.h: 115 | 116 | /usr/include/bits/string.h: 117 | 118 | /usr/include/bits/string2.h: 119 | 120 | /usr/include/endian.h: 121 | 122 | /usr/include/bits/endian.h: 123 | 124 | /usr/include/bits/string3.h: 125 | 126 | /usr/include/errno.h: 127 | 128 | /usr/include/bits/errno.h: 129 | 130 | /usr/include/linux/errno.h: 131 | 132 | /usr/include/asm/errno.h: 133 | 134 | /usr/include/asm-generic/errno.h: 135 | 136 | /usr/include/asm-generic/errno-base.h: 137 | 138 | /usr/include/sys/stat.h: 139 | 140 | /usr/include/bits/stat.h: 141 | 142 | /usr/include/fcntl.h: 143 | 144 | /usr/include/bits/fcntl.h: 145 | 146 | /usr/include/bits/fcntl2.h: 147 | 148 | /usr/include/dirent.h: 149 | 150 | /usr/include/bits/dirent.h: 151 | 152 | /usr/include/sys/time.h: 153 | 154 | /usr/include/bits/time.h: 155 | 156 | /usr/include/sys/select.h: 157 | 158 | /usr/include/bits/select.h: 159 | 160 | /usr/include/bits/sigset.h: 161 | 162 | /usr/include/signal.h: 163 | 164 | /usr/include/bits/signum.h: 165 | 166 | /usr/include/bits/siginfo.h: 167 | 168 | /usr/include/bits/sigaction.h: 169 | 170 | /usr/include/bits/sigstack.h: 171 | 172 | /usr/include/sys/ucontext.h: 173 | 174 | /usr/include/bits/sigcontext.h: 175 | 176 | /usr/include/bits/sigthread.h: 177 | 178 | /usr/include/libgen.h: 179 | 180 | retcodes.h: 181 | 182 | lib_safe.h: 183 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_sboxes.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_sboxes.o: lib_sboxes.c 2 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_str.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_str.o: lib_str.c /usr/include/unistd.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h /usr/include/bits/posix_opt.h \ 5 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 6 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 7 | /usr/include/bits/confname.h /usr/include/getopt.h \ 8 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 9 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 10 | /usr/include/endian.h /usr/include/bits/endian.h \ 11 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 12 | /usr/include/bits/string3.h \ 13 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h /usr/include/stdio.h \ 14 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/syslog.h /usr/include/sys/syslog.h \ 18 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 19 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 20 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 21 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 22 | /usr/include/bits/pthreadtypes.h /usr/include/sys/stat.h \ 23 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 24 | /usr/include/bits/fcntl2.h /usr/include/alloca.h \ 25 | /usr/include/bits/stdlib.h /usr/include/ctype.h lib_safe.h 26 | 27 | /usr/include/unistd.h: 28 | 29 | /usr/include/features.h: 30 | 31 | /usr/include/bits/predefs.h: 32 | 33 | /usr/include/sys/cdefs.h: 34 | 35 | /usr/include/bits/wordsize.h: 36 | 37 | /usr/include/gnu/stubs.h: 38 | 39 | /usr/include/gnu/stubs-32.h: 40 | 41 | /usr/include/bits/posix_opt.h: 42 | 43 | /usr/include/bits/types.h: 44 | 45 | /usr/include/bits/typesizes.h: 46 | 47 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 48 | 49 | /usr/include/bits/confname.h: 50 | 51 | /usr/include/getopt.h: 52 | 53 | /usr/include/bits/unistd.h: 54 | 55 | /usr/include/string.h: 56 | 57 | /usr/include/xlocale.h: 58 | 59 | /usr/include/bits/string.h: 60 | 61 | /usr/include/bits/string2.h: 62 | 63 | /usr/include/endian.h: 64 | 65 | /usr/include/bits/endian.h: 66 | 67 | /usr/include/bits/byteswap.h: 68 | 69 | /usr/include/stdlib.h: 70 | 71 | /usr/include/bits/string3.h: 72 | 73 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 74 | 75 | /usr/include/stdio.h: 76 | 77 | /usr/include/libio.h: 78 | 79 | /usr/include/_G_config.h: 80 | 81 | /usr/include/wchar.h: 82 | 83 | /usr/include/bits/stdio_lim.h: 84 | 85 | /usr/include/bits/sys_errlist.h: 86 | 87 | /usr/include/bits/stdio.h: 88 | 89 | /usr/include/bits/stdio2.h: 90 | 91 | /usr/include/syslog.h: 92 | 93 | /usr/include/sys/syslog.h: 94 | 95 | /usr/include/bits/syslog-path.h: 96 | 97 | /usr/include/bits/syslog.h: 98 | 99 | /usr/include/sys/types.h: 100 | 101 | /usr/include/time.h: 102 | 103 | /usr/include/sys/select.h: 104 | 105 | /usr/include/bits/select.h: 106 | 107 | /usr/include/bits/sigset.h: 108 | 109 | /usr/include/bits/time.h: 110 | 111 | /usr/include/sys/sysmacros.h: 112 | 113 | /usr/include/bits/pthreadtypes.h: 114 | 115 | /usr/include/sys/stat.h: 116 | 117 | /usr/include/bits/stat.h: 118 | 119 | /usr/include/fcntl.h: 120 | 121 | /usr/include/bits/fcntl.h: 122 | 123 | /usr/include/bits/fcntl2.h: 124 | 125 | /usr/include/alloca.h: 126 | 127 | /usr/include/bits/stdlib.h: 128 | 129 | /usr/include/ctype.h: 130 | 131 | lib_safe.h: 132 | -------------------------------------------------------------------------------- /.deps/lessfs-lib_tiger.Po: -------------------------------------------------------------------------------- 1 | lessfs-lib_tiger.o: lib_tiger.c 2 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_BMW.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_BMW.o: lib_BMW.c /usr/include/string.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/xlocale.h /usr/include/bits/string.h \ 7 | /usr/include/bits/string2.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 10 | /usr/include/stdlib.h /usr/include/bits/string3.h \ 11 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 12 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 13 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 14 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 15 | /usr/include/bits/stdlib.h /usr/include/stdio.h /usr/include/libio.h \ 16 | /usr/include/_G_config.h /usr/include/wchar.h \ 17 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 18 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 19 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h lib_safe.h \ 20 | lib_BMW_SHA3api_ref.h 21 | 22 | /usr/include/string.h: 23 | 24 | /usr/include/features.h: 25 | 26 | /usr/include/bits/predefs.h: 27 | 28 | /usr/include/sys/cdefs.h: 29 | 30 | /usr/include/bits/wordsize.h: 31 | 32 | /usr/include/gnu/stubs.h: 33 | 34 | /usr/include/gnu/stubs-32.h: 35 | 36 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 37 | 38 | /usr/include/xlocale.h: 39 | 40 | /usr/include/bits/string.h: 41 | 42 | /usr/include/bits/string2.h: 43 | 44 | /usr/include/endian.h: 45 | 46 | /usr/include/bits/endian.h: 47 | 48 | /usr/include/bits/byteswap.h: 49 | 50 | /usr/include/bits/types.h: 51 | 52 | /usr/include/bits/typesizes.h: 53 | 54 | /usr/include/stdlib.h: 55 | 56 | /usr/include/bits/string3.h: 57 | 58 | /usr/include/sys/types.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/include/sys/select.h: 63 | 64 | /usr/include/bits/select.h: 65 | 66 | /usr/include/bits/sigset.h: 67 | 68 | /usr/include/bits/time.h: 69 | 70 | /usr/include/sys/sysmacros.h: 71 | 72 | /usr/include/bits/pthreadtypes.h: 73 | 74 | /usr/include/alloca.h: 75 | 76 | /usr/include/bits/stdlib.h: 77 | 78 | /usr/include/stdio.h: 79 | 80 | /usr/include/libio.h: 81 | 82 | /usr/include/_G_config.h: 83 | 84 | /usr/include/wchar.h: 85 | 86 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 87 | 88 | /usr/include/bits/stdio_lim.h: 89 | 90 | /usr/include/bits/sys_errlist.h: 91 | 92 | /usr/include/bits/stdio.h: 93 | 94 | /usr/include/bits/stdio2.h: 95 | 96 | lib_safe.h: 97 | 98 | lib_BMW_SHA3api_ref.h: 99 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_cfg.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_cfg.o: lib_cfg.c /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 14 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 15 | /usr/include/endian.h /usr/include/bits/endian.h \ 16 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 17 | /usr/include/bits/string3.h /usr/include/errno.h \ 18 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 19 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 20 | /usr/include/asm-generic/errno-base.h /usr/include/ctype.h \ 21 | /usr/include/fcntl.h /usr/include/bits/fcntl.h /usr/include/sys/types.h \ 22 | /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ 23 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 24 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/sys/stat.h \ 26 | /usr/include/bits/stat.h /usr/include/alloca.h \ 27 | /usr/include/bits/stdlib.h lib_cfg.h lib_log.h /usr/include/sys/times.h \ 28 | lib_safe.h lib_str.h retcodes.h 29 | 30 | /usr/include/stdio.h: 31 | 32 | /usr/include/features.h: 33 | 34 | /usr/include/bits/predefs.h: 35 | 36 | /usr/include/sys/cdefs.h: 37 | 38 | /usr/include/bits/wordsize.h: 39 | 40 | /usr/include/gnu/stubs.h: 41 | 42 | /usr/include/gnu/stubs-32.h: 43 | 44 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 45 | 46 | /usr/include/bits/types.h: 47 | 48 | /usr/include/bits/typesizes.h: 49 | 50 | /usr/include/libio.h: 51 | 52 | /usr/include/_G_config.h: 53 | 54 | /usr/include/wchar.h: 55 | 56 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 57 | 58 | /usr/include/bits/stdio_lim.h: 59 | 60 | /usr/include/bits/sys_errlist.h: 61 | 62 | /usr/include/bits/stdio.h: 63 | 64 | /usr/include/bits/stdio2.h: 65 | 66 | /usr/include/unistd.h: 67 | 68 | /usr/include/bits/posix_opt.h: 69 | 70 | /usr/include/bits/confname.h: 71 | 72 | /usr/include/getopt.h: 73 | 74 | /usr/include/bits/unistd.h: 75 | 76 | /usr/include/string.h: 77 | 78 | /usr/include/xlocale.h: 79 | 80 | /usr/include/bits/string.h: 81 | 82 | /usr/include/bits/string2.h: 83 | 84 | /usr/include/endian.h: 85 | 86 | /usr/include/bits/endian.h: 87 | 88 | /usr/include/bits/byteswap.h: 89 | 90 | /usr/include/stdlib.h: 91 | 92 | /usr/include/bits/string3.h: 93 | 94 | /usr/include/errno.h: 95 | 96 | /usr/include/bits/errno.h: 97 | 98 | /usr/include/linux/errno.h: 99 | 100 | /usr/include/asm/errno.h: 101 | 102 | /usr/include/asm-generic/errno.h: 103 | 104 | /usr/include/asm-generic/errno-base.h: 105 | 106 | /usr/include/ctype.h: 107 | 108 | /usr/include/fcntl.h: 109 | 110 | /usr/include/bits/fcntl.h: 111 | 112 | /usr/include/sys/types.h: 113 | 114 | /usr/include/time.h: 115 | 116 | /usr/include/sys/select.h: 117 | 118 | /usr/include/bits/select.h: 119 | 120 | /usr/include/bits/sigset.h: 121 | 122 | /usr/include/bits/time.h: 123 | 124 | /usr/include/sys/sysmacros.h: 125 | 126 | /usr/include/bits/pthreadtypes.h: 127 | 128 | /usr/include/bits/fcntl2.h: 129 | 130 | /usr/include/sys/stat.h: 131 | 132 | /usr/include/bits/stat.h: 133 | 134 | /usr/include/alloca.h: 135 | 136 | /usr/include/bits/stdlib.h: 137 | 138 | lib_cfg.h: 139 | 140 | lib_log.h: 141 | 142 | /usr/include/sys/times.h: 143 | 144 | lib_safe.h: 145 | 146 | lib_str.h: 147 | 148 | retcodes.h: 149 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_crypto.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_crypto.o: lib_crypto.c config.h lib_log.h \ 2 | /usr/include/sys/types.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h /usr/include/time.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 13 | /usr/include/bits/confname.h /usr/include/getopt.h \ 14 | /usr/include/bits/unistd.h /usr/include/sys/times.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 17 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 18 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 19 | /usr/include/stdlib.h /usr/include/alloca.h /usr/include/bits/stdlib.h \ 20 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h \ 22 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 23 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h lib_safe.h \ 24 | retcodes.h lib_cfg.h 25 | 26 | config.h: 27 | 28 | lib_log.h: 29 | 30 | /usr/include/sys/types.h: 31 | 32 | /usr/include/features.h: 33 | 34 | /usr/include/bits/predefs.h: 35 | 36 | /usr/include/sys/cdefs.h: 37 | 38 | /usr/include/bits/wordsize.h: 39 | 40 | /usr/include/gnu/stubs.h: 41 | 42 | /usr/include/gnu/stubs-32.h: 43 | 44 | /usr/include/bits/types.h: 45 | 46 | /usr/include/bits/typesizes.h: 47 | 48 | /usr/include/time.h: 49 | 50 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 51 | 52 | /usr/include/endian.h: 53 | 54 | /usr/include/bits/endian.h: 55 | 56 | /usr/include/bits/byteswap.h: 57 | 58 | /usr/include/sys/select.h: 59 | 60 | /usr/include/bits/select.h: 61 | 62 | /usr/include/bits/sigset.h: 63 | 64 | /usr/include/bits/time.h: 65 | 66 | /usr/include/sys/sysmacros.h: 67 | 68 | /usr/include/bits/pthreadtypes.h: 69 | 70 | /usr/include/unistd.h: 71 | 72 | /usr/include/bits/posix_opt.h: 73 | 74 | /usr/include/bits/confname.h: 75 | 76 | /usr/include/getopt.h: 77 | 78 | /usr/include/bits/unistd.h: 79 | 80 | /usr/include/sys/times.h: 81 | 82 | /usr/include/stdio.h: 83 | 84 | /usr/include/libio.h: 85 | 86 | /usr/include/_G_config.h: 87 | 88 | /usr/include/wchar.h: 89 | 90 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 91 | 92 | /usr/include/bits/stdio_lim.h: 93 | 94 | /usr/include/bits/sys_errlist.h: 95 | 96 | /usr/include/bits/stdio.h: 97 | 98 | /usr/include/bits/stdio2.h: 99 | 100 | /usr/include/stdlib.h: 101 | 102 | /usr/include/alloca.h: 103 | 104 | /usr/include/bits/stdlib.h: 105 | 106 | /usr/include/string.h: 107 | 108 | /usr/include/xlocale.h: 109 | 110 | /usr/include/bits/string.h: 111 | 112 | /usr/include/bits/string2.h: 113 | 114 | /usr/include/bits/string3.h: 115 | 116 | /usr/include/sys/stat.h: 117 | 118 | /usr/include/bits/stat.h: 119 | 120 | /usr/include/fcntl.h: 121 | 122 | /usr/include/bits/fcntl.h: 123 | 124 | /usr/include/bits/fcntl2.h: 125 | 126 | lib_safe.h: 127 | 128 | retcodes.h: 129 | 130 | lib_cfg.h: 131 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_lzo.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_lzo.o: lib_lzo.c config.h /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/stdlib.h \ 14 | /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ 15 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 16 | /usr/include/sys/select.h /usr/include/bits/select.h \ 17 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 18 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 19 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/string.h \ 20 | /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h 22 | 23 | config.h: 24 | 25 | /usr/include/stdio.h: 26 | 27 | /usr/include/features.h: 28 | 29 | /usr/include/bits/predefs.h: 30 | 31 | /usr/include/sys/cdefs.h: 32 | 33 | /usr/include/bits/wordsize.h: 34 | 35 | /usr/include/gnu/stubs.h: 36 | 37 | /usr/include/gnu/stubs-32.h: 38 | 39 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/libio.h: 46 | 47 | /usr/include/_G_config.h: 48 | 49 | /usr/include/wchar.h: 50 | 51 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 52 | 53 | /usr/include/bits/stdio_lim.h: 54 | 55 | /usr/include/bits/sys_errlist.h: 56 | 57 | /usr/include/bits/stdio.h: 58 | 59 | /usr/include/bits/stdio2.h: 60 | 61 | /usr/include/unistd.h: 62 | 63 | /usr/include/bits/posix_opt.h: 64 | 65 | /usr/include/bits/confname.h: 66 | 67 | /usr/include/getopt.h: 68 | 69 | /usr/include/bits/unistd.h: 70 | 71 | /usr/include/stdlib.h: 72 | 73 | /usr/include/sys/types.h: 74 | 75 | /usr/include/time.h: 76 | 77 | /usr/include/endian.h: 78 | 79 | /usr/include/bits/endian.h: 80 | 81 | /usr/include/bits/byteswap.h: 82 | 83 | /usr/include/sys/select.h: 84 | 85 | /usr/include/bits/select.h: 86 | 87 | /usr/include/bits/sigset.h: 88 | 89 | /usr/include/bits/time.h: 90 | 91 | /usr/include/sys/sysmacros.h: 92 | 93 | /usr/include/bits/pthreadtypes.h: 94 | 95 | /usr/include/alloca.h: 96 | 97 | /usr/include/bits/stdlib.h: 98 | 99 | /usr/include/string.h: 100 | 101 | /usr/include/xlocale.h: 102 | 103 | /usr/include/bits/string.h: 104 | 105 | /usr/include/bits/string2.h: 106 | 107 | /usr/include/bits/string3.h: 108 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_net.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_net.o: lib_net.c /usr/include/ctype.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 6 | /usr/include/endian.h /usr/include/bits/endian.h \ 7 | /usr/include/bits/byteswap.h /usr/include/xlocale.h \ 8 | /usr/include/stdlib.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 9 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 10 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 11 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 12 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 13 | /usr/include/bits/stdlib.h /usr/include/sys/time.h /usr/include/unistd.h \ 14 | /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ 15 | /usr/include/getopt.h /usr/include/bits/unistd.h \ 16 | /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ 17 | /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \ 18 | /usr/include/asm/socket.h /usr/include/asm/sockios.h \ 19 | /usr/include/bits/socket2.h /usr/include/netinet/in.h \ 20 | /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \ 21 | /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ 22 | /usr/include/arpa/inet.h /usr/include/string.h \ 23 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 24 | /usr/include/bits/string3.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 27 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 28 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 29 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 30 | /usr/include/malloc.h /usr/include/errno.h /usr/include/bits/errno.h \ 31 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 32 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 33 | lib_log.h /usr/include/sys/times.h lib_safe.h lib_net.h retcodes.h 34 | 35 | /usr/include/ctype.h: 36 | 37 | /usr/include/features.h: 38 | 39 | /usr/include/bits/predefs.h: 40 | 41 | /usr/include/sys/cdefs.h: 42 | 43 | /usr/include/bits/wordsize.h: 44 | 45 | /usr/include/gnu/stubs.h: 46 | 47 | /usr/include/gnu/stubs-32.h: 48 | 49 | /usr/include/bits/types.h: 50 | 51 | /usr/include/bits/typesizes.h: 52 | 53 | /usr/include/endian.h: 54 | 55 | /usr/include/bits/endian.h: 56 | 57 | /usr/include/bits/byteswap.h: 58 | 59 | /usr/include/xlocale.h: 60 | 61 | /usr/include/stdlib.h: 62 | 63 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 64 | 65 | /usr/include/sys/types.h: 66 | 67 | /usr/include/time.h: 68 | 69 | /usr/include/sys/select.h: 70 | 71 | /usr/include/bits/select.h: 72 | 73 | /usr/include/bits/sigset.h: 74 | 75 | /usr/include/bits/time.h: 76 | 77 | /usr/include/sys/sysmacros.h: 78 | 79 | /usr/include/bits/pthreadtypes.h: 80 | 81 | /usr/include/alloca.h: 82 | 83 | /usr/include/bits/stdlib.h: 84 | 85 | /usr/include/sys/time.h: 86 | 87 | /usr/include/unistd.h: 88 | 89 | /usr/include/bits/posix_opt.h: 90 | 91 | /usr/include/bits/confname.h: 92 | 93 | /usr/include/getopt.h: 94 | 95 | /usr/include/bits/unistd.h: 96 | 97 | /usr/include/sys/socket.h: 98 | 99 | /usr/include/sys/uio.h: 100 | 101 | /usr/include/bits/uio.h: 102 | 103 | /usr/include/bits/socket.h: 104 | 105 | /usr/include/bits/sockaddr.h: 106 | 107 | /usr/include/asm/socket.h: 108 | 109 | /usr/include/asm/sockios.h: 110 | 111 | /usr/include/bits/socket2.h: 112 | 113 | /usr/include/netinet/in.h: 114 | 115 | /usr/include/stdint.h: 116 | 117 | /usr/include/bits/wchar.h: 118 | 119 | /usr/include/bits/in.h: 120 | 121 | /usr/include/netdb.h: 122 | 123 | /usr/include/rpc/netdb.h: 124 | 125 | /usr/include/bits/netdb.h: 126 | 127 | /usr/include/arpa/inet.h: 128 | 129 | /usr/include/string.h: 130 | 131 | /usr/include/bits/string.h: 132 | 133 | /usr/include/bits/string2.h: 134 | 135 | /usr/include/bits/string3.h: 136 | 137 | /usr/include/fcntl.h: 138 | 139 | /usr/include/bits/fcntl.h: 140 | 141 | /usr/include/bits/fcntl2.h: 142 | 143 | /usr/include/stdio.h: 144 | 145 | /usr/include/libio.h: 146 | 147 | /usr/include/_G_config.h: 148 | 149 | /usr/include/wchar.h: 150 | 151 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 152 | 153 | /usr/include/bits/stdio_lim.h: 154 | 155 | /usr/include/bits/sys_errlist.h: 156 | 157 | /usr/include/bits/stdio.h: 158 | 159 | /usr/include/bits/stdio2.h: 160 | 161 | /usr/include/malloc.h: 162 | 163 | /usr/include/errno.h: 164 | 165 | /usr/include/bits/errno.h: 166 | 167 | /usr/include/linux/errno.h: 168 | 169 | /usr/include/asm/errno.h: 170 | 171 | /usr/include/asm-generic/errno.h: 172 | 173 | /usr/include/asm-generic/errno-base.h: 174 | 175 | lib_log.h: 176 | 177 | /usr/include/sys/times.h: 178 | 179 | lib_safe.h: 180 | 181 | lib_net.h: 182 | 183 | retcodes.h: 184 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_qlz.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_qlz.o: lib_qlz.c config.h /usr/include/stdlib.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/sys/types.h /usr/include/bits/types.h \ 7 | /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/stdio.h \ 13 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 18 | /usr/include/bits/string2.h /usr/include/bits/string3.h lib_safe.h \ 19 | lib_qlz.h 20 | 21 | config.h: 22 | 23 | /usr/include/stdlib.h: 24 | 25 | /usr/include/features.h: 26 | 27 | /usr/include/bits/predefs.h: 28 | 29 | /usr/include/sys/cdefs.h: 30 | 31 | /usr/include/bits/wordsize.h: 32 | 33 | /usr/include/gnu/stubs.h: 34 | 35 | /usr/include/gnu/stubs-32.h: 36 | 37 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/time.h: 46 | 47 | /usr/include/endian.h: 48 | 49 | /usr/include/bits/endian.h: 50 | 51 | /usr/include/bits/byteswap.h: 52 | 53 | /usr/include/sys/select.h: 54 | 55 | /usr/include/bits/select.h: 56 | 57 | /usr/include/bits/sigset.h: 58 | 59 | /usr/include/bits/time.h: 60 | 61 | /usr/include/sys/sysmacros.h: 62 | 63 | /usr/include/bits/pthreadtypes.h: 64 | 65 | /usr/include/alloca.h: 66 | 67 | /usr/include/bits/stdlib.h: 68 | 69 | /usr/include/stdio.h: 70 | 71 | /usr/include/libio.h: 72 | 73 | /usr/include/_G_config.h: 74 | 75 | /usr/include/wchar.h: 76 | 77 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 78 | 79 | /usr/include/bits/stdio_lim.h: 80 | 81 | /usr/include/bits/sys_errlist.h: 82 | 83 | /usr/include/bits/stdio.h: 84 | 85 | /usr/include/bits/stdio2.h: 86 | 87 | /usr/include/string.h: 88 | 89 | /usr/include/xlocale.h: 90 | 91 | /usr/include/bits/string.h: 92 | 93 | /usr/include/bits/string2.h: 94 | 95 | /usr/include/bits/string3.h: 96 | 97 | lib_safe.h: 98 | 99 | lib_qlz.h: 100 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_safe.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_safe.o: lib_safe.c config.h lib_log.h \ 2 | /usr/include/sys/types.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h /usr/include/time.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 8 | /usr/include/bits/pthreadtypes.h /usr/include/unistd.h \ 9 | /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ 10 | /usr/include/bits/confname.h /usr/include/getopt.h \ 11 | /usr/include/bits/unistd.h /usr/include/sys/times.h \ 12 | /usr/include/stdlib.h /usr/include/bits/waitflags.h \ 13 | /usr/include/bits/waitstatus.h /usr/include/bits/stdlib.h \ 14 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 15 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 16 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 17 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 18 | /usr/include/string.h /usr/include/bits/string.h \ 19 | /usr/include/bits/string2.h /usr/include/endian.h \ 20 | /usr/include/bits/endian.h /usr/include/bits/string3.h \ 21 | /usr/include/errno.h /usr/include/bits/errno.h \ 22 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 23 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 24 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/dirent.h /usr/include/bits/dirent.h /usr/include/sys/time.h \ 27 | /usr/include/bits/time.h /usr/include/sys/select.h \ 28 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 29 | /usr/include/signal.h /usr/include/bits/signum.h \ 30 | /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ 31 | /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ 32 | /usr/include/bits/sigcontext.h /usr/include/bits/sigthread.h \ 33 | /usr/include/libgen.h retcodes.h lib_safe.h 34 | 35 | config.h: 36 | 37 | lib_log.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/features.h: 42 | 43 | /usr/include/bits/predefs.h: 44 | 45 | /usr/include/sys/cdefs.h: 46 | 47 | /usr/include/bits/wordsize.h: 48 | 49 | /usr/include/gnu/stubs.h: 50 | 51 | /usr/include/gnu/stubs-32.h: 52 | 53 | /usr/include/bits/types.h: 54 | 55 | /usr/include/bits/typesizes.h: 56 | 57 | /usr/include/time.h: 58 | 59 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 60 | 61 | /usr/include/bits/pthreadtypes.h: 62 | 63 | /usr/include/unistd.h: 64 | 65 | /usr/include/bits/posix_opt.h: 66 | 67 | /usr/include/bits/environments.h: 68 | 69 | /usr/include/bits/confname.h: 70 | 71 | /usr/include/getopt.h: 72 | 73 | /usr/include/bits/unistd.h: 74 | 75 | /usr/include/sys/times.h: 76 | 77 | /usr/include/stdlib.h: 78 | 79 | /usr/include/bits/waitflags.h: 80 | 81 | /usr/include/bits/waitstatus.h: 82 | 83 | /usr/include/bits/stdlib.h: 84 | 85 | /usr/include/stdio.h: 86 | 87 | /usr/include/libio.h: 88 | 89 | /usr/include/_G_config.h: 90 | 91 | /usr/include/wchar.h: 92 | 93 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 94 | 95 | /usr/include/bits/stdio_lim.h: 96 | 97 | /usr/include/bits/sys_errlist.h: 98 | 99 | /usr/include/bits/stdio.h: 100 | 101 | /usr/include/bits/stdio2.h: 102 | 103 | /usr/include/string.h: 104 | 105 | /usr/include/bits/string.h: 106 | 107 | /usr/include/bits/string2.h: 108 | 109 | /usr/include/endian.h: 110 | 111 | /usr/include/bits/endian.h: 112 | 113 | /usr/include/bits/string3.h: 114 | 115 | /usr/include/errno.h: 116 | 117 | /usr/include/bits/errno.h: 118 | 119 | /usr/include/linux/errno.h: 120 | 121 | /usr/include/asm/errno.h: 122 | 123 | /usr/include/asm-generic/errno.h: 124 | 125 | /usr/include/asm-generic/errno-base.h: 126 | 127 | /usr/include/sys/stat.h: 128 | 129 | /usr/include/bits/stat.h: 130 | 131 | /usr/include/fcntl.h: 132 | 133 | /usr/include/bits/fcntl.h: 134 | 135 | /usr/include/bits/fcntl2.h: 136 | 137 | /usr/include/dirent.h: 138 | 139 | /usr/include/bits/dirent.h: 140 | 141 | /usr/include/sys/time.h: 142 | 143 | /usr/include/bits/time.h: 144 | 145 | /usr/include/sys/select.h: 146 | 147 | /usr/include/bits/select.h: 148 | 149 | /usr/include/bits/sigset.h: 150 | 151 | /usr/include/signal.h: 152 | 153 | /usr/include/bits/signum.h: 154 | 155 | /usr/include/bits/siginfo.h: 156 | 157 | /usr/include/bits/sigaction.h: 158 | 159 | /usr/include/bits/sigstack.h: 160 | 161 | /usr/include/sys/ucontext.h: 162 | 163 | /usr/include/bits/sigcontext.h: 164 | 165 | /usr/include/bits/sigthread.h: 166 | 167 | /usr/include/libgen.h: 168 | 169 | retcodes.h: 170 | 171 | lib_safe.h: 172 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_sboxes.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_sboxes.o: lib_sboxes.c 2 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_str.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_str.o: lib_str.c /usr/include/unistd.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/posix_opt.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 8 | /usr/include/bits/confname.h /usr/include/getopt.h \ 9 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 10 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 11 | /usr/include/endian.h /usr/include/bits/endian.h \ 12 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 13 | /usr/include/bits/string3.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 17 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 18 | /usr/include/syslog.h /usr/include/sys/syslog.h \ 19 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 20 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 21 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 22 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 23 | /usr/include/bits/pthreadtypes.h /usr/include/sys/stat.h \ 24 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/alloca.h \ 26 | /usr/include/bits/stdlib.h /usr/include/ctype.h lib_safe.h 27 | 28 | /usr/include/unistd.h: 29 | 30 | /usr/include/features.h: 31 | 32 | /usr/include/bits/predefs.h: 33 | 34 | /usr/include/sys/cdefs.h: 35 | 36 | /usr/include/bits/wordsize.h: 37 | 38 | /usr/include/gnu/stubs.h: 39 | 40 | /usr/include/gnu/stubs-32.h: 41 | 42 | /usr/include/bits/posix_opt.h: 43 | 44 | /usr/include/bits/types.h: 45 | 46 | /usr/include/bits/typesizes.h: 47 | 48 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 49 | 50 | /usr/include/bits/confname.h: 51 | 52 | /usr/include/getopt.h: 53 | 54 | /usr/include/bits/unistd.h: 55 | 56 | /usr/include/string.h: 57 | 58 | /usr/include/xlocale.h: 59 | 60 | /usr/include/bits/string.h: 61 | 62 | /usr/include/bits/string2.h: 63 | 64 | /usr/include/endian.h: 65 | 66 | /usr/include/bits/endian.h: 67 | 68 | /usr/include/bits/byteswap.h: 69 | 70 | /usr/include/stdlib.h: 71 | 72 | /usr/include/bits/string3.h: 73 | 74 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 75 | 76 | /usr/include/stdio.h: 77 | 78 | /usr/include/libio.h: 79 | 80 | /usr/include/_G_config.h: 81 | 82 | /usr/include/wchar.h: 83 | 84 | /usr/include/bits/stdio_lim.h: 85 | 86 | /usr/include/bits/sys_errlist.h: 87 | 88 | /usr/include/bits/stdio.h: 89 | 90 | /usr/include/bits/stdio2.h: 91 | 92 | /usr/include/syslog.h: 93 | 94 | /usr/include/sys/syslog.h: 95 | 96 | /usr/include/bits/syslog-path.h: 97 | 98 | /usr/include/bits/syslog.h: 99 | 100 | /usr/include/sys/types.h: 101 | 102 | /usr/include/time.h: 103 | 104 | /usr/include/sys/select.h: 105 | 106 | /usr/include/bits/select.h: 107 | 108 | /usr/include/bits/sigset.h: 109 | 110 | /usr/include/bits/time.h: 111 | 112 | /usr/include/sys/sysmacros.h: 113 | 114 | /usr/include/bits/pthreadtypes.h: 115 | 116 | /usr/include/sys/stat.h: 117 | 118 | /usr/include/bits/stat.h: 119 | 120 | /usr/include/fcntl.h: 121 | 122 | /usr/include/bits/fcntl.h: 123 | 124 | /usr/include/bits/fcntl2.h: 125 | 126 | /usr/include/alloca.h: 127 | 128 | /usr/include/bits/stdlib.h: 129 | 130 | /usr/include/ctype.h: 131 | 132 | lib_safe.h: 133 | -------------------------------------------------------------------------------- /.deps/lessfsck-lib_tiger.Po: -------------------------------------------------------------------------------- 1 | lessfsck-lib_tiger.o: lib_tiger.c 2 | -------------------------------------------------------------------------------- /.deps/listdb-lib_BMW.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_BMW.o: lib_BMW.c /usr/include/string.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/xlocale.h /usr/include/bits/string.h \ 7 | /usr/include/bits/string2.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 10 | /usr/include/stdlib.h /usr/include/bits/string3.h \ 11 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 12 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 13 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 14 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 15 | /usr/include/bits/stdlib.h /usr/include/stdio.h /usr/include/libio.h \ 16 | /usr/include/_G_config.h /usr/include/wchar.h \ 17 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 18 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 19 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h lib_safe.h \ 20 | lib_BMW_SHA3api_ref.h 21 | 22 | /usr/include/string.h: 23 | 24 | /usr/include/features.h: 25 | 26 | /usr/include/bits/predefs.h: 27 | 28 | /usr/include/sys/cdefs.h: 29 | 30 | /usr/include/bits/wordsize.h: 31 | 32 | /usr/include/gnu/stubs.h: 33 | 34 | /usr/include/gnu/stubs-32.h: 35 | 36 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 37 | 38 | /usr/include/xlocale.h: 39 | 40 | /usr/include/bits/string.h: 41 | 42 | /usr/include/bits/string2.h: 43 | 44 | /usr/include/endian.h: 45 | 46 | /usr/include/bits/endian.h: 47 | 48 | /usr/include/bits/byteswap.h: 49 | 50 | /usr/include/bits/types.h: 51 | 52 | /usr/include/bits/typesizes.h: 53 | 54 | /usr/include/stdlib.h: 55 | 56 | /usr/include/bits/string3.h: 57 | 58 | /usr/include/sys/types.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/include/sys/select.h: 63 | 64 | /usr/include/bits/select.h: 65 | 66 | /usr/include/bits/sigset.h: 67 | 68 | /usr/include/bits/time.h: 69 | 70 | /usr/include/sys/sysmacros.h: 71 | 72 | /usr/include/bits/pthreadtypes.h: 73 | 74 | /usr/include/alloca.h: 75 | 76 | /usr/include/bits/stdlib.h: 77 | 78 | /usr/include/stdio.h: 79 | 80 | /usr/include/libio.h: 81 | 82 | /usr/include/_G_config.h: 83 | 84 | /usr/include/wchar.h: 85 | 86 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 87 | 88 | /usr/include/bits/stdio_lim.h: 89 | 90 | /usr/include/bits/sys_errlist.h: 91 | 92 | /usr/include/bits/stdio.h: 93 | 94 | /usr/include/bits/stdio2.h: 95 | 96 | lib_safe.h: 97 | 98 | lib_BMW_SHA3api_ref.h: 99 | -------------------------------------------------------------------------------- /.deps/listdb-lib_cfg.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_cfg.o: lib_cfg.c /usr/include/stdio.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 14 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 15 | /usr/include/endian.h /usr/include/bits/endian.h \ 16 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 17 | /usr/include/bits/string3.h /usr/include/errno.h \ 18 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 19 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 20 | /usr/include/asm-generic/errno-base.h /usr/include/ctype.h \ 21 | /usr/include/fcntl.h /usr/include/bits/fcntl.h /usr/include/sys/types.h \ 22 | /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ 23 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 24 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/sys/stat.h \ 26 | /usr/include/bits/stat.h /usr/include/alloca.h \ 27 | /usr/include/bits/stdlib.h lib_cfg.h lib_log.h /usr/include/sys/times.h \ 28 | lib_safe.h lib_str.h retcodes.h 29 | 30 | /usr/include/stdio.h: 31 | 32 | /usr/include/features.h: 33 | 34 | /usr/include/bits/predefs.h: 35 | 36 | /usr/include/sys/cdefs.h: 37 | 38 | /usr/include/bits/wordsize.h: 39 | 40 | /usr/include/gnu/stubs.h: 41 | 42 | /usr/include/gnu/stubs-32.h: 43 | 44 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 45 | 46 | /usr/include/bits/types.h: 47 | 48 | /usr/include/bits/typesizes.h: 49 | 50 | /usr/include/libio.h: 51 | 52 | /usr/include/_G_config.h: 53 | 54 | /usr/include/wchar.h: 55 | 56 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 57 | 58 | /usr/include/bits/stdio_lim.h: 59 | 60 | /usr/include/bits/sys_errlist.h: 61 | 62 | /usr/include/bits/stdio.h: 63 | 64 | /usr/include/bits/stdio2.h: 65 | 66 | /usr/include/unistd.h: 67 | 68 | /usr/include/bits/posix_opt.h: 69 | 70 | /usr/include/bits/confname.h: 71 | 72 | /usr/include/getopt.h: 73 | 74 | /usr/include/bits/unistd.h: 75 | 76 | /usr/include/string.h: 77 | 78 | /usr/include/xlocale.h: 79 | 80 | /usr/include/bits/string.h: 81 | 82 | /usr/include/bits/string2.h: 83 | 84 | /usr/include/endian.h: 85 | 86 | /usr/include/bits/endian.h: 87 | 88 | /usr/include/bits/byteswap.h: 89 | 90 | /usr/include/stdlib.h: 91 | 92 | /usr/include/bits/string3.h: 93 | 94 | /usr/include/errno.h: 95 | 96 | /usr/include/bits/errno.h: 97 | 98 | /usr/include/linux/errno.h: 99 | 100 | /usr/include/asm/errno.h: 101 | 102 | /usr/include/asm-generic/errno.h: 103 | 104 | /usr/include/asm-generic/errno-base.h: 105 | 106 | /usr/include/ctype.h: 107 | 108 | /usr/include/fcntl.h: 109 | 110 | /usr/include/bits/fcntl.h: 111 | 112 | /usr/include/sys/types.h: 113 | 114 | /usr/include/time.h: 115 | 116 | /usr/include/sys/select.h: 117 | 118 | /usr/include/bits/select.h: 119 | 120 | /usr/include/bits/sigset.h: 121 | 122 | /usr/include/bits/time.h: 123 | 124 | /usr/include/sys/sysmacros.h: 125 | 126 | /usr/include/bits/pthreadtypes.h: 127 | 128 | /usr/include/bits/fcntl2.h: 129 | 130 | /usr/include/sys/stat.h: 131 | 132 | /usr/include/bits/stat.h: 133 | 134 | /usr/include/alloca.h: 135 | 136 | /usr/include/bits/stdlib.h: 137 | 138 | lib_cfg.h: 139 | 140 | lib_log.h: 141 | 142 | /usr/include/sys/times.h: 143 | 144 | lib_safe.h: 145 | 146 | lib_str.h: 147 | 148 | retcodes.h: 149 | -------------------------------------------------------------------------------- /.deps/listdb-lib_crypto.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_crypto.o: lib_crypto.c config.h lib_log.h \ 2 | /usr/include/sys/types.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h /usr/include/time.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 13 | /usr/include/bits/confname.h /usr/include/getopt.h \ 14 | /usr/include/bits/unistd.h /usr/include/sys/times.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 17 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 18 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 19 | /usr/include/stdlib.h /usr/include/alloca.h /usr/include/bits/stdlib.h \ 20 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h \ 22 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 23 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h lib_safe.h \ 24 | retcodes.h lib_cfg.h 25 | 26 | config.h: 27 | 28 | lib_log.h: 29 | 30 | /usr/include/sys/types.h: 31 | 32 | /usr/include/features.h: 33 | 34 | /usr/include/bits/predefs.h: 35 | 36 | /usr/include/sys/cdefs.h: 37 | 38 | /usr/include/bits/wordsize.h: 39 | 40 | /usr/include/gnu/stubs.h: 41 | 42 | /usr/include/gnu/stubs-32.h: 43 | 44 | /usr/include/bits/types.h: 45 | 46 | /usr/include/bits/typesizes.h: 47 | 48 | /usr/include/time.h: 49 | 50 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 51 | 52 | /usr/include/endian.h: 53 | 54 | /usr/include/bits/endian.h: 55 | 56 | /usr/include/bits/byteswap.h: 57 | 58 | /usr/include/sys/select.h: 59 | 60 | /usr/include/bits/select.h: 61 | 62 | /usr/include/bits/sigset.h: 63 | 64 | /usr/include/bits/time.h: 65 | 66 | /usr/include/sys/sysmacros.h: 67 | 68 | /usr/include/bits/pthreadtypes.h: 69 | 70 | /usr/include/unistd.h: 71 | 72 | /usr/include/bits/posix_opt.h: 73 | 74 | /usr/include/bits/confname.h: 75 | 76 | /usr/include/getopt.h: 77 | 78 | /usr/include/bits/unistd.h: 79 | 80 | /usr/include/sys/times.h: 81 | 82 | /usr/include/stdio.h: 83 | 84 | /usr/include/libio.h: 85 | 86 | /usr/include/_G_config.h: 87 | 88 | /usr/include/wchar.h: 89 | 90 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 91 | 92 | /usr/include/bits/stdio_lim.h: 93 | 94 | /usr/include/bits/sys_errlist.h: 95 | 96 | /usr/include/bits/stdio.h: 97 | 98 | /usr/include/bits/stdio2.h: 99 | 100 | /usr/include/stdlib.h: 101 | 102 | /usr/include/alloca.h: 103 | 104 | /usr/include/bits/stdlib.h: 105 | 106 | /usr/include/string.h: 107 | 108 | /usr/include/xlocale.h: 109 | 110 | /usr/include/bits/string.h: 111 | 112 | /usr/include/bits/string2.h: 113 | 114 | /usr/include/bits/string3.h: 115 | 116 | /usr/include/sys/stat.h: 117 | 118 | /usr/include/bits/stat.h: 119 | 120 | /usr/include/fcntl.h: 121 | 122 | /usr/include/bits/fcntl.h: 123 | 124 | /usr/include/bits/fcntl2.h: 125 | 126 | lib_safe.h: 127 | 128 | retcodes.h: 129 | 130 | lib_cfg.h: 131 | -------------------------------------------------------------------------------- /.deps/listdb-lib_lzo.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_lzo.o: lib_lzo.c config.h /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/stdlib.h \ 14 | /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ 15 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 16 | /usr/include/sys/select.h /usr/include/bits/select.h \ 17 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 18 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 19 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/string.h \ 20 | /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h 22 | 23 | config.h: 24 | 25 | /usr/include/stdio.h: 26 | 27 | /usr/include/features.h: 28 | 29 | /usr/include/bits/predefs.h: 30 | 31 | /usr/include/sys/cdefs.h: 32 | 33 | /usr/include/bits/wordsize.h: 34 | 35 | /usr/include/gnu/stubs.h: 36 | 37 | /usr/include/gnu/stubs-32.h: 38 | 39 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/libio.h: 46 | 47 | /usr/include/_G_config.h: 48 | 49 | /usr/include/wchar.h: 50 | 51 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 52 | 53 | /usr/include/bits/stdio_lim.h: 54 | 55 | /usr/include/bits/sys_errlist.h: 56 | 57 | /usr/include/bits/stdio.h: 58 | 59 | /usr/include/bits/stdio2.h: 60 | 61 | /usr/include/unistd.h: 62 | 63 | /usr/include/bits/posix_opt.h: 64 | 65 | /usr/include/bits/confname.h: 66 | 67 | /usr/include/getopt.h: 68 | 69 | /usr/include/bits/unistd.h: 70 | 71 | /usr/include/stdlib.h: 72 | 73 | /usr/include/sys/types.h: 74 | 75 | /usr/include/time.h: 76 | 77 | /usr/include/endian.h: 78 | 79 | /usr/include/bits/endian.h: 80 | 81 | /usr/include/bits/byteswap.h: 82 | 83 | /usr/include/sys/select.h: 84 | 85 | /usr/include/bits/select.h: 86 | 87 | /usr/include/bits/sigset.h: 88 | 89 | /usr/include/bits/time.h: 90 | 91 | /usr/include/sys/sysmacros.h: 92 | 93 | /usr/include/bits/pthreadtypes.h: 94 | 95 | /usr/include/alloca.h: 96 | 97 | /usr/include/bits/stdlib.h: 98 | 99 | /usr/include/string.h: 100 | 101 | /usr/include/xlocale.h: 102 | 103 | /usr/include/bits/string.h: 104 | 105 | /usr/include/bits/string2.h: 106 | 107 | /usr/include/bits/string3.h: 108 | -------------------------------------------------------------------------------- /.deps/listdb-lib_net.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_net.o: lib_net.c /usr/include/ctype.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h /usr/include/bits/types.h \ 5 | /usr/include/bits/typesizes.h /usr/include/endian.h \ 6 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 7 | /usr/include/xlocale.h /usr/include/stdlib.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 9 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 10 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 11 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 12 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 13 | /usr/include/bits/stdlib.h /usr/include/sys/time.h /usr/include/unistd.h \ 14 | /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ 15 | /usr/include/getopt.h /usr/include/bits/unistd.h \ 16 | /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ 17 | /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \ 18 | /usr/include/asm/socket.h /usr/include/asm/sockios.h \ 19 | /usr/include/bits/socket2.h /usr/include/netinet/in.h \ 20 | /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \ 21 | /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ 22 | /usr/include/arpa/inet.h /usr/include/string.h \ 23 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 24 | /usr/include/bits/string3.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 27 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 28 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 29 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 30 | /usr/include/malloc.h /usr/include/errno.h /usr/include/bits/errno.h \ 31 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 32 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 33 | lib_log.h /usr/include/sys/times.h lib_safe.h lib_net.h retcodes.h 34 | 35 | /usr/include/ctype.h: 36 | 37 | /usr/include/features.h: 38 | 39 | /usr/include/bits/predefs.h: 40 | 41 | /usr/include/sys/cdefs.h: 42 | 43 | /usr/include/bits/wordsize.h: 44 | 45 | /usr/include/gnu/stubs.h: 46 | 47 | /usr/include/gnu/stubs-32.h: 48 | 49 | /usr/include/bits/types.h: 50 | 51 | /usr/include/bits/typesizes.h: 52 | 53 | /usr/include/endian.h: 54 | 55 | /usr/include/bits/endian.h: 56 | 57 | /usr/include/bits/byteswap.h: 58 | 59 | /usr/include/xlocale.h: 60 | 61 | /usr/include/stdlib.h: 62 | 63 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 64 | 65 | /usr/include/sys/types.h: 66 | 67 | /usr/include/time.h: 68 | 69 | /usr/include/sys/select.h: 70 | 71 | /usr/include/bits/select.h: 72 | 73 | /usr/include/bits/sigset.h: 74 | 75 | /usr/include/bits/time.h: 76 | 77 | /usr/include/sys/sysmacros.h: 78 | 79 | /usr/include/bits/pthreadtypes.h: 80 | 81 | /usr/include/alloca.h: 82 | 83 | /usr/include/bits/stdlib.h: 84 | 85 | /usr/include/sys/time.h: 86 | 87 | /usr/include/unistd.h: 88 | 89 | /usr/include/bits/posix_opt.h: 90 | 91 | /usr/include/bits/confname.h: 92 | 93 | /usr/include/getopt.h: 94 | 95 | /usr/include/bits/unistd.h: 96 | 97 | /usr/include/sys/socket.h: 98 | 99 | /usr/include/sys/uio.h: 100 | 101 | /usr/include/bits/uio.h: 102 | 103 | /usr/include/bits/socket.h: 104 | 105 | /usr/include/bits/sockaddr.h: 106 | 107 | /usr/include/asm/socket.h: 108 | 109 | /usr/include/asm/sockios.h: 110 | 111 | /usr/include/bits/socket2.h: 112 | 113 | /usr/include/netinet/in.h: 114 | 115 | /usr/include/stdint.h: 116 | 117 | /usr/include/bits/wchar.h: 118 | 119 | /usr/include/bits/in.h: 120 | 121 | /usr/include/netdb.h: 122 | 123 | /usr/include/rpc/netdb.h: 124 | 125 | /usr/include/bits/netdb.h: 126 | 127 | /usr/include/arpa/inet.h: 128 | 129 | /usr/include/string.h: 130 | 131 | /usr/include/bits/string.h: 132 | 133 | /usr/include/bits/string2.h: 134 | 135 | /usr/include/bits/string3.h: 136 | 137 | /usr/include/fcntl.h: 138 | 139 | /usr/include/bits/fcntl.h: 140 | 141 | /usr/include/bits/fcntl2.h: 142 | 143 | /usr/include/stdio.h: 144 | 145 | /usr/include/libio.h: 146 | 147 | /usr/include/_G_config.h: 148 | 149 | /usr/include/wchar.h: 150 | 151 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 152 | 153 | /usr/include/bits/stdio_lim.h: 154 | 155 | /usr/include/bits/sys_errlist.h: 156 | 157 | /usr/include/bits/stdio.h: 158 | 159 | /usr/include/bits/stdio2.h: 160 | 161 | /usr/include/malloc.h: 162 | 163 | /usr/include/errno.h: 164 | 165 | /usr/include/bits/errno.h: 166 | 167 | /usr/include/linux/errno.h: 168 | 169 | /usr/include/asm/errno.h: 170 | 171 | /usr/include/asm-generic/errno.h: 172 | 173 | /usr/include/asm-generic/errno-base.h: 174 | 175 | lib_log.h: 176 | 177 | /usr/include/sys/times.h: 178 | 179 | lib_safe.h: 180 | 181 | lib_net.h: 182 | 183 | retcodes.h: 184 | -------------------------------------------------------------------------------- /.deps/listdb-lib_qlz.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_qlz.o: lib_qlz.c config.h /usr/include/stdlib.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/sys/types.h /usr/include/bits/types.h \ 7 | /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/stdio.h \ 13 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 18 | /usr/include/bits/string2.h /usr/include/bits/string3.h lib_safe.h \ 19 | lib_qlz.h 20 | 21 | config.h: 22 | 23 | /usr/include/stdlib.h: 24 | 25 | /usr/include/features.h: 26 | 27 | /usr/include/bits/predefs.h: 28 | 29 | /usr/include/sys/cdefs.h: 30 | 31 | /usr/include/bits/wordsize.h: 32 | 33 | /usr/include/gnu/stubs.h: 34 | 35 | /usr/include/gnu/stubs-32.h: 36 | 37 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/time.h: 46 | 47 | /usr/include/endian.h: 48 | 49 | /usr/include/bits/endian.h: 50 | 51 | /usr/include/bits/byteswap.h: 52 | 53 | /usr/include/sys/select.h: 54 | 55 | /usr/include/bits/select.h: 56 | 57 | /usr/include/bits/sigset.h: 58 | 59 | /usr/include/bits/time.h: 60 | 61 | /usr/include/sys/sysmacros.h: 62 | 63 | /usr/include/bits/pthreadtypes.h: 64 | 65 | /usr/include/alloca.h: 66 | 67 | /usr/include/bits/stdlib.h: 68 | 69 | /usr/include/stdio.h: 70 | 71 | /usr/include/libio.h: 72 | 73 | /usr/include/_G_config.h: 74 | 75 | /usr/include/wchar.h: 76 | 77 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 78 | 79 | /usr/include/bits/stdio_lim.h: 80 | 81 | /usr/include/bits/sys_errlist.h: 82 | 83 | /usr/include/bits/stdio.h: 84 | 85 | /usr/include/bits/stdio2.h: 86 | 87 | /usr/include/string.h: 88 | 89 | /usr/include/xlocale.h: 90 | 91 | /usr/include/bits/string.h: 92 | 93 | /usr/include/bits/string2.h: 94 | 95 | /usr/include/bits/string3.h: 96 | 97 | lib_safe.h: 98 | 99 | lib_qlz.h: 100 | -------------------------------------------------------------------------------- /.deps/listdb-lib_safe.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_safe.o: lib_safe.c config.h lib_log.h /usr/include/sys/types.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 6 | /usr/include/time.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 7 | /usr/include/bits/pthreadtypes.h /usr/include/unistd.h \ 8 | /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ 9 | /usr/include/bits/confname.h /usr/include/getopt.h \ 10 | /usr/include/bits/unistd.h /usr/include/sys/times.h \ 11 | /usr/include/stdlib.h /usr/include/bits/waitflags.h \ 12 | /usr/include/bits/waitstatus.h /usr/include/bits/stdlib.h \ 13 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 14 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/string.h /usr/include/bits/string.h \ 18 | /usr/include/bits/string2.h /usr/include/endian.h \ 19 | /usr/include/bits/endian.h /usr/include/bits/string3.h \ 20 | /usr/include/errno.h /usr/include/bits/errno.h \ 21 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 22 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 23 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 24 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 25 | /usr/include/dirent.h /usr/include/bits/dirent.h /usr/include/sys/time.h \ 26 | /usr/include/bits/time.h /usr/include/sys/select.h \ 27 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 28 | /usr/include/signal.h /usr/include/bits/signum.h \ 29 | /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ 30 | /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ 31 | /usr/include/bits/sigcontext.h /usr/include/bits/sigthread.h \ 32 | /usr/include/libgen.h retcodes.h lib_safe.h 33 | 34 | config.h: 35 | 36 | lib_log.h: 37 | 38 | /usr/include/sys/types.h: 39 | 40 | /usr/include/features.h: 41 | 42 | /usr/include/bits/predefs.h: 43 | 44 | /usr/include/sys/cdefs.h: 45 | 46 | /usr/include/bits/wordsize.h: 47 | 48 | /usr/include/gnu/stubs.h: 49 | 50 | /usr/include/gnu/stubs-32.h: 51 | 52 | /usr/include/bits/types.h: 53 | 54 | /usr/include/bits/typesizes.h: 55 | 56 | /usr/include/time.h: 57 | 58 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 59 | 60 | /usr/include/bits/pthreadtypes.h: 61 | 62 | /usr/include/unistd.h: 63 | 64 | /usr/include/bits/posix_opt.h: 65 | 66 | /usr/include/bits/environments.h: 67 | 68 | /usr/include/bits/confname.h: 69 | 70 | /usr/include/getopt.h: 71 | 72 | /usr/include/bits/unistd.h: 73 | 74 | /usr/include/sys/times.h: 75 | 76 | /usr/include/stdlib.h: 77 | 78 | /usr/include/bits/waitflags.h: 79 | 80 | /usr/include/bits/waitstatus.h: 81 | 82 | /usr/include/bits/stdlib.h: 83 | 84 | /usr/include/stdio.h: 85 | 86 | /usr/include/libio.h: 87 | 88 | /usr/include/_G_config.h: 89 | 90 | /usr/include/wchar.h: 91 | 92 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 93 | 94 | /usr/include/bits/stdio_lim.h: 95 | 96 | /usr/include/bits/sys_errlist.h: 97 | 98 | /usr/include/bits/stdio.h: 99 | 100 | /usr/include/bits/stdio2.h: 101 | 102 | /usr/include/string.h: 103 | 104 | /usr/include/bits/string.h: 105 | 106 | /usr/include/bits/string2.h: 107 | 108 | /usr/include/endian.h: 109 | 110 | /usr/include/bits/endian.h: 111 | 112 | /usr/include/bits/string3.h: 113 | 114 | /usr/include/errno.h: 115 | 116 | /usr/include/bits/errno.h: 117 | 118 | /usr/include/linux/errno.h: 119 | 120 | /usr/include/asm/errno.h: 121 | 122 | /usr/include/asm-generic/errno.h: 123 | 124 | /usr/include/asm-generic/errno-base.h: 125 | 126 | /usr/include/sys/stat.h: 127 | 128 | /usr/include/bits/stat.h: 129 | 130 | /usr/include/fcntl.h: 131 | 132 | /usr/include/bits/fcntl.h: 133 | 134 | /usr/include/bits/fcntl2.h: 135 | 136 | /usr/include/dirent.h: 137 | 138 | /usr/include/bits/dirent.h: 139 | 140 | /usr/include/sys/time.h: 141 | 142 | /usr/include/bits/time.h: 143 | 144 | /usr/include/sys/select.h: 145 | 146 | /usr/include/bits/select.h: 147 | 148 | /usr/include/bits/sigset.h: 149 | 150 | /usr/include/signal.h: 151 | 152 | /usr/include/bits/signum.h: 153 | 154 | /usr/include/bits/siginfo.h: 155 | 156 | /usr/include/bits/sigaction.h: 157 | 158 | /usr/include/bits/sigstack.h: 159 | 160 | /usr/include/sys/ucontext.h: 161 | 162 | /usr/include/bits/sigcontext.h: 163 | 164 | /usr/include/bits/sigthread.h: 165 | 166 | /usr/include/libgen.h: 167 | 168 | retcodes.h: 169 | 170 | lib_safe.h: 171 | -------------------------------------------------------------------------------- /.deps/listdb-lib_sboxes.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_sboxes.o: lib_sboxes.c 2 | -------------------------------------------------------------------------------- /.deps/listdb-lib_str.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_str.o: lib_str.c /usr/include/unistd.h /usr/include/features.h \ 2 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 3 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 4 | /usr/include/gnu/stubs-32.h /usr/include/bits/posix_opt.h \ 5 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 6 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 7 | /usr/include/bits/confname.h /usr/include/getopt.h \ 8 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 9 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 10 | /usr/include/endian.h /usr/include/bits/endian.h \ 11 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 12 | /usr/include/bits/string3.h \ 13 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h /usr/include/stdio.h \ 14 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/syslog.h /usr/include/sys/syslog.h \ 18 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 19 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 20 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 21 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 22 | /usr/include/bits/pthreadtypes.h /usr/include/sys/stat.h \ 23 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 24 | /usr/include/bits/fcntl2.h /usr/include/alloca.h \ 25 | /usr/include/bits/stdlib.h /usr/include/ctype.h lib_safe.h 26 | 27 | /usr/include/unistd.h: 28 | 29 | /usr/include/features.h: 30 | 31 | /usr/include/bits/predefs.h: 32 | 33 | /usr/include/sys/cdefs.h: 34 | 35 | /usr/include/bits/wordsize.h: 36 | 37 | /usr/include/gnu/stubs.h: 38 | 39 | /usr/include/gnu/stubs-32.h: 40 | 41 | /usr/include/bits/posix_opt.h: 42 | 43 | /usr/include/bits/types.h: 44 | 45 | /usr/include/bits/typesizes.h: 46 | 47 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 48 | 49 | /usr/include/bits/confname.h: 50 | 51 | /usr/include/getopt.h: 52 | 53 | /usr/include/bits/unistd.h: 54 | 55 | /usr/include/string.h: 56 | 57 | /usr/include/xlocale.h: 58 | 59 | /usr/include/bits/string.h: 60 | 61 | /usr/include/bits/string2.h: 62 | 63 | /usr/include/endian.h: 64 | 65 | /usr/include/bits/endian.h: 66 | 67 | /usr/include/bits/byteswap.h: 68 | 69 | /usr/include/stdlib.h: 70 | 71 | /usr/include/bits/string3.h: 72 | 73 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 74 | 75 | /usr/include/stdio.h: 76 | 77 | /usr/include/libio.h: 78 | 79 | /usr/include/_G_config.h: 80 | 81 | /usr/include/wchar.h: 82 | 83 | /usr/include/bits/stdio_lim.h: 84 | 85 | /usr/include/bits/sys_errlist.h: 86 | 87 | /usr/include/bits/stdio.h: 88 | 89 | /usr/include/bits/stdio2.h: 90 | 91 | /usr/include/syslog.h: 92 | 93 | /usr/include/sys/syslog.h: 94 | 95 | /usr/include/bits/syslog-path.h: 96 | 97 | /usr/include/bits/syslog.h: 98 | 99 | /usr/include/sys/types.h: 100 | 101 | /usr/include/time.h: 102 | 103 | /usr/include/sys/select.h: 104 | 105 | /usr/include/bits/select.h: 106 | 107 | /usr/include/bits/sigset.h: 108 | 109 | /usr/include/bits/time.h: 110 | 111 | /usr/include/sys/sysmacros.h: 112 | 113 | /usr/include/bits/pthreadtypes.h: 114 | 115 | /usr/include/sys/stat.h: 116 | 117 | /usr/include/bits/stat.h: 118 | 119 | /usr/include/fcntl.h: 120 | 121 | /usr/include/bits/fcntl.h: 122 | 123 | /usr/include/bits/fcntl2.h: 124 | 125 | /usr/include/alloca.h: 126 | 127 | /usr/include/bits/stdlib.h: 128 | 129 | /usr/include/ctype.h: 130 | 131 | lib_safe.h: 132 | -------------------------------------------------------------------------------- /.deps/listdb-lib_tiger.Po: -------------------------------------------------------------------------------- 1 | listdb-lib_tiger.o: lib_tiger.c 2 | -------------------------------------------------------------------------------- /.deps/listdb-listdb.Po: -------------------------------------------------------------------------------- 1 | listdb-listdb.o: listdb.c config.h /usr/include/unistd.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/posix_opt.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 8 | /usr/include/bits/confname.h /usr/include/getopt.h \ 9 | /usr/include/bits/unistd.h /usr/include/sys/types.h /usr/include/time.h \ 10 | /usr/include/endian.h /usr/include/bits/endian.h \ 11 | /usr/include/bits/byteswap.h /usr/include/sys/select.h \ 12 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 13 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 14 | /usr/include/bits/pthreadtypes.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 17 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 18 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 19 | /usr/include/fuse/fuse.h /usr/include/fuse/fuse_common.h \ 20 | /usr/include/fuse/fuse_opt.h /usr/include/stdint.h \ 21 | /usr/include/bits/wchar.h /usr/include/fuse/fuse_common_compat.h \ 22 | /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 23 | /usr/include/bits/fcntl2.h /usr/include/xlocale.h /usr/include/utime.h \ 24 | /usr/include/sys/stat.h /usr/include/bits/stat.h \ 25 | /usr/include/sys/statvfs.h /usr/include/bits/statvfs.h \ 26 | /usr/include/sys/uio.h /usr/include/bits/uio.h \ 27 | /usr/include/fuse/fuse_compat.h /usr/include/sys/statfs.h \ 28 | /usr/include/bits/statfs.h /usr/include/stdlib.h /usr/include/alloca.h \ 29 | /usr/include/bits/stdlib.h /usr/include/string.h \ 30 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 31 | /usr/include/bits/string3.h /usr/include/errno.h \ 32 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 33 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 34 | /usr/include/asm-generic/errno-base.h /usr/local/include/tcutil.h \ 35 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdbool.h \ 36 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include-fixed/limits.h \ 37 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include-fixed/syslimits.h \ 38 | /usr/include/limits.h /usr/include/bits/posix1_lim.h \ 39 | /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ 40 | /usr/include/bits/posix2_lim.h /usr/include/math.h \ 41 | /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ 42 | /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ 43 | /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ 44 | /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \ 45 | /usr/local/include/tchdb.h /usr/local/include/tcbdb.h lib_safe.h \ 46 | lib_cfg.h lib_str.h retcodes.h lib_qlz.h lib_tc.h file_io.h commons.h 47 | 48 | config.h: 49 | 50 | /usr/include/unistd.h: 51 | 52 | /usr/include/features.h: 53 | 54 | /usr/include/bits/predefs.h: 55 | 56 | /usr/include/sys/cdefs.h: 57 | 58 | /usr/include/bits/wordsize.h: 59 | 60 | /usr/include/gnu/stubs.h: 61 | 62 | /usr/include/gnu/stubs-32.h: 63 | 64 | /usr/include/bits/posix_opt.h: 65 | 66 | /usr/include/bits/types.h: 67 | 68 | /usr/include/bits/typesizes.h: 69 | 70 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 71 | 72 | /usr/include/bits/confname.h: 73 | 74 | /usr/include/getopt.h: 75 | 76 | /usr/include/bits/unistd.h: 77 | 78 | /usr/include/sys/types.h: 79 | 80 | /usr/include/time.h: 81 | 82 | /usr/include/endian.h: 83 | 84 | /usr/include/bits/endian.h: 85 | 86 | /usr/include/bits/byteswap.h: 87 | 88 | /usr/include/sys/select.h: 89 | 90 | /usr/include/bits/select.h: 91 | 92 | /usr/include/bits/sigset.h: 93 | 94 | /usr/include/bits/time.h: 95 | 96 | /usr/include/sys/sysmacros.h: 97 | 98 | /usr/include/bits/pthreadtypes.h: 99 | 100 | /usr/include/stdio.h: 101 | 102 | /usr/include/libio.h: 103 | 104 | /usr/include/_G_config.h: 105 | 106 | /usr/include/wchar.h: 107 | 108 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 109 | 110 | /usr/include/bits/stdio_lim.h: 111 | 112 | /usr/include/bits/sys_errlist.h: 113 | 114 | /usr/include/bits/stdio.h: 115 | 116 | /usr/include/bits/stdio2.h: 117 | 118 | /usr/include/fuse/fuse.h: 119 | 120 | /usr/include/fuse/fuse_common.h: 121 | 122 | /usr/include/fuse/fuse_opt.h: 123 | 124 | /usr/include/stdint.h: 125 | 126 | /usr/include/bits/wchar.h: 127 | 128 | /usr/include/fuse/fuse_common_compat.h: 129 | 130 | /usr/include/fcntl.h: 131 | 132 | /usr/include/bits/fcntl.h: 133 | 134 | /usr/include/bits/fcntl2.h: 135 | 136 | /usr/include/xlocale.h: 137 | 138 | /usr/include/utime.h: 139 | 140 | /usr/include/sys/stat.h: 141 | 142 | /usr/include/bits/stat.h: 143 | 144 | /usr/include/sys/statvfs.h: 145 | 146 | /usr/include/bits/statvfs.h: 147 | 148 | /usr/include/sys/uio.h: 149 | 150 | /usr/include/bits/uio.h: 151 | 152 | /usr/include/fuse/fuse_compat.h: 153 | 154 | /usr/include/sys/statfs.h: 155 | 156 | /usr/include/bits/statfs.h: 157 | 158 | /usr/include/stdlib.h: 159 | 160 | /usr/include/alloca.h: 161 | 162 | /usr/include/bits/stdlib.h: 163 | 164 | /usr/include/string.h: 165 | 166 | /usr/include/bits/string.h: 167 | 168 | /usr/include/bits/string2.h: 169 | 170 | /usr/include/bits/string3.h: 171 | 172 | /usr/include/errno.h: 173 | 174 | /usr/include/bits/errno.h: 175 | 176 | /usr/include/linux/errno.h: 177 | 178 | /usr/include/asm/errno.h: 179 | 180 | /usr/include/asm-generic/errno.h: 181 | 182 | /usr/include/asm-generic/errno-base.h: 183 | 184 | /usr/local/include/tcutil.h: 185 | 186 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdbool.h: 187 | 188 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include-fixed/limits.h: 189 | 190 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include-fixed/syslimits.h: 191 | 192 | /usr/include/limits.h: 193 | 194 | /usr/include/bits/posix1_lim.h: 195 | 196 | /usr/include/bits/local_lim.h: 197 | 198 | /usr/include/linux/limits.h: 199 | 200 | /usr/include/bits/posix2_lim.h: 201 | 202 | /usr/include/math.h: 203 | 204 | /usr/include/bits/huge_val.h: 205 | 206 | /usr/include/bits/huge_valf.h: 207 | 208 | /usr/include/bits/huge_vall.h: 209 | 210 | /usr/include/bits/inf.h: 211 | 212 | /usr/include/bits/nan.h: 213 | 214 | /usr/include/bits/mathdef.h: 215 | 216 | /usr/include/bits/mathcalls.h: 217 | 218 | /usr/include/bits/mathinline.h: 219 | 220 | /usr/local/include/tchdb.h: 221 | 222 | /usr/local/include/tcbdb.h: 223 | 224 | lib_safe.h: 225 | 226 | lib_cfg.h: 227 | 228 | lib_str.h: 229 | 230 | retcodes.h: 231 | 232 | lib_qlz.h: 233 | 234 | lib_tc.h: 235 | 236 | file_io.h: 237 | 238 | commons.h: 239 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_BMW.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_BMW.o: lib_BMW.c /usr/include/string.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/xlocale.h /usr/include/bits/string.h \ 7 | /usr/include/bits/string2.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 10 | /usr/include/stdlib.h /usr/include/bits/string3.h \ 11 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 12 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 13 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 14 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 15 | /usr/include/bits/stdlib.h /usr/include/stdio.h /usr/include/libio.h \ 16 | /usr/include/_G_config.h /usr/include/wchar.h \ 17 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 18 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 19 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h lib_safe.h \ 20 | lib_BMW_SHA3api_ref.h 21 | 22 | /usr/include/string.h: 23 | 24 | /usr/include/features.h: 25 | 26 | /usr/include/bits/predefs.h: 27 | 28 | /usr/include/sys/cdefs.h: 29 | 30 | /usr/include/bits/wordsize.h: 31 | 32 | /usr/include/gnu/stubs.h: 33 | 34 | /usr/include/gnu/stubs-32.h: 35 | 36 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 37 | 38 | /usr/include/xlocale.h: 39 | 40 | /usr/include/bits/string.h: 41 | 42 | /usr/include/bits/string2.h: 43 | 44 | /usr/include/endian.h: 45 | 46 | /usr/include/bits/endian.h: 47 | 48 | /usr/include/bits/byteswap.h: 49 | 50 | /usr/include/bits/types.h: 51 | 52 | /usr/include/bits/typesizes.h: 53 | 54 | /usr/include/stdlib.h: 55 | 56 | /usr/include/bits/string3.h: 57 | 58 | /usr/include/sys/types.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/include/sys/select.h: 63 | 64 | /usr/include/bits/select.h: 65 | 66 | /usr/include/bits/sigset.h: 67 | 68 | /usr/include/bits/time.h: 69 | 70 | /usr/include/sys/sysmacros.h: 71 | 72 | /usr/include/bits/pthreadtypes.h: 73 | 74 | /usr/include/alloca.h: 75 | 76 | /usr/include/bits/stdlib.h: 77 | 78 | /usr/include/stdio.h: 79 | 80 | /usr/include/libio.h: 81 | 82 | /usr/include/_G_config.h: 83 | 84 | /usr/include/wchar.h: 85 | 86 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 87 | 88 | /usr/include/bits/stdio_lim.h: 89 | 90 | /usr/include/bits/sys_errlist.h: 91 | 92 | /usr/include/bits/stdio.h: 93 | 94 | /usr/include/bits/stdio2.h: 95 | 96 | lib_safe.h: 97 | 98 | lib_BMW_SHA3api_ref.h: 99 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_cfg.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_cfg.o: lib_cfg.c /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 14 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 15 | /usr/include/endian.h /usr/include/bits/endian.h \ 16 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 17 | /usr/include/bits/string3.h /usr/include/errno.h \ 18 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 19 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 20 | /usr/include/asm-generic/errno-base.h /usr/include/ctype.h \ 21 | /usr/include/fcntl.h /usr/include/bits/fcntl.h /usr/include/sys/types.h \ 22 | /usr/include/time.h /usr/include/sys/select.h /usr/include/bits/select.h \ 23 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 24 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/sys/stat.h \ 26 | /usr/include/bits/stat.h /usr/include/alloca.h \ 27 | /usr/include/bits/stdlib.h lib_cfg.h lib_log.h /usr/include/syslog.h \ 28 | /usr/include/sys/syslog.h /usr/include/bits/syslog-path.h \ 29 | /usr/include/bits/syslog.h /usr/include/sys/times.h lib_safe.h lib_str.h \ 30 | retcodes.h 31 | 32 | /usr/include/stdio.h: 33 | 34 | /usr/include/features.h: 35 | 36 | /usr/include/bits/predefs.h: 37 | 38 | /usr/include/sys/cdefs.h: 39 | 40 | /usr/include/bits/wordsize.h: 41 | 42 | /usr/include/gnu/stubs.h: 43 | 44 | /usr/include/gnu/stubs-32.h: 45 | 46 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 47 | 48 | /usr/include/bits/types.h: 49 | 50 | /usr/include/bits/typesizes.h: 51 | 52 | /usr/include/libio.h: 53 | 54 | /usr/include/_G_config.h: 55 | 56 | /usr/include/wchar.h: 57 | 58 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 59 | 60 | /usr/include/bits/stdio_lim.h: 61 | 62 | /usr/include/bits/sys_errlist.h: 63 | 64 | /usr/include/bits/stdio.h: 65 | 66 | /usr/include/bits/stdio2.h: 67 | 68 | /usr/include/unistd.h: 69 | 70 | /usr/include/bits/posix_opt.h: 71 | 72 | /usr/include/bits/confname.h: 73 | 74 | /usr/include/getopt.h: 75 | 76 | /usr/include/bits/unistd.h: 77 | 78 | /usr/include/string.h: 79 | 80 | /usr/include/xlocale.h: 81 | 82 | /usr/include/bits/string.h: 83 | 84 | /usr/include/bits/string2.h: 85 | 86 | /usr/include/endian.h: 87 | 88 | /usr/include/bits/endian.h: 89 | 90 | /usr/include/bits/byteswap.h: 91 | 92 | /usr/include/stdlib.h: 93 | 94 | /usr/include/bits/string3.h: 95 | 96 | /usr/include/errno.h: 97 | 98 | /usr/include/bits/errno.h: 99 | 100 | /usr/include/linux/errno.h: 101 | 102 | /usr/include/asm/errno.h: 103 | 104 | /usr/include/asm-generic/errno.h: 105 | 106 | /usr/include/asm-generic/errno-base.h: 107 | 108 | /usr/include/ctype.h: 109 | 110 | /usr/include/fcntl.h: 111 | 112 | /usr/include/bits/fcntl.h: 113 | 114 | /usr/include/sys/types.h: 115 | 116 | /usr/include/time.h: 117 | 118 | /usr/include/sys/select.h: 119 | 120 | /usr/include/bits/select.h: 121 | 122 | /usr/include/bits/sigset.h: 123 | 124 | /usr/include/bits/time.h: 125 | 126 | /usr/include/sys/sysmacros.h: 127 | 128 | /usr/include/bits/pthreadtypes.h: 129 | 130 | /usr/include/bits/fcntl2.h: 131 | 132 | /usr/include/sys/stat.h: 133 | 134 | /usr/include/bits/stat.h: 135 | 136 | /usr/include/alloca.h: 137 | 138 | /usr/include/bits/stdlib.h: 139 | 140 | lib_cfg.h: 141 | 142 | lib_log.h: 143 | 144 | /usr/include/syslog.h: 145 | 146 | /usr/include/sys/syslog.h: 147 | 148 | /usr/include/bits/syslog-path.h: 149 | 150 | /usr/include/bits/syslog.h: 151 | 152 | /usr/include/sys/times.h: 153 | 154 | lib_safe.h: 155 | 156 | lib_str.h: 157 | 158 | retcodes.h: 159 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_crypto.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_crypto.o: lib_crypto.c config.h lib_log.h \ 2 | /usr/include/syslog.h /usr/include/sys/syslog.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h \ 6 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 7 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 8 | /usr/include/sys/types.h /usr/include/bits/types.h \ 9 | /usr/include/bits/typesizes.h /usr/include/time.h \ 10 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h /usr/include/endian.h \ 11 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 12 | /usr/include/sys/select.h /usr/include/bits/select.h \ 13 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 14 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 15 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 16 | /usr/include/bits/confname.h /usr/include/getopt.h \ 17 | /usr/include/bits/unistd.h /usr/include/sys/times.h /usr/include/stdio.h \ 18 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 19 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 20 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 21 | /usr/include/stdlib.h /usr/include/alloca.h /usr/include/bits/stdlib.h \ 22 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 23 | /usr/include/bits/string2.h /usr/include/bits/string3.h \ 24 | /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h lib_safe.h \ 26 | retcodes.h lib_cfg.h 27 | 28 | config.h: 29 | 30 | lib_log.h: 31 | 32 | /usr/include/syslog.h: 33 | 34 | /usr/include/sys/syslog.h: 35 | 36 | /usr/include/features.h: 37 | 38 | /usr/include/bits/predefs.h: 39 | 40 | /usr/include/sys/cdefs.h: 41 | 42 | /usr/include/bits/wordsize.h: 43 | 44 | /usr/include/gnu/stubs.h: 45 | 46 | /usr/include/gnu/stubs-32.h: 47 | 48 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 49 | 50 | /usr/include/bits/syslog-path.h: 51 | 52 | /usr/include/bits/syslog.h: 53 | 54 | /usr/include/sys/types.h: 55 | 56 | /usr/include/bits/types.h: 57 | 58 | /usr/include/bits/typesizes.h: 59 | 60 | /usr/include/time.h: 61 | 62 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 63 | 64 | /usr/include/endian.h: 65 | 66 | /usr/include/bits/endian.h: 67 | 68 | /usr/include/bits/byteswap.h: 69 | 70 | /usr/include/sys/select.h: 71 | 72 | /usr/include/bits/select.h: 73 | 74 | /usr/include/bits/sigset.h: 75 | 76 | /usr/include/bits/time.h: 77 | 78 | /usr/include/sys/sysmacros.h: 79 | 80 | /usr/include/bits/pthreadtypes.h: 81 | 82 | /usr/include/unistd.h: 83 | 84 | /usr/include/bits/posix_opt.h: 85 | 86 | /usr/include/bits/confname.h: 87 | 88 | /usr/include/getopt.h: 89 | 90 | /usr/include/bits/unistd.h: 91 | 92 | /usr/include/sys/times.h: 93 | 94 | /usr/include/stdio.h: 95 | 96 | /usr/include/libio.h: 97 | 98 | /usr/include/_G_config.h: 99 | 100 | /usr/include/wchar.h: 101 | 102 | /usr/include/bits/stdio_lim.h: 103 | 104 | /usr/include/bits/sys_errlist.h: 105 | 106 | /usr/include/bits/stdio.h: 107 | 108 | /usr/include/bits/stdio2.h: 109 | 110 | /usr/include/stdlib.h: 111 | 112 | /usr/include/alloca.h: 113 | 114 | /usr/include/bits/stdlib.h: 115 | 116 | /usr/include/string.h: 117 | 118 | /usr/include/xlocale.h: 119 | 120 | /usr/include/bits/string.h: 121 | 122 | /usr/include/bits/string2.h: 123 | 124 | /usr/include/bits/string3.h: 125 | 126 | /usr/include/sys/stat.h: 127 | 128 | /usr/include/bits/stat.h: 129 | 130 | /usr/include/fcntl.h: 131 | 132 | /usr/include/bits/fcntl.h: 133 | 134 | /usr/include/bits/fcntl2.h: 135 | 136 | lib_safe.h: 137 | 138 | retcodes.h: 139 | 140 | lib_cfg.h: 141 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_lzo.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_lzo.o: lib_lzo.c config.h /usr/include/stdio.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 7 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 8 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 9 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 10 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 11 | /usr/include/unistd.h /usr/include/bits/posix_opt.h \ 12 | /usr/include/bits/confname.h /usr/include/getopt.h \ 13 | /usr/include/bits/unistd.h /usr/include/stdlib.h \ 14 | /usr/include/sys/types.h /usr/include/time.h /usr/include/endian.h \ 15 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 16 | /usr/include/sys/select.h /usr/include/bits/select.h \ 17 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 18 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 19 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/string.h \ 20 | /usr/include/xlocale.h /usr/include/bits/string.h \ 21 | /usr/include/bits/string2.h /usr/include/bits/string3.h 22 | 23 | config.h: 24 | 25 | /usr/include/stdio.h: 26 | 27 | /usr/include/features.h: 28 | 29 | /usr/include/bits/predefs.h: 30 | 31 | /usr/include/sys/cdefs.h: 32 | 33 | /usr/include/bits/wordsize.h: 34 | 35 | /usr/include/gnu/stubs.h: 36 | 37 | /usr/include/gnu/stubs-32.h: 38 | 39 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/libio.h: 46 | 47 | /usr/include/_G_config.h: 48 | 49 | /usr/include/wchar.h: 50 | 51 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 52 | 53 | /usr/include/bits/stdio_lim.h: 54 | 55 | /usr/include/bits/sys_errlist.h: 56 | 57 | /usr/include/bits/stdio.h: 58 | 59 | /usr/include/bits/stdio2.h: 60 | 61 | /usr/include/unistd.h: 62 | 63 | /usr/include/bits/posix_opt.h: 64 | 65 | /usr/include/bits/confname.h: 66 | 67 | /usr/include/getopt.h: 68 | 69 | /usr/include/bits/unistd.h: 70 | 71 | /usr/include/stdlib.h: 72 | 73 | /usr/include/sys/types.h: 74 | 75 | /usr/include/time.h: 76 | 77 | /usr/include/endian.h: 78 | 79 | /usr/include/bits/endian.h: 80 | 81 | /usr/include/bits/byteswap.h: 82 | 83 | /usr/include/sys/select.h: 84 | 85 | /usr/include/bits/select.h: 86 | 87 | /usr/include/bits/sigset.h: 88 | 89 | /usr/include/bits/time.h: 90 | 91 | /usr/include/sys/sysmacros.h: 92 | 93 | /usr/include/bits/pthreadtypes.h: 94 | 95 | /usr/include/alloca.h: 96 | 97 | /usr/include/bits/stdlib.h: 98 | 99 | /usr/include/string.h: 100 | 101 | /usr/include/xlocale.h: 102 | 103 | /usr/include/bits/string.h: 104 | 105 | /usr/include/bits/string2.h: 106 | 107 | /usr/include/bits/string3.h: 108 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_net.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_net.o: lib_net.c /usr/include/ctype.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/types.h /usr/include/bits/typesizes.h \ 6 | /usr/include/endian.h /usr/include/bits/endian.h \ 7 | /usr/include/bits/byteswap.h /usr/include/xlocale.h \ 8 | /usr/include/stdlib.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 9 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 10 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 11 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 12 | /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ 13 | /usr/include/bits/stdlib.h /usr/include/sys/time.h /usr/include/unistd.h \ 14 | /usr/include/bits/posix_opt.h /usr/include/bits/confname.h \ 15 | /usr/include/getopt.h /usr/include/bits/unistd.h \ 16 | /usr/include/sys/socket.h /usr/include/sys/uio.h /usr/include/bits/uio.h \ 17 | /usr/include/bits/socket.h /usr/include/bits/sockaddr.h \ 18 | /usr/include/asm/socket.h /usr/include/asm/sockios.h \ 19 | /usr/include/bits/socket2.h /usr/include/netinet/in.h \ 20 | /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/bits/in.h \ 21 | /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ 22 | /usr/include/arpa/inet.h /usr/include/string.h \ 23 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 24 | /usr/include/bits/string3.h /usr/include/fcntl.h \ 25 | /usr/include/bits/fcntl.h /usr/include/bits/fcntl2.h \ 26 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 27 | /usr/include/wchar.h /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 28 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 29 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 30 | /usr/include/malloc.h /usr/include/errno.h /usr/include/bits/errno.h \ 31 | /usr/include/linux/errno.h /usr/include/asm/errno.h \ 32 | /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ 33 | lib_log.h /usr/include/syslog.h /usr/include/sys/syslog.h \ 34 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 35 | /usr/include/sys/times.h lib_safe.h lib_net.h retcodes.h 36 | 37 | /usr/include/ctype.h: 38 | 39 | /usr/include/features.h: 40 | 41 | /usr/include/bits/predefs.h: 42 | 43 | /usr/include/sys/cdefs.h: 44 | 45 | /usr/include/bits/wordsize.h: 46 | 47 | /usr/include/gnu/stubs.h: 48 | 49 | /usr/include/gnu/stubs-32.h: 50 | 51 | /usr/include/bits/types.h: 52 | 53 | /usr/include/bits/typesizes.h: 54 | 55 | /usr/include/endian.h: 56 | 57 | /usr/include/bits/endian.h: 58 | 59 | /usr/include/bits/byteswap.h: 60 | 61 | /usr/include/xlocale.h: 62 | 63 | /usr/include/stdlib.h: 64 | 65 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 66 | 67 | /usr/include/sys/types.h: 68 | 69 | /usr/include/time.h: 70 | 71 | /usr/include/sys/select.h: 72 | 73 | /usr/include/bits/select.h: 74 | 75 | /usr/include/bits/sigset.h: 76 | 77 | /usr/include/bits/time.h: 78 | 79 | /usr/include/sys/sysmacros.h: 80 | 81 | /usr/include/bits/pthreadtypes.h: 82 | 83 | /usr/include/alloca.h: 84 | 85 | /usr/include/bits/stdlib.h: 86 | 87 | /usr/include/sys/time.h: 88 | 89 | /usr/include/unistd.h: 90 | 91 | /usr/include/bits/posix_opt.h: 92 | 93 | /usr/include/bits/confname.h: 94 | 95 | /usr/include/getopt.h: 96 | 97 | /usr/include/bits/unistd.h: 98 | 99 | /usr/include/sys/socket.h: 100 | 101 | /usr/include/sys/uio.h: 102 | 103 | /usr/include/bits/uio.h: 104 | 105 | /usr/include/bits/socket.h: 106 | 107 | /usr/include/bits/sockaddr.h: 108 | 109 | /usr/include/asm/socket.h: 110 | 111 | /usr/include/asm/sockios.h: 112 | 113 | /usr/include/bits/socket2.h: 114 | 115 | /usr/include/netinet/in.h: 116 | 117 | /usr/include/stdint.h: 118 | 119 | /usr/include/bits/wchar.h: 120 | 121 | /usr/include/bits/in.h: 122 | 123 | /usr/include/netdb.h: 124 | 125 | /usr/include/rpc/netdb.h: 126 | 127 | /usr/include/bits/netdb.h: 128 | 129 | /usr/include/arpa/inet.h: 130 | 131 | /usr/include/string.h: 132 | 133 | /usr/include/bits/string.h: 134 | 135 | /usr/include/bits/string2.h: 136 | 137 | /usr/include/bits/string3.h: 138 | 139 | /usr/include/fcntl.h: 140 | 141 | /usr/include/bits/fcntl.h: 142 | 143 | /usr/include/bits/fcntl2.h: 144 | 145 | /usr/include/stdio.h: 146 | 147 | /usr/include/libio.h: 148 | 149 | /usr/include/_G_config.h: 150 | 151 | /usr/include/wchar.h: 152 | 153 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 154 | 155 | /usr/include/bits/stdio_lim.h: 156 | 157 | /usr/include/bits/sys_errlist.h: 158 | 159 | /usr/include/bits/stdio.h: 160 | 161 | /usr/include/bits/stdio2.h: 162 | 163 | /usr/include/malloc.h: 164 | 165 | /usr/include/errno.h: 166 | 167 | /usr/include/bits/errno.h: 168 | 169 | /usr/include/linux/errno.h: 170 | 171 | /usr/include/asm/errno.h: 172 | 173 | /usr/include/asm-generic/errno.h: 174 | 175 | /usr/include/asm-generic/errno-base.h: 176 | 177 | lib_log.h: 178 | 179 | /usr/include/syslog.h: 180 | 181 | /usr/include/sys/syslog.h: 182 | 183 | /usr/include/bits/syslog-path.h: 184 | 185 | /usr/include/bits/syslog.h: 186 | 187 | /usr/include/sys/times.h: 188 | 189 | lib_safe.h: 190 | 191 | lib_net.h: 192 | 193 | retcodes.h: 194 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_qlz.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_qlz.o: lib_qlz.c config.h /usr/include/stdlib.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 6 | /usr/include/sys/types.h /usr/include/bits/types.h \ 7 | /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \ 8 | /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ 9 | /usr/include/sys/select.h /usr/include/bits/select.h \ 10 | /usr/include/bits/sigset.h /usr/include/bits/time.h \ 11 | /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ 12 | /usr/include/alloca.h /usr/include/bits/stdlib.h /usr/include/stdio.h \ 13 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 15 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 16 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 17 | /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ 18 | /usr/include/bits/string2.h /usr/include/bits/string3.h lib_safe.h \ 19 | lib_qlz.h 20 | 21 | config.h: 22 | 23 | /usr/include/stdlib.h: 24 | 25 | /usr/include/features.h: 26 | 27 | /usr/include/bits/predefs.h: 28 | 29 | /usr/include/sys/cdefs.h: 30 | 31 | /usr/include/bits/wordsize.h: 32 | 33 | /usr/include/gnu/stubs.h: 34 | 35 | /usr/include/gnu/stubs-32.h: 36 | 37 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 38 | 39 | /usr/include/sys/types.h: 40 | 41 | /usr/include/bits/types.h: 42 | 43 | /usr/include/bits/typesizes.h: 44 | 45 | /usr/include/time.h: 46 | 47 | /usr/include/endian.h: 48 | 49 | /usr/include/bits/endian.h: 50 | 51 | /usr/include/bits/byteswap.h: 52 | 53 | /usr/include/sys/select.h: 54 | 55 | /usr/include/bits/select.h: 56 | 57 | /usr/include/bits/sigset.h: 58 | 59 | /usr/include/bits/time.h: 60 | 61 | /usr/include/sys/sysmacros.h: 62 | 63 | /usr/include/bits/pthreadtypes.h: 64 | 65 | /usr/include/alloca.h: 66 | 67 | /usr/include/bits/stdlib.h: 68 | 69 | /usr/include/stdio.h: 70 | 71 | /usr/include/libio.h: 72 | 73 | /usr/include/_G_config.h: 74 | 75 | /usr/include/wchar.h: 76 | 77 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 78 | 79 | /usr/include/bits/stdio_lim.h: 80 | 81 | /usr/include/bits/sys_errlist.h: 82 | 83 | /usr/include/bits/stdio.h: 84 | 85 | /usr/include/bits/stdio2.h: 86 | 87 | /usr/include/string.h: 88 | 89 | /usr/include/xlocale.h: 90 | 91 | /usr/include/bits/string.h: 92 | 93 | /usr/include/bits/string2.h: 94 | 95 | /usr/include/bits/string3.h: 96 | 97 | lib_safe.h: 98 | 99 | lib_qlz.h: 100 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_safe.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_safe.o: lib_safe.c config.h lib_log.h /usr/include/syslog.h \ 2 | /usr/include/sys/syslog.h /usr/include/features.h \ 3 | /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \ 4 | /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ 5 | /usr/include/gnu/stubs-32.h \ 6 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h \ 7 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 8 | /usr/include/sys/types.h /usr/include/bits/types.h \ 9 | /usr/include/bits/typesizes.h /usr/include/time.h \ 10 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 11 | /usr/include/bits/pthreadtypes.h /usr/include/unistd.h \ 12 | /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ 13 | /usr/include/bits/confname.h /usr/include/getopt.h \ 14 | /usr/include/bits/unistd.h /usr/include/sys/times.h \ 15 | /usr/include/stdlib.h /usr/include/bits/waitflags.h \ 16 | /usr/include/bits/waitstatus.h /usr/include/bits/stdlib.h \ 17 | /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ 18 | /usr/include/wchar.h /usr/include/bits/stdio_lim.h \ 19 | /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \ 20 | /usr/include/bits/stdio2.h /usr/include/string.h \ 21 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 22 | /usr/include/endian.h /usr/include/bits/endian.h \ 23 | /usr/include/bits/string3.h /usr/include/errno.h \ 24 | /usr/include/bits/errno.h /usr/include/linux/errno.h \ 25 | /usr/include/asm/errno.h /usr/include/asm-generic/errno.h \ 26 | /usr/include/asm-generic/errno-base.h /usr/include/sys/stat.h \ 27 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 28 | /usr/include/bits/fcntl2.h /usr/include/dirent.h \ 29 | /usr/include/bits/dirent.h /usr/include/sys/time.h \ 30 | /usr/include/bits/time.h /usr/include/sys/select.h \ 31 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 32 | /usr/include/signal.h /usr/include/bits/signum.h \ 33 | /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ 34 | /usr/include/bits/sigstack.h /usr/include/sys/ucontext.h \ 35 | /usr/include/bits/sigcontext.h /usr/include/bits/sigthread.h \ 36 | /usr/include/libgen.h retcodes.h lib_safe.h 37 | 38 | config.h: 39 | 40 | lib_log.h: 41 | 42 | /usr/include/syslog.h: 43 | 44 | /usr/include/sys/syslog.h: 45 | 46 | /usr/include/features.h: 47 | 48 | /usr/include/bits/predefs.h: 49 | 50 | /usr/include/sys/cdefs.h: 51 | 52 | /usr/include/bits/wordsize.h: 53 | 54 | /usr/include/gnu/stubs.h: 55 | 56 | /usr/include/gnu/stubs-32.h: 57 | 58 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 59 | 60 | /usr/include/bits/syslog-path.h: 61 | 62 | /usr/include/bits/syslog.h: 63 | 64 | /usr/include/sys/types.h: 65 | 66 | /usr/include/bits/types.h: 67 | 68 | /usr/include/bits/typesizes.h: 69 | 70 | /usr/include/time.h: 71 | 72 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 73 | 74 | /usr/include/bits/pthreadtypes.h: 75 | 76 | /usr/include/unistd.h: 77 | 78 | /usr/include/bits/posix_opt.h: 79 | 80 | /usr/include/bits/environments.h: 81 | 82 | /usr/include/bits/confname.h: 83 | 84 | /usr/include/getopt.h: 85 | 86 | /usr/include/bits/unistd.h: 87 | 88 | /usr/include/sys/times.h: 89 | 90 | /usr/include/stdlib.h: 91 | 92 | /usr/include/bits/waitflags.h: 93 | 94 | /usr/include/bits/waitstatus.h: 95 | 96 | /usr/include/bits/stdlib.h: 97 | 98 | /usr/include/stdio.h: 99 | 100 | /usr/include/libio.h: 101 | 102 | /usr/include/_G_config.h: 103 | 104 | /usr/include/wchar.h: 105 | 106 | /usr/include/bits/stdio_lim.h: 107 | 108 | /usr/include/bits/sys_errlist.h: 109 | 110 | /usr/include/bits/stdio.h: 111 | 112 | /usr/include/bits/stdio2.h: 113 | 114 | /usr/include/string.h: 115 | 116 | /usr/include/bits/string.h: 117 | 118 | /usr/include/bits/string2.h: 119 | 120 | /usr/include/endian.h: 121 | 122 | /usr/include/bits/endian.h: 123 | 124 | /usr/include/bits/string3.h: 125 | 126 | /usr/include/errno.h: 127 | 128 | /usr/include/bits/errno.h: 129 | 130 | /usr/include/linux/errno.h: 131 | 132 | /usr/include/asm/errno.h: 133 | 134 | /usr/include/asm-generic/errno.h: 135 | 136 | /usr/include/asm-generic/errno-base.h: 137 | 138 | /usr/include/sys/stat.h: 139 | 140 | /usr/include/bits/stat.h: 141 | 142 | /usr/include/fcntl.h: 143 | 144 | /usr/include/bits/fcntl.h: 145 | 146 | /usr/include/bits/fcntl2.h: 147 | 148 | /usr/include/dirent.h: 149 | 150 | /usr/include/bits/dirent.h: 151 | 152 | /usr/include/sys/time.h: 153 | 154 | /usr/include/bits/time.h: 155 | 156 | /usr/include/sys/select.h: 157 | 158 | /usr/include/bits/select.h: 159 | 160 | /usr/include/bits/sigset.h: 161 | 162 | /usr/include/signal.h: 163 | 164 | /usr/include/bits/signum.h: 165 | 166 | /usr/include/bits/siginfo.h: 167 | 168 | /usr/include/bits/sigaction.h: 169 | 170 | /usr/include/bits/sigstack.h: 171 | 172 | /usr/include/sys/ucontext.h: 173 | 174 | /usr/include/bits/sigcontext.h: 175 | 176 | /usr/include/bits/sigthread.h: 177 | 178 | /usr/include/libgen.h: 179 | 180 | retcodes.h: 181 | 182 | lib_safe.h: 183 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_sboxes.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_sboxes.o: lib_sboxes.c 2 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_str.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_str.o: lib_str.c /usr/include/unistd.h \ 2 | /usr/include/features.h /usr/include/bits/predefs.h \ 3 | /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ 4 | /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ 5 | /usr/include/bits/posix_opt.h /usr/include/bits/types.h \ 6 | /usr/include/bits/typesizes.h \ 7 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h \ 8 | /usr/include/bits/confname.h /usr/include/getopt.h \ 9 | /usr/include/bits/unistd.h /usr/include/string.h /usr/include/xlocale.h \ 10 | /usr/include/bits/string.h /usr/include/bits/string2.h \ 11 | /usr/include/endian.h /usr/include/bits/endian.h \ 12 | /usr/include/bits/byteswap.h /usr/include/stdlib.h \ 13 | /usr/include/bits/string3.h \ 14 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h /usr/include/stdio.h \ 15 | /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ 16 | /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ 17 | /usr/include/bits/stdio.h /usr/include/bits/stdio2.h \ 18 | /usr/include/syslog.h /usr/include/sys/syslog.h \ 19 | /usr/include/bits/syslog-path.h /usr/include/bits/syslog.h \ 20 | /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ 21 | /usr/include/bits/select.h /usr/include/bits/sigset.h \ 22 | /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ 23 | /usr/include/bits/pthreadtypes.h /usr/include/sys/stat.h \ 24 | /usr/include/bits/stat.h /usr/include/fcntl.h /usr/include/bits/fcntl.h \ 25 | /usr/include/bits/fcntl2.h /usr/include/alloca.h \ 26 | /usr/include/bits/stdlib.h /usr/include/ctype.h lib_safe.h 27 | 28 | /usr/include/unistd.h: 29 | 30 | /usr/include/features.h: 31 | 32 | /usr/include/bits/predefs.h: 33 | 34 | /usr/include/sys/cdefs.h: 35 | 36 | /usr/include/bits/wordsize.h: 37 | 38 | /usr/include/gnu/stubs.h: 39 | 40 | /usr/include/gnu/stubs-32.h: 41 | 42 | /usr/include/bits/posix_opt.h: 43 | 44 | /usr/include/bits/types.h: 45 | 46 | /usr/include/bits/typesizes.h: 47 | 48 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stddef.h: 49 | 50 | /usr/include/bits/confname.h: 51 | 52 | /usr/include/getopt.h: 53 | 54 | /usr/include/bits/unistd.h: 55 | 56 | /usr/include/string.h: 57 | 58 | /usr/include/xlocale.h: 59 | 60 | /usr/include/bits/string.h: 61 | 62 | /usr/include/bits/string2.h: 63 | 64 | /usr/include/endian.h: 65 | 66 | /usr/include/bits/endian.h: 67 | 68 | /usr/include/bits/byteswap.h: 69 | 70 | /usr/include/stdlib.h: 71 | 72 | /usr/include/bits/string3.h: 73 | 74 | /usr/lib/gcc/i486-linux-gnu/4.4.1/include/stdarg.h: 75 | 76 | /usr/include/stdio.h: 77 | 78 | /usr/include/libio.h: 79 | 80 | /usr/include/_G_config.h: 81 | 82 | /usr/include/wchar.h: 83 | 84 | /usr/include/bits/stdio_lim.h: 85 | 86 | /usr/include/bits/sys_errlist.h: 87 | 88 | /usr/include/bits/stdio.h: 89 | 90 | /usr/include/bits/stdio2.h: 91 | 92 | /usr/include/syslog.h: 93 | 94 | /usr/include/sys/syslog.h: 95 | 96 | /usr/include/bits/syslog-path.h: 97 | 98 | /usr/include/bits/syslog.h: 99 | 100 | /usr/include/sys/types.h: 101 | 102 | /usr/include/time.h: 103 | 104 | /usr/include/sys/select.h: 105 | 106 | /usr/include/bits/select.h: 107 | 108 | /usr/include/bits/sigset.h: 109 | 110 | /usr/include/bits/time.h: 111 | 112 | /usr/include/sys/sysmacros.h: 113 | 114 | /usr/include/bits/pthreadtypes.h: 115 | 116 | /usr/include/sys/stat.h: 117 | 118 | /usr/include/bits/stat.h: 119 | 120 | /usr/include/fcntl.h: 121 | 122 | /usr/include/bits/fcntl.h: 123 | 124 | /usr/include/bits/fcntl2.h: 125 | 126 | /usr/include/alloca.h: 127 | 128 | /usr/include/bits/stdlib.h: 129 | 130 | /usr/include/ctype.h: 131 | 132 | lib_safe.h: 133 | -------------------------------------------------------------------------------- /.deps/mklessfs-lib_tiger.Po: -------------------------------------------------------------------------------- 1 | mklessfs-lib_tiger.o: lib_tiger.c 2 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | Mark Ruijter - mruijter@lessfs.com 2 | -------------------------------------------------------------------------------- /COLLISION.probability: -------------------------------------------------------------------------------- 1 | The tiger hash that is used is 192 bits long. 2 | No known hash collisions exist as far as I know for the full hash. 3 | 4 | 2^192 = 6277101735386680763835789423207666416102355444464034512896 5 | Lets say that we want to store 1024 PB of data. 6 | 1024PB = 10^18 7 | 10^18 = 1000000000000000000 8 | 9 | The chance that the the hash collides with a 4k blocksize is: 10 | 1000000000000000000/4096 = 244140625000000 blocks 11 | This is : 1:25711008708143844408671393477458 12 | 13 | Compare the number above with the risk of dying in an airplane crash : 1 in 10 million at best. 14 | -------------------------------------------------------------------------------- /FAQ: -------------------------------------------------------------------------------- 1 | 1 .Why does vmware crash on startup when used with lessfs? 2 | VMware tries to use shared writable mmap for paging files but it can't 3 | detect that it's not always supported. 4 | Workaround: Set "mainMem.useNamedFile=FALSE" in the .vmx file. 5 | It will disable paging files and VMware will work fine, often with much better performance. 6 | Another workaround is to create a large (sparse) file on lessfs. 7 | Format the file with your favorit fs and mount it with -o loop. 8 | You can now run your VM deduplicated from this filesystem. 9 | 10 | Another workaround is to use ietd and iscsi as an intermediate protocol. 11 | 12 | 2. Can I use lessfs with NFS/IETD or SAMBA? 13 | 14 | Fuse and kernelspace NFS does not seem to be stable yet. However your mileage may vary. 15 | You might want to try userspace NFS instead: http://sourceforge.net/projects/unfs3/ 16 | 17 | Samba and lessfs should work fine. 18 | 19 | Ietd and lessfs should also work. You can export an sparse file as ietd disk: 20 | cd /to/your/lessfs/mount 21 | dd if=/dev/zero of=ietddata bs=1 count=0 seek=10000M 22 | # create a 10000M large sparse file 23 | 24 | # Add this to your ietd.conf file. 25 | Lun 0 Path=/fuse/ietddata,Type=fileio 26 | -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@ 5 | 6 | ARCH := $(shell uname -m) 7 | LIBS=$(CRYPTO_LIBS) $(DEPS_LIBS) $(LZO_LIBS) 8 | bin_PROGRAMS=lessfs 9 | sbin_PROGRAMS=mklessfs defrag_lessfs listdb lessfsck 10 | man1_MANS=lessfs.1 11 | lessfs_SOURCES=lib_lzo.c lessfs.c lib_crypto.c lib_safe.c lib_tc.c file_io.c lib_cfg.c lib_str.c lib_net.c lib_qlz.c lib_log.h 12 | lessfs_CFLAGS=-D_REENTRANT -D__USE_LARGEFILE64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D${ARCH} -D SYSLOG ${DEPS_CFLAGS} 13 | mklessfs_SOURCES=lib_lzo.c file_io.c mklessfs.c lib_crypto.c lib_safe.c lib_tc.c lib_cfg.c lib_str.c lib_net.c lib_qlz.c 14 | mklessfs_CFLAGS=-D_REENTRANT -D__USE_LARGEFILE64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D${ARCH} -D SYSLOG ${DEPS_CFLAGS} 15 | defrag_lessfs_SOURCES=lib_lzo.c file_io.c defrag_lessfs.c lib_crypto.c lib_safe.c lib_tc.c lib_cfg.c lib_str.c lib_net.c lib_qlz.c 16 | defrag_lessfs_CFLAGS=-D_REENTRANT -D__USE_LARGEFILE64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D${ARCH} ${DEPS_CFLAGS} 17 | listdb_SOURCES=lib_lzo.c file_io.c listdb.c lib_crypto.c lib_safe.c lib_tc.c lib_cfg.c lib_str.c lib_net.c lib_qlz.c 18 | listdb_CFLAGS=-D_REENTRANT -D__USE_LARGEFILE64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D${ARCH} ${DEPS_CFLAGS} 19 | lessfsck_SOURCES=lib_lzo.c file_io.c lessfsck.c lib_crypto.c lib_safe.c lib_tc.c lib_cfg.c lib_str.c lib_net.c lib_qlz.c 20 | lessfsck_CFLAGS=-D_REENTRANT -D__USE_LARGEFILE64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D${ARCH} ${DEPS_CFLAGS} 21 | 22 | Name: lessfs 23 | Description: lessfs a data deduplicating filesystem 24 | Version: @VERSION@ 25 | 26 | pkgconfigdir = @pkgconfigdir@ 27 | $(pkgconfig_DATA): config.status 28 | -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crass/lessfs/569a8201b01da999d00ccb89ad9cf8fe7afaf2e8/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | lessfs requires tokyocabinet to be installed on the system. 2 | http://tokyocabinet.sourceforge.net/index.html 3 | 4 | On 32bit systems don't forget to configure tokyocabinet with: 5 | ./configure --enable-off64 6 | Failure to do so will limit the databases to a 2GB filesize. 7 | 8 | If you choose to upgrade from older lessfs release (< lessfs-1.0.4) 9 | to lessfs with transaction support then do only use lessfs-1.0.8 or 10 | higher with you use the file_io backend. 11 | 12 | 13 | This project was imported from the upstream, but I think the repo is not 14 | being used for main development any more. 15 | git cvsimport -d:pserver:anonymous@lessfs.cvs.sourceforge.net:/cvsroot/lessfs \ 16 | -r upstream-cvs -v lessfs2 17 | -------------------------------------------------------------------------------- /README.crypto: -------------------------------------------------------------------------------- 1 | Lessfs now supports filesystem encryption. To use it openssl must be present on the system. 2 | Configure lessfs with : ./configure --with-crypto 3 | 4 | Change your lessfs.cfg file: 5 | ENCRYPT_DATA=on 6 | # ENCRYPT_META on or off, default is off 7 | # Requires ENCRYPT_DATA=on and is otherwise ignored. 8 | ENCRYPT_META=on 9 | 10 | Type mklessfs /etc/lessfs.cfg. 11 | mklessfs will now prompt you for a passwd. 12 | When you mount lessfs you will need to enter the same passwd or lessfs will refuse the mount 13 | request. The tools defrag_lessfs and listdb will also prompt you for the password when lessfs 14 | is formatted with encryption. 15 | -------------------------------------------------------------------------------- /README.file_io: -------------------------------------------------------------------------------- 1 | To use the file_io backend instead of tokyocabinet to store the data 2 | change lessfs.cfg so that it includes these lines. 3 | 4 | Comment these lines out: 5 | #BLOCKDATA_PATH=/data/dta 6 | #BLOCKDATA_BS=1048576 7 | 8 | Add to lessfs.cfg 9 | BLOCKDATA_IO_TYPE=file_io 10 | BLOCKDATA_PATH=/data/dta/blockdata.dta 11 | # The freelist database is only used 12 | # with the file_io backend 13 | # 14 | FREELIST_PATH=/data/mta 15 | FREELIST_BS=1048576 16 | 17 | Lessfs will now store the data in the regular file : blockdata.dta 18 | 19 | The freelist database is used for keeping track of deleted data 20 | blocks. When a file is deleted the blocks in blockdata.dta that are 21 | no longer used will end up in the freelist database. When lessfs 22 | needs datablocks to store data it will first search in the freelist 23 | if there is space available. The 'deleted' space will therefore be 24 | reused. The data file will never shrink though! 25 | 26 | The file_io backend has similar performance as the tokyocabinet 27 | database. It will outperform the tc backend when very large files are 28 | stored and the amount of memory is insufficient to have enough tc buffers. 29 | BLOCKDATA_PATH may point to a raw device although this is not recommended (yet). 30 | -------------------------------------------------------------------------------- /README.hashes: -------------------------------------------------------------------------------- 1 | Lessfs now supports two different hashes. 2 | 1. The tiger hash. 3 | 2. Midnight blue wish. 4 | 5 | It is now also possible to select the lenght of the hash. A shorter 6 | hash will increase the speed as well as the risk of a hash collision. 7 | 8 | You can select a size between 20 and 32 bytes. 9 | The size of the full tiger hash (24 bytes, 192 bits) is selected by default. 10 | -------------------------------------------------------------------------------- /README.performance_or_suffer: -------------------------------------------------------------------------------- 1 | Many people have been complaining about bad performance 2 | with lessfs. The problem is always that lessfs is mounted 3 | with a 4k blocksize. When you mount lessfs with a 4k 4 | blocksize an enormous amount of metadata has to be 5 | stored. This reduces the performance in a really bad way. 6 | Please use lessfs with a blocksize of at least 32k. 7 | Using lessfs with a 64k or 128k blocksize is advised. 8 | 9 | ./lessfs /etc/lessfs.cfg /fuse -o negative_timeout=0,\ 10 | entry_timeout=0,attr_timeout=0,use_ino,readdir_ino,\ 11 | default_permissions,allow_other,big_writes,\ 12 | max_read=65536,max_write=65536 13 | 14 | When your system has multiple disks it makes sense to 15 | store the meta data on different low latency disks (raid1). 16 | 17 | BLOCKUSAGE_PATH and FILEBLOCK_PATH are the most important 18 | candidates to store on separate disks. 19 | -------------------------------------------------------------------------------- /authors: -------------------------------------------------------------------------------- 1 | Mark Ruijter - mruijter@lessfs.com 2 | -------------------------------------------------------------------------------- /commons.h: -------------------------------------------------------------------------------- 1 | #define MAX_THREADS 1 2 | 3 | struct configdata *config; 4 | 5 | char *logname; 6 | char *function=__FILE__; 7 | int debug = 5; 8 | int BLKSIZE = 4096; 9 | int max_threads = MAX_THREADS; 10 | 11 | extern TCHDB *dbp; 12 | extern TCHDB *dbu; 13 | extern TCHDB *dbb; 14 | extern TCHDB *dbdta; 15 | extern TCHDB *dbs; 16 | extern TCBDB *dbdirent; 17 | extern TCBDB *freelist; 18 | extern TCBDB *dbl; 19 | 20 | extern TCTREE *workqtree; 21 | extern TCTREE *delayedqtree; 22 | extern TCTREE *readcachetree; 23 | 24 | extern TCTREE *metatree; 25 | extern TCTREE *hashtree; 26 | extern int fdbdta; 27 | 28 | extern unsigned long long nextoffset; 29 | extern const char *write_lockedby; 30 | extern const char *global_lockedby; 31 | extern const char *hash_lockedby; 32 | extern const char *meta_lockedby; 33 | -------------------------------------------------------------------------------- /compile: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | # Wrapper for compilers which do not understand `-c -o'. 3 | 4 | scriptversion=2005-05-14.22 5 | 6 | # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. 7 | # Written by Tom Tromey . 8 | # 9 | # This program is free software; you can redistribute it and/or modify 10 | # it under the terms of the GNU General Public License as published by 11 | # the Free Software Foundation; either version 2, or (at your option) 12 | # any later version. 13 | # 14 | # This program is distributed in the hope that it will be useful, 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | # GNU General Public License for more details. 18 | # 19 | # You should have received a copy of the GNU General Public License 20 | # along with this program; if not, write to the Free Software 21 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 22 | 23 | # As a special exception to the GNU General Public License, if you 24 | # distribute this file as part of a program that contains a 25 | # configuration script generated by Autoconf, you may include it under 26 | # the same distribution terms that you use for the rest of that program. 27 | 28 | # This file is maintained in Automake, please report 29 | # bugs to or send patches to 30 | # . 31 | 32 | case $1 in 33 | '') 34 | echo "$0: No command. Try \`$0 --help' for more information." 1>&2 35 | exit 1; 36 | ;; 37 | -h | --h*) 38 | cat <<\EOF 39 | Usage: compile [--help] [--version] PROGRAM [ARGS] 40 | 41 | Wrapper for compilers which do not understand `-c -o'. 42 | Remove `-o dest.o' from ARGS, run PROGRAM with the remaining 43 | arguments, and rename the output as expected. 44 | 45 | If you are trying to build a whole package this is not the 46 | right script to run: please start by reading the file `INSTALL'. 47 | 48 | Report bugs to . 49 | EOF 50 | exit $? 51 | ;; 52 | -v | --v*) 53 | echo "compile $scriptversion" 54 | exit $? 55 | ;; 56 | esac 57 | 58 | ofile= 59 | cfile= 60 | eat= 61 | 62 | for arg 63 | do 64 | if test -n "$eat"; then 65 | eat= 66 | else 67 | case $1 in 68 | -o) 69 | # configure might choose to run compile as `compile cc -o foo foo.c'. 70 | # So we strip `-o arg' only if arg is an object. 71 | eat=1 72 | case $2 in 73 | *.o | *.obj) 74 | ofile=$2 75 | ;; 76 | *) 77 | set x "$@" -o "$2" 78 | shift 79 | ;; 80 | esac 81 | ;; 82 | *.c) 83 | cfile=$1 84 | set x "$@" "$1" 85 | shift 86 | ;; 87 | *) 88 | set x "$@" "$1" 89 | shift 90 | ;; 91 | esac 92 | fi 93 | shift 94 | done 95 | 96 | if test -z "$ofile" || test -z "$cfile"; then 97 | # If no `-o' option was seen then we might have been invoked from a 98 | # pattern rule where we don't need one. That is ok -- this is a 99 | # normal compilation that the losing compiler can handle. If no 100 | # `.c' file was seen then we are probably linking. That is also 101 | # ok. 102 | exec "$@" 103 | fi 104 | 105 | # Name of file we expect compiler to create. 106 | cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` 107 | 108 | # Create the lock directory. 109 | # Note: use `[/.-]' here to ensure that we don't use the same name 110 | # that we are using for the .o file. Also, base the name on the expected 111 | # object file name, since that is what matters with a parallel build. 112 | lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d 113 | while true; do 114 | if mkdir "$lockdir" >/dev/null 2>&1; then 115 | break 116 | fi 117 | sleep 1 118 | done 119 | # FIXME: race condition here if user kills between mkdir and trap. 120 | trap "rmdir '$lockdir'; exit 1" 1 2 15 121 | 122 | # Run the compile. 123 | "$@" 124 | ret=$? 125 | 126 | if test -f "$cofile"; then 127 | mv "$cofile" "$ofile" 128 | elif test -f "${cofile}bj"; then 129 | mv "${cofile}bj" "$ofile" 130 | fi 131 | 132 | rmdir "$lockdir" 133 | exit $ret 134 | 135 | # Local Variables: 136 | # mode: shell-script 137 | # sh-indentation: 2 138 | # eval: (add-hook 'write-file-hooks 'time-stamp) 139 | # time-stamp-start: "scriptversion=" 140 | # time-stamp-format: "%:y-%02m-%02d.%02H" 141 | # time-stamp-end: "$" 142 | # End: 143 | -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- 1 | # -*- Autoconf -*- 2 | # Process this file with autoconf to produce a configure script. 3 | 4 | AC_PREREQ(2.01) 5 | AC_INIT(lessfs, 1.1.0-beta5, bugs@lessfs.com) 6 | AM_INIT_AUTOMAKE([foreign]) 7 | AC_CONFIG_SRCDIR([listdb.c]) 8 | AC_CONFIG_HEADER([config.h]) 9 | 10 | AC_SUBST(DEPS_CFLAGS) 11 | # Checks for programs. 12 | AC_PROG_CC 13 | 14 | # Checks for header files. 15 | AC_FUNC_ALLOCA 16 | AC_HEADER_DIRENT 17 | AC_HEADER_STDC 18 | 19 | # Checks for typedefs, structures, and compiler characteristics. 20 | AM_PROG_CC_C_O 21 | AC_HEADER_STDBOOL 22 | AC_C_CONST 23 | AC_TYPE_UID_T 24 | AC_TYPE_MODE_T 25 | AC_TYPE_OFF_T 26 | AC_TYPE_PID_T 27 | AC_TYPE_SIZE_T 28 | AC_CHECK_MEMBERS([struct stat.st_blksize]) 29 | AC_STRUCT_ST_BLOCKS 30 | AC_CHECK_MEMBERS([struct stat.st_rdev]) 31 | AC_HEADER_TIME 32 | AC_C_VOLATILE 33 | AC_CHECK_TYPES([ptrdiff_t]) 34 | 35 | # Checks for library functions. 36 | AC_FUNC_CLOSEDIR_VOID 37 | AC_FUNC_MALLOC 38 | AC_FUNC_MEMCMP 39 | AC_FUNC_REALLOC 40 | AC_FUNC_SELECT_ARGTYPES 41 | AC_TYPE_SIGNAL 42 | AC_FUNC_STAT 43 | AC_FUNC_STRCOLL 44 | AC_CHECK_FUNCS([getpass uname strcasecmp bzero gethostbyaddr gethostbyname gettimeofday memmove memset mkdir select setenv socket strchr strdup strerror strrchr strstr mhash_init]) 45 | 46 | AC_CHECK_HEADERS([sys/vfs.h arpa/inet.h fcntl.h inttypes.h limits.h malloc.h memory.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/socket.h sys/time.h syslog.h unistd.h utime.h mhash.h]) 47 | # Check whether to enable filesystem encryption 48 | CRYPTO_LIBS="$LIBS -lmhash" 49 | CRYPTO_MSG="no" 50 | 51 | 52 | AC_CHECK_HEADER(mhash.h, 53 | [AC_DEFINE(HAVE_MHASH_H)], 54 | [AC_MSG_ERROR([Please install mhash])]) 55 | 56 | 57 | AC_ARG_WITH(crypto, 58 | [ --with-crypto Enable lessfs filesystem encryption.], 59 | [ 60 | if test "x$withval" != "xno" ; then 61 | AC_DEFINE(ENABLE_CRYPTO, 1, 62 | [Define if you want to allow filesystem encryption]) 63 | CRYPTO_LIBS="$LIBS -lssl -lmhash" 64 | CRYPTO_MSG="yes" 65 | AC_CHECK_HEADERS(openssl/ssl.h, [], [], [ 66 | ]) 67 | MYDEPS="$MYDEPS openssl > 0.9.5" 68 | fi 69 | ] 70 | ) 71 | 72 | LZO_MSG="no" 73 | AC_ARG_WITH(lzo, 74 | [ --with-lzo Enable the use of LZO compression.], 75 | [ 76 | if test "x$withval" != "xno" ; then 77 | AC_DEFINE(LZO, 1, 78 | [Define if you want to enable LZO compression]) 79 | LZO_LIBS="$LIBS -llzo2" 80 | EXTRAFILES=lib_lzo.c 81 | AC_CHECK_HEADERS(lzo/lzoconf.h, [], [], [ 82 | ]) 83 | AC_CHECK_LIB(lzo2, lzo1a_compress, [LZO_LIBS="-llzo2"], [AC_MSG_ERROR("No liblzo2 found")]) 84 | LZO_MSG="yes" 85 | fi 86 | ] 87 | ) 88 | 89 | DEBUG_MSG="no" 90 | AC_ARG_ENABLE(debug, 91 | [ --enable-debug Enable debug messages], 92 | [ 93 | if test "x$withval" != "xno" ; then 94 | AC_DEFINE(DEBUG, 1, 95 | [Define if you want debug information]) 96 | DEBUG_MSG="yes" 97 | fi 98 | ] 99 | ) 100 | 101 | DBGLOCK_MSG="no" 102 | AC_ARG_ENABLE(lckdebug, 103 | [ --enable-lckdebug Enable debugging of mutex deadlocks], 104 | [ 105 | if test "x$withval" != "xno" ; then 106 | AC_DEFINE(DBGLOCK, 1, 107 | [Define if you want to debug locking]) 108 | DBGLOCK_MSG="yes" 109 | fi 110 | ] 111 | ) 112 | 113 | AC_SUBST(CRYPTO_FLAGS) 114 | AC_SUBST(CRYPTO_LIBS) 115 | AC_SUBST(LZO_LIBS) 116 | PKG_CHECK_MODULES(DEPS, tokyocabinet >= 1.4.21 fuse >= 2.8.0 ${MYDEPS}) 117 | AC_CONFIG_FILES([Makefile]) 118 | AC_OUTPUT 119 | -------------------------------------------------------------------------------- /defrag_lessfs.c: -------------------------------------------------------------------------------- 1 | #ifdef HAVE_CONFIG_H 2 | #include 3 | #endif 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | #include 13 | 14 | #include 15 | #include 16 | #include 17 | #include 18 | #include "lib_log.h" 19 | #include "lib_safe.h" 20 | #include "lib_cfg.h" 21 | #include "lib_str.h" 22 | #include "retcodes.h" 23 | #ifdef LZO 24 | #include "lib_lzo.h" 25 | #endif 26 | #include "lib_qlz.h" 27 | #include "lib_tc.h" 28 | #include "commons.h" 29 | 30 | #ifdef i386 31 | #define ITERATIONS 30 32 | #else 33 | #define ITERATIONS 500 34 | #endif 35 | 36 | u_int32_t db_flags, env_flags; 37 | 38 | void usage(char *name) 39 | { 40 | printf("Usage: %s /path_to_config.cfg\n", name); 41 | exit(-1); 42 | } 43 | 44 | int main(int argc, char *argv[]) 45 | { 46 | char *dbg = NULL; 47 | 48 | if (argc < 2) 49 | usage(argv[0]); 50 | 51 | dbg = getenv("DEBUG"); 52 | if (NULL != dbg) 53 | debug = atoi(dbg); 54 | 55 | FUNC; 56 | if (-1 == r_env_cfg(argv[1])) 57 | usage(argv[0]); 58 | 59 | parseconfig(0); 60 | tc_defrag(); 61 | tc_close(1); 62 | sync(); 63 | exit(0); 64 | } 65 | -------------------------------------------------------------------------------- /etc/lessfs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # lessfs This script starts and stops lessfs 4 | # 5 | # chkconfig: - 78 30 6 | # processname: lessfs 7 | # description: lessfs a deduplicating filesystem 8 | 9 | # Source function library. 10 | . /etc/rc.d/init.d/functions 11 | 12 | prog="lessfs" 13 | 14 | # Source networking configuration. 15 | . /etc/sysconfig/network 16 | 17 | # Check that networking is up. 18 | [ ${NETWORKING} = "no" ] && exit 0 19 | 20 | PATH=$PATH:/usr/bin 21 | MKLESSFS=/usr/bin/mklessfs 22 | MOUNTPOINT=/fuse 23 | #LESSFS_OPTS="/etc/lessfs.cfg $MOUNTPOINT -o kernel_cache,negative_timeout=0,entry_timeout=0,attr_timeout=0,use_ino,readdir_ino,default_permissions,allow_other,big_writes,max_read=4096,max_write=4096" 24 | LESSFS_OPTS="/etc/lessfs.cfg $MOUNTPOINT -o kernel_cache,negative_timeout=0,entry_timeout=0,attr_timeout=0,use_ino,readdir_ino,default_permissions,allow_other,big_writes,max_read=131072,max_write=131072" 25 | LESSFS=/usr/bin/lessfs 26 | # By default it's all good 27 | RETVAL=0 28 | export DEBUG=0 29 | 30 | # See how we were called. 31 | case "$1" in 32 | start) 33 | # Start daemon. 34 | echo -n $"Starting $prog: " 35 | $LESSFS $LESSFS_OPTS 36 | RETVAL=$? 37 | echo 38 | if [ $RETVAL = 0 ]; then 39 | touch /var/lock/subsys/lessfs 40 | fi 41 | ;; 42 | stop) 43 | # Stop daemons. 44 | echo -n $"Stopping $prog: " 45 | umount $MOUNTPOINT 46 | RETVAL=$? 47 | echo 48 | if [ $RETVAL = 0 ]; then 49 | rm -f /var/lock/subsys/lessfs 50 | rm -f $SPAMD_PID 51 | fi 52 | ;; 53 | restart) 54 | $0 stop 55 | sleep 3 56 | $0 start 57 | ;; 58 | *) 59 | echo "Usage: $0 {start|stop|restart}" 60 | RETVAL=1 61 | ;; 62 | esac 63 | 64 | exit $RETVAL 65 | -------------------------------------------------------------------------------- /etc/lessfs.cfg: -------------------------------------------------------------------------------- 1 | # Enable informational messages about compression. 2 | DEBUG = 3 3 | HASHNAME=MHASH_TIGER192 4 | #HASHNAME=MHASH_SHA512 5 | #HASHNAME=MHASH_SHA256 6 | #HASHNAME=MHASH_WHIRLPOOL 7 | #HASHNAME=MHASH_HAVAL256 8 | # The (chopped) hashlen in bytes, minimum is 20. 9 | HASHLEN = 24 10 | #HASHLEN = 32 11 | #HASHLEN = 64 12 | #BLOCKDATA_IO_TYPE=file_io 13 | #BLOCKDATA_PATH=/data/dta/blockdata.dta 14 | BLOCKDATA_PATH=/data/dta 15 | BLOCKDATA_BS=1048576 16 | # 17 | BLOCKUSAGE_PATH=/data/mta 18 | BLOCKUSAGE_BS=1048576 19 | # 20 | DIRENT_PATH=/data/mta 21 | DIRENT_BS=1048576 22 | # 23 | FILEBLOCK_PATH=/data/mta 24 | FILEBLOCK_BS=1048576 25 | # 26 | META_PATH=/data/mta 27 | META_BS=1048576 28 | # 29 | HARDLINK_PATH=/data/mta 30 | HARDLINK_BS=1048576 31 | # 32 | SYMLINK_PATH=/data/mta 33 | SYMLINK_BS=1048576 34 | # 35 | # The freelist database is only used 36 | # with the file_io backend 37 | # 38 | FREELIST_PATH=/data/mta 39 | FREELIST_BS=1048576 40 | # 41 | # CACHESIZE in MB 42 | CACHESIZE=128 43 | # Flush data to disk after X seconds. 44 | COMMIT_INTERVAL=30 45 | # 46 | LISTEN_IP=127.0.0.1 47 | LISTEN_PORT=100 48 | # Not more then 2 on most machines. 49 | MAX_THREADS=2 50 | #DYNAMIC_DEFRAGMENTATION on or off, default is off. 51 | DYNAMIC_DEFRAGMENTATION=on 52 | COREDUMPSIZE=256000000 53 | # Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS. 54 | SYNC_RELAX=0 55 | # Requires openssl and lessfs has to be configured with --with-crypto 56 | ENCRYPT_DATA=off 57 | # ENCRYPT_META on or off, default is off 58 | # Requires ENCRYPT_DATA=on and is otherwise ignored. 59 | ENCRYPT_META=on 60 | #PASSWORD=1234 61 | MIN_SPACE_FREE=10 62 | #MIN_SPACE_CLEAN=15 63 | #CLEAN_PROGRAM=/tmp/clean.sh 64 | # Highly recommended. 65 | ENABLE_TRANSACTIONS=on 66 | # Select a blocksize to fit your needs. 67 | # Most people should select 131072 or 65536 68 | BLKSIZE=131072 69 | #BLKSIZE=65536 70 | #BLKSIZE=32768 71 | #BLKSIZE=16384 72 | COMPRESSION=qlz 73 | #COMPRESSION=lzo 74 | #COMPRESSION=qlz 75 | #COMPRESSION=gzip 76 | #COMPRESSION=bzip 77 | #COMPRESSION=deflate 78 | -------------------------------------------------------------------------------- /file_io.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | typedef struct { 22 | unsigned long long offset; 23 | unsigned long size; 24 | unsigned long long inuse; 25 | } INUSE; 26 | 27 | typedef struct { 28 | unsigned long long available_blocks; 29 | unsigned long long offset; 30 | } FLIST; 31 | 32 | INUSE *file_get_inuse(unsigned char *); 33 | unsigned int file_commit_block(unsigned char *,INOBNO, 34 | unsigned long); 35 | void file_sync_flush_dtaq(); 36 | void file_partial_truncate_block(struct stat *, unsigned long long, 37 | unsigned int); 38 | int file_unlink_file(const char *); 39 | CCACHEDTA *file_update_stored(unsigned char *, INOBNO *, off_t); 40 | void fl_write_cache(CCACHEDTA *, INOBNO *); 41 | unsigned long long file_read_block(unsigned long long, const char *, char *, unsigned long long); 42 | int file_fs_truncate(struct stat *, off_t, char *); 43 | void file_update_inuse(unsigned char *, INUSE *); 44 | DBT *file_tgr_read_data(unsigned char *); 45 | unsigned long long round_512(unsigned long long ); 46 | -------------------------------------------------------------------------------- /filename: -------------------------------------------------------------------------------- 1 | Binary file lessfs matches 2 | Binary file lessfs-lessfs.o matches 3 | lessfs.c: memcpy(&memddstat->stbuf, &stbuf, sizeof(struct stat)); 4 | lessfs.c: memddstat->stbuf.st_ctime = thetime; 5 | lessfs.c: memddstat->stbuf.st_mtime = thetime; 6 | lessfs.c: memddstat->stbuf.st_mode = mode; 7 | lessfs.c: memddstat->updated = 1; 8 | lessfs.c: memcpy(&memddstat->stbuf, &stbuf, sizeof(struct stat)); 9 | lessfs.c: memddstat->stbuf.st_ctime = thetime; 10 | lessfs.c: memddstat->stbuf.st_mtime = thetime; 11 | lessfs.c: memddstat->stbuf.st_uid = uid; 12 | lessfs.c: memddstat->stbuf.st_gid = gid; 13 | lessfs.c: memddstat->updated = 1; 14 | lessfs.c: memcpy(&memddstat->stbuf, &stbuf, sizeof(struct stat)); 15 | lessfs.c: memcpy(&memddstat->filename, bname, strlen(bname) + 1); 16 | lessfs.c: memddstat->blocknr = blocknr; 17 | lessfs.c: memddstat->updated = 0; 18 | lessfs.c: memddstat->opened = 1; 19 | lessfs.c: memddstat->deduplicated = 0; 20 | lessfs.c: memddstat->lzo_compressed_size = 0; 21 | lessfs.c: LDEBUG("lessfs_open : initial open memddstat->opened = %u", 22 | lessfs.c: memddstat->opened); 23 | lessfs.c: memddstat->opened++; 24 | lessfs.c: memddstat->opened); 25 | lessfs.c: if (memddstat->opened == 1) { 26 | lessfs.c: path, memddstat->stbuf.st_size, 27 | lessfs.c: memddstat->lzo_compressed_size, memddstat->deduplicated); 28 | lessfs.c: path, memddstat->stbuf.st_size, 29 | lessfs.c: memddstat->lzo_compressed_size, memddstat->deduplicated); 30 | lessfs.c: (float) memddstat->stbuf.st_size / 31 | lessfs.c: memddstat->lzo_compressed_size); 32 | lessfs.c: memddstat->opened--; 33 | lessfs.c: memddstat->opened); 34 | lib_tc.c: if (memddstat->updated > 0) { 35 | lib_tc.c: memcpy(&memddstat->stbuf, stbuf, sizeof(struct stat)); 36 | lib_tc.c: memddstat->stbuf.st_size = size; 37 | lib_tc.c: memddstat->stbuf.st_ctime = thetime; 38 | lib_tc.c: memddstat->stbuf.st_mtime = thetime; 39 | lib_tc.c: memddstat->updated = 1; 40 | lib_tc.c: memddstat->updated++; 41 | lib_tc.c: memddstat->lzo_compressed_size = 42 | lib_tc.c: memddstat->lzo_compressed_size + compressed; 43 | lib_tc.c: memddstat->deduplicated = memddstat->deduplicated + deduplicated; 44 | lib_tc.c: memddstat->blocknr = blocknr; 45 | lib_tc.c: if ((memddstat->stbuf.st_blocks + addblocks) * 512 < 46 | lib_tc.c: memddstat->stbuf.st_size + fsize) 47 | lib_tc.c: memddstat->stbuf.st_size) { 48 | lib_tc.c: if (memddstat->stbuf.st_size < fsize + offsetblock) 49 | lib_tc.c: memddstat->stbuf.st_size = fsize + offsetblock; 50 | lib_tc.c: if (memddstat->stbuf.st_size < 51 | lib_tc.c: memddstat->stbuf.st_size = 52 | lib_tc.c: if (memddstat->stbuf.st_size > (512 * memddstat->stbuf.st_blocks)) { 53 | lib_tc.c: memddstat->stbuf.st_blocks = 54 | lib_tc.c: memddstat->stbuf.st_blocks + addblocks; 55 | lib_tc.c: memddstat->stbuf.st_blocks = 56 | lib_tc.c: memddstat->stbuf.st_blocks + addblocks; 57 | lib_tc.c: if (memddstat->updated > config->cachesize) { 58 | lib_tc.c: memddstat->updated = 0; 59 | lib_tc.c: memcpy(&memddstat->stbuf, &stbuf, sizeof(struct stat)); 60 | lib_tc.c: memddstat->updated = 0; 61 | -------------------------------------------------------------------------------- /lessfs_quickstart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crass/lessfs/569a8201b01da999d00ccb89ad9cf8fe7afaf2e8/lessfs_quickstart.pdf -------------------------------------------------------------------------------- /lessfsck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crass/lessfs/569a8201b01da999d00ccb89ad9cf8fe7afaf2e8/lessfsck -------------------------------------------------------------------------------- /lib_cfg.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include "lib_cfg.h" 32 | #include "lib_log.h" 33 | #include "lib_safe.h" 34 | #include "lib_str.h" 35 | #include "retcodes.h" 36 | 37 | int r_env_cfg(char *configfile) 38 | { 39 | FILE *config; 40 | char *buf; 41 | char *token; 42 | char *value; 43 | 44 | config = s_fopen(configfile, "r"); 45 | while (1) { 46 | buf=s_fgets(1023, config); 47 | if (feof(config)) 48 | break; 49 | if (0 != unrem(buf)) { 50 | if (NULL == (value = strchr(buf, '='))) { 51 | free(buf); 52 | continue; 53 | } 54 | token = buf; 55 | *value = 0; 56 | value++; 57 | trim(token); 58 | trim(value); 59 | //LINFO("setenv |%s|=|%s|\n", token, value); 60 | if (-1 == (setenv(token, value, 1))) { 61 | LFATAL("Setenv failed, out of resources.\n"); 62 | exit(-1); 63 | } 64 | } 65 | free(buf); 66 | } 67 | fclose(config); 68 | return (0); 69 | } 70 | 71 | 72 | char *read_val(char *token) 73 | { 74 | char *a; 75 | a = getenv(token); 76 | if (NULL == a) { 77 | LFATAL("Could not read %s\n.", token); 78 | exit(EXIT_CONFIG); 79 | } 80 | LDEBUG("%s=%s\n", token, a); 81 | return a; 82 | } 83 | -------------------------------------------------------------------------------- /lib_cfg.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | struct configdata { 22 | char *blockdata; 23 | char *blockdatabs; 24 | char *blockdata_io_type; 25 | char *blockusage; 26 | char *blockusagebs; 27 | char *dirent; 28 | char *direntbs; 29 | char *fileblock; 30 | char *fileblockbs; 31 | char *meta; 32 | char *metabs; 33 | char *hardlink; 34 | char *hardlinkbs; 35 | char *symlink; 36 | char *symlinkbs; 37 | char *freelist; 38 | char *freelistbs; 39 | char *nexthash; 40 | unsigned char *commithash; 41 | char *hash; 42 | char *lfsstats; 43 | unsigned char compression; 44 | unsigned char *iv; 45 | unsigned char *passwd; 46 | unsigned long long cachesize; 47 | unsigned int flushtime; 48 | unsigned int inspectdiskinterval; 49 | unsigned int defrag; 50 | unsigned int relax; 51 | unsigned int encryptdata; 52 | unsigned int encryptmeta; 53 | unsigned int selected_hash; 54 | int hashlen; 55 | int transactions; 56 | }; 57 | struct configdata *config; 58 | 59 | int read_s_cfg(char *cfgfile, char *value, int size); 60 | int read_m_cfg(char *cfgfile, char *value, char *value2, int size); 61 | int r_env_cfg(char *configfile); 62 | char *read_val(char *token); 63 | -------------------------------------------------------------------------------- /lib_crypto.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | 22 | #ifdef HAVE_CONFIG_H 23 | #include 24 | #endif 25 | #ifndef LFATAL 26 | #include "lib_log.h" 27 | #endif 28 | 29 | 30 | #include 31 | #include 32 | #include 33 | #include 34 | #include 35 | #include 36 | #ifdef ENABLE_CRYPTO 37 | #include 38 | #include 39 | #endif 40 | 41 | #include "lib_safe.h" 42 | #include "retcodes.h" 43 | #include "lib_cfg.h" 44 | 45 | extern char *logname; 46 | extern char *function; 47 | extern int debug; 48 | extern int BLKSIZE; 49 | extern char *passwd; 50 | 51 | #define die_cryptoerr(f...) { LFATAL(f); exit(EXIT_CRYPTOERR); } 52 | 53 | typedef struct { 54 | unsigned long size; 55 | unsigned char *data; 56 | } DBT; 57 | 58 | unsigned char *safepassword() 59 | { 60 | int len; 61 | unsigned char *safepasswd; 62 | 63 | len = strlen((char *) config->passwd); 64 | if (len > 16) 65 | len = 16; 66 | safepasswd = s_malloc(16); 67 | memset(safepasswd, 65, 16); 68 | memcpy(safepasswd, config->passwd, len); 69 | return safepasswd; 70 | } 71 | 72 | #ifdef ENABLE_CRYPTO 73 | DBT *encrypt(unsigned char *unenc, unsigned long size) 74 | { 75 | unsigned char *safepasswd; 76 | EVP_CIPHER_CTX ctx; 77 | DBT *encoded; 78 | int olen, tlen; 79 | 80 | FUNC; 81 | 82 | safepasswd = safepassword(); 83 | EVP_CIPHER_CTX_init(&ctx); 84 | EVP_EncryptInit(&ctx, EVP_bf_cbc(), safepasswd, config->iv); 85 | encoded = s_malloc(sizeof(DBT)); 86 | encoded->data = s_malloc(8 + size); //Blowfish can grow 64 bits 87 | 88 | if (EVP_EncryptUpdate(&ctx, encoded->data, &olen, unenc, size) != 1) { 89 | die_cryptoerr("error in encrypt update\n"); 90 | } 91 | 92 | if (EVP_EncryptFinal(&ctx, encoded->data + olen, &tlen) != 1) { 93 | die_cryptoerr("error in encrypt final\n"); 94 | } 95 | EVP_CIPHER_CTX_cleanup(&ctx); 96 | encoded->size = olen + tlen; 97 | if (encoded->size > 8 + size) { 98 | die_cryptoerr 99 | ("Unexpected fatal error : data has grown in size after encryption.\n"); 100 | } 101 | free(safepasswd); 102 | EFUNC; 103 | return encoded; 104 | } 105 | 106 | DBT *decrypt(DBT * data) 107 | { 108 | DBT *decrypted; 109 | unsigned char *safepasswd; 110 | 111 | int olen, tlen; 112 | 113 | FUNC; 114 | decrypted = s_malloc(sizeof(DBT)); 115 | decrypted->data = s_malloc(data->size); 116 | safepasswd = safepassword(); 117 | 118 | EVP_CIPHER_CTX ctx; 119 | EVP_CIPHER_CTX_init(&ctx); 120 | EVP_DecryptInit(&ctx, EVP_bf_cbc(), safepasswd, config->iv); 121 | 122 | if (EVP_DecryptUpdate 123 | (&ctx, decrypted->data, &olen, data->data, data->size) != 1) { 124 | die_cryptoerr("Unexpected fatal error while decrypting.\n"); 125 | } 126 | 127 | if (EVP_DecryptFinal(&ctx, decrypted->data + olen, &tlen) != 1) { 128 | die_cryptoerr("Unexpected fatal error in decrypt final.\n"); 129 | } 130 | olen += tlen; 131 | EVP_CIPHER_CTX_cleanup(&ctx); 132 | decrypted->size = olen; 133 | free(safepasswd); 134 | EFUNC; 135 | return decrypted; 136 | } 137 | #endif 138 | -------------------------------------------------------------------------------- /lib_crypto.h: -------------------------------------------------------------------------------- 1 | DBT *encrypt(unsigned char *, unsigned long); 2 | DBT *decrypt(DBT *); 3 | -------------------------------------------------------------------------------- /lib_io.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | #define BLOCKSIZE 4096 22 | //unsigned long fullRead(unsigned long, char *, unsigned long); 23 | //int fullWrite(int, const char *, unsigned int); 24 | int timeoutWrite(int, int, char *, int); 25 | int timeoutRead(int, int, char *, int); 26 | -------------------------------------------------------------------------------- /lib_log.h: -------------------------------------------------------------------------------- 1 | /* lib_log.h. Generated from lib_log.h.in by configure. */ 2 | /* 3 | * Lessfs: A data deduplicating filesystem. 4 | * Copyright (C) 2008 Mark Ruijter 5 | * 6 | * This program is free software. 7 | * You can redistribute lessfs and/or modify it under the terms of either 8 | * (1) the GNU General Public License; either version 3 of the License, 9 | * or (at your option) any later version as published by 10 | * the Free Software Foundation; or (2) obtain a commercial license 11 | * by contacting the Author. 12 | * 13 | * This program is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 16 | * the GNU General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU General Public License 19 | * along with this program; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * Logging debug=0 -> Alleen fatals 23 | * debug=1 -> fatals + warnings 24 | * debug=2 -> fatals + warnings + info 25 | * debug=3 -> fatals + warnings + info + debug 26 | */ 27 | 28 | #ifdef SYSLOG 29 | #include 30 | #endif 31 | #include 32 | #include 33 | #include 34 | 35 | extern char *logname; 36 | extern char *function; 37 | extern int debug; 38 | 39 | #define BUFSIZE 1024 40 | 41 | #if !defined FACILITY 42 | #define FACILITY LOG_LOCAL0 43 | #endif 44 | #if !defined PRIORITY 45 | #define PRIORITY LOG_NOTICE 46 | #endif 47 | 48 | #ifdef SYSLOG 49 | #define LLINF(t,f...) {openlog(logname,LOG_PID,FACILITY);syslog(LOG_CRIT,f);closelog();} 50 | #define LLINW(t,f...) {if ( debug > 0 ){ openlog(logname,LOG_PID,FACILITY);syslog(LOG_WARNING,f);closelog();};} 51 | #define LLINI(t,f...) {if ( debug > 1 ){ openlog(logname,LOG_PID,FACILITY);syslog(LOG_INFO,f);closelog();};} 52 | #define LLIND(t,f...) {if ( debug > 2 ){ openlog(logname,LOG_PID,FACILITY);syslog(LOG_DEBUG,f);closelog();};} 53 | #else 54 | #define LLINF(t,f...) {fprintf(stderr,"%s - %s (%i): %s: ",logname,function,getpid(),t); fprintf(stderr,f);} 55 | #define LLINW(t,f...) {if ( debug > 0 ){ fprintf(stderr,"%s (%i): %s: \n",logname,getpid(),t); fprintf(stderr,f);};} 56 | #define LLINI(t,f...) {if ( debug > 1 ){ fprintf(stderr,"%s (%i): %s: \n",logname,getpid(),t); fprintf(stderr,f);};} 57 | #define LLIND(t,f...) {if ( debug > 2 ){ fprintf(stderr,"%s - %s (%i): %s: \n",logname,__PRETTY_FUNCTION__,getpid(),t); fprintf(stderr,f);};} 58 | #endif 59 | 60 | #define LFATAL(f...) {LLINF("fatal",f);} 61 | #define LINFO(f...) {LLINI("info",f);} 62 | #define LWARNING(f...){LLINW("warning",f);} 63 | #ifdef DEBUG 64 | #define LDEBUG(f...) {LLIND("debug",f);} 65 | #define FUNC {logname=(char *)__FILE__; function=(char *)__PRETTY_FUNCTION__;if ( debug > 4 ) tstamp();}; 66 | #define EFUNC {logname=(char *)__FILE__; function=(char *)__PRETTY_FUNCTION__;if ( debug > 4 ) estamp();}; 67 | #else 68 | #define FUNC {}; 69 | #define EFUNC {}; 70 | #define LDEBUG(f...) {}; 71 | #endif 72 | -------------------------------------------------------------------------------- /lib_lzo.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | 22 | #ifdef HAVE_CONFIG_H 23 | #include 24 | #endif 25 | 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | 32 | #ifdef LZO 33 | #include 34 | #include 35 | #include 36 | #include 37 | 38 | /* portability layer */ 39 | #define WANT_LZO_MALLOC 1 40 | //#include "portab.h" 41 | #include "lib_log.h" 42 | #include "lib_io.h" 43 | #include "lib_safe.h" 44 | #include "lib_lzo.h" 45 | 46 | static pthread_mutex_t lzo_mutex = PTHREAD_MUTEX_INITIALIZER; 47 | 48 | extern char *logname; 49 | extern char *function; 50 | extern int debug; 51 | extern int BLKSIZE; 52 | 53 | /* We want to compress the data block at `in' with length `IN_LEN' to 54 | * the block at `out'. Because the input block may be incompressible, 55 | * we must provide a little more output space in case that compression 56 | * is not possible. 57 | */ 58 | 59 | #ifndef IN_LEN 60 | #define IN_LEN (128*1024L) 61 | #endif 62 | #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3) 63 | 64 | /************************************************************************* 65 | // 66 | **************************************************************************/ 67 | void initlzo() 68 | { 69 | if (lzo_init() != LZO_E_OK) { 70 | LFATAL("internal error - lzo_init() failed !!!"); 71 | exit(4); 72 | } 73 | } 74 | 75 | compr *lzo_compress(unsigned char *buf, int buflen) 76 | { 77 | int r; 78 | lzo_bytep in; 79 | lzo_bytep out; 80 | lzo_bytep wrkmem; 81 | lzo_uint out_len; 82 | compr *retdata; 83 | 84 | pthread_mutex_lock(&lzo_mutex); 85 | retdata = s_malloc(sizeof(compr)); 86 | in = (lzo_bytep) buf; 87 | out = (lzo_bytep) lzo_malloc(OUT_LEN); 88 | wrkmem = (lzo_bytep) lzo_malloc(LZO1A_MEM_COMPRESS); 89 | if (in == NULL || out == NULL || wrkmem == NULL) { 90 | LFATAL("out of memory\n"); 91 | exit(3); 92 | } 93 | 94 | r = lzo1a_compress(in, buflen, out, &out_len, wrkmem); 95 | if (r != LZO_E_OK) { 96 | /* this should NEVER happen */ 97 | LFATAL("internal error - compression failed: %d\n", r); 98 | exit(2); 99 | } 100 | // LDEBUG("Compressed %i bytes to %lu bytes",buflen,(unsigned long)out_len); 101 | 102 | if ( out_len > buflen ) { 103 | retdata->data = s_malloc(buflen+1); 104 | memcpy(&retdata->data[1], buf, buflen); 105 | retdata->size = buflen+1; 106 | retdata->data[0]=0; 107 | } else { 108 | retdata->data = s_malloc(out_len+1); 109 | retdata->size = out_len+1; 110 | memcpy(&retdata->data[1], out, out_len); 111 | retdata->data[0]='L'; 112 | } 113 | lzo_free(wrkmem); 114 | lzo_free(out); 115 | pthread_mutex_unlock(&lzo_mutex); 116 | return retdata; 117 | } 118 | 119 | compr *lzo_decompress(unsigned char *buf, int buflen) 120 | { 121 | int r; 122 | lzo_bytep in; 123 | lzo_bytep out; 124 | lzo_bytep wrkmem; 125 | lzo_uint out_len = 0; 126 | lzo_uint in_len = 0; 127 | compr *retdata; 128 | 129 | FUNC; 130 | 131 | pthread_mutex_lock(&lzo_mutex); 132 | retdata = s_malloc(sizeof(compr)); 133 | 134 | in_len = buflen-1; 135 | in = (lzo_bytep) &buf[1]; 136 | out = (lzo_bytep) lzo_malloc(BLKSIZE); 137 | wrkmem = (lzo_bytep) lzo_malloc(LZO1A_MEM_COMPRESS); //FASTER 138 | if (in == NULL || out == NULL || wrkmem == NULL) { 139 | LFATAL("out of memory\n"); 140 | exit(3); 141 | } 142 | 143 | r = lzo1a_decompress(in, in_len, out, &out_len, NULL); 144 | if (r != LZO_E_OK) { 145 | /* this should NEVER happen */ 146 | LFATAL("internal error - decompression failed: %d\n", r); 147 | exit(22); 148 | } 149 | 150 | retdata->data = s_malloc(out_len); 151 | retdata->size = out_len; 152 | memcpy(retdata->data, out, out_len); 153 | lzo_free(wrkmem); 154 | lzo_free(out); 155 | pthread_mutex_unlock(&lzo_mutex); 156 | return retdata; 157 | } 158 | #endif 159 | -------------------------------------------------------------------------------- /lib_lzo.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | #include "lib_qlz.h" 22 | compr *lzo_compress(unsigned char *, int); 23 | compr *lzo_decompress(unsigned char *, int); 24 | void initlzo(); 25 | -------------------------------------------------------------------------------- /lib_net.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | int clientconnect(const char *, const char *, const char *); 22 | char *readMsg(int); 23 | int serverinit(const char *, const char *, const char *); 24 | int timeoutWrite(int, int, char *, int); 25 | int timeoutRead(int, int, char *, int); 26 | int readnlstring(int, int, char *, int); 27 | -------------------------------------------------------------------------------- /lib_qlz.h: -------------------------------------------------------------------------------- 1 | #ifndef QLZ_HEADER 2 | #define QLZ_HEADER 3 | 4 | // Fast data compression library 5 | // Copyright (C) 2006-2009 Lasse Mikkel Reinhold 6 | // lar@quicklz.com 7 | // 8 | // QuickLZ can be used for free under the GPL-1 or GPL-2 license (where anything 9 | // released into public must be open source) or under a commercial license if such 10 | // has been acquired (see http://www.quicklz.com/order.html). The commercial license 11 | // does not cover derived or ported versions created by third parties under GPL. 12 | 13 | // You can edit following user settings. Data must be decompressed with the same 14 | // setting of QLZ_COMPRESSION_LEVEL and QLZ_STREAMING_BUFFER as it was compressed 15 | // (see manual). If QLZ_STREAMING_BUFFER > 0, scratch buffers must be initially 16 | // zeroed out (see manual). First #ifndef makes it possible to define settings from 17 | // the outside like the compiler command line or from higher level code. 18 | 19 | // Version 1.4.1 final - april 2010 20 | 21 | typedef struct { 22 | unsigned long size; 23 | unsigned char *data; 24 | } compr; 25 | compr *clz_compress(unsigned char *, int); 26 | compr *clz_decompress(unsigned char *, int); 27 | 28 | #ifndef QLZ_COMPRESSION_LEVEL 29 | #define QLZ_COMPRESSION_LEVEL 1 30 | //#define QLZ_COMPRESSION_LEVEL 2 31 | //#define QLZ_COMPRESSION_LEVEL 3 32 | 33 | #define QLZ_STREAMING_BUFFER 0 34 | //#define QLZ_STREAMING_BUFFER 100000 35 | //#define QLZ_STREAMING_BUFFER 1000000 36 | 37 | //#define QLZ_MEMORY_SAFE 38 | #endif 39 | 40 | #define QLZ_VERSION_MAJOR 1 41 | #define QLZ_VERSION_MINOR 4 42 | #define QLZ_VERSION_REVISION 1 43 | 44 | // Using size_t, memset() and memcpy() 45 | #include 46 | 47 | // Public functions of QuickLZ 48 | size_t qlz_size_decompressed(const char *source); 49 | size_t qlz_size_compressed(const char *source); 50 | size_t qlz_decompress(const char *source, void *destination, char *scratch_decompress); 51 | size_t qlz_compress(const void *source, char *destination, size_t size, char *scratch_compress); 52 | int qlz_get_setting(int setting); 53 | 54 | // Verify compression level 55 | #if QLZ_COMPRESSION_LEVEL != 1 && QLZ_COMPRESSION_LEVEL != 2 && QLZ_COMPRESSION_LEVEL != 3 56 | #error QLZ_COMPRESSION_LEVEL must be 1, 2 or 3 57 | #endif 58 | 59 | // Compute QLZ_SCRATCH_COMPRESS and QLZ_SCRATCH_DECOMPRESS 60 | #if QLZ_COMPRESSION_LEVEL == 1 61 | #define QLZ_POINTERS 1 62 | #define QLZ_HASH_VALUES 4096 63 | #elif QLZ_COMPRESSION_LEVEL == 2 64 | #define QLZ_POINTERS 4 65 | #define QLZ_HASH_VALUES 2048 66 | #elif QLZ_COMPRESSION_LEVEL == 3 67 | #define QLZ_POINTERS 16 68 | #define QLZ_HASH_VALUES 4096 69 | #endif 70 | 71 | typedef struct 72 | { 73 | #if QLZ_COMPRESSION_LEVEL == 1 74 | unsigned int cache[QLZ_POINTERS]; 75 | #endif 76 | const unsigned char *offset[QLZ_POINTERS]; 77 | } qlz_hash_compress; 78 | 79 | typedef struct 80 | { 81 | const unsigned char *offset[QLZ_POINTERS]; 82 | } qlz_hash_decompress; 83 | 84 | 85 | #define QLZ_ALIGNMENT_PADD 8 86 | #define QLZ_BUFFER_COUNTER 8 87 | 88 | #define QLZ_SCRATCH_COMPRESS (QLZ_ALIGNMENT_PADD + QLZ_BUFFER_COUNTER + QLZ_STREAMING_BUFFER + sizeof(qlz_hash_compress[QLZ_HASH_VALUES]) + QLZ_HASH_VALUES) 89 | 90 | #if QLZ_COMPRESSION_LEVEL < 3 91 | #define QLZ_SCRATCH_DECOMPRESS (QLZ_ALIGNMENT_PADD + QLZ_BUFFER_COUNTER + QLZ_STREAMING_BUFFER + sizeof(qlz_hash_decompress[QLZ_HASH_VALUES]) + QLZ_HASH_VALUES) 92 | #else 93 | #define QLZ_SCRATCH_DECOMPRESS (QLZ_ALIGNMENT_PADD + QLZ_BUFFER_COUNTER + QLZ_STREAMING_BUFFER) 94 | #endif 95 | 96 | #endif 97 | 98 | 99 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /lib_safe.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | #define ERRHANDLE(f...){ LFATAL(f); exitFunc(); } 22 | void *s_malloc(size_t); 23 | void *s_zmalloc(size_t); 24 | char *s_strdup(const char *); 25 | FILE *s_fopen(char *, char *); 26 | int s_open(const char *, int); 27 | int s_open2(const char *, int, mode_t); 28 | void *s_realloc(void *, size_t); 29 | void *as_sprintf(const char *fmt, ...); 30 | char **s_srtOpenDir(char *); 31 | int dirCnt(char *); 32 | void s_fputs(const char *, FILE *); 33 | int s_chdir(const char *); 34 | int s_link(const char *, const char *); 35 | int s_unlink(const char *); 36 | void exitFunc(); 37 | void tstamp(); 38 | void estamp(); 39 | char *as_strcat(char *, const char *); 40 | char *as_strarrcat(const char **, ssize_t); 41 | int s_read(int, unsigned char *, int); 42 | int s_write(int, const unsigned char *, int); 43 | int s_pwrite(int, const void *, size_t, off_t); 44 | int s_pread(int fd, void *, size_t, off_t); 45 | int mkpath(const char *, mode_t); 46 | char *s_dirname(char *); 47 | char *s_basename(char *); 48 | char *s_fgets(int, FILE *); 49 | -------------------------------------------------------------------------------- /lib_str.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | 22 | #include 23 | #include 24 | #include 25 | #include 26 | #include 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include "lib_safe.h" 33 | 34 | 35 | /****************************************************** 36 | * Procedure trim() * 37 | * Doel : Ontdoe een regel van spaties,tabs,nl,cr * 38 | * Input: char naam logbestand * 39 | * Output: filehandler anders -1 * 40 | ******************************************************/ 41 | void trim(char *regel) 42 | { 43 | int tel; 44 | int einde, lengte; 45 | char *tmpstr; 46 | 47 | if (regel == NULL) 48 | return; /* Een lege string is niet te trimmen */ 49 | 50 | lengte = strlen(regel); 51 | tmpstr = s_strdup(regel); 52 | 53 | for (tel = 0; tel <= lengte; tel++) { 54 | if (regel[tel] != ' ' && regel[tel] != '\t') 55 | break; 56 | } 57 | 58 | einde = lengte; 59 | if (einde == 0) { 60 | regel[0] = 0; 61 | free(tmpstr); 62 | return; /* Na het begin v.d. regel trimmen niets over */ 63 | } 64 | 65 | while (einde > 0) { 66 | einde--; 67 | if (regel[einde] != ' ' && regel[einde] != '\t' 68 | && regel[einde] != '\n' && regel[einde] != '\r') 69 | break; 70 | } 71 | 72 | lengte = einde - tel + 1; 73 | memcpy(®el[0], &tmpstr[tel], lengte); 74 | regel[lengte] = 0; 75 | free(tmpstr); 76 | return; 77 | } 78 | 79 | void replacechar(char *buffer, char zoek, char vervang) 80 | { 81 | char *p; 82 | p = buffer; 83 | while (*buffer != 0) { 84 | if (*buffer != zoek) { 85 | *p = *buffer; 86 | p++; 87 | } else { 88 | p[0] = vervang; 89 | p++; 90 | } 91 | buffer++; 92 | } 93 | *p = 0; 94 | } 95 | 96 | /*********************************************************************** 97 | Procedure stripchar 98 | Doel : Verwijderd een %c uit een %s 99 | ***********************************************************************/ 100 | void stripchar(char *a, char c) 101 | { 102 | char *p; 103 | p = a; 104 | while (*a != 0) { 105 | if (*a != c) { 106 | *p = *a; 107 | p++; 108 | } 109 | a++; 110 | } 111 | *p = 0; 112 | } 113 | 114 | /*********************************************************************** 115 | Procedure lcase 116 | Doel : Convert een string naar lowercase 117 | ***********************************************************************/ 118 | void lcase(char *convert) 119 | { 120 | while (*convert != 0) { 121 | *convert = tolower(*convert); 122 | convert++; 123 | } 124 | } 125 | 126 | /*********************************************************************** 127 | Procedure ucase 128 | Doel : Convert een string naar uppercase 129 | ***********************************************************************/ 130 | void ucase(char *convert) 131 | { 132 | while (*convert != 0) { 133 | *convert = toupper(*convert); 134 | convert++; 135 | } 136 | } 137 | 138 | /*********************************************************************** 139 | Procedure unrem 140 | Invoer regel[] 141 | Uitvoer regel zonder remark's 142 | return lengte ge 'unremde' string 143 | ***********************************************************************/ 144 | int unrem(char *regel) 145 | { 146 | char *c; 147 | 148 | c = strchr(regel, '#'); 149 | if (c != NULL) 150 | c[0] = 0; 151 | return (strlen(regel)); 152 | } 153 | -------------------------------------------------------------------------------- /lib_str.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | void replacechar(char *, char, char); 22 | int unrem(char *); 23 | void ucase(char *); 24 | void lcase(char *); 25 | void trim(char *); 26 | void stripchar(char *, char); 27 | -------------------------------------------------------------------------------- /mklessfs.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software; you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation; either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 13 | * the GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program; if not, write to the Free Software 17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 | */ 19 | 20 | #ifdef HAVE_CONFIG_H 21 | #include 22 | #endif 23 | #ifndef LFATAL 24 | #include "lib_log.h" 25 | #endif 26 | 27 | #include 28 | #include 29 | #include 30 | #include 31 | #include 32 | #include 33 | #include 34 | #include 35 | #include 36 | #include 37 | #include 38 | #include 39 | 40 | #include 41 | #include 42 | #include 43 | #include 44 | #include 45 | 46 | #include "lib_cfg.h" 47 | #include "lib_safe.h" 48 | #include "lib_str.h" 49 | #include "retcodes.h" 50 | #ifdef LZO 51 | #include "lib_lzo.h" 52 | #else 53 | #include "lib_qlz.h" 54 | #endif 55 | #include "lib_tc.h" 56 | #include "commons.h" 57 | 58 | #ifdef ENABLE_CRYPTO 59 | unsigned char *passwd = NULL; 60 | #endif 61 | 62 | #define die_dataerr(f...) { LFATAL(f); exit(EXIT_DATAERR); } 63 | 64 | struct option_info { 65 | char *configfile; 66 | int force; 67 | }; 68 | struct option_info mkoptions; 69 | 70 | void usage(char *name) 71 | { 72 | printf("Usage: %s /path_to_config.cfg\n", name); 73 | printf(" : %s [-f] -c /path_to_config.cfg\n\n", name); 74 | printf("-c Path and name of the configuation file\n"); 75 | printf("-f Overwrite existing databases and create directories when needed\n"); 76 | printf("-h Displays this usage message\n"); 77 | exit(-1); 78 | } 79 | 80 | int get_opts(int argc, char *argv[]) 81 | { 82 | 83 | int c; 84 | 85 | mkoptions.force=0; 86 | mkoptions.configfile=NULL; 87 | while ((c = getopt (argc, argv, "hfc:")) != -1) 88 | switch (c) 89 | { 90 | case 'c': 91 | if (optopt == 'c') 92 | printf ( "Option -%c requires a lessfs configuration file as argument.\n", optopt); 93 | else 94 | mkoptions.configfile=optarg; 95 | break; 96 | case 'f': 97 | mkoptions.force=1; 98 | break; 99 | case 'h': 100 | usage(argv[0]); 101 | break; 102 | default: 103 | abort (); 104 | } 105 | return 0; 106 | } 107 | 108 | int main(int argc, char *argv[]) 109 | { 110 | char *dbg = NULL; 111 | #ifdef ENABLE_CRYPTO 112 | int rnd; 113 | char *ckpasswd; 114 | char *p; 115 | #endif 116 | 117 | if (argc < 2) 118 | usage(argv[0]); 119 | 120 | get_opts(argc,argv); 121 | if ( NULL == mkoptions.configfile ) mkoptions.configfile=argv[1]; 122 | if (-1 == r_env_cfg(mkoptions.configfile)) 123 | usage(argv[0]); 124 | dbg = getenv("DEBUG"); 125 | if (NULL != dbg) 126 | debug = atoi(dbg); 127 | if (mkoptions.force == 1 ) { 128 | parseconfig(2); 129 | } else parseconfig(1); 130 | config->encryptdata = 0; 131 | config->passwd = NULL; 132 | config->iv = NULL; 133 | #ifdef ENABLE_CRYPTO 134 | config->iv = s_malloc(8); 135 | memset(config->iv, 0, 8); 136 | config->encryptdata = 0; 137 | p = read_val("ENCRYPT_DATA"); 138 | if (NULL != p) { 139 | if (0 == strcasecmp(p, "ON")) 140 | config->encryptdata = 1; 141 | /*if (config->encryptdata) { 142 | if (NULL == config->blockdatabs) { 143 | fprintf(stderr,"Encryption is not supported with file_io\n"); 144 | die_dataerr("Encryption is not supported with file_io"); 145 | } 146 | }*/ 147 | } 148 | #endif 149 | config->encryptmeta = 1; 150 | #ifdef ENABLE_CRYPTO 151 | if (config->encryptdata) { 152 | rnd = s_open("/dev/random", O_RDONLY); 153 | if (8 != s_read(rnd, config->iv, 8)){ 154 | die_dataerr("Could not read 8 bytes from /dev/random"); 155 | } 156 | if ( NULL == getenv("PASSWORD")){ 157 | config->passwd = 158 | (unsigned char *) s_strdup(getpass("Password: ")); 159 | ckpasswd = s_strdup(getpass("Re-Enter Password: ")); 160 | if (0 != strcmp((char *) config->passwd, ckpasswd)) { 161 | fprintf(stderr, "Password values do not match.\n"); 162 | exit(EXIT_SYSTEM); 163 | } 164 | free(ckpasswd); 165 | } else { 166 | config->passwd = s_strdup(getenv("PASSWORD")); 167 | unsetenv("PASSWORD"); /* Eat it after receiving..*/ 168 | } 169 | p = getenv("ENCRYPT_META"); 170 | if (NULL != p) { 171 | if (0 != strcasecmp(p, "ON")) { 172 | LINFO("Metadata encryption is off"); 173 | config->encryptmeta = 0; 174 | } 175 | } 176 | } 177 | #endif 178 | config->commithash=thash((unsigned char *)"COMMITSTAMP", strlen("COMMITSTAMP"),1); 179 | formatfs(); 180 | sync(); 181 | #ifdef ENABLE_CRYPTO 182 | if (config->encryptdata) { 183 | free(config->passwd); 184 | free(config->iv); 185 | } 186 | #endif 187 | free(config); 188 | exit(0); 189 | } 190 | -------------------------------------------------------------------------------- /news: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crass/lessfs/569a8201b01da999d00ccb89ad9cf8fe7afaf2e8/news -------------------------------------------------------------------------------- /readme: -------------------------------------------------------------------------------- 1 | lessfs requires tokyocabinet to be installed on the system. 2 | http://tokyocabinet.sourceforge.net/index.html 3 | 4 | On 32bit systems don't forget to configure tokyocabinet with: 5 | ./configure --enable-off64 6 | Failure to do so will limit the databases to a 2GB filesize. 7 | -------------------------------------------------------------------------------- /restart.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -x 2 | umount /fuse 3 | rm /core.* 4 | rm /core 5 | rm -rf /data/mta/* 6 | rm -rf /data/dta/* 7 | logrotate -f /etc/logrotate.conf 8 | ./mklessfs -f -c /etc/lessfs.cfg 9 | # Use the new lessfs.cfg syntax and let lessfs worry about the rest. 10 | ./lessfs /etc/lessfs.cfg /fuse 11 | -------------------------------------------------------------------------------- /retcodes.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Lessfs: A data deduplicating filesystem. 3 | * Copyright (C) 2008 Mark Ruijter 4 | * 5 | * This program is free software. 6 | * You can redistribute lessfs and/or modify it under the terms of either 7 | * (1) the GNU General Public License; either version 3 of the License, 8 | * or (at your option) any later version as published by 9 | * the Free Software Foundation; or (2) obtain a commercial license 10 | * by contacting the Author. 11 | * 12 | * This program is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 | * the GNU General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU General Public License 18 | * along with this program; if not, write to the Free Software 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | */ 21 | #define EXIT_OK 0 22 | #define EXIT_SYSTEM 1 23 | #define EXIT_USAGE 2 24 | #define EXIT_DATAERR 3 25 | #define EXIT_DBERR 4 26 | #define EXIT_CONFIG 5 27 | #define EXIT_CRYPTOERR 6 28 | #define EXIT_PASSWD 7 29 | -------------------------------------------------------------------------------- /stamp-h2: -------------------------------------------------------------------------------- 1 | timestamp for lib_log.h 2 | --------------------------------------------------------------------------------