summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added writeprinter rpc command.Tim Potter2002-05-141-0/+49
* Added getprinterdata and enumprinterdata rpc client routines.Tim Potter2002-05-141-42/+186
* RPC client function for startdocprinter and enddocprinter.Tim Potter2002-05-131-2/+101
* Added client side spoolss rpc commands for startpageprinter,Tim Potter2002-05-081-0/+200
* Added cli_spoolss_enumjobs() function.Tim Potter2002-05-071-3/+46
* DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter2002-05-071-0/+1
* Added constant and message for invalid security descriptor dos error.Tim Potter2002-04-241-0/+1
* My seven-year-old daughter calls me 'Captain Pedantic'. I don't know whichChristopher R. Hertel2002-04-221-2/+13
* fixed a namequery bug caused by my recent string length patchesAndrew Tridgell2002-04-191-1/+1
* libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison2002-04-171-4/+4
* better handling of DOS LANMAN2.1 protocolAndrew Tridgell2002-04-151-4/+18
* The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-20/+21
* Added error string for STATUS_SOME_UNMAPPEDTim Potter2002-04-141-0/+1
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-1/+1
* Added cli_spoolss_enumjobs() function.Tim Potter2002-04-101-0/+52
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
* Always pass NT password as well as Lanman.Jeremy Allison2002-04-061-1/+1
* small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-042-1/+33
* oopsTim Potter2002-04-041-1/+1
* Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter2002-04-041-1/+1
* some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-021-208/+266
* Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-232-12/+12
* Correctly increment offset in cli_smbwrite.Jeremy Allison2002-03-201-0/+2