summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett2003-07-191-11/+24
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-3/+3
* Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-021-0/+20
* large change:Gerald Carter2003-06-251-21/+38
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+22
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-3/+3
* Don't set zero length for the base64 decoded string (fixes swat auth).Andrew Bartlett2003-04-021-2/+2
* (merge from HEAD)Andrew Bartlett2003-03-241-2/+22
* use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
* Merge mbp's HEAD changes.Jeremy Allison2003-03-181-33/+71
* Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison2003-03-181-47/+51
* Merge from (earlier) HEAD - doxygen.Andrew Bartlett2003-03-171-6/+8
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-122/+129
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-181-1/+1
* merge from headAndrew Tridgell2003-02-071-2/+6
* Merge from HEAD:Andrew Bartlett2003-01-281-0/+94
* Janitorial duty...Jeremy Allison2003-01-171-4/+8
* *lots of small merges form HEADGerald Carter2003-01-151-5/+17
* Merge from HEAD - whitespace :-)Andrew Bartlett2003-01-041-1/+0