docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / source3 / lib / util.c
2023-04-19 Andreas Schneiders3:lib: Do not try to match '.' and '..' directories...
2023-02-13 Volker Lendeckelib: Fix a typo
2023-02-13 Volker Lendeckelib: Simplify ms_has_wild() with strpbrk()
2023-01-10 Volker Lendeckelib: Move tab_depth() to reg_parse_prs.c
2023-01-10 Volker Lendeckelib: Make map_share_mode_to_deny_mode() static to smbstatus
2023-01-10 Volker Lendeckesmbd: Make get_safe_[[SI]VAL|ptr] static to smb1_lanman.c
2022-12-14 Ralph Boehmesmbd: remove process shortname arg from reinit_after_fork()
2022-05-10 Pavel Filipenskýs3:lib: reset all tevent trace callbacks in reinit_afte...
2022-05-10 Pavel Filipenskýs3:lib: fix trailing whitespaces
2022-03-01 Volker Lendeckelib: Simplify parent_dirname() by using talloc_strndup()
2021-10-08 Volker Lendeckelib: Use talloc_asprintf_addbuf() in utok_string()
2021-05-12 Richard Sharpes3: lib: If we're reporting getaddrinfo fail, print...
2021-05-11 Volker Lendeckelib: Add parent_watch_fd()
2021-04-22 Andreas Schneiders3:smbd: Remove NIS support
2021-03-16 Volker Lendeckelib: Remove init_names()
2021-03-16 Volker Lendeckelib: Decouple is_myname() from init_names()
2020-10-23 Ralph Boehmesmb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCRE...
2020-10-23 Ralph Boehmesmb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCRE...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-07-16 Christof Schmittlib/util: Remove code inside #ifdef HAVE_BROKEN_READDIR...
2020-07-16 Christof Schmittlib/util: Remove code inside #ifdef NEXT2
2020-05-06 Amitay Isaacslib/messaging: Move messages_dgm out of source3
2020-02-27 Andrew Bartlettlib/util/fault.c: Unify printing of the stack trace...
2020-02-27 Andrew Bartlettlib/util: Make prctl_set_comment take a printf format...
2019-12-02 Volker Lendeckelib: Remove unused smb_xvasprintf()
2019-11-27 Ralph Boehmesmbdotconf: mark "panic action" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "homedir map" with substitution="1"
2019-11-27 Ralph Boehmes3:lib: add missing TALLOC_CTX parameter in call to...
2019-09-11 Volker Lendeckelib: Add "utok_string"
2019-02-09 Andreas Schneiders3:vfs: Correctly check if OFD locks should be enabled...
2019-01-11 Stefan Metzmachers3:smbd: prepare the usage of per_thread_cwd_*() functions
2019-01-11 Ralph Boehmes3:lib: add root_unix_token()
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-16 Volker Lendeckelib: Move the "expired" for gencache_parse calculation...
2018-04-24 Stefan Metzmachers3:util: remove reinit_after_fork_pipe_handler before...
2018-04-10 Andrew Bartlettlib/util: Move log_stack_trace() to common code
2018-04-10 Andrew Bartletts3-lib: Remove support for libexc for IRIX backtraces
2018-01-22 Andreas Schneiderinclude: Create system/nis.h in libreplace
2017-04-18 Ralph Boehmedbwrap_ctdb: implement parse_record_send()/recv()
2017-01-22 Volker Lendeckes3/lib: Use ms_fnmatch_protocol in mask_match
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-11-16 Jeremy Allisonlib/util: Move unix_wild_match() from source3/lib/util...
2016-11-16 Jeremy Allisons3: lib: Move from talloc_strdup then lower to strlower...
2016-11-16 Jeremy Allisons3: util: Remove unneeded strequal() call. Convert...
2016-11-16 Jeremy Allisons3: lib - Fix formatting of unix_wild_match() sub-funct...
2016-09-25 Andreas Schneiders3-lib: Do not set an empty string in split_domain_user()
2016-05-20 Jeremy Allisons3: lib: util: Add map_process_lock_to_ofd_lock() utili...
2016-05-20 Jeremy Allisons3: lib: Add 'int op' parameter to fcntl_getlock().
2016-05-03 Ralph Boehmes3/lib: add remote arch caching
2016-05-03 Ralph Boehmes3/lib: add get_remote_arch_from_str()
2016-05-03 Ralph Boehmes3/lib: rework get_remote_arch_str() to use an array
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-14 Volker Lendeckelib: Remove unused talloc_append_blob
2015-12-14 Volker Lendeckelib: Separate out xx_path() & callers
2015-12-14 Volker Lendeckelib: Use directory_create_or_exist in xx_path
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-11-09 Volker Lendeckelib: Move some procid functions out of util.c
2015-11-09 Volker Lendeckelib: Increase a debuglevel
2015-10-21 Christof SchmittRemove function name from callers of DBG_*
2015-10-19 Volker Lendeckelib: Remove unused global my_unique_id
2015-10-19 Volker Lendeckelib: Remove unused procid_is_me()
2015-10-19 Volker Lendeckelib: Remove unused procid_self()
2015-10-19 Volker Lendeckelib: Fix pid_to_procid()
2015-10-13 Volker LendeckeRely on /dev/urandom
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-09-24 Christof Schmitts3: Move call to prctl_set_comment to reinit_after_fork
2015-08-25 Roel van Meers3-util: Compare the maximum allowed length of a NetBIO...
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/lib.
2015-05-12 David HolderAdd IPv6 support for determining FQDN during ADS join.
2015-04-29 Richard SharpeChange all uses of uint32/16/8 in proto.h to uint32_t...
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-03-17 Volker Lendeckesource3: Replace ccan hash calls with tdb_jenkins_hash
2015-01-12 Andreas Schneiders3-util: Fix authentication with long hostnames.
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-09-21 Michael Adams3: reset tracepoint handler in reinit_after fork.
2014-04-13 Jelmer VernooijTypo: Specifing -> specifying.
2014-04-08 Jeremy Allisons3-lib/util: fix logic inside set_namearray loops.
2014-04-08 Björn Baumbachs3-lib/util: fix read across end of namelist string
2014-04-05 Jeremy Allisons3: smbd/nmbd/winbindd - fix append on trailing slash...
2014-02-20 Volker Lendeckelib: Avoid a strlen call in xx_path()
2014-02-12 Volker Lendeckeauth: Make new_server_id_task() static to auth_samba4
2014-02-12 Andrew Bartlettlib/param: Remove special handling for 'state dir'...
2014-02-08 Garming Samparam: rename lp function and variable from "nis_home_m...
2014-02-08 Garming Samparam: rename lp function and variable from 'lockdir...
2013-11-14 Jeremy Allisons3-lib: smbclient shows no error if deleting a director...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-24 Jeremy AllisonFix bug #10063 - source3/lib/util.c:1493 leaking memory...
2013-08-15 Stefan Metzmachers3:lib: remove unused interpret_protocol()
2013-06-18 Jeremy AllisonFix xx_path() - return check from mkdir() is incorrect.
2013-02-19 Stefan Metzmachers3:lib: s/struct event_context/struct tevent_context
2013-01-24 Volker LendeckeAvoid a very small memleak on talloc_tos()
2012-08-24 Stefan Metzmachers3:lib: remove unused processes_exist()
2012-08-24 Stefan Metzmachers3:lib: implement process_exists() as wrapper of server...
2012-08-17 Stefan Metzmachers3:lib: implement interpret_pid() as wrapper of server_...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-09 Jeremy AllisonMake check_same_stat() and check_same_dev_ino() common...
2012-07-03 Jeremy AllisonMove copy_unix_token() from locking/locking.c to lib...
2012-06-21 Michael Adams3:move serverid_equal() to serverid.c
next