summaryrefslogtreecommitdiffstats
path: root/source/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-221-2/+3
* talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger2008-07-251-1/+1
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-101-1/+3
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-041-0/+17
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-25/+27
* Fix bug 5375Volker Lendecke2008-04-071-3/+4
* Fix some warningsVolker Lendecke2008-02-251-16/+14
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-17/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-10/+3
* Simplify str_list_xxxVolker Lendecke2008-02-041-111/+47
* util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2008-01-191-3/+3
* Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-091-5/+16
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-211-77/+0
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-94/+16
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-27/+0
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-16/+1
* Remove some globalsVolker Lendecke2007-12-051-23/+50
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-041-5/+0
* Remove tok pstring from util_str.cJeremy Allison2007-12-041-2/+8
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-5/+9
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-3/+102
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-191-89/+41
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-141-4/+22
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-20/+44
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-091-1/+2
* Remove unnecessary codeVolker Lendecke2007-11-051-6/+1
* Fix bug in writing names into gencacheJeremy Allison2007-10-251-3/+4
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-23/+60
* Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison2007-10-171-264/+320
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+0
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-3/+8
* r25121: Remove pstring limits from much of our string handling function.Jeremy Allison2007-10-101-54/+174
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke2007-10-101-19/+44
* r23356: We missed to add the 'c' character to the list of valid ones forSimo Sorce2007-10-101-1/+1
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-0/+163
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-15/+11
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-4/+32
* r20208: Change sprintf_append() never to use malloc,Jeremy Allison2007-10-101-15/+3
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-1/+3
* r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...Volker Lendecke2007-10-101-0/+18
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2007-10-101-0/+52
* r18652: libreplace has replacements for strndup and strnlenStefan Metzmacher2007-10-101-43/+0
* r17866: Fix possible null deref - found by Stanford checker.Jeremy Allison2007-10-101-1/+1
* r17862: Fix possible NULL deref (like rev 17861) found by theJeremy Allison2007-10-101-1/+3
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-7/+8