summaryrefslogtreecommitdiff
path: root/source3/libsmb/clirap.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner1-0/+1
2010-05-12s3-rap: fix cli_oem_change_password() and give room for the convert reply word.Günther Deschner1-1/+1
2010-04-26s3: use generated rap header.Günther Deschner1-0/+1
2010-02-20s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke1-39/+26
2010-02-09Fix off-by-one error in working out the limit of the NetServerEnum comment.Jeremy Allison1-1/+1
2010-02-08s3:libsmb: fix NetServerEnum3 rap calls.Stefan Metzmacher1-5/+19
2010-02-04s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()Stefan Metzmacher1-2/+3
2009-11-14s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke1-14/+6
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-3/+3
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-3/+3
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett1-0/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-1/+1
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-2/+4
2009-01-11Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke1-23/+0
2008-09-09Fix make test on sparc and possibly also on AIXVolker Lendecke1-1/+3
2008-09-09Convert cli_qfileinfo to the async trans callVolker Lendecke1-21/+19
2008-09-09Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke1-0/+5
2008-05-20Fix some signed/unsigned warningsVolker Lendecke1-1/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-6/+6
2008-02-08Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison1-3/+4
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke1-0/+131
2008-01-09Fix a memleak found by the IBM checker.Michael Adam1-0/+1
2007-12-09Support fetching very long server lists with RAP_NetServerEnum3.James Peach1-42/+125
2007-12-08Fix C++ warningsVolker Lendecke1-4/+4
2007-12-05Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison1-31/+66
2007-11-30Remove pstring from clirap.c.Jeremy Allison1-118/+187
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-1/+1
2007-11-19Always check return from push_ascii.Jeremy Allison1-1/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-15/+15
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-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-9/+9
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-9/+9
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-1/+1
2007-10-10r21864: Reformatting.Jeremy Allison1-92/+92
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-11/+5
2007-10-10r19231: I encountered a WinXP/Home system which, acting as the master browser...Derrell Lipman1-1/+2
2007-10-10r18009: Fixes bug 4026.Derrell Lipman1-16/+28
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-7/+7
2007-10-10r17761: Handle times consistently across all client utils.Jeremy Allison1-23/+24
2007-10-10r17333: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison1-0/+6
2007-10-10r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500Derrell Lipman1-17/+17
2007-10-10r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500Derrell Lipman1-5/+5
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-12/+12
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-3/+3
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7172: This is the proper fix for setting file times from libsmbclient. We nowDerrell Lipman1-0/+95
2007-10-10r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() toDerrell Lipman1-4/+4
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-15/+15