Age | Commit message (Expand) | Author | Files | Lines |
2002-09-28 | Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w... | Jelmer Vernooij | 1 | -1/+1 |
2002-08-27 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2002-08-25 | Use a function that actually exists for the keepalive send. | Andrew Bartlett | 1 | -1/+1 |
2002-08-22 | A few fixes towards libsmbclient and rpcclient - get pointer types right and | Andrew Bartlett | 1 | -5/+3 |
2002-07-13 | Some fix ups but committing so Andrew can look at the problem I have. | Richard Sharpe | 1 | -7/+1 |
2002-07-13 | Fix up the include file that had problems as well. | Richard Sharpe | 1 | -11/+0 |
2002-07-13 | Fix some multibyte problems that I forgot about. | Richard Sharpe | 1 | -6/+6 |
2002-07-11 | Commit Tom Jansen's changes to head. | Richard Sharpe | 1 | -819/+899 |
2002-07-03 | Make these functions static. These are not mentioned in the external header, | Andrew Bartlett | 1 | -4/+4 |
2002-06-26 | removed the wins name registration code from libsmbclient | Andrew Tridgell | 1 | -2/+0 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -1/+1 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -1/+1 |
2002-02-26 | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 1 | -2/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | Removed unused static variable. | Tim Potter | 1 | -1/+0 |
2001-11-27 | Fix another memory leak spotted by Tom Jansen. | Richard Sharpe | 1 | -0/+1 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -3/+2 |
2001-11-21 | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 1 | -2/+2 |
2001-11-21 | Fix up the build again... | Andrew Bartlett | 1 | -1/+1 |
2001-11-21 | Fix up libsmbclient in head. | Richard Sharpe | 1 | -1366/+1413 |
2001-11-17 | Fix problems with lp_workgroup() being passed to routines that will modify | Richard Sharpe | 1 | -24/+44 |
2001-10-22 | Fix for @ in pathname from Kian Win. | Jeremy Allison | 1 | -1/+5 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -46/+34 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -2/+2 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -1/+1 |
2001-08-10 | Fixes for new client error api. | Tim Potter | 1 | -2/+2 |
2001-08-10 | A rewrite of the error handling in the libsmb client code. I've separated | Tim Potter | 1 | -12/+21 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -5/+5 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -4/+0 |
2001-06-27 | Fix a stupid typo ... | Richard Sharpe | 1 | -2/+2 |
2001-06-07 | Fix up the problems with calling smbc_init multiple times. | Richard Sharpe | 1 | -0/+6 |
2001-05-15 | Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVAL | Richard Sharpe | 1 | -24/+24 |
2001-03-28 | More memory leaks fixed courtesy of Insure ... | Richard Sharpe | 1 | -11/+44 |
2001-03-27 | One small Insure fix for a memory leak. More fixes to come perhaps ... | Richard Sharpe | 1 | -2/+52 |
2001-03-09 | More SGI type fixes ... | Richard Sharpe | 1 | -5/+7 |
2001-03-07 | Fix the definition and implementation of smbc_lseekdir ... | Richard Sharpe | 1 | -6/+7 |
2001-03-06 | Implement smbc_lseekdir, but it will have to change ... because it has the | Richard Sharpe | 1 | -1/+52 |
2001-03-05 | smb.h: add one error code for no such printer job | Richard Sharpe | 1 | -3/+28 |
2001-03-01 | Fix two problems identified by the test suite, one a major one | Richard Sharpe | 1 | -3/+61 |
2001-02-26 | Fix some errors uncovered in libsmbclient by the test suite | Richard Sharpe | 1 | -115/+42 |
2001-02-21 | the unicode conversion of our client code is complete enough to be | Andrew Tridgell | 1 | -6/+0 |
2001-02-19 | Opps, last one did not commit the correct changes ... Here they are. | Richard Sharpe | 1 | -7/+31 |
2001-02-18 | Fixes to libsmbclient so it will work when browsing real Windows systems which | Richard Sharpe | 1 | -2/+2 |
2001-02-12 | Added commented/documented version of libsmbclient.h and fixed up a small | Richard Sharpe | 1 | -3/+1 |
2001-02-06 | Fix problems in libsmbclient with pring job struct plus add implementation | Richard Sharpe | 1 | -0/+96 |
2001-02-05 | Implement two printing related functions and start the remaining two. | Richard Sharpe | 1 | -0/+63 |
2001-02-04 | Fix some further small bugs in libsmbclient to make it pass the | Richard Sharpe | 1 | -7/+56 |
2001-01-29 | Fix some bugs and prepare for some other bug fixes ... | Richard Sharpe | 1 | -6/+67 |
2001-01-24 | Fix a problem with smbc_unlink on directories where it was returning EACCES | Richard Sharpe | 1 | -1/+39 |