summaryrefslogtreecommitdiff
path: root/source/libsmb/clirap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij2003-05-261-1/+1
* Commit some more fixes for Coolo ...Richard Sharpe2003-04-021-1/+1
* client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugsAndrew Bartlett2003-03-151-6/+6
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-121-19/+19
* Some conversion to pstrcpy_base.Volker Lendecke2003-03-101-6/+6
* the new DEVELOPER checks for string overflows have (as expected)Andrew Tridgell2003-03-011-3/+3
* query_alt_name takes a forced unicode string in win2000. It is notAndrew Tridgell2003-01-141-1/+1
* BIG patch...Andrew Bartlett2003-01-021-3/+3
* Make sure that we always return False if the password change never returns.Andrew Bartlett2002-10-261-4/+8
* Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2002-06-121-1/+2
* Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett2002-05-251-9/+2
* 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