s4-resolve: Remove dependency on libroken
[nivanova/samba-autobuild/.git] / lib / util /
2012-05-14 Stefan Metzmacherlib/util: move tevent_req_poll_ntstatus() to tevent_nts...
2012-05-14 Stefan Metzmacherlib/util: add missing 'errors' dependency to 'tevent...
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-05-08 Andrew Bartlettlib/util: Map 0x7fffffffffffffffLL as 0x7ffffffffffffff...
2012-05-03 Jelmer VernooijUTIL_TDB: lowercase name.
2012-04-19 Joseph TamFix bug #8877 - Syslog broken owing to mistyping of...
2012-04-18 Andrew Bartlettlib/util: Move map_nt_error_from_tdb to the top level
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and...
2012-04-05 Andrew Bartlettbuild: Remove configure tests for *64 functions and...
2012-04-03 Andrew Bartlettlib/util: charset modules do not exist any more
2012-04-03 Andrew Bartlettlib/util: Add smb_load_module that returns DEBUG(0...
2012-03-31 Jeremy AllisonFix an IPv6 breakage I introduced by adding an strlcpy...
2012-03-29 Jeremy AllisonStart to add truncate checks on all uses of strlcpy...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijlib/util: Allow calloc use in util.c, too.
2012-03-24 Jelmer Vernooijlibreplace: Add getpeereid implementation.
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getgrgid().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getgrnam().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwuid().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwnam().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrappers for setpwent/getpwent...
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-24 Jelmer Vernooijreplace: Move memalign() from lib/util/system.c to...
2012-03-15 Ira Cooperutil: Add --disable-fault-handling.
2012-03-14 Stefan Metzmacherlib/util: only change umask during mkdir()
2012-03-14 Stefan Metzmacherlib/util: cope with races between lstat and mkdir in...
2012-03-14 Stefan Metzmacherlib/util: use a helper variable in directory_create_or_...
2012-03-14 Stefan Metzmacherlib/util: do an early return on error directory_create_...
2012-03-14 Stefan Metzmacherlib/util: remove unneeded else branch in directory_crea...
2012-03-14 Stefan Metzmacherlib/util: don't start DEBUG output with 'error '
2012-03-10 Jelmer Vernooijtdb_wrap: Move to specific directory.
2012-03-08 Andrew Bartlettlib/util: Add a callback facility for debug messages
2012-03-04 Andrew Bartlettchange low FDs are handled in Samba
2012-03-01 Andrew Bartlettbuild: look for backtrace_symbols in libexec
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_inet_makeaddr()
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_gethostbyname()
2012-02-16 Andrew Bartlettlib/util: Remove sys_poll as it is no longer needed
2012-02-16 Andrew Bartlettlib/util: Remove unused sys_select_signal()
2012-02-10 Andrew Bartlettlib/util: Remove unused str_format_nbt_domain()
2012-02-10 Andrew Bartlettcharset: Remove unused strcmp_w()
2012-02-10 Andrew Bartlettcharset: Remove unused iconv_talloc()
2012-02-07 Jelmer Vernooijcharset/tests: Add prototypes for test functions.
2012-02-06 Volker Lendeckelib/util: Add hex_encode_buf
2012-02-03 Michael Adamloadparm: fix a load of uninitialized memory errors...
2012-01-25 Volker LendeckeIntroduce dump_data_file
2011-12-25 Volker Lendeckelib/charset: Remove an unused variable
2011-12-25 Volker Lendeckes3: Fix fn signatures in charset_macosx.c
2011-12-22 Andrew Tridgellruncmd: use set_close_on_exec()
2011-12-22 Andrew Tridgellruncmd: use a pipe for stdin to child processes
2011-12-17 Volker Lendeckes3: Fix the clustering build
2011-12-16 Volker LendeckeAdd support for TCP_DEFER_ACCEPT
2011-12-15 Andrew Tridgellgenrand: use set_close_on_exec()
2011-12-15 Andrew Tridgelllib/util: added set_close_on_exec()
2011-12-06 Michael Adamlib/util/util_tdb: adhere to coding style for tdb_data_...
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-12-03 Gregor Becklib/util: factor out tdb_data_is_empty
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-11-16 Stefan Metzmacherlib/util/debug: with log level = 10 we should be more...
2011-11-15 Björn Jackes3: allow to set TCP_NODELAYACK socket option on AIX
2011-11-03 Jelmer Vernooijutil/time: Make some functions explicitly public.
2011-11-03 Jelmer Vernooijutil/time: Remove unnecessary _PUBLIC_ - that's implici...
2011-10-28 Andrew Bartlettlib/util Add ABI to the samba-module library
2011-10-28 Andrew Bartlettlib/util Rename samba_modules_load -> samba_module_init...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module -> samba_module_init
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module_fns_run -> samba_modu...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module_fn -> samba_module_in...
2011-10-28 Andrew Bartlettlib/util Split samba-modules library into public and...
2011-10-28 Andrew Bartlettlib/util Rename load_samba_modules -> samba_modules_load
2011-10-28 Andrew Bartlettlib/util Rename run_init_functions -> samba_init_module...
2011-10-28 Andrew Bartlettlib/util Rename init_module_fn to samba_init_module_fn
2011-10-27 Andreas SchneiderInclude uid_wrapper correctly.
2011-10-24 Andrew Bartlettlib/util/charset Remove unused header smb_common.h
2011-10-22 Stefan Metzmacherlib/util: remove the "includes.h" dependeny from xfile.c
2011-10-22 Stefan Metzmacherlib/util: remove the "includes.h" dependeny from util_f...
2011-10-18 Michael Adamlib/util: skip single hex digit at the end of the input...
2011-10-18 Michael Adamlib/util: fix function header comment to strhex_to_str()
2011-10-18 Michael Adamlib/util: untangle assignent from check in strhex_to_str()
2011-10-14 Jeremy AllisonFix const warnings.
2011-10-13 Andrew Bartlettlib/util: Add back control of mmap and hash size in...
2011-10-12 Gregor Becks3:utils change data_blob_dup_talloc() to take a DATA_B...
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-10-06 Andrew Bartlettlib/util: consolidate module loading
2011-10-06 Andrew Bartlettmodules: standardise on samba_init_module as the hook...
2011-10-06 Andrew Bartlettlib/util: Use only init_module_fn typedef in module...
2011-10-06 Andrew Bartlettlib/util: Remove unused module loading functions
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
2011-10-04 Stefan Metzmacherlib/util: make sure panic action can attach a debugger...
2011-09-25 Kai Blinnet: Don't register link local addresses with DNS
2011-09-23 Andrew Bartlettbuild: Fix waf build on MacOS X
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-09-22 Stefan Metzmacherlib/util: move some timespec helpers from source3 to...
2011-09-20 Andrew Bartlettlib/util/charset: remove charset module loading
2011-09-20 Andrew Bartlettlib/util/charcnv: Remove broken internal CP850 and...
2011-09-13 Rusty Russelltdb_compat: adapt to tdb2 API change.
2011-09-10 Andrew Bartlettlib/util/charset: the comparsion must be against our...
2011-09-10 Andrew Bartlettlib/util/charset Use name of ISO-8859-1 that matches...
next