summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-231-4/+4
* smbd/password.c: Fixed the HEAD branch changes that accidentally got propagated.Jeremy Allison1998-11-211-22/+120
* Added Andrew's latest HEAD changes back to 2.0Jeremy Allison1998-11-212-120/+20
* smbd/password.c: Even though the password server is supposed to be a NetBIOS ...Jeremy Allison1998-11-211-1/+9
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
* smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB ca...Jeremy Allison1998-11-192-5/+91
* Fixed crash bug found by russian codepage problem.... although how theJeremy Allison1998-11-183-6/+12
* Fixed the modtime bug that Andrej <borsenkow.msk@sni.de> was moaningJeremy Allison1998-11-172-2/+25
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-179-17/+17
* source/Makefile.in: Added quotes around ROFF arg.Jeremy Allison1998-11-161-3/+2
* Fixed O_EXCL problems with printing and oplocks.Jeremy Allison1998-11-163-3/+6
* Added fixes from HEAD into 2.0 branch.Jeremy Allison1998-11-162-7/+7
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-132-2/+2
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-1/+1