summaryrefslogtreecommitdiff
path: root/source4/lib/util
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20325: handle NULL strings in is_ipaddress()Stefan Metzmacher1-1/+3
2007-10-10r20091: remove blank lines at the end of text lines loaded from a fileAndrew Tridgell1-1/+7
2007-10-10r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdepe...Jelmer Vernooij1-4/+4
2007-10-10r19671: Fix remaining unresolved symbols in shared library build.Jelmer Vernooij1-1/+2
2007-10-10r19539: Move pidfile to smbd/Jelmer Vernooij2-130/+1
2007-10-10r19504: - fixed a free error in file_lines_parseAndrew Tridgell1-13/+25
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell2-0/+551
2007-10-10r18614: a bit of work done while on the plane.Rafal Szczesniak1-0/+22
2007-10-10r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher1-0/+5
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-4/+2
2007-10-10r18138: LIBREPLACE provides stuff from -ldl so it should depend on itStefan Metzmacher1-1/+1
2007-10-10r18137: more LIBREPLACE depsAndrew Tridgell1-0/+1
2007-10-10r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell1-1/+2
2007-10-10r18126: Fix -ldl dependency problemJelmer Vernooij1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij3-2/+110
2007-10-10r17790: replace uses -ldl and should directly depend on itStefan Metzmacher1-1/+1
2007-10-10r17783: fix compiler warningsStefan Metzmacher1-1/+5
2007-10-10r17782: fix compiler warningStefan Metzmacher1-0/+2
2007-10-10r17633: Return NULL at the end of the file, or else we can't tell theAndrew Bartlett1-0/+4
2007-10-10r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett1-5/+18
2007-10-10r17167: indentAndrew Bartlett1-1/+1