summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add "utok_string"Volker Lendecke2019-09-111-0/+29
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-091-5/+2
* s3:smbd: prepare the usage of per_thread_cwd_*() functionsStefan Metzmacher2019-01-111-0/+7
* s3:lib: add root_unix_token()Ralph Boehme2019-01-111-0/+26
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* lib: Move the "expired" for gencache_parse calculation into gencache.cVolker Lendecke2018-10-161-2/+4
* s3:util: remove reinit_after_fork_pipe_handler before sending SIGTERMStefan Metzmacher2018-04-241-0/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-04-111-97/+0
* s3-lib: Remove support for libexc for IRIX backtracesAndrew Bartlett2018-04-111-42/+0
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-221-0/+11
* dbwrap_ctdb: implement parse_record_send()/recv()Ralph Boehme2017-04-181-0/+12
* s3/lib: Use ms_fnmatch_protocol in mask_matchVolker Lendecke2017-01-221-1/+1
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* lib/util: Move unix_wild_match() from source3/lib/util to lib/util/Jeremy Allison2016-11-161-159/+0
* s3: lib: Move from talloc_strdup then lower to strlower_talloc()Jeremy Allison2016-11-161-10/+2
* s3: util: Remove unneeded strequal() call. Convert to simple character check.Jeremy Allison2016-11-161-1/+1
* s3: lib - Fix formatting of unix_wild_match() sub-function to README.Coding s...Jeremy Allison2016-11-161-20/+41
* s3-lib: Do not set an empty string in split_domain_user()Andreas Schneider2016-09-251-2/+14
* s3: lib: util: Add map_process_lock_to_ofd_lock() utility function.Jeremy Allison2016-05-211-0/+31
* s3: lib: Add 'int op' parameter to fcntl_getlock().Jeremy Allison2016-05-211-4/+4
* s3/lib: add remote arch cachingRalph Boehme2016-05-041-0/+140
* s3/lib: add get_remote_arch_from_str()Ralph Boehme2016-05-041-0/+12
* s3/lib: rework get_remote_arch_str() to use an arrayRalph Boehme2016-05-041-46/+34
* lib: Remove unused talloc_append_blobVolker Lendecke2015-12-141-26/+0
* lib: Separate out xx_path() & callersVolker Lendecke2015-12-141-65/+0
* lib: Use directory_create_or_exist in xx_pathVolker Lendecke2015-12-141-9/+2
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-5/+0
* lib: Move some procid functions out of util.cVolker Lendecke2015-11-091-43/+0
* lib: Increase a debuglevelVolker Lendecke2015-11-091-2/+2
* Remove function name from callers of DBG_*Christof Schmitt2015-10-211-2/+2
* lib: Remove unused global my_unique_idVolker Lendecke2015-10-191-7/+0
* lib: Remove unused procid_is_me()Volker Lendecke2015-10-191-11/+0
* lib: Remove unused procid_self()Volker Lendecke2015-10-191-5/+0
* lib: Fix pid_to_procid()Volker Lendecke2015-10-191-6/+12
* Rely on /dev/urandomVolker Lendecke2015-10-131-6/+0
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-2/+2
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-1/+8
* s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer2015-08-251-1/+1
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-131-2/+2
* Add IPv6 support for determining FQDN during ADS join.David Holder2015-05-121-21/+33
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-291-16/+16
* lib: Remove procid_str_staticVolker Lendecke2015-04-281-5/+0
* source3: Replace ccan hash calls with tdb_jenkins_hashVolker Lendecke2015-03-171-2/+6
* s3-util: Fix authentication with long hostnames.Andreas Schneider2015-01-121-1/+3
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3: reset tracepoint handler in reinit_after fork.Michael Adam2014-09-211-2/+5
* Typo: Specifing -> specifying.Jelmer Vernooij2014-04-131-1/+1
* s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison2014-04-091-10/+16
* s3-lib/util: fix read across end of namelist stringBjörn Baumbach2014-04-081-2/+5