summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-03-17Fix a memory leak - 'smbcontrol smbd pool-usage' is your freind!Andrew Bartlett1-0/+2
2003-03-15Minor fixes.Andrew Bartlett1-2/+2
2003-03-15String handling parinoia fixes.Andrew Bartlett1-7/+21
2003-03-15specify the size of these buffersAndrew Bartlett1-2/+2
2003-03-15Specify buffer sizesAndrew Bartlett1-2/+2
2003-03-15Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf.Andrew Bartlett1-2/+2
2003-03-15client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugsAndrew Bartlett1-6/+6
2003-03-15Add const, and a signed/unsigned fix.Andrew Bartlett1-3/+3
2003-03-14We haven't implemented The Singing Contexts so far.Rafal Szczesniak1-1/+1
2003-03-14/tmp/newfun.msgRafal Szczesniak1-3/+61
2003-03-14Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().Andrew Bartlett1-1/+1
2003-03-13win2000 can take much longer than the specified time to respond to aAndrew Tridgell1-1/+1
2003-03-12Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison4-95/+190
2003-03-10Some conversion to pstrcpy_base.Volker Lendecke1-6/+6
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett4-48/+424
2003-03-09Try not to clobber the session request.Andrew Bartlett1-3/+15
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett4-146/+338
2003-03-08Make it clear that this is a fstrcpy().Andrew Bartlett1-2/+2
2003-03-05Writable string const fixes.Jeremy Allison1-1/+1
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-03-03Do my janitorial duties to encourage others to do so.Richard Sharpe1-1/+1
2003-03-03Add constAndrew Bartlett1-1/+1
2003-03-01the new DEVELOPER checks for string overflows have (as expected)Andrew Tridgell1-3/+3
2003-02-26Netlogon-unigroup changes needed for the winbind RID-to-SID conversion.Andrew Bartlett1-12/+25
2003-02-25Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined.Tim Potter1-0/+2
2003-02-24Clean up non-krb5 breakages from my modifications to luke howard's patch.Andrew Bartlett1-7/+1
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett3-23/+64
2003-02-21Fix IRIX build...void fn can't return another void fnJim McDonough1-1/+2
2003-02-21Doesn't anyone run ./configure.developer anymore?Tim Potter1-1/+1
2003-02-19Can't return SAFE_FREE...put on its own line.Jim McDonough1-1/+2
2003-02-19Correct way to keep fucntion from proto.hJim McDonough1-7/+4
2003-02-19After a talloc_zero(), we don't need to ZERO_STRUCTP too..Andrew Bartlett1-4/+0
2003-02-19Only do a kinit if we got told to use kerberos.Andrew Bartlett1-12/+12
2003-02-19Get non-krb systems to compile. How the heck do I keep something from being ...Jim McDonough1-8/+9
2003-02-19Try to get heimdal working with HEAD.Jim McDonough1-4/+34
2003-02-17Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison1-2/+5
2003-02-17Don't leak a session_key worth of memory at the end of the NTLMSSP auth.Andrew Bartlett1-0/+1
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett1-0/+11
2003-02-15Don't return NULL pointers for now.Andrew Bartlett1-4/+4
2003-02-15Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett6-128/+440
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2-1/+23
2003-02-15Move our NTLMSSP code into easily seperated peices, not relying on the wholeAndrew Bartlett3-323/+345
2003-02-14NTLMSSP parinoia - we really don't want to run over the end of our blob,Andrew Bartlett2-14/+46
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-3/+3
2003-02-14Further extract our NTLMv2 code into smbencrypt.c, prior to merge into ourAndrew Bartlett2-32/+51
2003-02-13A few typo fixes Andrew eventually let off to me.Rafal Szczesniak2-5/+5
2003-02-12adding more descriptions for nt status codesGerald Carter1-1/+66
2003-02-10Clean up our NTLMv2 code by moving the grunt work into a helper function.Andrew Bartlett2-41/+34
2003-02-09(only for HEAD at the moment).Andrew Bartlett5-110/+186
2003-02-02Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2-3/+3