summaryrefslogtreecommitdiffstats
path: root/source4/lib/util/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-608/+0
| | | | | | Conflicts: source4/Makefile
* Provide malloc_array() in Samba 4.Jelmer Vernooij2008-10-111-0/+9
|
* util: Add talloc_get_type_abort() call.Kai Blin2008-04-021-0/+15
| | | | (This used to be commit 38413ed4b6957e5f72e78a04f479c6a5d8b69ef5)
* r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher2007-12-211-2/+2
| | | | | metze (This used to be commit 7d6c3e31de448c59dbb6933917c4f434c90cedf6)
* r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if ↵Günther Deschner2007-12-211-9/+63
| | | | | | | | | | not at the beginning or the end of a blob). Usefull when inspecting protocols that exchange huge mostly empty blobs. Guenther (This used to be commit c96047d022555678dabe08c0de94f0913bb4d047)
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij2007-12-211-9/+9
| | | | | | system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
* r25006: Use system constant.Jelmer Vernooij2007-10-101-7/+6
| | | | (This used to be commit d9b2464598efe0f0cbecd4d8a90fbd137fad0daf)
* r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij2007-10-101-29/+29
| | | | (This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
* 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)
* r22372: split out become_daemon() into it's own functionStefan Metzmacher2007-10-101-66/+0
| | | | | | | | | this remove the dependency of util.o to swrap_close which causes sometrouble with the pidl tests on some hosts metze (This used to be commit 8cd36c47aaf1098876bceb314cb0a1f39369cb46)
* r20325: handle NULL strings in is_ipaddress()Stefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit b8b69ff6bec0c1d412b1f935721b45ef07e9c9f5)
* r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.Jelmer Vernooij2007-10-101-13/+0
| | | | (This used to be commit 6bc91497827a66af6d9adf26c689e9cc458d8ecf)
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
| | | | | | | Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems (This used to be commit aa6d66fda69779d1c2948a1aca85dbd5208f1cba)
* 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)
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 7af59357b94e3819415b3a9257be0ced745ce130)
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-101-158/+0
| | | | | doesn't have to depend on the lp_* functions. (This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07)
* r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij2007-10-101-3/+3
| | | | | Move architecture-independent data to DATADIR (was LIBDIR) (This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
* r13851: More doc improvements.Jelmer Vernooij2007-10-101-0/+23
| | | | (This used to be commit 936d26ae64b93ef8f8b2fbc632b1c2fd60840405)
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-31/+31
| | | | (This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
* r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij2007-10-101-45/+52
| | | | | | available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+737
- 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)