Remove valgrind_strlen function, hopefully no longer needed with
[samba.git] / source3 / lib / util_str.c
2003-03-11 Martin PoolRemove valgrind_strlen function, hopefully no longer...
2003-03-10 Martin PoolClobber strings with 0xf1f1f1f1 before writing to them...
2003-02-28 Martin PoolDoxygen janitor: add note that strequal is in fact...
2003-02-19 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-18 Martin PoolDoxygen janitor. No other changes.
2003-02-17 Martin PoolAdd comment explaining the -DDEVELOPER safe_strcpy...
2003-02-17 Andrew BartlettThis is a very nice way to detect pstrcpy() into a...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-07 Andrew Tridgellmake sure we don't run over the end of 'name' in unix_c...
2003-01-17 Andrew Tridgellfix some undefined behaviour with increments in C....
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Andrew BartlettDoing a malloc(strlen(s)) then a pstrpcp(y, s) is just...
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2003-01-02 Andrew BartlettAdd PRINTF_ATTRIBUTE() to a few more printf() style...
2003-01-02 Andrew BartlettBIG patch...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-11-27 Gerald Carterremoving inet_aton()
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-24 Andrew BartlettAdd ntlm_auth, a new program to provide a stable interf...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-09-27 Andrew BartlettVance picked up a pile of typos etc at the CIFS confern...
2002-08-17 Andrew BartlettThe idea of this function is not to touch the argument...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-20 Andrew BartlettAdd some const to try and get less warnings.
2002-07-19 Jeremy AllisonNever ignore valgrind messages :-). Don't reference...
2002-07-18 Jeremy AllisonPrevious fix was incorrect. len in string_sub and all_s...
2002-07-18 Jeremy AllisonFixed off-by-one in all_string_sub also.
2002-07-18 Jeremy AllisonFormatting fixups.
2002-07-18 Gerald CarterThe previous code would not allow things like string_su...
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-09 Simo Sorcesome support functions to ease the next commit.
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-04-18 Andrew Tridgellnicer strndup() function
2002-04-17 Andrew Tridgellmake suure we get the return value from the pull_*...
2002-04-16 Andrew Tridgellfixed the handling of STR_TERMINATE
2002-04-11 Andrew Tridgelladded strndup() for systems that don't have it
2002-04-11 Andrew Tridgellthis adds a completely new hash based mangling scheme
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Simo Sorceminor fixes
2002-01-16 Martin PoolRoll back PSTRING_SANCTIFY patch; just leave non-contro...
2002-01-15 Martin PoolAdd constness to filenames passed to functions.
2001-12-20 Andrew Tridgellfixed warnings on irix and crash bug on big endian...
2001-12-10 Andrew Tridgellmake sid_binstring available without HAVE_ADS
2001-11-18 Simo Sorcefixed some bugs.
2001-11-14 Tim PotterRemoved unused variable.
2001-11-04 Simo Sorcea big one:
2001-10-31 Andrew BartlettSmall 'const' updates ahead of some AuthRewrite merging.
2001-10-03 Andrew Tridgellswitched over to a new method of handling uppercase...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-06 Andrew Tridgellformatting fixes
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Tim PotterReplaced memcpy() with memmove() to make safe_strcpy...
2001-06-23 Jeremy AllisonAdded other_safe_chars to alpha_strcpy(). Needs testing...
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-05-10 Jeremy AllisonNeeds to be >=, not just >.
2001-05-10 Jeremy AllisonFix for problem with "" string in trim_string(). Pointe...
2001-05-07 Tim PotterPreliminary merge of winbind into HEAD. Note that...
2001-04-15 Jeremy AllisonAdded Darwin guess.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-08-29 Gerald Carterneeded to use strwicmp() in smbclient code, so I moved...
2000-06-14 Tim PotterMerged parse_domain_user() from TNG.
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
2000-01-16 Andrew Tridgellmake string_init() static
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-11-20 Luke Leightonmodified domain_client_validate to take trust account...
1999-10-25 Luke Leighton- typecast malloc / Realloc issues.
1999-10-07 Luke Leighton- added rudimentary CAP_UNICODE support because i thoug...
1999-07-08 Luke Leightonallow safe_strcpy() to pass 0 for max length of string...
1999-03-23 Matthew ChapmanSame infinite loop bug as I fixed in SAMBA_2_0, but...
1999-02-16 Luke Leightonbitmap to strings
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-23 Luke Leightonunused variable removed
1998-11-23 Andrew Tridgellreplace ' with _ as well
1998-11-23 Andrew Tridgellchanged string_sub() to replace " ; and ` in the insert...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-12 Andrew Tridgelllargely rewrote smbpasswd so that the code is understan...
1998-11-11 Luke Leightonchanged syntax of registry commands so keys can start...
1998-11-10 Luke Leightonrpcclient registry commands.
1998-11-05 Luke Leightonsplit string and unicode string routines into these...