summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-082-2/+38
* - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell2000-06-081-14/+14
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-073-1/+8
* moved secrets fns into secrets.cAndrew Tridgell2000-06-032-2/+2
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-9/+9
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-4/+4
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-0/+3
* Changed interface to set_nt_acl slightly.Jeremy Allison2000-05-311-1/+1
* Working UNIX -> NT ACL mapper.Jeremy Allison2000-05-311-2/+4
* Fixed interface between new ACLS and nttrans code.Jeremy Allison2000-05-312-183/+586
* debug output to /tmp.Luke Leighton2000-05-281-1/+1
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-272-7/+34
* fixed nttrans.cLuke Leighton2000-05-271-406/+38
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-263-4/+5
* got rid of lp_revalidate()Andrew Tridgell2000-05-241-1/+1
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-233-126/+202
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-234-5/+11
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+3
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-163-14/+14
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-152-10/+0