summaryrefslogtreecommitdiff
path: root/lib/util/util.h
Commit message (Expand)AuthorAgeFilesLines
* util: cleanup API change for strtoul(l) wrappersSwen Schillig2019-06-301-5/+0
* lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2019-06-301-2/+7
* lib: Add flag definitions to control the internal string to int conversion ro...Swen Schillig2019-06-301-0/+7
* util: Add two wrapper for string to int conversionSwen Schillig2019-03-011-0/+7
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-131-0/+53
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-917/+0
* lib: added base64_decode_data_blob_talloc()Andrew Tridgell2011-09-081-0/+8
* util: add function to extend anonymous shared memorySimo Sorce2011-08-141-0/+1
* lib-util: Make useful function a common utility.Simo Sorce2011-08-101-0/+5
* libcli/smb move enum protocol_types to a common headerAndrew Bartlett2011-07-061-15/+0
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-211-3/+0
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-211-1/+0
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-0/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-061-0/+26
* lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett2011-05-311-0/+2
* lib/util don't use enum protocol_types in ms_fnmatch_protocolAndrew Bartlett2011-05-061-1/+1
* lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett2011-05-061-2/+3
* I added them, so I get to kill them :-). Finally remove all uses of safe_strc...Jeremy Allison2011-05-041-12/+0
* lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett2011-05-031-2/+4
* lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett2011-05-031-1/+13
* lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett2011-04-301-3/+1
* lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett2011-04-291-0/+2
* lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett2011-03-301-0/+13
* lib: removed a spurios declaration of 'logfile'Andrew Tridgell2011-03-291-1/+0
* fault: fixed smb_panic() prototypesAndrew Tridgell2011-03-231-2/+0
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-6/+7
* lib: fixed header pathsAndrew Tridgell2011-03-151-8/+8
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-221-2/+2
* lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any moreAndrew Bartlett2011-02-181-2/+0
* s4-util: removed the valgrind_strlen() routineAndrew Tridgell2011-02-181-7/+0
* lib/util: add anonymous_shared_free()Stefan Metzmacher2011-01-201-0/+1
* lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher2011-01-201-1/+1
* s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2010-12-211-0/+1
* lib/util: remove useless ../lib/util/mutex.*Stefan Metzmacher2010-10-261-10/+0
* Add dump_data_cb()Volker Lendecke2010-10-241-0/+8
* Add print_asc_cb()Volker Lendecke2010-10-241-0/+3
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-161-1/+1
* util: added samba_start_debugger()Andrew Tridgell2010-09-041-0/+4
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-27/+0
* lib/util: add allocate_anonymous_shared()Stefan Metzmacher2010-03-221-0/+5
* lib/util: change samba_runcmd() to use tevent_req _send/_recvStefan Metzmacher2010-03-091-7/+8
* lib/util: add generate_random_password()Stefan Metzmacher2010-02-261-0/+5
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-261-1/+1
* Spelling fixes for libutilBrad Hards2010-02-221-4/+4
* util: added samba_runcmd()Andrew Tridgell2010-02-171-0/+17
* util: added file_compare() utility functionAndrew Tridgell2010-02-111-0/+5
* util/util_strlist - add a call "const_str_list" for making "unconst" lists "c...Matthias Dieter Wallnöfer2009-12-011-0/+5
* util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer2009-11-201-1/+1
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-021-0/+25