Age | Commit message (Expand) | Author | Files | Lines |
2011-07-07 | s3:libsmb: remove unused clistr_push_fn() | Stefan Metzmacher | 1 | -26/+0 |
2011-07-07 | s3:libsmb: remove unused clistr_pull_fn() | Stefan Metzmacher | 1 | -12/+0 |
2011-05-21 | s3: Remove clistr_align_out | Volker Lendecke | 1 | -5/+0 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-03-25 | lib: remove unused pieces of string_wrappers.h | Andrew Tridgell | 1 | -7/+7 |
2011-03-23 | s3-safe_str: Futher simplify the macros by removing indirection | Andrew Bartlett | 1 | -13/+13 |
2011-03-23 | s3-lib Remove the clobber_region() code. | Andrew Bartlett | 1 | -19/+8 |
2010-08-05 | s3: Remove a pointless wrapper function | Volker Lendecke | 1 | -5/+0 |
2010-08-05 | s3: Explicitly pass flags2 to clistr_pull_talloc | Volker Lendecke | 1 | -3/+4 |
2010-01-29 | Fix a really interesting problem found by Volker's conversion of sessionsetup... | Jeremy Allison | 1 | -3/+3 |
2009-04-14 | Solve some of the conflict between Samba3 and Samba4 push_string | Andrew Bartlett | 1 | -11/+13 |
2009-01-26 | Decouple clistr_pull from struct cli_state->inbuf | Volker Lendecke | 1 | -6/+6 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -8/+35 |
2007-10-10 | r24133: Explicitly pass flags2 down to push_string_fn | Volker Lendecke | 1 | -3/+11 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2003-04-14 | Whitespace syncup. | Tim Potter | 1 | -1/+1 |
2003-03-22 | (merge from HEAD) | Andrew Bartlett | 1 | -0/+1 |
2003-03-18 | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 1 | -7/+21 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -127/+6 |
2001-07-02 | Insure caught the fact that PTRDIFFs were being done between two unrelated | Jeremy Allison | 1 | -4/+16 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 1 | -8/+13 |
2001-06-21 | Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>, | Jeremy Allison | 1 | -2/+4 |
2001-05-07 | Fixed a compiler warning. Still more const warnings though. )-: | Tim Potter | 1 | -1/+1 |
2001-03-18 | fixed some compilation errors with IRIX cc | Andrew Tridgell | 1 | -2/+2 |
2001-03-16 | added STR_ASCII support to clistr_pull() | Andrew Tridgell | 1 | -2/+3 |
2001-03-14 | simpler clistr interface which handles individual packets having | Andrew Tridgell | 1 | -45/+7 |
2001-03-10 | to use the same macros in the client and server rename the CLISTR_ | Andrew Tridgell | 1 | -28/+28 |
2001-02-26 | made some LANMAN1 wildcard progress | Andrew Tridgell | 1 | -3/+4 |
2001-02-26 | fixed a bug in non-terminated unicode strings with clistr_pull() | Andrew Tridgell | 1 | -1/+1 |
2001-02-21 | converted the last couple of functions in libsmb to be unicode | Andrew Tridgell | 1 | -4/+4 |
2001-02-21 | the unicode conversion of our client code is complete enough to be | Andrew Tridgell | 1 | -8/+5 |
2001-02-21 | added support for a CLISTR_ASCII flag so we can use a uniform | Andrew Tridgell | 1 | -4/+5 |
2001-02-20 | yipee! client unicode now works well with nt | Andrew Tridgell | 1 | -3/+4 |
2001-02-20 | converted cli_list() | Andrew Tridgell | 1 | -1/+2 |
2001-02-20 | pipe opening now works with unicode | Andrew Tridgell | 1 | -1/+22 |
2001-02-20 | initial client side unicode support (needed for netapp filer) | Andrew Tridgell | 1 | -0/+161 |