summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-01-13Don't force the DOS password into a 14 char space, as this would imply nullAndrew Bartlett1-1/+2
2003-01-11Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2-12/+14
2003-01-03Fixed some simple typos, including one that would have resulted in aChristopher R. Hertel1-2/+2
2003-01-02One more const. Andrew, you seem to have krb5 :-)Volker Lendecke1-1/+1
2003-01-02BIG patch...Andrew Bartlett15-36/+37
2003-01-01Document the size constraints on a write request.Richard Sharpe1-2/+5
2002-12-30Port the fix to cli_setup_write to handle offsets greater than 32-bits fromRichard Sharpe1-2/+12
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-9/+10
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-2/+2
2002-12-20Fixed bug in debug statement when tconX fails.Tim Potter1-1/+1
2002-12-19merge from 2.2 fix for smbclient large filesHerb Lewis1-1/+9
2002-12-17app_head merge for get_friendly_nt_err()Gerald Carter1-2/+2
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-0/+104
2002-12-11Fix write error returning EFBIG - found by Conrad.Jeremy Allison1-0/+3
2002-12-10Fix client large file reporting.Jeremy Allison1-4/+4
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison1-1/+1
2002-12-04cleaning up some friendly error messagesGerald Carter1-22/+26
2002-12-04[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter1-182/+22
2002-12-04Doing janitorial duty for tpot - memory leak fix.Jeremy Allison1-0/+2
2002-12-03use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis1-4/+4
2002-12-01Dereference the correct thing here, so we don't segfaultAndrew Bartlett1-1/+1
2002-12-01Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison1-27/+10
2002-11-27Test was reversed for ERRmoredata in cli_read.Jeremy Allison1-0/+10
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett3-178/+372
2002-11-23[merge from APP_HEAD]Gerald Carter1-22/+104
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2-1/+4
2002-11-21get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This shoul...Jim McDonough1-1/+1
2002-11-21merge get_friendly_nt_err_msg() from app_headGerald Carter1-0/+50
2002-11-15fix segfaultGerald Carter1-1/+3
2002-11-13Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett1-3/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison6-70/+54
2002-11-10consolidate error mapping functions into a single fileSimo Sorce1-0/+55
2002-11-08patches from UrbanGerald Carter1-0/+3
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-13/+46
2002-11-04The fixes from Tom plus a minor update from me.Richard Sharpe2-76/+101
2002-11-01Revert that stupid one line change.Richard Sharpe1-1/+0
2002-11-01Add more code to the profiles program and add Makefile.in support.Richard Sharpe1-0/+1
2002-10-26Make sure that we always return False if the password change never returns.Andrew Bartlett1-4/+8
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+11
2002-10-15Added cli_set_timeout() call.Jeremy Allison1-0/+11
2002-10-09Added "unknown info level".Jeremy Allison1-0/+1
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-1/+1
2002-10-01Cope with rw errors and timeout to peer.Jeremy Allison2-7/+28
2002-10-01Tidy up client error processing.Jeremy Allison1-16/+15
2002-10-01Fixed typo.Jeremy Allison1-1/+1
2002-10-01Added error string for server timeout on client call.Jeremy Allison2-0/+10
2002-09-28Fixing path to libsmbclient.h so it never gets crossed with a system installe...John Terpstra2-2/+2
2002-09-28Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij1-1/+1
2002-09-28Ok, hopefully final fix for this one. abartlet told a bit about theVolker Lendecke1-7/+1