summaryrefslogtreecommitdiff
path: root/source3/libsmb/clistr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-07s3:libsmb: remove unused clistr_push_fn()Stefan Metzmacher1-26/+0
2011-07-07s3:libsmb: remove unused clistr_pull_fn()Stefan Metzmacher1-12/+0
2011-05-21s3: Remove clistr_align_outVolker Lendecke1-5/+0
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-03-25lib: remove unused pieces of string_wrappers.hAndrew Tridgell1-7/+7
2011-03-23s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett1-13/+13
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-19/+8
2010-08-05s3: Remove a pointless wrapper functionVolker Lendecke1-5/+0
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke1-3/+4
2010-01-29Fix a really interesting problem found by Volker's conversion of sessionsetup...Jeremy Allison1-3/+3
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett1-11/+13
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-6/+6
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-8/+35
2007-10-10r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke1-3/+11
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-1/+3
2007-10-10r17333: Some C++ warningsVolker Lendecke1-2/+2
2003-04-14Whitespace syncup.Tim Potter1-1/+1
2003-03-22(merge from HEAD)Andrew Bartlett1-0/+1
2003-03-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison1-7/+21
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-127/+6
2001-07-02Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison1-4/+16
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-8/+13
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison1-2/+4
2001-05-07Fixed a compiler warning. Still more const warnings though. )-:Tim Potter1-1/+1
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell1-2/+2
2001-03-16added STR_ASCII support to clistr_pull()Andrew Tridgell1-2/+3
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell1-45/+7
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-28/+28
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell1-3/+4
2001-02-26fixed a bug in non-terminated unicode strings with clistr_pull()Andrew Tridgell1-1/+1
2001-02-21converted the last couple of functions in libsmb to be unicodeAndrew Tridgell1-4/+4
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-8/+5
2001-02-21added support for a CLISTR_ASCII flag so we can use a uniformAndrew Tridgell1-4/+5
2001-02-20yipee! client unicode now works well with ntAndrew Tridgell1-3/+4
2001-02-20converted cli_list()Andrew Tridgell1-1/+2
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-1/+22
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-0/+161