summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
| * Make these functions static. These are not mentioned in the external header,Andrew Bartlett2002-07-031-4/+4
| * Add my copyright (which I should have added months ago...)Andrew Bartlett2002-07-031-0/+1
| * used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-99/+0
| * bias the lookup sorting towards directly reachable IPsAndrew Tridgell2002-07-011-0/+8
| * sort name query responses by how far they are from our interfaceAndrew Tridgell2002-07-012-2/+43
| * The 17-bit length field in the header contains the number ofChristopher R. Hertel2002-07-011-1/+8
| * make net join a bit less verboseAndrew Tridgell2002-06-282-2/+2
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-282-4/+227
| * fixed a link problem with global_in_nmbdAndrew Tridgell2002-06-271-1/+1
| * The next phase in the WINS rewrite!Andrew Tridgell2002-06-271-6/+10
| * Using 1 for a tdb hash size makes for slow inserts....Jeremy Allison2002-06-271-1/+1
| * resolve_wins() now needs to be a public functionAndrew Tridgell2002-06-261-2/+2
| * This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-43/+68
| * removed the wins name registration code from libsmbclientAndrew Tridgell2002-06-262-229/+158
| * - completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell2002-06-261-3/+3
| * reverted some bogus test code that jeremy accidentally committedAndrew Tridgell2002-06-261-8/+0
| * Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-252-16/+28
| * Kill off unnecessary cast.Andrew Bartlett2002-06-251-2/+3
| * Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-214-7/+15
| * Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett2002-06-162-9/+12
| * Fix up some of the SMB signing code:Andrew Bartlett2002-06-164-19/+46
| * Fix spelling typo.Jeremy Allison2002-06-141-2/+2
| * Ok, now I can try my first client test...Jeremy Allison2002-06-142-8/+33
| * More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2002-06-142-9/+41
| * Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2002-06-121-1/+2
| * A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2002-06-072-14/+32
| * Removed unused function.Tim Potter2002-06-031-46/+0
| * Added cli_samr_get_dom_pwinfo() function.Tim Potter2002-06-031-46/+74
| * Removed unused variable.Tim Potter2002-06-031-1/+0
| * Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-011-4/+44
| * More cleanup work preparing for SMB signing.Jeremy Allison2002-06-012-89/+105
| * Add netshareadd and netsharedel client side rpcJim McDonough2002-05-311-0/+81
| * Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-311-0/+42
| * Added netfileenum (sorry - no output though (-:) command.Tim Potter2002-05-301-0/+45
| * Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter2002-05-291-0/+45
| * Cleaned up srvsvc constants a bit.Tim Potter2002-05-291-1/+1
| * Added netshareenum cli command - the rpc structures here are really bizzareTim Potter2002-05-281-0/+120
| * Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er...Tim Potter2002-05-281-1/+1
| * Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-1/+42
| * Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett2002-05-253-54/+57
| * Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-252-2/+3
| * Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-5/+6
| * This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett2002-05-231-17/+0
| * Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-2311-434/+19
| * Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2002-05-182-26/+62
| * A few more trusted domains updates from mimir.Andrew Bartlett2002-05-172-9/+23
| * This removes --with-ssl from Samba.Andrew Bartlett2002-05-172-17/+0
| * NT sends the server name prepended with \\ for a enumerate printers RPCTim Potter2002-05-171-2/+2
| * Changes to allow head to translate NMB flags ...Richard Sharpe2002-05-171-3/+19
| * Added deleteprinterdata client rpc.Tim Potter2002-05-141-0/+45