summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-18/+314
2002-04-11added strndup() for systems that don't have itAndrew Tridgell1-0/+19
2002-04-11this adds a completely new hash based mangling schemeAndrew Tridgell1-0/+20
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25minor fixesSimo Sorce1-3/+4
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-2/+2
2002-01-15Add constness to filenames passed to functions.Martin Pool1-0/+25
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell1-2/+2
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell1-0/+23
2001-11-18fixed some bugs.Simo Sorce1-9/+14
2001-11-14Removed unused variable.Tim Potter1-1/+0
2001-11-04a big one:Simo Sorce1-5/+62
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-1/+1
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-6/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
2001-07-06formatting fixesAndrew Tridgell1-7/+7
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-11/+11
2001-07-04The big character set handling changeover!Andrew Tridgell1-627/+181
2001-06-29Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter1-1/+1
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-4/+8
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-57/+72
2001-05-10Needs to be >=, not just >.Jeremy Allison1-1/+1
2001-05-10Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison1-3/+5
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-21/+0
2001-04-15Added Darwin guess.Jeremy Allison1-88/+93