summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* passdb/nispass.c: Fixed compile --with-nisplus (I now have access to a Solari...Jeremy Allison1998-12-292-52/+103
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-298-50/+172
* Fixing the last issue known about....Jeremy Allison1998-12-231-1/+1
* Fixed issues with client wildcards. It turns out that NT matchesJeremy Allison1998-12-232-20/+41
* Fixed bug where waitsecs was being ignored.Jeremy Allison1998-12-231-1/+1
* passdb/pass_check.c: Added log of AFS auth error.Jeremy Allison1998-12-233-1/+3
* Configure fixes for QNX and NCR.Jeremy Allison1998-12-225-6/+24
* Fixed missing ';'s in locking_slow code.Jeremy Allison1998-12-221-3/+3
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-2210-39/+99
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-2216-369/+218
* Split out all the set[re][e][res]uid() calls into one module thatJeremy Allison1998-12-221-0/+177
* swat.c 1. fixed bug where non-default parameters were not beingHerb Lewis1998-12-182-23/+67
* make browseable and available BASIC parameters for swatHerb Lewis1998-12-181-2/+2
* Fixed tar recursion bug (it was a *.* mask instead of * being used, youJeremy Allison1998-12-171-1/+1
* include/nameserv.h nmbd/nmbd_packets.c nmbd/nmbd_responserecordsdb.c:Jeremy Allison1998-12-174-12/+76
* make sure we include sys/mman.h if availableAndrew Tridgell1998-12-174-3/+6
* include/includes.h: Added MAXHOSTNAMELEN in case it wasn't defined.Jeremy Allison1998-12-172-9/+17
* loadparm.c added function to reset number of services (for swat)Herb Lewis1998-12-163-4/+18