summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison1-0/+1
2004-02-26That const was one too manyVolker Lendecke1-3/+2
2004-02-26Apply some constVolker Lendecke1-2/+3
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2-3/+3
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison1-1/+1
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-3/+8
2004-02-11More paranoia checks.Jeremy Allison1-0/+5
2004-02-11Paranoia fixes :-).Jeremy Allison1-0/+8
2004-02-10Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison1-2/+18
2004-02-08Remove more unused portions of the 'password cache'.Andrew Bartlett1-36/+6
2004-02-08Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett1-45/+0
2004-02-08Remove unused utility function.Andrew Bartlett1-13/+0
2004-02-08Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett1-23/+24
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-3/+2
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett3-55/+113
2004-01-25Fix the initialisation vectors for NTLM2, so that they at least make sense,Andrew Bartlett1-2/+2
2004-01-17Fix for a signing bug when the mid wraps.Jeremy Allison1-3/+11
2004-01-15* BUG 446Gerald Carter1-1/+1
2004-01-13* allow dns lookups to be disabled for DOMAIN#1c (and #1b)Gerald Carter1-7/+26
2004-01-09fix some warnings from the Sun compilerGerald Carter1-1/+1
2004-01-09Romve debugging assertions (oops...)Andrew Bartlett1-6/+0
2004-01-09Add a new type of name lookup 'ads'. This seperates this from normalAndrew Bartlett1-33/+59
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett3-32/+40
2004-01-08Make it clearer that the domain here is the domain of the user forAndrew Bartlett1-5/+5
2004-01-05Fix more cases to ensure that as a server, we don't complain to the clientAndrew Bartlett1-3/+1
2004-01-05Ensure we set "always sign" flag if set. We don't currently do anything withJeremy Allison1-0/+4
2004-01-05Don't free the encrypted_session_key early - that causes the subsequentAndrew Bartlett1-1/+1
2004-01-05Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett1-2/+8
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2-17/+12
2004-01-05Make it clear that we cannot sign if we don't have a session key.Andrew Bartlett1-14/+43
2004-01-05Automaticly initialise the signing engine, if we have a session key.Andrew Bartlett1-0/+6
2004-01-04Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett1-1/+1
2004-01-03There is not a particularly good excuse for complaining to the *client* thatAndrew Bartlett1-4/+12
2003-12-31auth/auth_util.c:Andrew Bartlett1-1/+1
2003-12-30Move our basic password checking code from inside the authenticationAndrew Bartlett1-0/+377
2003-12-28Shutting down the connection closes outstanding sessions, so we don't needAndrew Bartlett1-1/+0
2003-12-27This patch corrects some errors in the NTLMSSP implementation, thatAndrew Bartlett1-9/+18
2003-12-27Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2-9/+19
2003-12-17Add in comments explaining NTLMv2 selection. Use lm session key if that'sJeremy Allison1-1/+13
2003-12-17Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.Jeremy Allison1-5/+17
2003-12-17Make sure we correctly generate the lm session key.Gerald Carter2-2/+26
2003-12-09Make intent to return only one address clear.Jeremy Allison1-2/+2
2003-12-04Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient toSteve French1-0/+7
2003-12-04Picked up by the build farm - despite all my efforts, security=server wasAndrew Bartlett1-8/+13
2003-12-01Client connect signing error messages should be level zero elseJeremy Allison1-2/+2
2003-12-01Fix spurious error msg. when seq=0.Jeremy Allison1-0/+2
2003-12-01Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison1-0/+6
2003-12-01Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2-36/+40
2003-11-30Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison1-0/+20
2003-11-25If signing starts successfully, don't just turn it off automatically ifJeremy Allison1-5/+5