summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-02More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2-1/+42
2003-02-01We now have client-side SMB signing support!Andrew Bartlett3-8/+15
2003-01-30Stop tpot from trampling over my Heimdal fixes by moving some of themJeremy Allison1-0/+122
2003-01-28Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2-53/+18
2003-01-23Fixed typo.Tim Potter1-1/+1
2003-01-22fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLEGerald Carter1-0/+1
2003-01-21Fixup proto generation to not include krb5 specific symbolsJeremy Allison1-5/+5
2003-01-21More fixes getting us closer to full Heimdal compile....Jeremy Allison1-0/+20
2003-01-20should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the buildJim McDonough1-1/+1
2003-01-19Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison1-0/+29
2003-01-16(missed in last commit)Andrew Bartlett2-6/+9
2003-01-15Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett1-0/+4
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-0/+179
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2-1/+280
2003-01-14query_alt_name takes a forced unicode string in win2000. It is notAndrew Tridgell1-1/+1
2003-01-13Make sure that those cleanups actually went in.Richard Sharpe1-2/+2
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett3-16/+51
2003-01-13Don't force the DOS password into a 14 char space, as this would imply nullAndrew Bartlett1-1/+2
2003-01-11Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2-12/+14
2003-01-03Fixed some simple typos, including one that would have resulted in aChristopher R. Hertel1-2/+2
2003-01-02One more const. Andrew, you seem to have krb5 :-)Volker Lendecke1-1/+1
2003-01-02BIG patch...Andrew Bartlett15-36/+37
2003-01-01Document the size constraints on a write request.Richard Sharpe1-2/+5
2002-12-30Port the fix to cli_setup_write to handle offsets greater than 32-bits fromRichard Sharpe1-2/+12
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-9/+10
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-2/+2
2002-12-20Fixed bug in debug statement when tconX fails.Tim Potter1-1/+1
2002-12-19merge from 2.2 fix for smbclient large filesHerb Lewis1-1/+9
2002-12-17app_head merge for get_friendly_nt_err()Gerald Carter1-2/+2
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-0/+104
2002-12-11Fix write error returning EFBIG - found by Conrad.Jeremy Allison1-0/+3
2002-12-10Fix client large file reporting.Jeremy Allison1-4/+4
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison1-1/+1
2002-12-04cleaning up some friendly error messagesGerald Carter1-22/+26
2002-12-04[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter1-182/+22