Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / lib / util_unistr.c
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-30 Andrew Tridgellmake strupper() and strlower() not modify the string...
2001-09-25 Simo Sorce- the inactive core of the new mangling code that use tdb
2001-08-24 Herb Lewisfixes big endian unistring problems. Need to check...
2001-07-20 Tim PotterIt looks like the rpc client code in libsmb hasn't...
2001-07-18 Andrew Tridgellremoved some unnecessary code
2001-07-06 Andrew Tridgellfixed strrchr_m
2001-07-04 Jean-François Mico... unicode string length is twice longer ;-)
2001-07-04 Andrew TridgellThe big character set handling changeover!
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-06-12 Jeremy AllisonFix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-15 Jeremy AllisonAS/U on a sparc now joins and authenticates against...
2001-03-13 Jeremy AllisonFixed reading of strings from big-endian RPC clients.
2001-02-21 Andrew Tridgellmake ascii_to_unistr always use little-endian. This...
2001-02-20 Andrew Tridgellinitial client side unicode support (needed for netapp...
2000-12-20 Jeremy AllisonRemoved uninitialised variable.
2000-12-18 Jeremy AllisonA couple more UMR fixes.
2000-12-15 Jeremy AllisonNever free anything in the rpc_parse/prs_XXX functions...
2000-12-15 Jean-François Mico... lib/util_unistr.c:
2000-12-01 Tim PotterUse lp_codepagedir() instead of CODEPAGEDIR when loadin...
2000-10-10 Jeremy AllisonFixed nasty size wrong bug spotted by the eagle eyes of
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-08-12 Gerald Carterfixed unistr_to_ascii to deal with NULL src strings
2000-08-10 Gerald CarterDeal will NULL UNISTR in unistr_to_ascii
2000-07-07 Gerald CarterMore rpcclient merge issues:
2000-06-23 Jeremy Allisonlib/util_unistr.c: Off-by-one fix for dos_PutUniStr...
2000-06-22 Jeremy Allisonlib/util_unistr.c: Removed ascii_to_unistr() as it...
2000-06-01 Jeremy AllisonGetting back to a compilable state (not there yet but...
2000-05-27 Luke Leightonunistr_to_dos not unistr_to_ascii
2000-05-12 Jeremy AllisonAdded unicode_to_dos_char() function to address convert...
2000-05-10 Jeremy Allisonlib/util_unistr.c:
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-15 Andrew Tridgelluse macros for table boundaries
2000-04-15 Andrew Tridgella quick hack to reduce the size of the unicode map...
2000-04-11 Andrew Tridgelladded a cheap and nasty skip_unibuf() fn to allow easie...
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-22 Jeremy AllisonCorrectly convert from little-endian UNICODE to dos_cod...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-02-07 Jean-François Mico... Hum, I should remove my gloves when I'm in front of...
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
1999-12-29 Jeremy AllisonConverted most of the functions in lib/util_str.c to...
1999-12-23 Jeremy AllisonFixed range checking in unicode to multibyte function...
1999-12-23 Jeremy AllisonAdded wtoupper/wtolower.
1999-12-23 Jeremy AllisonSamba now includes a full ucs2 upper to lower case...
1999-12-22 Jeremy Allisoninclude/includes.h: Trimmed down unicode directory...
1999-12-22 Jeremy AllisonOk - we now have the following functions for UNICODE...
1999-12-21 Jeremy AllisonAdded new unicode functions - not used yet, but are...
1999-12-13 Jeremy AllisonUnicode conversion fix in Japanese environment from...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-11-04 Luke Leightonsamuserset <username> -p password. YESSSSS :)
1999-11-03 Luke Leightonhad to move unistr2_dup(), unistr2_free() and unistr2_c...
1999-10-30 Luke LeightonNetServerTransportEnum parsing, client-side and rpcclie...
1999-10-25 Luke Leighton- typecast malloc / Realloc issues.
1999-10-07 Luke Leighton- added rudimentary CAP_UNICODE support because i thoug...
1999-04-08 Matthew ChapmanFix for endianness problem reported by Edan Idzerda...
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-12 Luke Leightonconst cast issues. [p.s - tidy work, matt!]
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1999-02-11 Luke LeightonUNICODE issues.
1999-02-11 Luke Leightonthe UNICODE issue...
1999-02-10 Luke Leightonuse jeremy's versions of the UNICODE routines.
1999-02-08 Luke LeightonUNICODE byte ordering issue: typecast to uint16* replac...
1998-11-12 Andrew Tridgelllargely rewrote smbpasswd so that the code is understan...
1998-11-10 Luke Leightonrpcclient registry commands.
1998-11-05 Luke Leightonsplit string and unicode string routines into these...