summaryrefslogtreecommitdiffstats
path: root/source/lib/util_unistr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1999-04-081-2/+3
| | | | | BUFFER2 is really a "unibuf" in my terminology and we should treat it as such.
* Always null-terminate strings.Matthew Chapman1999-02-151-16/+33
|
* const cast issues. [p.s - tidy work, matt!]Luke Leighton1999-02-121-16/+31
|
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-196/+114
| | | | | | No more ugly static library buffers and all functions take a destination string length (especially unistrcpy was rather dangerous; we were only saved by the fact that datagrams are limited in size).
* UNICODE issues.Luke Leighton1999-02-111-7/+7
|
* the UNICODE issue...Luke Leighton1999-02-111-1/+27
|
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-38/+50
|
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-6/+6
|
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
| | | | | | | | | | | | | should allow us to call a function in swat rather than piping to smbpasswd. while doing this I also fixed quite a few "const char *" versus "char *" issues that cropped up while using const to track down bugs in the code. This led to changes in several generic functions. The smbpasswd changes should be correct but they have not been extensively tested. At least if I have introduced bugs then we should be able to fix them more easily than before.
* rpcclient registry commands.Luke Leighton1998-11-101-0/+64
|
* split string and unicode string routines into these files.Luke Leighton1998-11-051-0/+186
these are *not* going to be added into the Makefile.in yet so they still also exist in util.c.