summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Add security_token_del_npa_flags() helper functionVolker Lendecke2023-05-161-0/+15
* rpc: Add global_sid_Samba_NPA_Flags SIDVolker Lendecke2023-05-161-0/+19
* s3:lib: Fix typosJoseph Sutton2023-05-051-2/+2
* s3:lib: Give better warnings about corrupted AppleDobule filesAndreas Schneider2023-04-271-5/+13
* s3:lib: Move ad_unpack() debug message to notice levelAndreas Schneider2023-04-271-20/+34
* s3:lib: Do not try to match '.' and '..' directories in is_in_path()Andreas Schneider2023-04-191-0/+5
* lib: Fix tdb_validate() for incorrect tdb entriesVolker Lendecke2023-04-011-2/+3
* lib: Fix a typoVolker Lendecke2023-02-131-1/+1
* lib: Simplify ms_has_wild() with strpbrk()Volker Lendecke2023-02-131-13/+2
* auth: Correct primary group handlingJoseph Sutton2023-02-081-3/+0
* s3:netapi: Remove unused variablesAndreas Schneider2023-02-061-7/+0
* s3/lib: Prevent use after free of messaging_ctdb_fde_ev structsNoel Power2023-01-261-0/+19
* lib: Fix out-of-bounds access in print_ace_flags()Volker Lendecke2023-01-121-3/+4
* lib: Use talloc_asprintf_addbuf() in print_ace_flags()Volker Lendecke2023-01-121-29/+9
* lib: Use tdb_data_dbg() where appropriateVolker Lendecke2023-01-101-6/+2
* lib: Add tdb_data_dbg()Volker Lendecke2023-01-101-0/+5
* lib: Move 16 bytes to readonly .text segmentVolker Lendecke2023-01-101-1/+1
* lib: Move tab_depth() to reg_parse_prs.cVolker Lendecke2023-01-101-7/+0
* lib: Make map_share_mode_to_deny_mode() static to smbstatusVolker Lendecke2023-01-101-21/+0
* smbd: Make get_safe_[[SI]VAL|ptr] static to smb1_lanman.cVolker Lendecke2023-01-101-41/+0
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-161-2/+2
* libsmb: Simplify clistr_is_previous_version_path()Volker Lendecke2022-12-162-22/+3
* s3: lib: Add new clistr_smb2_extract_snapshot_token() function.Jeremy Allison2022-12-162-0/+6
* s3: smbd: Make extract_snapshot_token() a wrapper for extract_snapshot_token_...Jeremy Allison2022-12-161-2/+7
* smbd: Remove source3/smbd/statcache.cVolker Lendecke2022-12-142-11/+0
* lib: Fix whitespaceVolker Lendecke2022-12-141-17/+17
* smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme2022-12-142-7/+2
* lib: Add get_current_user_info_domain()Volker Lendecke2022-12-122-0/+6
* lib: Make substitute.c's "remote_proto" staticVolker Lendecke2022-12-122-1/+7
* lib: Remove unused octal_string()Volker Lendecke2022-12-121-18/+0
* lib: Remove fstring_sub() that was used just onceVolker Lendecke2022-12-121-5/+0
* g_lock: check for zero timeout in g_lock_lock()Ralph Boehme2022-12-091-0/+4
* lib: Add lp_allow_local_address()Volker Lendecke2022-11-101-0/+1
* lib: Whitespace fixesVolker Lendecke2022-10-271-25/+23
* lib: Avoid an #include includes.hVolker Lendecke2022-10-272-5/+13
* lib: Avoid an #include includes.hVolker Lendecke2022-10-271-1/+3
* lib: Avoid an includes.hVolker Lendecke2022-10-271-3/+8
* s3-lib: restore truncating behavior of push_ascii_nstring()Philipp Gesang2022-10-251-2/+5
* CVE-2022-3592 lib: Move subdir_of() to source3/lib/util_path.cVolker Lendecke2022-10-252-0/+54
* CVE-2022-3592 lib: lib/util/fault.h requires _SAMBA_DEBUG_H for SMB_ASSERT()Volker Lendecke2022-10-251-1/+1
* s3:g_lock: add callback function to g_lock_lock()Stefan Metzmacher2022-09-202-4/+14
* s3:g_lock: add callback function to g_lock_lock_send()Stefan Metzmacher2022-09-201-2/+20
* s3:g_lock: add callback function to g_lock_lock_simple_fn()Stefan Metzmacher2022-09-201-8/+36
* s3:g_lock: add callback function to g_lock_trylock()Stefan Metzmacher2022-09-201-13/+99
* s3:g_lock: reorder the logic in g_lock_trylock()Stefan Metzmacher2022-09-201-43/+26
* s3:g_lock: remove redundant code in g_lock_trylock()Stefan Metzmacher2022-09-201-10/+0
* s3:g_lock: add g_lock_ctx->busy and assert it to falseStefan Metzmacher2022-09-201-1/+22
* s3:g_lock: add g_lock_lock_cb_state infrastructureStefan Metzmacher2022-09-201-0/+242
* s3:g_lock: reorder the logic in g_lock_lock_simple_fn()Stefan Metzmacher2022-09-201-18/+19
* lib/dbwrap: allow dbwrap_merge_dbufs() to update an existing bufferStefan Metzmacher2022-09-201-4/+4