lib/util: change tevent_req_nterror() to a macro
[sfrench/samba-autobuild/.git] / lib / util /
2010-09-27 Stefan Metzmacherlib/util: change tevent_req_nterror() to a macro
2010-09-26 Stefan Metzmacherlib/util/asn1: add asn1_peek_tag_needed_size() and...
2010-09-22 Jelmer Vernooijstrlist: Make test names unique.
2010-09-22 Björn Jacketevent: include libreplace heade before tevent header
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Volker Lendeckes3: Fix the charset_pull routine (bug 7531)
2010-09-17 Björn Jackelib/util: usec_time_diff takes arguments the other...
2010-09-16 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-15 Volker LendeckeFix a typo
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-09 Günther Deschnerlib/util: remove some unused_result warnings.
2010-09-07 Björn Jackelib/util: add time_mono() for monotonic time a la time()
2010-09-04 Andrew Tridgellutil: added samba_start_debugger()
2010-08-31 Björn Jackelib/util: add nsec_time_diff to calulate diffs from...
2010-08-31 Björn Jackelib/util: add function to query the monotonic clock...
2010-08-31 Björn Jackelibreplace: move gettimeofday TZ arg check here
2010-08-28 Stefan Metzmacherlib/util: remove implicit discard_const_p() from SAFE_F...
2010-08-17 Volker Lendeckes3: Fix a ton of type-punned warnings
2010-07-26 Andrew Tridgelllib: added samba-util.pc creation
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-25 Jelmer VernooijMove UCS2 macros to common code
2010-06-13 Jelmer Vernooijlibrpc: Install the right headers.
2010-06-10 Rusty RussellSince idtree assigns sequentially, it rarely reaches...
2010-05-18 Jeremy AllisonChange data_blob() to be based on top of data_blob_tall...
2010-05-14 Stefan Metzmacherlib/util: fix waf configure tests for xattr functions...
2010-05-12 Julien KerihuelInstall util/tevent_* public headers. Required by OpenC...
2010-04-20 Andrew Tridgellutil-runcmd: ignore spurious ECHILD errors
2010-04-19 Andrew Tridgellruncmd: use tevent_re_initialise() to close sockets
2010-04-18 Andrew Tridgelllibreplace: added _PUBLIC_ and _PRIVATE_ to replace.h
2010-04-12 Stefan Metzmachers4-waf: inline LIBREPLACE_NETWORK into 'replace'
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: more dependencies on talloc
2010-04-06 Andrew Tridgells4-waf: fixed some deps now we don't auto-include teven...
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: install the rest of the headers
2010-04-06 Andrew Tridgells4-waf: started adding auto-install of include files
2010-04-06 Andrew Tridgells4-waf: look for libiconv before checking libc
2010-04-06 Andrew Tridgells4-waf: added checks for all the different statvfs...
2010-04-06 Andrew Tridgells4-waf: remove the need for some of the lib aliases
2010-04-06 Andrew Tridgellbuild: updated configure checks or new syntax
2010-04-06 Andrew Tridgellbuild: check libc first for several libraries
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-06 Andrew Tridgellbuild: added statvfs64 test
2010-04-06 Andrew Tridgellbuild: iconv checks
2010-04-06 Andrew Tridgellbuild: check for xattr support
2010-04-06 Andrew Tridgellbuild: move gettimeofday check to libreplace
2010-04-06 Andrew Tridgellbuild: added interface checking and nicer snprintf...
2010-04-06 Andrew Tridgellbuild: added CHECK_CODE_COMPILES()
2010-04-06 Andrew Tridgellbuild: check xattr and frsize
2010-04-06 Andrew Tridgellbuild: check signal functions
2010-04-06 Andrew Tridgellbuild: backtrace and crypt tests
2010-04-06 Andrew Tridgellbuild: check for backtrace
2010-04-02 Andrew Tridgelldebug: enable talloc logging
2010-03-30 Andrew Tridgellcharset: look for the codepages in the right place
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 Andrew Tridgellutil: on FreeBSD true is in /usr/bin. Use execvp to...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-03-22 Matthias Dieter... convert_string_talloc_convenience - print out the input...
2010-03-22 Stefan Metzmacherlib/util: add allocate_anonymous_shared()
2010-03-21 Volker LendeckeFix an uninitialized variable
2010-03-21 Volker LendeckeUse TALLOC_FREE in talloc_pop()
2010-03-21 Volker LendeckeUse calloc instead of ZERO_STRUCTP in talloc_stackframe...
2010-03-21 Volker LendeckeTrim an overlong line
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2010-03-15 Stefan Metzmachertalloc_stack: reset stackframe pointers to NULL
2010-03-15 Stefan Metzmachertalloc_stack: make sure we never let talloc_tos() retur...
2010-03-11 Andrew BartlettExplain why we don't use certain characters in the...
2010-03-11 Endi S. Dewatalib/util - Removed curly braces from generate_random_pa...
2010-03-11 Andrew BartlettMove prototype to header of common code for set_sockadd...
2010-03-09 Stefan Metzmacherlib/util: change samba_runcmd() to use tevent_req _send...
2010-03-05 Andrew Tridgells4-privs: add root_privileges_original_uid()
2010-02-26 Stefan Metzmacherlib/util: add generate_random_password()
2010-02-26 Andrew Tridgells4-dns: use a loadparm list for samba_runcmd() commands
2010-02-23 Andreas Schneiderlibutil: Remove obsolete signal type cast.
2010-02-22 Brad HardsSpelling fixes for libutil
2010-02-17 Andrew Tridgellutil: added samba_runcmd()
2010-02-16 Andrew Tridgells4-dsdb: removed gendb_search_single_extended_dn()
2010-02-14 Andrew Tridgelllib: use TYPESAFE_QSORT() in lib/ and libcli/
2010-02-14 Andrew Tridgells4-ldb: use TYPESAFE_QSORT() in the rest of the ldb...
2010-02-13 Volker Lendeckeuse ZERO_STRUCT
2010-02-13 Volker LendeckeUse ZERO_STRUCTP
2010-02-13 Volker Lendeckes3: Fix a typo
2010-02-13 Andrew Tridgellutil: added TYPESAFE_QSORT() macro
2010-02-12 Volker Lendeckes3: Add tdb_data_equal
2010-02-11 Andrew Tridgellutil: added file_compare() utility function
2010-02-10 Andrew Tridgelltest:local added LOCAL-DLINKLIST testsuite
2010-02-10 Andrew Tridgellutil: rewrite dlinklist.h so that DLIST_ADD_END() is...
2010-02-10 Jeremy AllisonTemporary changes to dlinklist to keep the implementati...
2010-02-05 Matthias Dieter... s4:UID wrapper - Fix includes
2010-02-02 Matt KraaiChange uint_t to unsigned int in lib/util
2010-01-29 Stefan Metzmacherlib/util: remove data_blob_talloc_reference()
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Andrew Tridgells4-debug: removed debug_ctx(). It didn't catch on :-)
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Björn Jackelib/util: move TIME_T_MIN/MAX defines into header file
2009-12-18 Brendan PowersReturn NULL in strlower_talloc if src is NULL
2009-12-10 Andrew Tridgellutil: added binsearch.h for binary array searches
2009-12-01 Matthias Dieter... util/util_strlist - add a call "const_str_list" for...
next