summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmbclient.c
Commit message (Expand)AuthorAgeFilesLines
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Put in a work-around for ENOTSUP not being defined on OpenBSD.Richard Sharpe2003-10-251-1/+4
* Apply latest of Derrell Lippman's changes to libsmbclient.Richard Sharpe2003-10-241-9/+13
* Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe2003-10-241-375/+1758
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+4
* More merges from HEAD:Jelmer Vernooij2003-04-161-94/+199
* Add some castiness for Don McCall.Richard Sharpe2003-04-041-2/+2
* Merge fixes to libsmbclient (fstring/pstring) from HEAD.Andrew Bartlett2003-03-221-19/+19
* Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-131-72/+101
* Merge from HEADAndrew Bartlett2002-11-131-3/+2
* Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij2002-09-281-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-7/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-815/+876
* 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