summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell2002-04-167-45/+49
* make sure that we leave the tree unused after disconnectingAndrew Tridgell2002-04-151-0/+4
* merge from SAMBA_2_2Gerald Carter2002-04-151-1/+1
* this fixes the displaying of free disk space for DOS6 clients. Win2000Andrew Tridgell2002-04-151-14/+37
* it looks like it is possible for a w2k client to send a spnego auth without s...Andrew Tridgell2002-04-141-1/+6
* win2000 does not check the permissions on the share directory onAndrew Tridgell2002-04-141-3/+19
* two time handling bugfixesAndrew Tridgell2002-04-131-1/+9
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-2/+3
* Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison2002-04-131-1/+9
* fixed the display of the 'size on disk' property of files from w2k.Andrew Tridgell2002-04-121-4/+5
* - added a mangling test suite that measures the collision rate onAndrew Tridgell2002-04-121-0/+14