summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-142-15/+15
* Veto files fix.Jeremy Allison2002-06-131-275/+273
* 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
* 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
* Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-192-9/+9
* add NetUserEnum and NetGroupEnum lanmap API calls, untested. I don't haveJean-François Micouleau2002-04-191-94/+152
* Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-193-11/+11
* Fixed sendto in oplock code.Jeremy Allison2002-04-191-2/+2
* Fix oplock recvfrom.Jeremy Allison2002-04-191-1/+1
* fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-182-2/+2
* - fixed the is_mangled() interface to handle multiple componentsAndrew Tridgell2002-04-181-5/+42
* Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison2002-04-171-239/+255