summaryrefslogtreecommitdiff
path: root/lib/util/util.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-09lib: Add dump_data_addbuf()Volker Lendecke1-0/+4
2023-03-09lib: Move the dump_data_pw() prototype to the other dump_data_* onesVolker Lendecke1-0/+8
2022-01-24lib/util: add dump_data_diff*() helpersStefan Metzmacher1-0/+28
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-13/+0
2019-06-30util: cleanup API change for strtoul(l) wrappersSwen Schillig1-5/+0
2019-06-30lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig1-2/+7
2019-06-30lib: Add flag definitions to control the internal string to int conversion ro...Swen Schillig1-0/+7
2019-03-01util: Add two wrapper for string to int conversionSwen Schillig1-0/+7
2016-01-13Add a new header file for functions in lib/util/util.c.Jelmer Vernooij1-0/+53
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-917/+0
2011-09-08lib: added base64_decode_data_blob_talloc()Andrew Tridgell1-0/+8
2011-08-14util: add function to extend anonymous shared memorySimo Sorce1-0/+1
2011-08-10lib-util: Make useful function a common utility.Simo Sorce1-0/+5
2011-07-06libcli/smb move enum protocol_types to a common headerAndrew Bartlett1-15/+0
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett1-3/+0
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett1-1/+0
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-0/+2
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett1-0/+26
2011-05-31lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett1-0/+2
2011-05-06lib/util don't use enum protocol_types in ms_fnmatch_protocolAndrew Bartlett1-1/+1
2011-05-06lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett1-2/+3
2011-05-04I added them, so I get to kill them :-). Finally remove all uses of safe_strc...Jeremy Allison1-12/+0
2011-05-03lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett1-2/+4
2011-05-03lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett1-1/+13
2011-04-30lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett1-3/+1
2011-04-29lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett1-0/+2
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-0/+13
2011-03-29lib: removed a spurios declaration of 'logfile'Andrew Tridgell1-1/+0
2011-03-23fault: fixed smb_panic() prototypesAndrew Tridgell1-2/+0
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-6/+7
2011-03-15lib: fixed header pathsAndrew Tridgell1-8/+8
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-2/+2
2011-02-18lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any moreAndrew Bartlett1-2/+0
2011-02-18s4-util: removed the valgrind_strlen() routineAndrew Tridgell1-7/+0
2011-01-20lib/util: add anonymous_shared_free()Stefan Metzmacher1-0/+1
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher1-1/+1
2010-12-21s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell1-0/+1
2010-10-26lib/util: remove useless ../lib/util/mutex.*Stefan Metzmacher1-10/+0
2010-10-24Add dump_data_cb()Volker Lendecke1-0/+8
2010-10-24Add print_asc_cb()Volker Lendecke1-0/+3
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-1/+1
2010-09-04util: added samba_start_debugger()Andrew Tridgell1-0/+4
2010-03-26s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider1-1/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-27/+0
2010-03-22lib/util: add allocate_anonymous_shared()Stefan Metzmacher1-0/+5
2010-03-09lib/util: change samba_runcmd() to use tevent_req _send/_recvStefan Metzmacher1-7/+8
2010-02-26lib/util: add generate_random_password()Stefan Metzmacher1-0/+5
2010-02-26s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell1-1/+1
2010-02-22Spelling fixes for libutilBrad Hards1-4/+4
2010-02-17util: added samba_runcmd()Andrew Tridgell1-0/+17