summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21s3/lib: add log_panic_action()Ralph Boehme1-0/+6
2023-12-21s3/lib: factor out call_panic_action() from smb_panic_s3()Ralph Boehme1-11/+26
2023-11-15smbd: Move mask_match_search() to smb1_reply.cVolker Lendecke1-16/+0
2023-10-27s3:util: Add gfree_memcache() to gfree_all()Andreas Schneider1-0/+3
2023-10-10smbd: Remove a pointless NULL checkVolker Lendecke1-1/+1
2023-07-13s3:lib: Fix code spellingAndreas Schneider1-3/+3
2023-06-16lib: Simplify two if-expressionsVolker Lendecke1-12/+6
2023-04-19s3:lib: Do not try to match '.' and '..' directories in is_in_path()Andreas Schneider1-0/+5
2023-02-13lib: Fix a typoVolker Lendecke1-1/+1
2023-02-13lib: Simplify ms_has_wild() with strpbrk()Volker Lendecke1-13/+2
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-14smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme1-6/+1
2022-05-10s3:lib: reset all tevent trace callbacks in reinit_after_fork()Pavel Filipenský1-0/+9
2022-05-10s3:lib: fix trailing whitespacesPavel Filipenský1-15/+15
2022-03-01lib: Simplify parent_dirname() by using talloc_strndup()Volker Lendecke1-2/+2
2021-10-08lib: Use talloc_asprintf_addbuf() in utok_string()Volker Lendecke1-11/+2
2021-05-12s3: lib: If we're reporting getaddrinfo fail, print the name we were looking ...Richard Sharpe1-2/+3
2021-05-11lib: Add parent_watch_fd()Volker Lendecke1-0/+19
2021-04-22s3:smbd: Remove NIS supportAndreas Schneider1-164/+0
2021-03-16lib: Remove init_names()Volker Lendecke1-1/+0
2021-03-16lib: Decouple is_myname() from init_names()Volker Lendecke1-9/+26
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCBRalph Boehme1-2/+2
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCREATEX_FLAG_DENY_DOSRalph Boehme1-2/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-07-16lib/util: Remove code inside #ifdef HAVE_BROKEN_READDIR_NAMEChristof Schmitt1-5/+0
2020-07-16lib/util: Remove code inside #ifdef NEXT2Christof Schmitt1-5/+0
2020-05-06lib/messaging: Move messages_dgm out of source3Amitay Isaacs1-1/+1
2020-02-27lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett1-4/+0
2020-02-27lib/util: Make prctl_set_comment take a printf format stringAndrew Bartlett1-1/+1
2019-12-02lib: Remove unused smb_xvasprintf()Volker Lendecke1-19/+0
2019-11-27smbdotconf: mark "panic action" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "homedir map" with substitution="1"Ralph Boehme1-2/+6
2019-11-27s3:lib: add missing TALLOC_CTX parameter in call to lp_homedir_map()Ralph Boehme1-1/+1
2019-09-11lib: Add "utok_string"Volker Lendecke1-0/+29
2019-02-09s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider1-5/+2
2019-01-11s3:smbd: prepare the usage of per_thread_cwd_*() functionsStefan Metzmacher1-0/+7
2019-01-11s3:lib: add root_unix_token()Ralph Boehme1-0/+26
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-10-16lib: Move the "expired" for gencache_parse calculation into gencache.cVolker Lendecke1-2/+4
2018-04-24s3:util: remove reinit_after_fork_pipe_handler before sending SIGTERMStefan Metzmacher1-0/+1
2018-04-11lib/util: Move log_stack_trace() to common codeAndrew Bartlett1-97/+0
2018-04-11s3-lib: Remove support for libexc for IRIX backtracesAndrew Bartlett1-42/+0
2018-01-22include: Create system/nis.h in libreplaceAndreas Schneider1-0/+11
2017-04-18dbwrap_ctdb: implement parse_record_send()/recv()Ralph Boehme1-0/+12
2017-01-22s3/lib: Use ms_fnmatch_protocol in mask_matchVolker Lendecke1-1/+1
2017-01-22lib: Add lib/util/server_id.hVolker Lendecke1-0/+1
2016-11-16lib/util: Move unix_wild_match() from source3/lib/util to lib/util/Jeremy Allison1-159/+0
2016-11-16s3: lib: Move from talloc_strdup then lower to strlower_talloc()Jeremy Allison1-10/+2