summaryrefslogtreecommitdiff
path: root/source3/libsmb/clistr.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb: Add return args to clistr_is_previous_version_path().Jeremy Allison2016-08-221-1/+16
* s3: libsmb: Add clistr_is_previous_version_path()Jeremy Allison2016-08-191-0/+28
* s3:libsmb: remove unused clistr_push_fn()Stefan Metzmacher2011-07-071-26/+0
* s3:libsmb: remove unused clistr_pull_fn()Stefan Metzmacher2011-07-071-12/+0
* s3: Remove clistr_align_outVolker Lendecke2011-05-211-5/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* lib: remove unused pieces of string_wrappers.hAndrew Tridgell2011-03-251-7/+7
* s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett2011-03-231-13/+13
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-19/+8
* s3: Remove a pointless wrapper functionVolker Lendecke2010-08-051-5/+0
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-051-3/+4
* Fix a really interesting problem found by Volker's conversion of sessionsetup...Jeremy Allison2010-01-291-3/+3
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-11/+13
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-6/+6
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-8/+35
* r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke2007-10-101-3/+11
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-1/+3
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* Whitespace syncup.Tim Potter2003-04-141-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-221-0/+1
* Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison2003-03-181-7/+21
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* 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