Displaying 20 results from an estimated 147 matches for "mkdirat".
Did you mean:
mkdir
2013 Nov 12
0
[klibc:master] syscalls: Fixup some of the -at syscall declarations
...143b3e366d31b2c2409cba3a
Author: Steve Capper <steve.capper at linaro.org>
AuthorDate: Mon, 11 Nov 2013 17:04:10 +0000
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 11 Nov 2013 19:30:11 -0800
[klibc] syscalls: Fixup some of the -at syscall declarations
mknodat and mkdirat contain a spurious repeated parameter, linkat
is missing the final int flags parameter, symlinkat has the first
two parameters transposed, and fchmodat is missing the flags
parameter and is declared in the wrong header.
Also declarations are missing for utimensat and fchownat.
This patch fixes up...
2020 Apr 08
3
samba 4.12 build on hp-ux unsupported system calls
...calls and macros.
We have checked and confirm that these are not supported by hp-ux kernel and enabling them will require changes in VFS layer and physical filesystem.
Unsatisfied system calls
* renameat
* symlinkat
* linkat
* unlinkat
* readlinkat
* mkdirat
Undefined MACRO's
* AT_REMOVEDIR
* AT_FDCWD
These system calls have been added newly in samba 4.12.
Please provide workaround/patch to use older syscalls like mkdir,readlink,unlink etc within samba 4.12.
Regards,
Arjit
2023 Aug 24
0
Samba recycle bin excludedir doesn't work for me
...ot;Domain Admins", @"GPO-Usuarios"
??? read list =
??? write list = @"Domain Admins", @"GPO-Usuarios"
??? admin users = @"Domain Admins"
??? vfs objects = acl_xattr full_audit recycle
??? full_audit:prefix = %S|%u|%I
??? full_audit:failure = openat mkdirat renameat unlinkat pwrite pread
connect disconnect
??? full_audit:success = openat mkdirat renameat unlinkat pwrite pread
connect disconnect
??? hide unreadable = yes
??? hide unwriteable files = yes
??? recycle: versions = Yes
??? recycle: excludedir = /tmp|/var/tmp|_RFOLDERS
??? recycle: d...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
...| 1 -
modules/fstatat-tests | 1 -
modules/fstrcmp-tests | 1 -
modules/getprogname | 28 ++++++
modules/git-merge-changelog | 2 +-
modules/linked-list-tests | 1 -
modules/linkedhash-list-tests | 1 -
modules/mkdirat-tests | 1 -
modules/nonblocking-pipe-tests | 1 -
modules/nonblocking-socket-tests | 1 -
modules/obstack-printf-tests | 1 -
modules/openat-tests | 1 -
modules/parse-datetime-tests | 1 -
modules/pipe-filter-gi-tests |...
2013 Oct 09
0
[PATCH 1/1] Porting klibc to AArch64
...xtern int chdir(const char *);
__extern int fchdir(int);
__extern int chmod(const char *, mode_t);
__extern int fchmod(int, mode_t);
-__extern int fchmodat(int, const char *, mode_t);
+__extern int fchmodat(int, const char *, mode_t, int);
__extern int mkdir(const char *, mode_t);
-__extern int mkdirat(int, const char *, const char *, mode_t);
+__extern int mkdirat(int, const char *, mode_t);
__extern int rmdir(const char *);
__extern int pipe(int *);
__extern int pipe2(int *, int);
__extern int chroot(const char *);
__extern int symlink(const char *, const char *);
-__extern int symlinkat(i...
2023 Feb 10
3
access "claim types"
...l inherit = Yes
store dos attributes = Yes
inherit acls = yes
unix extensions = no
follow symlinks= yes
wide links= yes
load printers = no
printcap name = /dev/null
acl allow execute always = True
# Audit settings
full_audit:prefix = %u|%I|%m|%S
full_audit:failure = connect
full_audit:success = mkdirat read pread write pwrite renameat unlinkat
full_audit:facility = local5
full_audit:priority = notice
log level = 1
min domain uid=0
---
(I even noticed that this config was improved in 2019 after some thread
in here ;-))
issues:
Their external windows admin tries to edit ACLs etc by accessing...
2013 Nov 08
9
[PATCH 0/3] Introduce arm64 support
Hello,
This series introduces arm64 support to klibc.
I've rebased the work from Neil Williams and Anil Singhar into the
following three patches. Most of the code changes are due to new
syscall implementations being needed for arm64 as a only a minimal set
of syscalls are defined in the arm64 kernel.
This series is to be applied against the latest klibc, just after
25a66fa README.klibc:
2013 Nov 11
5
[PATCH V2 0/3] Introduce arm64 support
Hello,
Here is V2 of the arm64 support for klibc patch set.
Notable changes since the original series:
* fp regs dropped from setjmp/longjmp
* chmod, lstat and stat re-implemented with *at functions.
* open64 merged into open.
As with the original, this series is to be applied against the latest
klibc, just after
25a66fa README.klibc: update build information
V2 has been tested on x86_64
2024 Oct 25
3
Kerberos ticket renew causes a brief network interruption
...= 445
template shell = /bin/bash
winbind enum groups = Yes
winbind enum users = Yes
winbind separator = ^
winbind use default domain = Yes
workgroup = MAIL-STREET
full_audit:priority = notice
full_audit:facility = local5
full_audit:failure = none
full_audit:success = open close read write mkdirat renameat unlinkat openat
full_audit:prefix = %u|%I|%S
idmap config * : range = 10000-20000
idmap config * : backend = tdb
vfs objects = full_audit
[customers]
create mask = 0777
directory mask = 0777
force directory mode = 0777
force group = Yschijfusers
path = /var/local/customers
read...
2024 Oct 25
1
Kerberos ticket renew causes a brief network interruption
...nd enum groups = Yes
> winbind enum users = Yes
> winbind separator = ^
> winbind use default domain = Yes
> workgroup = MAIL-STREET
> full_audit:priority = notice
> full_audit:facility = local5
> full_audit:failure = none
> full_audit:success = open close read write mkdirat renameat
> unlinkat openat full_audit:prefix = %u|%I|%S
> idmap config * : range = 10000-20000
> idmap config * : backend = tdb
> vfs objects = full_audit
>
>
> [customers]
> create mask = 0777
> directory mask = 0777
> force directory mode = 0777
> force g...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...t1.c
lib/getopt_int.h
lib/gettext.h
lib/hash-pjw.c
lib/hash-pjw.h
lib/hash.c
lib/hash.h
lib/i-ring.c
lib/i-ring.h
lib/intprops.h
lib/inttypes.in.h
lib/lchown.c
lib/lstat.c
lib/malloc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/mkdir.c
lib/mkdirat.c
lib/open-safer.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat-safer.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/pipe-safer.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/realloc.c
lib/rmdir.c...
2020 Apr 08
0
samba 4.12 build on hp-ux unsupported system calls
...rted by hp-ux kernel and enabling them will require changes in VFS layer and physical filesystem.
>
> Unsatisfied system calls
>
> * renameat
>
> * symlinkat
>
> * linkat
>
> * unlinkat
>
> * readlinkat
>
> * mkdirat
>
> Undefined MACRO's
>
> * AT_REMOVEDIR
>
> * AT_FDCWD
>
> These system calls have been added newly in samba 4.12.
>
> Please provide workaround/patch to use older syscalls like mkdir,readlink,unlink etc within samba 4.12.
I'm afraid that c...
2024 Sep 17
0
vfs_recycle missing deleted file?
...e of 42266 bytes, I can't think of the 1023 size limit being in
action here.
But then: how can an unlinked file not end up in the recycle directory?
smb.conf excerpt:
full_audit:prefix = %u|%I|%S
full_audit:failure = connect
full_audit:success = connect disconnect mkdirat open openat
create_file close read pread pread_recv write pwrite pwrite_send
sendfile renameat unlinkat ftruncate
full_audit:facility = local5
full_audit:priority = notice
recycle:minsize = 1023
recycle:repository = /home/.recycle/%U
recycle:keeptree...
2013 Oct 09
0
[PATCH 0/1] Porting klibc to AArch64
...s/stat.c
What has this todo with aarch64?
> The above changes broadly include the following:
> 1. start-up code in crt0.S
> 2. wrapper to system calls as generated from sysstub.ph and error handling
> in syscall.S
> 3. corrections to some system call definitions such as symlinkat, mkdirat
> etc.
> 4. corrections to some data structure definitions such as stat etc.
> 5. separate aarch64 specific definition for some syscalls such as fork,
> vfork etc.
> 6. fixes to setjmp and longjmp functions
>
> Manual testing as provided within the package has been done with a...