summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2-15/+15
2002-06-13Veto files fix.Jeremy Allison1-275/+273
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison6-369/+371
2002-06-07Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison1-7/+7
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett3-6/+5
2002-06-07Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison1-4/+7
2002-06-06Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison3-21/+55
2002-06-05Remove blocksignals call as it's never going to bloody work right...Jeremy Allison1-1/+0
2002-06-05Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison1-33/+67
2002-06-03Move session gathering routine back into session.c so it can be called eitherJim McDonough2-53/+53
2002-05-31Removed some unused variables - tidy up some formating, add struct toJeremy Allison2-193/+190
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