summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmbclient.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-261-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed unused static variable.Tim Potter2002-01-251-1/+0
* Fix another memory leak spotted by Tom Jansen.Richard Sharpe2001-11-271-0/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-2/+2
* Fix up the build again...Andrew Bartlett2001-11-211-1/+1
* Fix up libsmbclient in head.Richard Sharpe2001-11-211-1366/+1413
* Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe2001-11-171-24/+44
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
* move to SAFE_FREE()Simo Sorce2001-09-171-46/+34
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-2/+2
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-1/+1
* Fixes for new client error api.Tim Potter2001-08-101-2/+2
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-12/+21
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-5/+5
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* Fix a stupid typo ...Richard Sharpe2001-06-271-2/+2
* Fix up the problems with calling smbc_init multiple times.Richard Sharpe2001-06-071-0/+6
* Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe2001-05-151-24/+24
* More memory leaks fixed courtesy of Insure ...Richard Sharpe2001-03-281-11/+44
* One small Insure fix for a memory leak. More fixes to come perhaps ...Richard Sharpe2001-03-271-2/+52
* More SGI type fixes ...Richard Sharpe2001-03-091-5/+7
* Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe2001-03-071-6/+7
* Implement smbc_lseekdir, but it will have to change ... because it has theRichard Sharpe2001-03-061-1/+52
* smb.h: add one error code for no such printer jobRichard Sharpe2001-03-051-3/+28
* Fix two problems identified by the test suite, one a major oneRichard Sharpe2001-03-011-3/+61
* Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe2001-02-261-115/+42
* the unicode conversion of our client code is complete enough to beAndrew Tridgell2001-02-211-6/+0
* Opps, last one did not commit the correct changes ... Here they are.Richard Sharpe2001-02-191-7/+31
* Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe2001-02-181-2/+2
* Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe2001-02-121-3/+1
* Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe2001-02-061-0/+96
* Implement two printing related functions and start the remaining two.Richard Sharpe2001-02-051-0/+63
* Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe2001-02-041-7/+56
* Fix some bugs and prepare for some other bug fixes ...Richard Sharpe2001-01-291-6/+67
* Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe2001-01-241-1/+39
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-3/+12
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-121-0/+157
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-38/+137
* Add support for logging to wherever smb.conf specifies.Richard Sharpe2001-01-081-2/+8
* More bug fixen ...Richard Sharpe2001-01-071-2/+2
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-071-11/+161
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-0/+40
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-061-3/+11
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-21/+455
* First pass at the libsmbclient code ...Richard Sharpe2000-12-261-0/+1140