summaryrefslogtreecommitdiffstats
path: root/source/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* r6014: rather large change set....Gerald Carter2007-10-101-0/+14
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2007-10-101-1/+1
* r5956: more compile warngin fixes from the Mr. MaderGerald Carter2007-10-101-3/+3
* r5954: Fix some compiler warnings and add missing exclude-block in "net rpcGünther Deschner2007-10-101-1/+1
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter2007-10-101-1/+1
* r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard base64_...Gerald Carter2007-10-101-4/+10
* r5066: A couple of small fixes from James Peach @ SGI.Jeremy Allison2007-10-101-2/+2
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-101-0/+16
* r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>Jeremy Allison2007-10-101-0/+8
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-19/+19
* r2605: Fix stupid typo in back-port of Samba4 fix.Jeremy Allison2007-10-101-1/+1
* r2578: Pick up optimisation from Samba4 - thanks tridge !Jeremy Allison2007-10-101-0/+12
* r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison2007-10-101-5/+8
* r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...Jeremy Allison2007-10-101-0/+6
* r2111: Fix memleak with valid names.Jeremy Allison2007-10-101-0/+1
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...Simo Sorce2007-10-101-2/+2
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-4/+12
* r1087: BUG 1221: revert old change that used single and double quotes as deli...Gerald Carter2007-10-101-1/+1
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-4/+2
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+18
* r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett2007-10-101-0/+11
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-1/+0
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-091-7/+11
* JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett2004-03-091-2/+10
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-091-4/+74
* Missed SAFE_FREE (typo).Jeremy Allison2004-02-131-1/+2
* Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison2004-02-131-2/+8
* Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison2004-02-041-2/+16
* Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke2004-01-231-0/+2
* Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison2004-01-071-2/+2
* Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett2003-12-251-5/+0
* Ensure that items in a list of strings containing whitespaceGerald Carter2003-11-221-1/+1
* Added useful information to debug lines.Rafal Szczesniak2003-11-191-4/+4
* Useful debug message. Patch by metze.Rafal Szczesniak2003-11-181-2/+4
* Squelch some warnings with more casty-foo.Richard Sharpe2003-11-131-2/+2
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-2/+3
* Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2003-09-131-3/+12
* Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. ReveredJeremy Allison2003-09-121-1/+1
* Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...Jeremy Allison2003-09-101-0/+1
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+73
* fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2003-09-051-0/+30
* Hand optimisatinos for strrchr_m using the properties we know about MBJeremy Allison2003-09-051-11/+47
* Fastpath strchr_m for ASCII.Jeremy Allison2003-09-041-0/+13
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-041-1/+10
* Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison2003-09-031-1/+3
* fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
* get rid of more compiler warningsHerb Lewis2003-08-151-7/+7
* get rid of const as these things really are not constHerb Lewis2003-08-151-5/+5
* Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2003-07-271-37/+5
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-1/+1