summaryrefslogtreecommitdiffstats
path: root/source4/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* r25307: add string_sub_talloc.Jelmer Vernooij2007-10-103-0/+83
* r25306: Add tests for string_sub().Jelmer Vernooij2007-10-103-4/+82
* r25267: Move PRINTF_ATTRIBUTE to lib/util as well.Jelmer Vernooij2007-10-102-6/+18
* r25265: Move attribute definitions to lib/util.Jelmer Vernooij2007-10-102-0/+81
* r25193: Update headers to easy use by external apps.Jelmer Vernooij2007-10-102-0/+5
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-3/+3
* r25047: Fix more warnings.Jelmer Vernooij2007-10-104-62/+21
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-104-9/+10
* r25014: Use talloc for allocating values as well.Jelmer Vernooij2007-10-102-29/+11
* r25008: Remove use of pstring.Jelmer Vernooij2007-10-101-1/+0
* r25007: Remove more uses of pstring, move ntlmauth-specific utility function ...Jelmer Vernooij2007-10-103-30/+3
* r25006: Use system constant.Jelmer Vernooij2007-10-101-7/+6
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-102-3/+3
* r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett2007-10-101-8/+0
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-103-134/+23
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-101-0/+10
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-106-17/+1101
* r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij2007-10-1015-145/+146
* r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij2007-10-101-3/+3
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-101-4/+5
* r24333: Add convenience function for checking the contents of a file in tests.Jelmer Vernooij2007-10-101-0/+3
* r24273: Fix bug #4817 by <mwallnoefer@yahoo.de>. (Unable to add a computerAndrew Bartlett2007-10-101-5/+10
* r23807: added hex_encode_talloc()Andrew Tridgell2007-10-101-0/+16
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1035-105/+70
* r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett2007-10-101-10/+12
* r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij2007-10-102-8/+8
* r23021: test some boundary conditions for idtree, after I saw some suspiciousAndrew Tridgell2007-10-101-1/+18
* r22379: add missing fileStefan Metzmacher2007-10-101-0/+94
* r22373: move in_list() to util_strlist.c to remove the dependencyStefan Metzmacher2007-10-102-24/+25
* r22372: split out become_daemon() into it's own functionStefan Metzmacher2007-10-102-67/+2
* r22371: readd discard_const() to lib/util/util.hStefan Metzmacher2007-10-101-0/+27
* r22369: add ZERO_STRUCT() ... macros to lib/util/util.h againStefan Metzmacher2007-10-101-0/+41
* r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-10-101-25/+0
* r22226: move discard_const macros to librelaceStefan Metzmacher2007-10-101-23/+0
* r21740: this fixes the real cause of the large log files we had. The problemAndrew Tridgell2007-10-101-0/+17
* r21688: Add simple tests for genrandJelmer Vernooij2007-10-101-0/+66
* r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij2007-10-103-0/+279
* r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell2007-10-103-3/+3
* r20734: always terminate the string... so that an empty data_blobStefan Metzmacher2007-10-101-0/+1
* r20730: this can be constStefan Metzmacher2007-10-101-1/+1
* r20436: add more comments and add macros signed versions of the 64 bitStefan Metzmacher2007-10-101-3/+9
* r20325: handle NULL strings in is_ipaddress()Stefan Metzmacher2007-10-101-1/+3
* r20091: remove blank lines at the end of text lines loaded from a fileAndrew Tridgell2007-10-101-1/+7
* r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdepe...Jelmer Vernooij2007-10-101-4/+4
* r19671: Fix remaining unresolved symbols in shared library build.Jelmer Vernooij2007-10-101-1/+2
* r19539: Move pidfile to smbd/Jelmer Vernooij2007-10-102-130/+1
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2007-10-101-13/+25