summaryrefslogtreecommitdiff
path: root/source/lib/util_unistr.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2Gerald Carter2002-11-191-1/+3
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-15/+20
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-7/+39
* Move over to RELEASE branch.Jeremy Allison2002-02-011-23/+96
* Syncup getting ready for release.Jeremy Allison2001-07-061-30/+16
* Added other_safe_chars to alpha_strcpy(). Better fix for problem.Jeremy Allison2001-06-231-2/+6
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* Removed rpc_unistrXX calls as the fix in include/byteorder.h now meansJeremy Allison2001-03-141-69/+1
* We were not byte swaaping the unicode strings on reading them from a packetJeremy Allison2001-03-131-0/+68
* Changing user passwords from a Win2k client now works to a Samba PDC. Thanks ...Jeremy Allison2001-03-101-3/+6
* Removed uninitialised variable.Jeremy Allison2000-12-201-1/+0
* lib/util_unistr.c: A couple more uninitialised memory read fixes.Jeremy Allison2000-12-181-2/+2
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-5/+5
* Sync-up with HEAD.Jean-François Micouleau2000-12-151-22/+21
* Fixes merged back from HEAD.Jeremy Allison2000-12-021-2/+3
* Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison2000-10-101-1/+1
* casts to get rid of compiler warningsHerb Lewis2000-10-041-4/+4
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+14
* fixed unistr_to_ascii to deal with NULL src stringsGerald Carter2000-08-121-14/+14
* Deal will NULL UNISTR in unistr_to_asciiGerald Carter2000-08-101-13/+21
* More rpcclient merge issues:Gerald Carter2000-07-071-0/+46
* lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2000-06-231-1/+1
* lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison2000-06-221-48/+3
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-1/+1
* unistr_to_dos not unistr_to_asciiLuke Leighton2000-05-271-0/+22
* Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison2000-05-121-0/+22
* lib/util_unistr.c:Jeremy Allison2000-05-101-11/+15
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-23/+16
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-19/+12
* use macros for table boundariesAndrew Tridgell2000-04-151-6/+9
* a quick hack to reduce the size of the unicode map table headers fromAndrew Tridgell2000-04-151-9/+39
* added a cheap and nasty skip_unibuf() fn to allow easier merging fromAndrew Tridgell2000-04-111-0/+10
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-4/+9
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-0/+2
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-51/+14
* Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau2000-02-071-2/+2
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+97
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-3/+3
* Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1999-12-291-37/+875
* Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1999-12-231-9/+15
* Added wtoupper/wtolower.Jeremy Allison1999-12-231-0/+19
* Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1999-12-231-0/+56
* include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1999-12-221-0/+14
* Ok - we now have the following functions for UNICODE support :Jeremy Allison1999-12-221-0/+127
* Added new unicode functions - not used yet, but are the basis for theJeremy Allison1999-12-211-1/+209
* Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison1999-12-131-2/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-194/+445
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+16
* had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-031-0/+34
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+23