Age | Commit message (Expand) | Author | Files | Lines |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -0/+41 |
2002-03-26 | OpenPrinter() merge from 2.2 | Gerald Carter | 1 | -0/+32 |
2002-03-21 | must use native endian index when creating default valid.dat table so it | Herb Lewis | 1 | -2/+2 |
2002-03-06 | fixed the upper/lower case table generation on big-endian machines | Herb Lewis | 1 | -9/+26 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-20 | fixed warnings on irix and crash bug on big endian machines | Andrew Tridgell | 1 | -1/+5 |
2001-12-20 | much better auto-init of valid_table[]. This should just about remove | Andrew Tridgell | 1 | -7/+43 |
2001-12-20 | mark '.' as a valid character | Andrew Tridgell | 1 | -1/+1 |
2001-12-01 | The beginnings of alternative backends for winbindd | Andrew Tridgell | 1 | -0/+17 |
2001-11-29 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-11-29 | fixed toupper_w() and friends on big-endian | Andrew Tridgell | 1 | -6/+6 |
2001-11-29 | 2nd attempt at fixing lame char tables on big endian machines | Andrew Tridgell | 1 | -6/+6 |
2001-11-29 | fixed lame char tables on big endian machines | Andrew Tridgell | 1 | -5/+5 |
2001-11-18 | fixed some bugs. | Simo Sorce | 1 | -9/+5 |
2001-11-12 | some bugfix and new functions, | Simo Sorce | 1 | -3/+42 |
2001-11-10 | fixed, moved and added some functions | Simo Sorce | 1 | -93/+112 |
2001-11-04 | Added missing strchr_wa. | Jeremy Allison | 1 | -0/+5 |
2001-11-04 | a big one: | Simo Sorce | 1 | -23/+182 |
2001-11-04 | remove {} from default valid char list | Andrew Tridgell | 1 | -1/+1 |
2001-10-09 | old fixes I forgot to commit | Simo Sorce | 1 | -5/+5 |
2001-10-07 | fixed lame valid table | Andrew Tridgell | 1 | -2/+2 |
2001-10-03 | fixed basic ucs2 operation on big endian boxes. Still a bit more to | Andrew Tridgell | 1 | -5/+5 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -69/+70 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-30 | make strupper() and strlower() not modify the string if it doesn't | Andrew Tridgell | 1 | -4/+14 |
2001-09-25 | - the inactive core of the new mangling code that use tdb | Simo Sorce | 1 | -0/+107 |
2001-08-24 | fixes big endian unistring problems. Need to check that it didn't | Herb Lewis | 1 | -2/+9 |
2001-07-20 | It looks like the rpc client code in libsmb hasn't been converted to the | Tim Potter | 1 | -0/+10 |
2001-07-18 | removed some unnecessary code | Andrew Tridgell | 1 | -10/+0 |
2001-07-06 | fixed strrchr_m | Andrew Tridgell | 1 | -4/+3 |
2001-07-04 | unicode string length is twice longer ;-) | Jean-François Micouleau | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1573/+71 |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 1 | -2/+6 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -150/+0 |
2001-06-12 | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion | Jeremy Allison | 1 | -30/+16 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -2/+2 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -69/+1 |
2001-03-13 | Fixed reading of strings from big-endian RPC clients. | Jeremy Allison | 1 | -0/+68 |
2001-02-21 | make ascii_to_unistr always use little-endian. This fn is never used | Andrew Tridgell | 1 | -2/+5 |
2001-02-20 | initial client side unicode support (needed for netapp filer) | Andrew Tridgell | 1 | -1/+1 |
2000-12-20 | Removed uninitialised variable. | Jeremy Allison | 1 | -1/+0 |
2000-12-18 | A couple more UMR fixes. | Jeremy Allison | 1 | -2/+2 |
2000-12-15 | Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing | Jeremy Allison | 1 | -5/+5 |
2000-12-15 | lib/util_unistr.c: | Jean-François Micouleau | 1 | -22/+21 |
2000-12-01 | Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map. | Tim Potter | 1 | -2/+3 |
2000-10-10 | Fixed nasty size wrong bug spotted by the eagle eyes of | Jeremy Allison | 1 | -1/+1 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 1 | -4/+4 |
2000-10-03 | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 1 | -0/+14 |
2000-08-12 | fixed unistr_to_ascii to deal with NULL src strings | Gerald Carter | 1 | -14/+14 |
2000-08-10 | Deal will NULL UNISTR in unistr_to_ascii | Gerald Carter | 1 | -13/+21 |