summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-272-2/+21
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-251-2/+2
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-251-0/+2
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-8/+20
* Fix for mounting a printer as a share. Not that there's anythingTim Potter2000-07-251-0/+5
* Run main server loop with sys_select() instead of sys_select_intr(). TheTim Potter2000-07-241-2/+13
* Modified the patch to look in the tdb *first* - thus allowing legacy textJeremy Allison2000-07-191-75/+91
* Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison2000-07-191-7/+44
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+3
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-101-3/+7
* Spelling fixes.Tim Potter2000-07-101-3/+3
* Don't check NT permissions when printing from lanman.Tim Potter2000-07-061-6/+6
* Moved authenticated pipe user details into a current_user struct.Tim Potter2000-07-061-1/+1
* Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2000-07-031-1/+2
* Fix a malloc of zero problem.Jeremy Allison2000-06-231-38/+49
* lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2000-06-231-1/+5
* Added return for become_authenticated_pipe_user() function.Tim Potter2000-06-231-0/+2
* Delete OriginalDir stuff.Tim Potter2000-06-233-16/+20
* Moved some static functions to sec_ctx.cTim Potter2000-06-231-222/+30
* Call init_sec_ctx() instead of init_uid().Tim Potter2000-06-231-9/+1
* I've been working on refactoring some of the mess that is the become_user()Tim Potter2000-06-231-0/+295
* Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison2000-06-201-1/+1
* Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison2000-06-192-17/+18
* Pass the vuid from the connection_struct to the printing back end functions.Tim Potter2000-06-161-6/+6
* open files with O_NONBLOCK when available. This is necessary toAndrew Tridgell2000-06-151-1/+6
* added support for kernel level share modes. These are a (small) hack,Andrew Tridgell2000-06-151-1/+24
* allow the notify implementation to choose the select timeout changeAndrew Tridgell2000-06-144-16/+18
* ZERO_STRUCT() of info3 structure before using it.Tim Potter2000-06-141-0/+2
* Removed a patch that Andrew had added because 'insure' was incorrectlyChristopher R. Hertel2000-06-131-9/+0
* use DN_ATTRIB kernel change notify attributeAndrew Tridgell2000-06-131-3/+7
* always use the DN_CREATE mask (NT expects file creation always toAndrew Tridgell2000-06-131-8/+3
* enable the Linux change notify code and change some notify debug codeAndrew Tridgell2000-06-123-15/+64
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-128-465/+647
* fixed comments at top of moduleAndrew Tridgell2000-06-121-2/+3
* split all the change notify code out into a separate moduleAndrew Tridgell2000-06-122-392/+427
* a better test for oplocks being enabled in this kernelAndrew Tridgell2000-06-111-1/+18
* fixed Linux capabilities handlingAndrew Tridgell2000-06-111-21/+39
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-115-60/+125
* a first pass at Linux kernel oplocks supportAndrew Tridgell2000-06-103-15/+207
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-103-392/+412
* (Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison2000-06-091-12/+12
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-092-55/+15
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-093-161/+155
* split some of the irix kernel oplocks code into a functionAndrew Tridgell2000-06-091-68/+74
* free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton2000-06-091-0/+4
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-23/+37
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-092-29/+56
* Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>Jeremy Allison2000-06-081-4/+4
* Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison2000-06-081-0/+11
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-082-56/+29