summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-20lib: Remove a function unused since 2016Volker Lendecke1-5/+0
2026-01-20srvsvc: Move valid_share_pathname() to where it's usedVolker Lendecke1-33/+0
2026-01-20lib: Remove the pointless unix_format() macroVolker Lendecke1-2/+1
2026-01-07smbd: Move utok_string() into smbdVolker Lendecke1-20/+0
2025-11-10s3: Remove TALLOC_REALLOC() macroVolker Lendecke1-2/+3
2025-11-10s3: Replace a few calls to TALLOC() with talloc_size()Volker Lendecke1-1/+1
2025-05-15lib: Modernize a few DEBUGsVolker Lendecke1-10/+10
2024-09-10util: Make show_msg call DEBUG just onceVolker Lendecke1-25/+38
2024-09-04smbd: improve reinit_after_fork error handlingDavid Disseldorp1-0/+1
2024-07-26s3/lib: move set_namearray() to util_namearray.cRalph Boehme1-63/+0
2024-07-26s3/lib: modernize set_namearray()Ralph Boehme1-80/+30
2024-07-26s3/lib: remove name_compare_entry typedefRalph Boehme1-3/+5
2024-06-24lib: Align an integer typeVolker Lendecke1-1/+1
2024-05-22s3:lib: Remove obsolete name_to_fqdn()Andreas Schneider1-59/+0
2024-03-12lib: Simplify copy_unix_token()Volker Lendecke1-5/+6
2024-03-12smbd: Remove get_Protocol()Volker Lendecke1-5/+0
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