summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-25Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett3-54/+57
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2-2/+3
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-5/+6
2002-05-23This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett1-17/+0
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett11-434/+19
2002-05-18Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2-26/+62
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett2-9/+23
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett2-17/+0
2002-05-17NT sends the server name prepended with \\ for a enumerate printers RPCTim Potter1-2/+2
2002-05-17Changes to allow head to translate NMB flags ...Richard Sharpe1-3/+19
2002-05-14Added deleteprinterdata client rpc.Tim Potter1-0/+45
2002-05-14Added writeprinter rpc command.Tim Potter1-0/+49
2002-05-14Added getprinterdata and enumprinterdata rpc client routines.Tim Potter1-42/+186
2002-05-13RPC client function for startdocprinter and enddocprinter.Tim Potter1-2/+101
2002-05-08Added client side spoolss rpc commands for startpageprinter,Tim Potter1-0/+200
2002-05-07Merge from HEAD:Tim Potter1-3/+46
2002-05-07Added cli_spoolss_enumjobs() function.Tim Potter1-3/+46
2002-05-07Merge from HEAD:Tim Potter1-0/+1
2002-05-07DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter1-0/+1
2002-04-24Merge from HEAD:Tim Potter1-0/+1
2002-04-24Added constant and message for invalid security descriptor dos error.Tim Potter1-0/+1
2002-04-22Copying commit from HEAD.Christopher R. Hertel1-2/+13