summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/system.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-90/+0
| | | | | | Conflicts: source4/Makefile
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij2007-12-211-10/+3
| | | | | | system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r15295: Fix some dependenciesJelmer Vernooij2007-10-101-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)
* r13842: Make some more functions public.Jelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-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)