summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton5-32/+46
1999-10-26cut/paste code from smbclient for wait_keyboard() function. oops.Luke Leighton2-6/+9
1999-10-25- typecast malloc / Realloc issues.Luke Leighton20-109/+133
1999-10-25signed / unsigned and typecast issuesLuke Leighton4-81/+83
1999-10-25the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removedLuke Leighton1-1/+1
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton10-79/+133
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton8-27/+106
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton9-131/+274
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton14-282/+210
1999-10-21split modify_trust_account_password into a separate module.Luke Leighton2-1/+212
1999-10-21use DEBUGADD instead of DEBUG: clears up some of the more verbose trash.Luke Leighton1-3/+3
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton6-96/+119
1999-10-19oops, added wait_keyboard back, but _this_ time wrapped it withLuke Leighton1-1/+31
1999-10-18initialising enum dom users mem and account name ptrs to NULL.Luke Leighton1-0/+3
1999-10-17Bringing samba-2.1.x samba2.spec.tmpl file into line with samba-2.0.x release...John Terpstra1-33/+104
1999-10-15added prs_struct "error" member, set and checked when prs_structLuke Leighton1-9/+6
1999-10-15adding error checking in parsing codeLuke Leighton5-66/+239
1999-10-15renamed "class" local variable to avoid global clashLuke Leighton1-2/+2
1999-10-15oops! srvinfo 2 command caught bug where strings in containers assumedLuke Leighton1-8/+15
1999-10-15renamed args due to global "class" variableLuke Leighton1-5/+5
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton16-1868/+3328
1999-10-15removed unused static wait_keyboard()Luke Leighton1-30/+0
1999-10-15According to params/loadparm.c, the "case sensitive", "casesignames",Tim Potter1-3/+3
1999-10-14const issuesLuke Leighton1-1/+1
1999-10-14stop over-runs in reading / writing data stream.Luke Leighton1-25/+44
1999-10-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton3-38/+42
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton8-105/+503
1999-10-05David van Geyn spotted that ulong is not defined on FREEBSD, not supposedLuke Leighton1-1/+1
1999-10-01splitting dom info into sam_query_dominfo functionLuke Leighton3-35/+60
1999-10-01permissions on SamrConnect changed to 0x02000000 (maximum allowed)Luke Leighton1-16/+16
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton4-18/+32
1999-09-28memory problems associated with when lsalookupsids returnsLuke Leighton1-3/+20
1999-09-28add description of -P optionHerb Lewis3-3/+14
1999-09-27don't leak printer handles,Jean-François Micouleau4-9/+23
1999-09-25Don't duplicate forms anymore, just update the definition.Jean-François Micouleau2-17/+87
1999-09-24Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau2-8/+20
1999-09-24Alan (alanh@pinacl.co.uk) found a nasty bugJean-François Micouleau1-1/+1
1999-09-24Whoops ! Being over-paranoid is not good.Jean-François Micouleau1-8/+0
1999-09-23use gecos field to fill the full_nameJean-François Micouleau2-7/+36
1999-09-22Fixed an annoying bug in the LDAP code. Attributes not present in theMatthew Chapman1-22/+3
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton5-79/+127
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton4-12/+60
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton3-10/+30
1999-09-15#defines for port 445 to SMB_PORT2Luke Leighton3-6/+7
1999-09-15use DEBUGLEVEL not DEBUGLVL()Luke Leighton1-1/+1
1999-09-14wow!!!! this one's been here for two years!!!! alignment issuesLuke Leighton1-0/+2
1999-09-14oops.Luke Leighton1-6/+9
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton3-1/+159
1999-09-12restructuringLuke Leighton1-55/+51
1999-09-12using #define reportLuke Leighton1-85/+85