summaryrefslogtreecommitdiff
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-0913-286/+696
* another sync with SAMBA_2_2. Regenerated docs after vl new strip-links.plGerald Carter2002-08-282-4/+10
* syncing up for 2.2.6pre2Gerald Carter2002-08-276-94/+231
* merging for 2.2.6pre1Gerald Carter2002-07-279-51/+58
* more syncs with SAMBA_2_2Gerald Carter2002-06-181-12/+41
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-1723-2200/+1507
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-06-132-0/+1448
|\
| * Merge in mangle fixes from 2.2.Jeremy Allison2002-06-136-369/+371
| * Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison2002-06-071-7/+7
| * Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-073-6/+5
| * Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison2002-06-071-4/+7
| * Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison2002-06-063-21/+55
| * Remove blocksignals call as it's never going to bloody work right...Jeremy Allison2002-06-051-1/+0
| * Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison2002-06-051-33/+67
| * Move session gathering routine back into session.c so it can be called eitherJim McDonough2002-06-032-53/+53
| * Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-312-193/+190
| * Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-17/+49
| * Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-1/+1
| * Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
| * If we don't do the select don't do the recvfrom.Jeremy Allison2002-05-241-0/+1
| * Fixed silly typo that causes receive_local_message to loop - caused byJeremy Allison2002-05-241-1/+1
| * Merge of bugfixes from 2.2.Jeremy Allison2002-05-222-6/+8
| * Fix for strangeness in Linux 2.0.x select return.Jeremy Allison2002-05-221-0/+14
| * Remove horrid goto.Jeremy Allison2002-05-221-10/+5
| * Cleanups!Andrew Bartlett2002-05-221-1/+1
| * Merge of receive_local_message fix from 2.2.5.Jeremy Allison2002-05-224-51/+35
| * Tricky fix. If we were waiting for an oplock break response message fromJeremy Allison2002-05-211-0/+11
| * Stop smbd looping when hide unreadable is true and .. is unreadable.Jeremy Allison2002-05-201-65/+72
| * Merge from 2.2.Jeremy Allison2002-05-202-2/+3
| * Spelling fix.Tim Potter2002-05-191-1/+1
| * A few things in this commit:Andrew Bartlett2002-05-183-26/+36
| * Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-3/+6
| * Check paramters for NULL.Andrew Bartlett2002-05-171-0/+4
| * This removes --with-ssl from Samba.Andrew Bartlett2002-05-174-317/+0
| * Get the sco boxes compiling again - use the sys_ intefaces for all the dl*Andrew Bartlett2002-05-172-2/+2
| * Fix bug where creating a file and setting a security descriptor atomicallyJeremy Allison2002-05-161-47/+68
| * Removed lp_strip_dot code - ensured that mangling code treats names endingJeremy Allison2002-05-143-32/+45
| * Fix bug where setting end of file length to 8 was hitting erroneousJeremy Allison2002-05-131-0/+4
| * Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele2002-05-091-8/+15
| * Fix build farm bug.Jeremy Allison2002-04-291-1/+1
| * Added 2.2.x mangle fix to old mangle code in HEAD.Jeremy Allison2002-04-291-2/+1
| * smbd/fileio.c: debug changes so read/write/seek calls can be logged for name,...Jeremy Allison2002-04-241-382/+393
| * move to the FNV1 hash alghorithm seem goodSimo Sorce2002-04-242-4/+15
| * patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-241-2/+11
| * made a couple of variables staticAndrew Tridgell2002-04-241-3/+4
* | Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-3029-2797/+2920
* | This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-04-241-0/+203
|\ \
| * \ This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-04-241-0/+203
| |\ \ | | |/
| | * When doing a non-io open the stat failing is no cause for a debug zeroJeremy Allison2002-04-231-2/+6
| | * try to cope better with the take ownership operation for foreign SIDsAndrew Tridgell2002-04-202-3/+63