summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-16s3: util: Remove unneeded strequal() call. Convert to simple character check.Jeremy Allison1-1/+1
2016-11-16s3: lib - Fix formatting of unix_wild_match() sub-function to README.Coding s...Jeremy Allison1-20/+41
2016-09-25s3-lib: Do not set an empty string in split_domain_user()Andreas Schneider1-2/+14
2016-05-21s3: lib: util: Add map_process_lock_to_ofd_lock() utility function.Jeremy Allison1-0/+31
2016-05-21s3: lib: Add 'int op' parameter to fcntl_getlock().Jeremy Allison1-4/+4
2016-05-04s3/lib: add remote arch cachingRalph Boehme1-0/+140
2016-05-04s3/lib: add get_remote_arch_from_str()Ralph Boehme1-0/+12
2016-05-04s3/lib: rework get_remote_arch_str() to use an arrayRalph Boehme1-46/+34
2015-12-14lib: Remove unused talloc_append_blobVolker Lendecke1-26/+0
2015-12-14lib: Separate out xx_path() & callersVolker Lendecke1-65/+0
2015-12-14lib: Use directory_create_or_exist in xx_pathVolker Lendecke1-9/+2
2015-12-13s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison1-5/+0
2015-11-09lib: Move some procid functions out of util.cVolker Lendecke1-43/+0
2015-11-09lib: Increase a debuglevelVolker Lendecke1-2/+2
2015-10-21Remove function name from callers of DBG_*Christof Schmitt1-2/+2
2015-10-19lib: Remove unused global my_unique_idVolker Lendecke1-7/+0
2015-10-19lib: Remove unused procid_is_me()Volker Lendecke1-11/+0
2015-10-19lib: Remove unused procid_self()Volker Lendecke1-5/+0
2015-10-19lib: Fix pid_to_procid()Volker Lendecke1-6/+12
2015-10-13Rely on /dev/urandomVolker Lendecke1-6/+0
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke1-2/+2
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-1/+8
2015-08-25s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer1-1/+1
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-2/+2
2015-05-12Add IPv6 support for determining FQDN during ADS join.David Holder1-21/+33
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-16/+16
2015-04-28lib: Remove procid_str_staticVolker Lendecke1-5/+0
2015-03-17source3: Replace ccan hash calls with tdb_jenkins_hashVolker Lendecke1-2/+6
2015-01-12s3-util: Fix authentication with long hostnames.Andreas Schneider1-1/+3
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2014-09-21s3: reset tracepoint handler in reinit_after fork.Michael Adam1-2/+5
2014-04-13Typo: Specifing -> specifying.Jelmer Vernooij1-1/+1
2014-04-09s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison1-10/+16
2014-04-08s3-lib/util: fix read across end of namelist stringBjörn Baumbach1-2/+5