lib: Give base64.c its own .h
[sfrench/samba-autobuild/.git] / lib / util / samba_util.h
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...