summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2002-11-15fix segfaultGerald Carter1-1/+3
2002-11-13Merge from HEADAndrew Bartlett1-3/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison6-70/+54
2002-11-10sync with headSimo Sorce1-0/+56
2002-11-08Merge from HEAD:Andrew Bartlett1-1/+1
2002-11-08patches from UrbanGerald Carter1-0/+3
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-13/+46
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0: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-01Updates from Samba HEAD:Andrew Bartlett1-5/+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-01Added error string for server timeout on client call.Jeremy Allison2-0/+10
2002-09-28Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as wellJelmer Vernooij2-2/+2
2002-09-28Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij1-1/+1
2002-09-26remove files not in HEADGerald Carter10-6469/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter15-277/+474
2002-08-17sync 3.0 branch with headJelmer Vernooij5-38/+155
2002-08-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+252
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2-4/+276
2002-08-15Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough1-0/+61
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-1/+1
2002-08-03fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell1-1/+1
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter9-6501/+0
2002-07-31added 'disable netbios = yes/no' option, default is noAndrew Tridgell1-2/+31
2002-07-30this fixes plaintext passwords with win2000Andrew Tridgell1-3/+2
2002-07-30Some crash fixes for netshareenum returning zero shares.Tim Potter1-0/+3
2002-07-27Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2-4/+115
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-3/+2
2002-07-22fixed a segv in net time when the host is unavailableAndrew Tridgell1-1/+1
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2-16/+16
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett4-12/+24
2002-07-20Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2-12/+9
2002-07-20Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett1-2/+2
2002-07-15more bug updates from headAndrew Tridgell2-7/+1
2002-07-15fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell1-2/+1
2002-07-15checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell1-5/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell25-1938/+2699
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User3-0/+699
2002-07-13fix directory listing on win9x.Andrew Tridgell1-3/+7
2002-07-13Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe1-7/+1
2002-07-13Fix up the include file that had problems as well.Richard Sharpe1-11/+0
2002-07-13Add these two files I forgot.Richard Sharpe2-0/+476
2002-07-13Fix some multibyte problems that I forgot about.Richard Sharpe1-6/+6
2002-07-11Commit Tom Jansen's changes to head.Richard Sharpe1-819/+899
2002-07-09fix declaration of global_in_nmbdAndrew Tridgell1-1/+1
2002-07-04Fixed incorrect debug.Tim Potter1-1/+1