summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clirap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-211-6/+11
* New info level tester.Jeremy Allison2001-06-181-0/+43
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-3/+3
* converted the last couple of functions in libsmb to be unicodeAndrew Tridgell2001-02-211-10/+14
* reverted richards cli_NetServerEnum changes - they broke lots of thingsAndrew Tridgell2001-02-211-56/+12
* converted a bunch more fnsAndrew Tridgell2001-02-201-19/+27
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-11/+8
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-8/+44
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-071-0/+1
* - added some error checkingAndrew Tridgell2000-04-301-64/+66
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+591