summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-041-0/+152
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-031-2/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-7/+8
* Added const. Anal formatting fixup.Jeremy Allison2002-10-021-175/+222
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-2/+2
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-6/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-72/+93
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-18/+314
* added strndup() for systems that don't have itAndrew Tridgell2002-04-111-0/+19
* this adds a completely new hash based mangling schemeAndrew Tridgell2002-04-111-0/+20
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* minor fixesSimo Sorce2002-01-251-3/+4
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-2/+2
* Add constness to filenames passed to functions.Martin Pool2002-01-151-0/+25
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-2/+2
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-0/+23
* fixed some bugs.Simo Sorce2001-11-181-9/+14
* Removed unused variable.Tim Potter2001-11-141-1/+0
* a big one:Simo Sorce2001-11-041-5/+62
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-1/+1
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-6/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0