summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clirap.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke2010-02-201-39/+26
* Fix off-by-one error in working out the limit of the NetServerEnum comment.Jeremy Allison2010-02-091-1/+1
* s3:libsmb: fix NetServerEnum3 rap calls.Stefan Metzmacher2010-02-081-5/+19
* s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()Stefan Metzmacher2010-02-041-2/+3
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-14/+6
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-3/+3
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-3/+3
* More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-141-0/+1
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-1/+1
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-2/+4
* Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke2009-01-111-23/+0
* Fix make test on sparc and possibly also on AIXVolker Lendecke2008-09-091-1/+3
* Convert cli_qfileinfo to the async trans callVolker Lendecke2008-09-091-21/+19
* Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke2008-09-091-0/+5
* Fix some signed/unsigned warningsVolker Lendecke2008-05-201-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-6/+6
* Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison2008-02-081-3/+4
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+131
* Fix a memleak found by the IBM checker.Michael Adam2008-01-091-0/+1
* Support fetching very long server lists with RAP_NetServerEnum3.James Peach2007-12-091-42/+125
* Fix C++ warningsVolker Lendecke2007-12-081-4/+4
* Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-051-31/+66
* Remove pstring from clirap.c.Jeremy Allison2007-11-301-118/+187
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-1/+1
* Always check return from push_ascii.Jeremy Allison2007-11-191-1/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* 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
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-9/+9
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-9/+9
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21864: Reformatting.Jeremy Allison2007-10-101-92/+92
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-11/+5
* r19231: I encountered a WinXP/Home system which, acting as the master browser...Derrell Lipman2007-10-101-1/+2
* r18009: Fixes bug 4026.Derrell Lipman2007-10-101-16/+28
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-7/+7
* r17761: Handle times consistently across all client utils.Jeremy Allison2007-10-101-23/+24
* r17333: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison2007-10-101-0/+6
* r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500Derrell Lipman2007-10-101-17/+17
* r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500Derrell Lipman2007-10-101-5/+5
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-12/+12
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-3/+3
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7172: This is the proper fix for setting file times from libsmbclient. We nowDerrell Lipman2007-10-101-0/+95
* r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() toDerrell Lipman2007-10-101-4/+4
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-15/+15
* r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2007-10-101-1/+16
* r5518: Add initial msdfs support to smbclient. Currently I can onlyGerald Carter2007-10-101-1/+58
* r588: Some fixes from coolo ...Richard Sharpe2007-10-101-1/+14