summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-07Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison1-2/+2
2003-12-25Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett1-5/+0
2003-11-22Ensure that items in a list of strings containing whitespaceGerald Carter1-1/+1
2003-11-19Added useful information to debug lines.Rafal Szczesniak1-4/+4
2003-11-18Useful debug message. Patch by metze.Rafal Szczesniak1-2/+4
2003-11-13Squelch some warnings with more casty-foo.Richard Sharpe1-2/+2
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-2/+3
2003-09-13Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison1-3/+12
2003-09-12Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. ReveredJeremy Allison1-1/+1
2003-09-10Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...Jeremy Allison1-0/+1
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+73
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter1-0/+30
2003-09-05Hand optimisatinos for strrchr_m using the properties we know about MBJeremy Allison1-11/+47
2003-09-04Fastpath strchr_m for ASCII.Jeremy Allison1-0/+13
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-1/+10
2003-09-03Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison1-1/+3
2003-08-25fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter1-1/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-7/+7
2003-08-15get rid of const as these things really are not constHerb Lewis1-5/+5
2003-07-27Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett1-37/+5
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-1/+1
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-19Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett1-11/+24
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-3/+3
2003-07-02Added fix for Japanese case names in statcache - these can changeJeremy Allison1-0/+20
2003-06-25large change:Gerald Carter1-21/+38
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+22
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-3/+3
2003-04-02Don't set zero length for the base64 decoded string (fixes swat auth).Andrew Bartlett1-2/+2
2003-03-24(merge from HEAD)Andrew Bartlett1-2/+22
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-18Merge mbp's HEAD changes.Jeremy Allison1-33/+71
2003-03-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison1-47/+51
2003-03-17Merge from (earlier) HEAD - doxygen.Andrew Bartlett1-6/+8
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-122/+129
2003-02-18base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough1-1/+1
2003-02-07merge from headAndrew Tridgell1-2/+6
2003-01-28Merge from HEAD:Andrew Bartlett1-0/+94
2003-01-17Janitorial duty...Jeremy Allison1-4/+8
2003-01-15*lots of small merges form HEADGerald Carter1-5/+17
2003-01-04Merge from HEAD - whitespace :-)Andrew Bartlett1-1/+0
2003-01-04Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett1-0/+152
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2003-01-03Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett1-2/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+11
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+8
2002-10-02Added const. Anal formatting fixup.Jeremy Allison1-175/+222
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-2/+2
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-6/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-72/+93