summaryrefslogtreecommitdiff
path: root/source4/lib/util/system.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij1-10/+3
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-2/+2
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. (This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b)
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-3/+3
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-0/+98
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)