summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:dbwrap_watch: add dbwrap_watched_watch_force_alerting()Stefan Metzmacher2022-09-202-0/+8
* s3:dbwrap_watch: add dbwrap_watched_watch_reset_alerting() helperStefan Metzmacher2022-09-202-0/+9
* s3:dbwrap_watch: let dbwrap_watched_watch_skip_alerting() also clear the sele...Stefan Metzmacher2022-09-201-0/+1
* s3:g_lock: fix error handling in g_lock_watch_data_send()Stefan Metzmacher2022-09-201-4/+6
* libsmb: Use find_snapshot_token() for clistr_is_previous_version_path()Volker Lendecke2022-09-192-0/+31
* lib: Add separator argument to find_snapshot_token()Volker Lendecke2022-09-191-4/+5
* lib: Move extract_snapshot_token() to util_path.cVolker Lendecke2022-09-192-0/+86
* s3: libsmb: In cli_lsa_lookup_name() replace cli_state_save_tcon()/cli_state_...Jeremy Allison2022-09-151-6/+3
* s3: libsmb: In cli_lsa_lookup_sid() replace cli_state_save_tcon()/cli_state_r...Jeremy Allison2022-09-151-6/+3
* lib: Fix a typoVolker Lendecke2022-08-261-1/+1
* s3:lib: Fix trailing whitespaces in smbldap.cPavel Filipenský2022-08-261-48/+48
* s3: Zero memory of idmap_fetch_secret() usersPavel Filipenský2022-08-261-1/+1
* s3:g_lock: avoid useless talloc_array(0) in g_lock_dump()Stefan Metzmacher2022-08-191-6/+8
* s3:g_lock: add some const to the shared array passed via g_lock_dump*()Stefan Metzmacher2022-08-191-3/+3
* lib: Map ERANGE to NT_STATUS_INTEGER_OVERFLOWVolker Lendecke2022-08-191-0/+3
* s3:g_lock: use TDB_VOLATILE to avoid fcntl locksStefan Metzmacher2022-08-111-1/+1
* smbd: Pass vfs_open_how through fd_openatVolker Lendecke2022-08-061-8/+7
* s3:dbwrap_watch: call dbwrap_watched_trigger_wakeup() outside of the low leve...Stefan Metzmacher2022-07-261-10/+11
* s3:dbwrap_watch: only notify the first waiterStefan Metzmacher2022-07-261-33/+72
* s3:g_lock: try to keep the watch instance during g_lock_watch_data()Stefan Metzmacher2022-07-261-2/+29
* s3:g_lock: remember an unique_lock_epoch similar to unique_data_epochStefan Metzmacher2022-07-261-2/+17
* s3:g_lock: avoid a lot of unused overhead using the new dbwrap_watch featuresStefan Metzmacher2022-07-261-2/+128
* s3:g_lock: always call g_lock_cleanup_shared() before getting stuck on lck.nu...Stefan Metzmacher2022-07-261-0/+4
* s3:g_lock: avoid calling g_lock_store() from g_lock_cleanup_dead()Stefan Metzmacher2022-07-261-23/+14
* s3:dbwrap_watch: allow callers of dbwrap_watched_watch_send/recv() to manage ...Stefan Metzmacher2022-07-263-10/+37