Age | Commit message (Expand) | Author | Files | Lines |
2000-07-07 | More rpcclient merge issues: | Gerald Carter | 1 | -0/+46 |
2000-06-23 | lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@... | Jeremy Allison | 1 | -1/+1 |
2000-06-22 | lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage. | Jeremy Allison | 1 | -48/+3 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -1/+1 |
2000-05-27 | unistr_to_dos not unistr_to_ascii | Luke Leighton | 1 | -0/+22 |
2000-05-12 | Added unicode_to_dos_char() function to address converting single UNICODE | Jeremy Allison | 1 | -0/+22 |
2000-05-10 | lib/util_unistr.c: | Jeremy Allison | 1 | -11/+15 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -23/+16 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -19/+12 |
2000-04-15 | use macros for table boundaries | Andrew Tridgell | 1 | -6/+9 |
2000-04-15 | a quick hack to reduce the size of the unicode map table headers from | Andrew Tridgell | 1 | -9/+39 |
2000-04-11 | added a cheap and nasty skip_unibuf() fn to allow easier merging from | Andrew Tridgell | 1 | -0/+10 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -4/+9 |
2000-03-22 | Correctly convert from little-endian UNICODE to dos_codepage when doing | Jeremy Allison | 1 | -0/+2 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -51/+14 |
2000-02-07 | Hum, I should remove my gloves when I'm in front of an xterm :) | Jean-François Micouleau | 1 | -2/+2 |
2000-02-07 | Jeremy can you check lib/util_unistr.c for codepages support ? | Jean-François Micouleau | 1 | -0/+97 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -3/+3 |
1999-12-29 | Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents. | Jeremy Allison | 1 | -37/+875 |
1999-12-23 | Fixed range checking in unicode to multibyte function. Oops. | Jeremy Allison | 1 | -9/+15 |
1999-12-23 | Added wtoupper/wtolower. | Jeremy Allison | 1 | -0/+19 |
1999-12-23 | Samba now includes a full ucs2 upper to lower case (and vica versa) map table. | Jeremy Allison | 1 | -0/+56 |
1999-12-22 | include/includes.h: Trimmed down unicode directory entry to be POSIX complient. | Jeremy Allison | 1 | -0/+14 |
1999-12-22 | Ok - we now have the following functions for UNICODE support : | Jeremy Allison | 1 | -0/+127 |
1999-12-21 | Added new unicode functions - not used yet, but are the basis for the | Jeremy Allison | 1 | -1/+209 |
1999-12-13 | Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI. | Jeremy Allison | 1 | -2/+2 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -194/+445 |
1999-11-04 | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1 | -6/+16 |
1999-11-03 | had to move unistr2_dup(), unistr2_free() and unistr2_copy() into | Luke Leighton | 1 | -0/+34 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1 | -0/+23 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 1 | -8/+8 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1 | -2/+3 |
1999-04-08 | Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. A | Matthew Chapman | 1 | -2/+3 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -16/+33 |
1999-02-12 | const cast issues. [p.s - tidy work, matt!] | Luke Leighton | 1 | -16/+31 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -196/+114 |
1999-02-11 | UNICODE issues. | Luke Leighton | 1 | -7/+7 |
1999-02-11 | the UNICODE issue... | Luke Leighton | 1 | -1/+27 |
1999-02-10 | use jeremy's versions of the UNICODE routines. | Luke Leighton | 1 | -38/+50 |
1999-02-08 | UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL() | Luke Leighton | 1 | -6/+6 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1 | -1/+1 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -0/+64 |
1998-11-05 | split string and unicode string routines into these files. | Luke Leighton | 1 | -0/+186 |