summaryrefslogtreecommitdiff
path: root/lib/util/util.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-11util: added file_compare() utility functionAndrew Tridgell1-0/+5
2009-12-01util/util_strlist - add a call "const_str_list" for making "unconst" lists "c...Matthias Dieter Wallnöfer1-0/+5
2009-11-20util/strlist: Fix up "const" warnings in the string list and test codeMatthias Dieter Wallnöfer1-1/+1
2009-11-02lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett1-0/+25
2009-09-24Remove the const from the str_list_XXX functions thatJeremy Allison1-5/+5
2009-09-15libcli:nbt put util_net.c protos in new header fileAndrew Bartlett1-21/+0
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett1-1/+21
2009-09-10util_strlist: Add some more "const"sMatthias Dieter Wallnöfer1-5/+8
2009-09-08lib/util: add unique string generator helper functionSteven Danneman1-0/+10
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-0/+12
2009-05-14Add new functions and tests: str_list_make_empty(), str_list_make_single()Andrew Bartlett1-0/+10
2009-05-03Clean up after Tridge's util_strlist changesVolker Lendecke1-7/+9
2009-04-09added _const versions of some of the str_list_*() functionsAndrew Tridgell1-0/+20
2009-04-09added str_list_unique() and str_list_show()Andrew Tridgell1-8/+13