summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* After a discussion with Volker, sdd a backup_intent state to the client struct.Jeremy Allison2011-12-011-2/+4
* s3:libsmb: make use of cli_state_server_time_zone()Stefan Metzmacher2011-09-131-7/+7
* s3:libsmb: make use of cli_state_available_size() in cli_list_old_send()Stefan Metzmacher2011-09-131-1/+3
* s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmitStefan Metzmacher2011-08-091-2/+2
* s3:libsmb/cli*: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* Fix bug #8324 - smbclient cannot list directories from a big-endian machine.Jeremy Allison2011-07-271-2/+2
* s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCIIStefan Metzmacher2011-07-081-2/+2
* s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*()Stefan Metzmacher2011-07-071-20/+26
* s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher2011-07-071-6/+14
* s3:libsmb: interpret_long_filename() short_name is always UNICODEStefan Metzmacher2011-07-071-8/+3
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-4/+4
* s3: Do central cli_set_errorVolker Lendecke2011-05-191-9/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-6/+15
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3-cli: fix uninitialized variable.Günther Deschner2010-08-191-1/+1
* s3-libsmb: fix some uninitialized variables.Günther Deschner2010-08-191-2/+2
* s3: async cli_listVolker Lendecke2010-08-181-396/+647
* s3: Remove some direct cli->inbuf references in interpret_long_filenameVolker Lendecke2010-08-051-2/+2
* s3: Remove a pointless wrapper functionVolker Lendecke2010-08-051-1/+1
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-051-3/+13
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-051-7/+13
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-041-6/+14
* s3: Use data_blob_nullVolker Lendecke2010-08-041-1/+1
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-301-2/+0
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-7/+10
* s3-libsmb: Make sure that finfo is initialized.Andreas Schneider2010-06-281-0/+2
* s3: Remove unreachable codeVolker Lendecke2010-05-221-1/+0
* Convert from numbers to correct SMB_FIND_XX constant names.Jeremy Allison2009-11-021-8/+12
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-4/+1
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-5/+5
* (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2008-12-161-4/+5
* Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2008-12-161-24/+683
* Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2008-12-161-683/+24
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-081-1/+1
* Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2008-02-281-1/+15
* We don't need the extra null termination - we'veJeremy Allison2008-02-081-9/+4
* Make clilist work again with OS/2 (kukks help!).Jeremy Allison2008-02-081-1/+17
* From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison2008-02-081-0/+11
* Try and fix length and finfo calls for older clients. WorkingJeremy Allison2008-02-081-7/+21
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-2/+2
* Fix C++ warningsVolker Lendecke2007-12-081-1/+1
* Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
* Remove pstrings. Ensure we validate offsets.Jeremy Allison2007-11-291-64/+132