summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2023-01-12lib: Fix out-of-bounds access in print_ace_flags()Volker Lendecke1-3/+4
2023-01-12lib: Use talloc_asprintf_addbuf() in print_ace_flags()Volker Lendecke1-29/+9
2023-01-10lib: Use tdb_data_dbg() where appropriateVolker Lendecke1-6/+2
2023-01-10lib: Add tdb_data_dbg()Volker Lendecke1-0/+5
2023-01-10lib: Move 16 bytes to readonly .text segmentVolker Lendecke1-1/+1
2023-01-10lib: Move tab_depth() to reg_parse_prs.cVolker Lendecke1-7/+0
2023-01-10lib: Make map_share_mode_to_deny_mode() static to smbstatusVolker Lendecke1-21/+0
2023-01-10smbd: Make get_safe_[[SI]VAL|ptr] static to smb1_lanman.cVolker Lendecke1-41/+0
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-2/+2
2022-12-16libsmb: Simplify clistr_is_previous_version_path()Volker Lendecke2-22/+3
2022-12-16s3: lib: Add new clistr_smb2_extract_snapshot_token() function.Jeremy Allison2-0/+6
2022-12-16s3: smbd: Make extract_snapshot_token() a wrapper for extract_snapshot_token_...Jeremy Allison1-2/+7
2022-12-14smbd: Remove source3/smbd/statcache.cVolker Lendecke2-11/+0
2022-12-14lib: Fix whitespaceVolker Lendecke1-17/+17
2022-12-14smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme2-7/+2
2022-12-12lib: Add get_current_user_info_domain()Volker Lendecke2-0/+6
2022-12-12lib: Make substitute.c's "remote_proto" staticVolker Lendecke2-1/+7
2022-12-12lib: Remove unused octal_string()Volker Lendecke1-18/+0
2022-12-12lib: Remove fstring_sub() that was used just onceVolker Lendecke1-5/+0
2022-12-09g_lock: check for zero timeout in g_lock_lock()Ralph Boehme1-0/+4
2022-11-10lib: Add lp_allow_local_address()Volker Lendecke1-0/+1
2022-10-27lib: Whitespace fixesVolker Lendecke1-25/+23
2022-10-27lib: Avoid an #include includes.hVolker Lendecke2-5/+13
2022-10-27lib: Avoid an #include includes.hVolker Lendecke1-1/+3
2022-10-27lib: Avoid an includes.hVolker Lendecke1-3/+8
2022-10-25s3-lib: restore truncating behavior of push_ascii_nstring()Philipp Gesang1-2/+5
2022-10-25CVE-2022-3592 lib: Move subdir_of() to source3/lib/util_path.cVolker Lendecke2-0/+54
2022-10-25CVE-2022-3592 lib: lib/util/fault.h requires _SAMBA_DEBUG_H for SMB_ASSERT()Volker Lendecke1-1/+1
2022-09-20s3:g_lock: add callback function to g_lock_lock()Stefan Metzmacher2-4/+14
2022-09-20s3:g_lock: add callback function to g_lock_lock_send()Stefan Metzmacher1-2/+20
2022-09-20s3:g_lock: add callback function to g_lock_lock_simple_fn()Stefan Metzmacher1-8/+36
2022-09-20s3:g_lock: add callback function to g_lock_trylock()Stefan Metzmacher1-13/+99
2022-09-20s3:g_lock: reorder the logic in g_lock_trylock()Stefan Metzmacher1-43/+26
2022-09-20s3:g_lock: remove redundant code in g_lock_trylock()Stefan Metzmacher1-10/+0
2022-09-20s3:g_lock: add g_lock_ctx->busy and assert it to falseStefan Metzmacher1-1/+22
2022-09-20s3:g_lock: add g_lock_lock_cb_state infrastructureStefan Metzmacher1-0/+242
2022-09-20s3:g_lock: reorder the logic in g_lock_lock_simple_fn()Stefan Metzmacher1-18/+19
2022-09-20lib/dbwrap: allow dbwrap_merge_dbufs() to update an existing bufferStefan Metzmacher1-4/+4
2022-09-20s3:dbwrap_watch: add dbwrap_watched_watch_force_alerting()Stefan Metzmacher2-0/+8
2022-09-20s3:dbwrap_watch: add dbwrap_watched_watch_reset_alerting() helperStefan Metzmacher2-0/+9
2022-09-20s3:dbwrap_watch: let dbwrap_watched_watch_skip_alerting() also clear the sele...Stefan Metzmacher1-0/+1
2022-09-20s3:g_lock: fix error handling in g_lock_watch_data_send()Stefan Metzmacher1-4/+6
2022-09-19libsmb: Use find_snapshot_token() for clistr_is_previous_version_path()Volker Lendecke2-0/+31
2022-09-19lib: Add separator argument to find_snapshot_token()Volker Lendecke1-4/+5
2022-09-19lib: Move extract_snapshot_token() to util_path.cVolker Lendecke2-0/+86
2022-09-15s3: libsmb: In cli_lsa_lookup_name() replace cli_state_save_tcon()/cli_state_...Jeremy Allison1-6/+3
2022-09-15s3: libsmb: In cli_lsa_lookup_sid() replace cli_state_save_tcon()/cli_state_r...Jeremy Allison1-6/+3
2022-08-26lib: Fix a typoVolker Lendecke1-1/+1
2022-08-26s3:lib: Fix trailing whitespaces in smbldap.cPavel Filipenský1-48/+48
2022-08-26s3: Zero memory of idmap_fetch_secret() usersPavel Filipenský1-1/+1