summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-05-26Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett1-17/+49
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-1/+1
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-1/+1
2002-05-24If we don't do the select don't do the recvfrom.Jeremy Allison1-0/+1
2002-05-24Fixed silly typo that causes receive_local_message to loop - caused byJeremy Allison1-1/+1
2002-05-22Merge of bugfixes from 2.2.Jeremy Allison2-6/+8
2002-05-22Fix for strangeness in Linux 2.0.x select return.Jeremy Allison1-0/+14
2002-05-22Remove horrid goto.Jeremy Allison1-10/+5
2002-05-22Cleanups!Andrew Bartlett1-1/+1
2002-05-22Merge of receive_local_message fix from 2.2.5.Jeremy Allison4-51/+35
2002-05-21Tricky fix. If we were waiting for an oplock break response message fromJeremy Allison1-0/+11
2002-05-20Stop smbd looping when hide unreadable is true and .. is unreadable.Jeremy Allison1-65/+72
2002-05-20Merge from 2.2.Jeremy Allison2-2/+3
2002-05-19Spelling fix.Tim Potter1-1/+1
2002-05-18A few things in this commit:Andrew Bartlett3-26/+36
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-3/+6
2002-05-17Check paramters for NULL.Andrew Bartlett1-0/+4
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett4-317/+0
2002-05-17Get the sco boxes compiling again - use the sys_ intefaces for all the dl*Andrew Bartlett2-2/+2
2002-05-16Fix bug where creating a file and setting a security descriptor atomicallyJeremy Allison1-47/+68
2002-05-14Removed lp_strip_dot code - ensured that mangling code treats names endingJeremy Allison3-32/+45
2002-05-13Fix bug where setting end of file length to 8 was hitting erroneousJeremy Allison1-0/+4
2002-05-09Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele1-8/+15
2002-04-29Fix build farm bug.Jeremy Allison1-1/+1
2002-04-29Added 2.2.x mangle fix to old mangle code in HEAD.Jeremy Allison1-2/+1
2002-04-24smbd/fileio.c: debug changes so read/write/seek calls can be logged for name,...Jeremy Allison1-382/+393
2002-04-24move to the FNV1 hash alghorithm seem goodSimo Sorce2-4/+15
2002-04-24patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell1-2/+11
2002-04-24made a couple of variables staticAndrew Tridgell1-3/+4
2002-04-23When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison1-2/+6
2002-04-20try to cope better with the take ownership operation for foreign SIDsAndrew Tridgell2-3/+63
2002-04-19Fix different args to sys_fcntl without going varargs....Jeremy Allison2-9/+9
2002-04-19add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't haveJean-François Micouleau1-94/+152
2002-04-19Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison3-11/+11
2002-04-19Fixed sendto in oplock code.Jeremy Allison1-2/+2
2002-04-19Fix oplock recvfrom.Jeremy Allison1-1/+1
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2-2/+2
2002-04-18- fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell1-5/+42
2002-04-17Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison1-239/+255
2002-04-16make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell7-45/+49
2002-04-15make sure that we leave the tree unused after disconnectingAndrew Tridgell1-0/+4
2002-04-15merge from SAMBA_2_2Gerald Carter1-1/+1
2002-04-15this fixes the displaying of free disk space for DOS6 clients. Win2000Andrew Tridgell1-14/+37
2002-04-14it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell1-1/+6
2002-04-14win2000 does not check the permissions on the share directory onAndrew Tridgell1-3/+19
2002-04-13two time handling bugfixesAndrew Tridgell1-1/+9
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-2/+3
2002-04-13Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison1-1/+9
2002-04-12fixed the display of the 'size on disk' property of files from w2k.Andrew Tridgell1-4/+5
2002-04-12- added a mangling test suite that measures the collision rate onAndrew Tridgell1-0/+14