summaryrefslogtreecommitdiff
path: root/source/libsmb/clirap.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-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
* That const was one too manyVolker Lendecke2004-02-261-3/+2
* Apply some constVolker Lendecke2004-02-261-2/+3
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-2/+2
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-201-1/+1
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-201-3/+8
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-5/+7
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-5/+5
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij2003-05-261-1/+1
* More merges from HEAD:Jelmer Vernooij2003-04-161-1/+1
* pstrcpy_base merges for client-side smbpasswd.Andrew Bartlett2003-03-171-9/+9
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-131-19/+19
* strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke2003-03-101-8/+8
* merge alt_name patch from headAndrew Tridgell2003-01-141-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-4/+8
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-10/+4
* added cli_qfilename(), used in trans2 torture testAndrew Tridgell2002-02-211-0/+43
* fixed a bug in qpathinfo client codeAndrew Tridgell2002-02-051-4/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Always use ASCII strings when changing passwords with RAP.Jeremy Allison2001-12-121-3/+3
* added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell2001-09-251-0/+65
* move to SAFE_FREE()Simo Sorce2001-09-171-24/+16
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-3/+3
* Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2001-08-101-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-16/+10
* Fixed incorrect comment for cli_NetServerEnum()Tim Potter2001-07-031-4/+4