sync 3.0 branch with head
[jra/samba/.git] / source3 / lib / util_str.c
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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...