summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Added bugfix from gotti@cs.tu-berlin.de for mangled name not matching in cache.Jeremy Allison1999-01-181-9/+10
* As expected, people are complaining about the "32 bit lock message".Jeremy Allison1999-01-171-8/+10
* Changed 'large lock' warning message to debug level 1, not zero, toJeremy Allison1999-01-141-2/+2
* 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
* utils/testparm.c: Fixed "passwd program" tests to look for the correct program.Jeremy Allison1999-01-131-2/+2
* configure configure.in: Fixed the compile problem with Solaris 2.6/2.7 andJeremy Allison1999-01-133-19/+34
* 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-122-16/+85
* libsmb/nmblib.c: Fixed bug where odd byte count could cause nmbd toJeremy Allison1999-01-112-11/+32
* 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
* Fixed the 16-bit app directory handle problem (this took *way* longerJeremy Allison1999-01-083-162/+240
* 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-072-23/+49
* 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-062-145/+179
* Allow force user to take %S substitution.Jeremy Allison1999-01-061-2/+6
* Converted the code in smbd/dir.c to use bitmaps instead of a staticJeremy Allison1999-01-061-185/+239
* acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --w...Jeremy Allison1999-01-041-1/+1
* Fixed bug in nttrans call where parameter buffer was not beingJeremy Allison1998-12-301-0/+2
* client/client.c: Fixed comment.Jeremy Allison1998-12-302-2/+2
* In reply_lockread.Jeremy Allison1998-12-291-2/+9
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-295-33/+137
* 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-231-16/+20
* passdb/pass_check.c: Added log of AFS auth error.Jeremy Allison1998-12-231-1/+1
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-224-13/+46
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-224-183/+118
* Fixed missing include of smbw.h.Jeremy Allison1998-12-111-2/+2
* Fixed name magle bug (PR#11883 based on a patch from xactdata@hotmail.com).Jeremy Allison1998-12-111-6/+16
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-108-41/+43
* lib/access.c: Added checks for invalid '*' or '?' characters in hosts allow/d...Jeremy Allison1998-12-093-27/+17
* Fixed cases where NT clients may send 64 bit requests even if 64 bitJeremy Allison1998-12-091-10/+54
* configure.in: Fixed setresgid check - should use AC_TRY_RUN not AC_TRY_COMPILE.Jeremy Allison1998-12-082-60/+120
* locking mask fixes from head branchAndrew Tridgell1998-12-071-1/+2
* Fixed critical bug with kernel oplock interface.....Jeremy Allison1998-12-051-3/+36
* Samba 2.0 wasn't building on Linux-alpha - so I addedJeremy Allison1998-12-032-4/+4
* config.guess: UNIXWARE fix.Jeremy Allison1998-12-032-20/+34
* client/clientutil.c: Changed workgroup to "" for smbmount (only codeJeremy Allison1998-12-031-3/+29
* configure.in: Removed net/route.h from include checks.Jeremy Allison1998-12-011-1/+0
* Makefile.in: Implemented andrej's private and swat file changes.Jeremy Allison1998-12-011-1/+1
* Ensure service is not "..". Sync up with HEAD.Jeremy Allison1998-11-291-1/+3
* I have done the evil thing :-).Jeremy Allison1998-11-262-8/+95
* In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-251-2/+2
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-246-29/+29
* Fixed bug in oplock test file path specification.Jeremy Allison1998-11-241-1/+1
* Fixed warning with gcc -Wall -Wshadow.Jeremy Allison1998-11-231-2/+1