summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-14lib: Fix the build on solarisVolker Lendecke1-9/+2
2026-01-12lib: Remove [set|drop]_effective_capability and enum smbd_capabilityVolker Lendecke1-132/+0
2026-01-12lib: Add capability-specific functionsVolker Lendecke1-0/+100
2026-01-12lib: Remove LEASE_CAPABILITYVolker Lendecke1-5/+0
2026-01-12lib: Remove KERNEL_OPLOCK_CAPABILITYVolker Lendecke1-6/+0
2025-11-10lib: Remove some unused code #ifdef'ed out for more than 10 yearsVolker Lendecke1-47/+0
2024-06-28smbd: Simplify copy_stat_ex_timestampsVolker Lendecke1-5/+6
2024-04-01source3/smbd: Update timestamps after a successful SMB_VFS_FNTIMESAnoop C S1-0/+19
2024-01-20source3/lib: Properly log the change in capabilityAnoop C S1-2/+4
2024-01-16system.c: fix fake directory create timesBjoern Jacke1-0/+1
2024-01-05set_process_capability: log which capability was set or failed to be setBjörn Jacke1-2/+3
2023-11-16system.c: fall back to become_root if CAP_DAC_OVERRIDE isn't usableBjörn Jacke1-2/+29
2023-11-01smbd: Simplify sys_proc_fd_path()Volker Lendecke1-45/+10
2023-07-13s3:lib: Fix code spellingAndreas Schneider1-11/+11
2022-03-31smbd: remove itime and file_id logic and codeRalph Boehme1-78/+0
2022-01-10s3: includes: Make the comments describing itime consistent. Always use "inve...Jones Syue1-1/+1
2022-01-10s3: lib: In create_clock_itime(), use timespec_current() -> clock_gettime(CLO...Jeremy Allison1-1/+1
2022-01-08s3: smbd: Create and use a common function for generating a fileid - create_c...Jeremy Allison1-0/+52
2021-09-14system: Remove kernel_flockChristof Schmitt1-33/+0
2021-09-09Don't use sysconf(_SC_NGROUPS_MAX) on macOS for getgroups()Alex Richardson1-3/+21
2021-07-14s3: lib: Add sys_fstatat() wrapper.Jeremy Allison1-0/+26
2021-02-09s3 lib system: Change signature of sys_proc_fd_pathGary Lockyer1-1/+1
2021-02-09s3 lib system: Fix clang compilation errorGary Lockyer1-0/+7
2020-12-16s3/lib: add proc fds infrastructureRalph Boehme1-0/+56
2020-11-10lib: Fix a theoretical out-of-bounds writeVolker Lendecke1-3/+8
2020-11-10lib: Fix a signed/unsigned warningVolker Lendecke1-1/+1
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore1-118/+1
2020-08-15s3: lib: Fix unneeded relative path in #include.Matthew DeVore1-1/+1
2020-01-08system: Rename argument for kernel_flock functionChristof Schmitt1-4/+4
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S1-0/+14
2019-09-10s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme1-0/+20
2019-08-22s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison1-0/+15
2019-07-01s3/lib: add update_stat_ex_file_id()Ralph Boehme1-0/+6
2019-07-01s3/lib: add update_stat_ex_itime()Ralph Boehme1-0/+7
2019-07-01s3: add st_ex_file_id to struct stat_exRalph Boehme1-0/+2
2019-07-01s3: add st_ex_itime to struct stat_exRalph Boehme1-0/+3
2019-07-01s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme1-5/+6
2018-12-16s3:lib: Fix checking for config.h #define in system.cAndreas Schneider1-1/+1
2018-11-28s3:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-2/+2
2017-10-04s3: VFS: Protect errno if sys_getwd() fails across free() call.Jeremy Allison1-0/+4
2017-10-04s3: VFS: Ensure sys_getwd() doesn't leak memory on error on really old systems.Jeremy Allison1-1/+6
2017-08-24configure: Centralize check for posix_fallocateVolker Lendecke1-1/+1
2017-04-18s3:lib: Fix incorrect logic in sys_broken_getgroups()Jeremy Allison1-5/+7
2016-02-23lib: Extract sys_popen()Volker Lendecke1-231/+0
2016-02-23lib: Remove sys_waitpidVolker Lendecke1-14/+1
2016-01-27s3-lib: introduce sys_realpath()Uri Simchoni1-0/+25
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-4/+4
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-3/+3
2015-03-09system: add hole punch support to sys_fallocate()David Disseldorp1-2/+9
2015-03-09s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp1-10/+11