lib: Move ucs2_align() to 'charset' subsystem
[samba.git] / lib / util / samba_util.h
2021-01-12 Volker Lendeckelib: Move ucs2_align() to 'charset' subsystem
2021-01-06 Andreas Schneiderlib:util: Add directory_create_or_exists_recursive()
2020-11-13 Jeremy Allisonlib: Fix file_lines_parse() to do what people expect...
2020-07-08 Stefan Metzmacherlib/util: add generate_unique_u64() helper function
2019-05-24 Jeremy Allisonlib: util: Remove file_pload()
2019-05-24 Jeremy Allisonlib: util: Add file_ploadv().
2019-04-03 Andreas Schneiderlib:util: Include talloc_keep_secret.h in samba_util.h
2019-02-20 Gary Lockyerlib util: Add function to generate random uint64_t
2019-02-14 Andreas Schneiderlib:util: Move discard_const(_p) to own header for...
2019-02-11 Aliaksei Karalious3:util: Move static file_pload() function to lib/util
2019-02-07 Stefan Metzmacherlib/util: add samba_runcmd_export_stdin() helper function
2018-04-03 Andreas Schneiderlib:util: Fix size types in fgets_slash()
2018-02-22 Douglas Bagnallutil/rfc1738: remove unused versions of rfc1738_escape
2018-02-22 Douglas Bagnallutil/rfc1738_unescape(): return end pointer or NULL...
2017-08-17 Martin Schwenkeutil: Add become_daemon.h
2017-06-23 Volker Lendeckelib: Give util_paths.c its own header
2017-02-21 Stefan Metzmacherlib/util: add generate_random_machine_password() function
2017-02-14 Cody Harringtonndrdump: Add the option --hex-input for hexdump parsing
2017-02-11 Andrew Bartlettlib/util: Remove ntstatus.h and string_wrappers.h inclu...
2017-01-22 Volker Lendeckelib: Add "is_case_sensitive" to ms_fnmatch_protocol
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2017-01-06 Günther Deschnerlib/util: add pm_process_with_flags to allow parsing...
2016-12-11 Volker Lendeckelib: Add fgets_slash
2016-11-20 Volker Lendeckelib: Remove global xfile.h includes
2016-11-20 Volker Lendeckelib: Move x_fgets_slash to xfile.c
2016-11-20 Volker Lendeckelib: Rename fgets_slash to x_fgets_slash
2016-09-08 Volker Lendeckelib: call_backtrace() is no more
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-04-19 Andreas Schneiderutil: Add memcmp_const_time()
2016-03-06 Volker Lendeckelib: Introduce SERVER_ID_BUF_LENGTH
2016-02-05 Martin Schwenkeutil: Make util_strlist.c standalone with its own heade...
2016-01-13 Jelmer VernooijAdd a new header file for functions in lib/util/util.c.
2015-09-30 Volker Lendeckelib: Add server_id_str_buf_unique
2015-06-23 Volker Lendeckelib: Streamline genrand.c includes
2015-05-12 Volker Lendeckelib: Remove unused hex_encode()
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-03-23 Volker Lendeckelib: Remove unused [un]map_file
2015-02-13 Volker Lendeckelib: Add server_id marshalling
2014-11-17 Günther Deschnerlib/util: use size_t for add_string_to_array().
2014-11-14 Stefan Metzmacherlib/util: add str_list_make_v3_const()
2014-10-03 Martin Schwenkelib/util: Use charset_compat.h if SAMBA_UTIL_CORE_ONLY
2014-10-03 Martin Schwenkelib/util: Clean up includes for fault.c
2014-10-03 Martin Schwenkelib/util: Clean up includes for substitute.c
2014-10-03 Martin Schwenkelib/util: Clean up includes for signal.c
2014-10-03 Martin Schwenkelib/util: Clean up includes for blocking.c
2014-09-30 Jeremy Allisonlib: util [ctdb]: Signal handling - change CatchChild...
2014-09-19 Martin Schwenkelib/util: Move idr_get_new_random() to new source file...
2014-09-17 Andreas Schneiderlib: Add daemon_status() to util library.
2014-09-16 Volker Lendeckelib: Remove unused file_lines_slashcont
2014-09-16 Volker Lendeckelib: Move "large_file_support()" to the source4 smb...
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-08-22 Volker Lendeckelib: Introduce server_id_same_process()
2014-08-01 Volker Lendeckelib: Make close_low_fd() independently linkable
2014-08-01 Volker Lendeckelib: Add close_low_fd
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-06-17 Volker Lendeckelib: Add server_id_str_buf
2014-05-07 Garming Sammove str_list_make_v3 out of s3 code
2014-04-23 Alexander Bokovoyadd systemd integration
2014-04-16 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all callers
2013-11-21 Christian Ambachlib/util: use proper include for struct stat
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Björn BaumbachCVE-2013-4476: lib-util: split out file_save_mode(...
2013-11-11 Björn BaumbachCVE-2013-4476: lib-util: add file_check_permissions()
2013-05-18 Kai Blindebug: Add ability to dump_data per debug class
2013-02-28 Stefan Metzmacherlib/util: add samba_tevent_set_debug()
2013-02-19 Stefan Metzmacherlib/util: add samba_tevent_context_init()
2013-01-09 Andreas Schneiderutil: Add a strict directory_create_or_exist function.
2012-12-03 Andreas Schneiderutil: Add a UNIX platform independent samba_getpass().
2012-08-17 Michael Adamlib/util: add server_id_set_disconnected() and server_i...
2012-08-17 Stefan Metzmacherlib/util: add server_id_from_string()
2012-08-17 Stefan Metzmacherlib/util: add server_id_equal()
2012-06-08 Rusty Russellsamba_util: mark smb_panic as _NORETURN_.
2012-05-11 Michael Adamutil: use SMB_ASSERT with panic also in non-developer...
2012-05-11 Michael Adamutil: reformat the DEVELOPER definition of SMB_ASSERT
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijlibreplace: Add getpeereid implementation.
2012-03-24 Jelmer Vernooijlib/util: Move calloc_array and memalign_array to top...
2012-03-24 Jelmer Vernooijlib/util: Remove prototype for removed sys_memalign.
2012-03-24 Jelmer Vernooijlib/util: Remove trivial wrapper sys_connect() around...
2012-03-04 Andrew Bartlettchange low FDs are handled in Samba
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_inet_makeaddr()
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_gethostbyname()
2012-02-10 Andrew Bartlettlib/util: Remove unused str_format_nbt_domain()
2012-02-06 Volker Lendeckelib/util: Add hex_encode_buf
2012-01-25 Volker LendeckeIntroduce dump_data_file
2011-12-17 Volker Lendeckes3: Fix the clustering build
2011-12-15 Andrew Tridgelllib/util: added set_close_on_exec()
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...