summaryrefslogtreecommitdiff
path: root/source/libsmb/clistr.c
Commit message (Expand)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-3/+3
* Move over to RELEASE branch.Jeremy Allison2002-02-011-37/+48
* Sync-up with 2.2Jeremy Allison2001-07-061-6/+127
* The big character set handling changeover!Andrew Tridgell2001-07-041-127/+6
* Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2001-07-021-4/+16
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-8/+13
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-211-2/+4
* Fixed a compiler warning. Still more const warnings though. )-:Tim Potter2001-05-071-1/+1
* fixed some compilation errors with IRIX ccAndrew Tridgell2001-03-181-2/+2
* added STR_ASCII support to clistr_pull()Andrew Tridgell2001-03-161-2/+3
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-141-45/+7
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-28/+28
* made some LANMAN1 wildcard progressAndrew Tridgell2001-02-261-3/+4
* fixed a bug in non-terminated unicode strings with clistr_pull()Andrew Tridgell2001-02-261-1/+1
* converted the last couple of functions in libsmb to be unicodeAndrew Tridgell2001-02-211-4/+4
* the unicode conversion of our client code is complete enough to beAndrew Tridgell2001-02-211-8/+5
* added support for a CLISTR_ASCII flag so we can use a uniformAndrew Tridgell2001-02-211-4/+5
* yipee! client unicode now works well with ntAndrew Tridgell2001-02-201-3/+4
* converted cli_list()Andrew Tridgell2001-02-201-1/+2
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-1/+22
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-201-0/+161