summaryrefslogtreecommitdiff
path: root/source4/lib/util
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25628: Fix formatting, missing include.Jelmer Vernooij1-1/+3
2007-12-21r25627: Remove unused global.Jelmer Vernooij1-14/+5
2007-12-21r25626: Move some debug-specific prototypes to debug.h.Jelmer Vernooij3-56/+56
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij3-31/+18
2007-10-10r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev <...Jelmer Vernooij2-3/+6
2007-10-10r25447: Fix installation of headers. Patch by Brad Hards.Jelmer Vernooij1-0/+1
2007-10-10r25307: add string_sub_talloc.Jelmer Vernooij3-0/+83
2007-10-10r25306: Add tests for string_sub().Jelmer Vernooij3-4/+82
2007-10-10r25267: Move PRINTF_ATTRIBUTE to lib/util as well.Jelmer Vernooij2-6/+18
2007-10-10r25265: Move attribute definitions to lib/util.Jelmer Vernooij2-0/+81
2007-10-10r25193: Update headers to easy use by external apps.Jelmer Vernooij2-0/+5
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-3/+3
2007-10-10r25047: Fix more warnings.Jelmer Vernooij4-62/+21
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij4-9/+10
2007-10-10r25014: Use talloc for allocating values as well.Jelmer Vernooij2-29/+11
2007-10-10r25008: Remove use of pstring.Jelmer Vernooij1-1/+0
2007-10-10r25007: Remove more uses of pstring, move ntlmauth-specific utility function ...Jelmer Vernooij3-30/+3
2007-10-10r25006: Use system constant.Jelmer Vernooij1-7/+6
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2-3/+3
2007-10-10r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett1-8/+0
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij3-134/+23
2007-10-10r24812: Fix headers for external users.Jelmer Vernooij1-0/+10
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij6-17/+1101
2007-10-10r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij15-145/+146
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-3/+3
2007-10-10r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett1-4/+5
2007-10-10r24333: Add convenience function for checking the contents of a file in tests.Jelmer Vernooij1-0/+3
2007-10-10r24273: Fix bug #4817 by <mwallnoefer@yahoo.de>. (Unable to add a computerAndrew Bartlett1-5/+10
2007-10-10r23807: added hex_encode_talloc()Andrew Tridgell1-0/+16
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell35-105/+70
2007-10-10r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett1-10/+12
2007-10-10r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij2-8/+8
2007-10-10r23021: test some boundary conditions for idtree, after I saw some suspiciousAndrew Tridgell1-1/+18
2007-10-10r22379: add missing fileStefan Metzmacher1-0/+94
2007-10-10r22373: move in_list() to util_strlist.c to remove the dependencyStefan Metzmacher2-24/+25
2007-10-10r22372: split out become_daemon() into it's own functionStefan Metzmacher2-67/+2
2007-10-10r22371: readd discard_const() to lib/util/util.hStefan Metzmacher1-0/+27
2007-10-10r22369: add ZERO_STRUCT() ... macros to lib/util/util.h againStefan Metzmacher1-0/+41
2007-10-10r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher1-25/+0
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher1-23/+0
2007-10-10r21740: this fixes the real cause of the large log files we had. The problemAndrew Tridgell1-0/+17
2007-10-10r21688: Add simple tests for genrandJelmer Vernooij1-0/+66
2007-10-10r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij3-0/+279
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell3-3/+3
2007-10-10r20734: always terminate the string... so that an empty data_blobStefan Metzmacher1-0/+1
2007-10-10r20730: this can be constStefan Metzmacher1-1/+1
2007-10-10r20436: add more comments and add macros signed versions of the 64 bitStefan Metzmacher1-3/+9