summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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-07Added cli_spoolss_enumjobs() function.Tim Potter1-3/+46
2002-05-07DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter1-0/+1
2002-04-24Added constant and message for invalid security descriptor dos error.Tim Potter1-0/+1
2002-04-22My seven-year-old daughter calls me 'Captain Pedantic'. I don't know whichChristopher R. Hertel1-2/+13
2002-04-19fixed a namequery bug caused by my recent string length patchesAndrew Tridgell1-1/+1
2002-04-17libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison1-4/+4
2002-04-15better handling of DOS LANMAN2.1 protocolAndrew Tridgell1-4/+18
2002-04-14The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter1-20/+21
2002-04-14Added error string for STATUS_SOME_UNMAPPEDTim Potter1-0/+1
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-1/+1
2002-04-10Added cli_spoolss_enumjobs() function.Tim Potter1-0/+52
2002-04-09Added WERR_INVALID_FORM_NAME constant.Tim Potter1-0/+1
2002-04-06Always pass NT password as well as Lanman.Jeremy Allison1-1/+1
2002-04-04small change in name_resolve_bcast()Jean-François Micouleau1-1/+1
2002-04-04If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2-1/+33
2002-04-04oopsTim Potter1-1/+1
2002-04-04Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter1-1/+1
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-208/+266
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2-12/+12
2002-03-20Correctly increment offset in cli_smbwrite.Jeremy Allison1-0/+2
2002-03-20Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison1-0/+9
2002-03-19Don't try to sort a list of zero length in internal_resolve_name()Tim Potter1-1/+1
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter2-12/+88
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter7-10/+10
2002-03-15this tdb was being opened without locking, which is unsafe for sharedAndrew Tridgell1-2/+2
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-11added cli_locktype() for testing different lockingX lock typesAndrew Tridgell1-0/+54
2002-03-10better handling of a zero timeout in cli_lockAndrew Tridgell1-2/+6
2002-03-08Added case statment for decoding enumprinters level 0 result.Tim Potter1-0/+4
2002-03-06Removed duplicate \n from debug message.Tim Potter1-21/+13
2002-03-05Fix error return.Jeremy Allison1-1/+1