summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-03Make these functions static. These are not mentioned in the external header,Andrew Bartlett1-4/+4
2002-07-03Add my copyright (which I should have added months ago...)Andrew Bartlett1-0/+1
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-99/+0
2002-07-01bias the lookup sorting towards directly reachable IPsAndrew Tridgell1-0/+8
2002-07-01sort name query responses by how far they are from our interfaceAndrew Tridgell2-2/+43
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
2002-07-01The 17-bit length field in the header contains the number ofChristopher R. Hertel1-1/+8
2002-06-28make net join a bit less verboseAndrew Tridgell2-2/+2
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2-4/+227
2002-06-27fixed a link problem with global_in_nmbdAndrew Tridgell1-1/+1
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell1-6/+10
2002-06-27Using 1 for a tdb hash size makes for slow inserts....Jeremy Allison1-1/+1
2002-06-26resolve_wins() now needs to be a public functionAndrew Tridgell1-2/+2
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-43/+68
2002-06-26removed the wins name registration code from libsmbclientAndrew Tridgell2-229/+158
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell1-3/+3
2002-06-26reverted some bogus test code that jeremy accidentally committedAndrew Tridgell1-8/+0
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2-16/+28
2002-06-25Kill off unnecessary cast.Andrew Bartlett1-2/+3
2002-06-21Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison4-7/+15
2002-06-16Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett2-9/+12
2002-06-16Fix up some of the SMB signing code:Andrew Bartlett4-19/+46
2002-06-14Fix spelling typo.Jeremy Allison1-2/+2
2002-06-14Ok, now I can try my first client test...Jeremy Allison2-8/+33
2002-06-14More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2-9/+41
2002-06-12Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter1-1/+2
2002-06-07A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2-14/+32
2002-06-03Removed unused function.Tim Potter1-46/+0
2002-06-03Added cli_samr_get_dom_pwinfo() function.Tim Potter1-46/+74
2002-06-03Removed unused variable.Tim Potter1-1/+0
2002-06-01Add rpc for file close, expand file enum to take usernameJim McDonough1-4/+44
2002-06-01More cleanup work preparing for SMB signing.Jeremy Allison2-89/+105
2002-05-31Add netshareadd and netsharedel client side rpcJim McDonough1-0/+81
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough1-0/+42
2002-05-30Added netfileenum (sorry - no output though (-:) command.Tim Potter1-0/+45
2002-05-29Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter1-0/+45
2002-05-29Cleaned up srvsvc constants a bit.Tim Potter1-1/+1
2002-05-28Added netshareenum cli command - the rpc structures here are really bizzareTim Potter1-0/+120
2002-05-28Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er...Tim Potter1-1/+1
2002-05-26Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett1-1/+42