summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Added code to let NT do a 'delete on close' request on an openJeremy Allison1999-01-218-168/+245
* Turns out NT can send an NTcancel request with an invalid uid. This canJeremy Allison1999-01-201-1/+1
* smbd/ipc.c: Fixed potential return without calling va_end().Jeremy Allison1999-01-202-2/+11
* Fixed potential core-dump bug where conn pointer was being dereferencedJeremy Allison1999-01-191-5/+5
* Added bugfix from gotti@cs.tu-berlin.de for mangled name not matching in cache.Jeremy Allison1999-01-181-9/+10
* Fixed typo in bitmap code that could cause core dump on malloc fail.Jeremy Allison1999-01-181-1/+1
* As expected, people are complaining about the "32 bit lock message".Jeremy Allison1999-01-171-8/+10
* Adding Richard's change into 2.0.Jeremy Allison1999-01-171-0/+11
* Fixed error in Sun2.6/gcc2.7 compile tests.Jeremy Allison1999-01-162-2/+2
* Changed version to 2.0.0 for official release.Jeremy Allison1999-01-141-1/+1
* Changed 'large lock' warning message to debug level 1, not zero, toJeremy Allison1999-01-141-2/+2
* Fixed problem where with POSIX signal handling (as used in Solaris andJeremy Allison1999-01-141-1/+21
* Fixed the *other* typo in the mapping of 64 bit to 32 bit lock ranges :-).Jeremy Allison1999-01-141-1/+1
* fixed a missing IVAL in get_lock_offset(). There was no way that thisAndrew Tridgell1999-01-141-1/+1
* Fixed typo in uname command for HPUX that was preventing large file support.Jeremy Allison1999-01-132-2/+2
* utils/testparm.c: Fixed "passwd program" tests to look for the correct program.Jeremy Allison1999-01-132-6/+15
* configure configure.in: Fixed the compile problem with Solaris 2.6/2.7 andJeremy Allison1999-01-135-536/+593
* don't show create printer entries on printers page if you don't have haveHerb Lewis1999-01-121-4/+6
* Fixed biffer too small error to have 0xC0000000 OR'ed into it justJeremy Allison1999-01-121-1/+2
* Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT respondsJeremy Allison1999-01-124-18/+109
* libsmb/nmblib.c: Fixed bug where odd byte count could cause nmbd toJeremy Allison1999-01-114-26/+70
* Fixed tests for platforms that have setreuid but not setresuid (suchJeremy Allison1999-01-111-12/+19
* don't panic on a null params in api_reply(). instead just return anAndrew Tridgell1999-01-101-1/+4
* fixed two compiler warningsAndrew Tridgell1999-01-101-2/+1
* fixed (harmless) bug in DEBUG() messageAndrew Tridgell1999-01-101-1/+1
* Fixed change notify for Visual C++.Jeremy Allison1999-01-091-28/+118
* jeremy had already added code to handle null paths :)Andrew Tridgell1999-01-091-1/+1
* handle null path in smbw_path()Andrew Tridgell1999-01-081-1/+1
* Check for a null pointer in smbw_path.Jeremy Allison1999-01-081-0/+3
* Fixed the 16-bit app directory handle problem (this took *way* longerJeremy Allison1999-01-084-164/+242
* nmbd/nmbd_incomingrequests.c: Split long debug message.Jeremy Allison1999-01-072-1/+4
* Now we're mallocing our directory handles rather then using a staticJeremy Allison1999-01-072-55/+68
* Removed 'counter' from timeout processing. Timeouts now depend on actualJeremy Allison1999-01-074-24/+52
* Remember to return after idling the oldest dirptr so we don't idle allJeremy Allison1999-01-071-1/+3
* Fixed the blocking locks and change notify code that got broken inJeremy Allison1999-01-064-155/+184
* Added full pathname lock patch from Andy <thwartedefforts@wonky.org>Jeremy Allison1999-01-062-5/+9
* Allow force user to take %S substitution.Jeremy Allison1999-01-061-2/+6
* lib/util_sec.c: Fixed order of calls to setresuid/setreuid/seteuid based on a...Jeremy Allison1999-01-062-12/+12
* Converted the code in smbd/dir.c to use bitmaps instead of a staticJeremy Allison1999-01-064-191/+255
* Modified BROKEN_CC rule in .c.o so that it doesn't rely on basename,Alexandre Oliva1999-01-051-2/+3
* Added autoconf test for FTRUNCATE_NEEDS_ROOT.Jeremy Allison1999-01-046-92/+280
* acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --w...Jeremy Allison1999-01-048-161/+229
* Changed spaces to tabs in BROKEN_CC line (doh!).Jeremy Allison1998-12-311-2/+2
* WHATSNEW.txt: Updated for beta5.Jeremy Allison1998-12-312-3/+3
* Fixed bug in nttrans call where parameter buffer was not beingJeremy Allison1998-12-301-0/+2
* client/client.c: Fixed comment.Jeremy Allison1998-12-308-518/+641
* Added BROKEN_NIS_INCLUDE fix here also.Jeremy Allison1998-12-301-6/+28
* Added autoconf detect tests for broken Solaris 2.6 NIS+ include files.Jeremy Allison1998-12-295-50/+109
* Makefile.in configure configure.in include/config.h.in: Added -c -o fixes fro...Jeremy Allison1998-12-296-510/+592
* In reply_lockread.Jeremy Allison1998-12-291-2/+9