summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/safe_string.h
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-44/+0
| | | | | | Conflicts: source4/Makefile
* 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-5/+0
| | | | | Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. (This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b)
* r15213: Remove helper macro for bcopy() - this causes problemsJelmer Vernooij2007-10-101-5/+0
| | | | | with system headers on some system and is not a security threat (This used to be commit 5d2f845acc069b8435026b4f1c660b5bb0a96823)
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+55
- 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)