summaryrefslogtreecommitdiff
path: root/source4/lib/util/util_strlist.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.Jelmer Vernooij1-2/+8
(This used to be commit cf8636c8b77c745812376d0ea6f0fb6246a2e4fb)
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-3/+3
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
2007-10-10r25008: Remove use of pstring.Jelmer Vernooij1-1/+0
(This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc)
2007-10-10r25007: Remove more uses of pstring, move ntlmauth-specific utility function ↵Jelmer Vernooij1-21/+0
to ntlm-auth.c (This used to be commit 6f224480b230ab7ccfc0417c13e7f4fc3f6f2a13)
2007-10-10r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij1-17/+17
(This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
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-10r22373: move in_list() to util_strlist.c to remove the dependencyStefan Metzmacher1-0/+25
from util.o to next_token() and strcasecmp_m() with this the pidl tests link better on some hosts metze (This used to be commit 54bfc1dccc40883d602402865eff3cfae676e9af)
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-11/+11
(This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
2007-10-10r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij1-13/+21
available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-0/+292
- 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)