Add two more memory-debug smbcontrol messages: these ones should
[ira/wip.git] / source3 / lib / util_str.c
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...