search for: join_path

Displaying 5 results from an estimated 5 matches for "join_path".

2016 Mar 29
5
[PATCH 0/2] added filesystem_walk0 low level API
The filesystem_walk0 API parses the FS internals of a partition and returns a list of all the files and directories contained within. It list deleted files and directories as well. For each node, it reports its relative path, its inode and its allocation status. The output is serialised in XDR format and written to the given file. The command is similar to The Sleuth Kit "fls -rp
2016 Mar 29
0
[PATCH 1/2] added filesystem_walk0 API
...VE_LIBTSK + +#include <tsk/libtsk.h> +#include <rpc/xdr.h> +#include <rpc/types.h> + +static int +open_filesystem(const char *device, TSK_IMG_INFO **img, TSK_FS_INFO **fs); +static TSK_WALK_RET_ENUM +fswalk_callback(TSK_FS_FILE *fsfile, const char *path, void *data); +static char *join_path(const char *path, const char *name); +static int inode_out(guestfs_int_tsk_node *node_info); +static void reply_with_tsk_error(void); + +#else + +OPTGROUP_LIBTSK_NOT_AVAILABLE + +#endif + static int file_out (const char *cmd); static guestfs_int_tsk_node* parse_ffind (const char *out, int64_t ino...
2006 Oct 30
0
File Store permissions
...HashSet *locks; /** diff -puN ext-orig/fs_store.c ext/fs_store.c --- ext-orig/fs_store.c 2006-09-23 22:11:22.000000000 -0600 +++ ext/fs_store.c 2006-10-21 15:06:47.000000000 -0600 @@ -51,7 +51,7 @@ static void fs_touch(Store *store, char int f; char path[MAX_FILE_PATH]; join_path(path, store->dir.path, filename); - if ((f = creat(path, S_IRUSR | S_IWUSR)) == 0) { + if ((f = creat(path, store->file_mode)) == 0) { RAISE(IO_ERROR, "couldn''t create file %s: <%s>", path, strerror(errno)); } @@ -252,7 +252,7 @@ sta...
2023 Jun 05
0
[ANNOUNCE] xorgproto 2023.1
...he screen locker does. The other changes include various fixes, clarifications and keysym definitions updates: Alan Coopersmith (8): presentproto: Minor typo fixes Remove _X_NONNULL macro gitlab CI: run meson instead of ninja for test & install steps meson: replace join_paths with / meson: replace deprecated source_root with new project_source_root Remove "All rights reserved" from Oracle copyright notices Only install PM_spec when legacy protocol support is enabled XvMCproto.h: remove ; from the end of sz_* definitions Benno Schu...
2018 May 10
0
[ANNOUNCE] xorg-server 1.20.0
Lots of Present, DRI3 modifier, and buildsystem fixes. Thanks to everyone who contributed to this release! Aaron Plattner (3): meson: Define DEFAULT_LIBRARY_PATH as join_paths(get_option('prefix'), get_option('libdir')) meson: Set XCONFIGFILE to 'xorg.conf' instead of '/etc/xorg.conf' meson: Fix module_dir configuration (v2) Adam Jackson (10): dri3: Clamp to 1.0 if not all screens support 1.2 meson: Bump version n...