summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmbclient.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that those cleanups actually went in.Richard Sharpe2003-01-131-2/+2
* Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett2002-11-131-3/+2
* The fixes from Tom plus a minor update from me.Richard Sharpe2002-11-041-70/+99
* Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij2002-09-281-1/+1
* merge from SAMBA_2_2Gerald Carter2002-08-271-1/+1
* Use a function that actually exists for the keepalive send.Andrew Bartlett2002-08-251-1/+1
* A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett2002-08-221-5/+3
* Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe2002-07-131-7/+1
* Fix up the include file that had problems as well.Richard Sharpe2002-07-131-11/+0
* Fix some multibyte problems that I forgot about.Richard Sharpe2002-07-131-6/+6
* Commit Tom Jansen's changes to head.Richard Sharpe2002-07-111-819/+899
* Make these functions static. These are not mentioned in the external header,Andrew Bartlett2002-07-031-4/+4
* removed the wins name registration code from libsmbclientAndrew Tridgell2002-06-261-2/+0
* 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